comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: New Twist on %BadMatch (invalid parameter attributes) error in IDL module for ENVI
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: New Twist on %BadMatch (invalid parameter attributes) error in IDL module for ENVI [message #80206] Tue, 22 May 2012 10:43 Go to previous message
Brian Daniel is currently offline  Brian Daniel
Messages: 80
Registered: July 2009
Member
On Tuesday, May 22, 2012 10:40:08 AM UTC-4, David Fanning wrote:
>
>
> Try replacing this line in progressbar__define.pro:
>
> self.drawID = Widget_Draw(self.tlb, XSize=self.xsize, $
> YSize=self.ysize, RETAIN=1)
>
> With these two lines:
>
> retain = (StrUpCase(!Version.OS_Family) EQ 'UNIX') ? 2 : 1
> self.drawID = Widget_Draw(self.tlb, XSize=self.xsize, $
> YSize=self.ysize, RETAIN=retain)
>
> Does that help?

That did the trick. Thanks for the help!
[Message index]
 
Read Message
Read Message
Previous Topic: cgHistoplot colors
Next Topic: Re: cgHistoplot colors

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 18:16:55 PDT 2025

Total time taken to generate the page: 0.00188 seconds