Re: Win32lib question

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

On Tue, 14 Nov 2000 20:56:57 +0100, Feta <mb11363 at CHELLO.BE> wrote:

>Humm, we can do a lot of things with this wonderful library, but is there a
>way to know the class of a control
>with just an id ?
>why ?  I have a lot of controls IDs in a sequence like this :
>

How about this:

sequence s

atom edtx

fuction edtxt()
  return create( EditText, "", Win, 95, 0, 105, 20, 0 )
end function

s[1] = routine_id("edtext")

then append them to the arrays

Then use call_func(x[1],{})


Bernie

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

Search



Quick Links

User menu

Not signed in.

Misc Menu