Could you provide step-by-step guide? I can't create SAV and run it's from menu.
PRO file_info
base = WIDGET_BASE(/COLUMN, xsize=200, ysize=200)
button = WIDGET_BUTTON(base, value='Done1', xsize=30, ysize=40)
WIDGET_CONTROL, base, /REALIZE
XMANAGER, 'widget12', base
END
then:
SAVE, file='D:\1\file_info.sav', /routines
and coping it's to save_add folder. It's appear in menu, but nothing is not happens when I run it.
|