Re: New to Euphoria

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

Arb wrote:
> 
> Hi,
> 
> I just figured out that for whatever reason, I had to use newUIObj instead.
> 
> Thanks for your patience !
> 
> Arb


I don't think you had to use that function. You could try:
myControl = create( Button, "Close", 0, 5,125 ,300, 25, 0) -- Taken flags out


The flags you tried to define are already defined by the library and you were
replacing
the flag that made it a button - BS_PUSHBUTTON. Read the documentation for
create(), in
win32lib/docs. Look at flags, then read the docs for PushButton.

This is my understanding, so someone may argue with me, but see if it works!

Alex

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

Search



Quick Links

User menu

Not signed in.

Misc Menu