1. Win32lib problem?

Hi

Anyone know what's happening here?

http://oi54.tinypic.com/2cennn4.jpg

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

new topic     » topic index » view message » categorize

2. Re: Win32lib problem?

ChrisB said...

Hi

Anyone know what's happening here?

Not I.

ChrisB said...

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: Win32lib problem?

jimcbrown said...
ChrisB said...

Hi

Anyone know what's happening here?

Not I.

ChrisB said...

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

new topic     » goto parent     » topic index » view message » categorize

4. Re: Win32lib problem?

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.

new topic     » goto parent     » topic index » view message » categorize

5. Re: Win32lib problem?

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

new topic     » goto parent     » topic index » view message » categorize

6. Re: Win32lib problem?

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?

new topic     » goto parent     » topic index » view message » categorize

7. Re: Win32lib problem?

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.

new topic     » goto parent     » topic index » view message » categorize

8. Re: Win32lib problem?

See Ticket:616

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu