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

Home » Public Forums » archive » Re: Problem with save and VM
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: Problem with save and VM [message #48593 is a reply to message #48592] Fri, 05 May 2006 08:35 Go to previous messageGo to previous message
MichaelT is currently offline  MichaelT
Messages: 52
Registered: May 2006
Member
I read the pages on modal/blocking widgets but it did not quite help me
and I don't know if that applies to my problem.

So, here is a very simple program which has the same problem as the
real one:

PRO TEST, GROUP = GROUP

BASIS = WIDGET_BASE(XSIZE = 400, YSIZE = 300, /COLUMN)

INFO = {TYPE: 'LOAD'}
B_LOAD = WIDGET_DRAW(BASIS, XSIZE = 24, YSIZE = 24,
/BUTTON_EVENTS, UVALUE = INFO)

XMANAGER, 'TEST', BASIS, GROUP_LEADER = GROUP, /NO_BLOCK
WIDGET_CONTROL, BASIS, /REALIZE

WIDGET_CONTROL, B_LOAD, GET_VALUE = WID
WSET, WID
PLOTS, [0, 1], [0, 1], /NORMAL

END


PRO TEST_EVENT, EV

WIDGET_CONTROL, EV.ID, GET_UVALUE = INFO

CASE INFO.TYPE OF
'LOAD': BEGIN
END
ENDCASE

END

If I omit the three lines after realizing, the program works fine in
VM. I hope that helps you helping me :-)

Michael
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL eps outpt converted to png for MS PowerPoint
Next Topic: Problem with save and VM

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

Current Time: Wed Oct 15 14:11:53 PDT 2025

Total time taken to generate the page: 1.60026 seconds