Windows versus Linux Widget
Posted: Thu Apr 12, 2007 2:02 pm
Hi Fred,
Im porting a Linux application to windows (Linux V4 Beta4) (Win32 v4)
The application does a 2dDraw on an ImageWidget.
Also in the same window there is a StringGadget displayed.
To be able to update the Image in the Gadget I use SetGadgetState(0, ImageID(0))
This work fine under linux, and the string gadget AND image are shown both in the same window.
Though.. if I use the same code under Win32.. I dont see the StringGadget,
So there is an imcompatibility between the use of refreshing/gadget behaviour.
On Win32 they seem to be both there..but I never see the StringGadget,
Question is: What could i use to update both the image and
the string gadget to have them both updated in the same Window?
(for both linux and windows to be working)
Regards, Norman.
Im porting a Linux application to windows (Linux V4 Beta4) (Win32 v4)
The application does a 2dDraw on an ImageWidget.
Also in the same window there is a StringGadget displayed.
To be able to update the Image in the Gadget I use SetGadgetState(0, ImageID(0))
This work fine under linux, and the string gadget AND image are shown both in the same window.
Though.. if I use the same code under Win32.. I dont see the StringGadget,
So there is an imcompatibility between the use of refreshing/gadget behaviour.
On Win32 they seem to be both there..but I never see the StringGadget,
Question is: What could i use to update both the image and
the string gadget to have them both updated in the same Window?
(for both linux and windows to be working)
Regards, Norman.