Re: Win32lib Promblem

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

I ran the code below and it generated no errors. You'll probably have
to supply a little bit more code.

--my test code
include win32lib.ew
constant EDWin = create(Window,"Mine",0,0,0,0,0,0)
constant Tabber3 = createEx(TabControl,"",EDWin,10,10,100,25,0,0),
TabHero = createEx(TabItem,"Heroes",Tabber3,0,0,0,0,0,0),
TabEnemy = createEx(TabItem,"Enemies",Tabber3,0,0,0,0,0,0),
TabBoss = createEx(TabItem,"Bosses",Tabber3,0,0,0,0,0,0),
TabRig = createEx(TabItem,"Rigs",Tabber3,0,0,0,0,0,0),
TabItem = createEx(TabItem,"Items",Tabber3,0,0,0,0,0,0),
TabElement = createEx(TabItem,"Elements",Tabber3,0,0,0,0,0,0)
--end test code

-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

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

Search



Quick Links

User menu

Not signed in.

Misc Menu