Block Text in Win32lib

new topic     » topic index » view thread      » older message » newer message

Hello,

When I am programming using the win32lib, when I try to use an LText control, it shows up as a big black chunky bar. It also, only does if I am putting it on a TabItem control. I am wondering if there is a work-around this?

I'm using Euphoria 4.0.5 Win32lib 0.70.1 Windows 7 Ultimate 64-bit OS 4GB RAM

constant Hero_List = createEx(ListBox,"",Tab_Hero,10,30,150,650,0,0), 
Hero_List_Add = createEx(PushButton,"Add",Tab_Hero,10,680,60,25,0,0), 
Hero_List_Remove = createEx(PushButton,"Remove",Tab_Hero,70,680,60,25,0,0), 
Hero_Name_Text = createEx(LText,"Name:",Tab_Hero,170,30,30,20,0,0) 

The above is just part of my code, mostly where the big black bar is appearing when I run the program.

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu