1. 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
2. Re: Win32lib problem?
- Posted by jimcbrown (admin) Feb 06, 2011
- 1827 views
Hi
Anyone know what's happening here?
Not I.
http://oi54.tinypic.com/2cennn4.jpg
Incidentally how do you embed graphics within a forum post?
Chris
I haven't tested this myself, but see http://openeuphoria.org/wiki/view/CreoleHelp.wc#_12_images
3. Re: Win32lib problem?
- Posted by ChrisB (moderator) Feb 06, 2011
- 1824 views
Hi
Anyone know what's happening here?
Not I.
http://oi54.tinypic.com/2cennn4.jpg
Incidentally how do you embed graphics within a forum post?
Chris
I haven't tested this myself, but see http://openeuphoria.org/wiki/view/CreoleHelp.wc#_12_images
Ta for that!
Chris
4. Re: Win32lib problem?
- Posted by WJ1N Feb 06, 2011
- 1736 views
I ran the code and didn't have those under lines.
my config.
EU4.0.0 12/22/2010
Windows xp
win32lib 0.70.3
hope that helps.
5. Re: Win32lib problem?
- Posted by ChrisB (moderator) Feb 07, 2011
- 1702 views
Yes, I've tried it on another machine, and I don't get those effects. Hmm, must be something up with this Windows install.
Chris
6. Re: Win32lib problem?
- Posted by ArthurCrump Feb 15, 2011
- 1598 views
I have the same problem with a ComboBox in a TabItem. I also have blacked out text labels. However, when I compile the program, using Watcom, the program runs correctly. Could this be problem with the back end?
7. Re: Win32lib problem?
- Posted by ArthurCrump Feb 15, 2011
- 1507 views
I have tried a TabItem with a ComboBox which does not work with euiw but does work when translated with the Watcom compiler. There may be some similarity with Ticket:598 which concerns a message box which works when translated but not when interpreted.