Win32lib problem?
- Posted by ChrisB (moderator) Feb 06, 2011
- 1787 views
Hi
Anyone know what's happening here?
As you can see the layout seems fine in the IDE, but when run as an app the combobox has an 'underline' effect, and the labels on the tabs are 'blocked' out.
Here's the code
-- code generated by Win32Lib IDE v1.0.4 Build July-06-2008 constant TheProgramType="exw" include Win32lib.ew without warning -------------------------------------------------------------------------------- -- Window Window1 constant Window1 = createEx( Window, "Window1", 0, Default, Default, 400, 300, 0, 0 ) constant TabControl4 = createEx( TabControl, "TabControl4", Window1, 8, 80, 344, 160, 0, 0 ) constant TabItem5 = createEx( TabItem, "TabItem5", TabControl4, 0, 0, 0, 0, 0, 0 ) constant LText2 = createEx( LText, "Label on window", Window1, 8, 24, 108, 20, 0, 0 ) constant Combo3 = createEx( Combo, "Combo on window", Window1, 4, 48, 148, 20*6, 0, 0 ) constant LText6 = createEx( LText, "Label on tab", TabItem5, 8, 28, 88, 20, 0, 0 ) constant Combo7 = createEx( Combo, "Combo on tab", TabItem5, 12, 48, 148, 20*6, 0, 0 ) --------------------------------------------------------- --------------------------------------------------------- WinMain( Window1,Normal )
Produces the same result whether run from the IDE or directly
Windows xp, win32lib 0.70.20, Ide 1.04, euiw 4.0 r4168M
Incidentally how do you embed graphics within a forum post?
Chris