Re: wxEuphoria screensize
- Posted by sixs <sixs at ida.net> Mar 29, 2005
- 602 views
Yes, ck, you are right. My email didn't make much sense. I want the equivelent command in wxEuphoria for the win32lib command for getting the screen size. I also wondered if there was an equivelent wxEuphoria for the win32lib command getNumber. I was trying to use the command "HSALERY = sprintf( "%d \n", ( get_string_selection(ESALERY)))" as the substitute for windows getNumber I hope this makes more sense. Jim cklester wrote: > > >posted by: cklester <cklester at yahoo.com> > >sixs wrote: > > >>i am converting a win32 program to wxEuphoria, I have a screensize >>command. I also have a get numeric command and I used the combination of >>:sprintf and get_string _selection as : >> >>HSALERY = sprintf( "%d \n", ( get_string_selection(ESALERY))) >> >> >Hi, Jim, > >I'd answer this, but I don't know what the question is. :) > >-=ck >"Programming in a state of EUPHORIA." >http://www.cklester.com/euphoria/ > > > >