how i fix this ?

Advanced game related topics
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 627
Joined: Fri Dec 04, 2015 9:26 pm

how i fix this ?

Post by skinkairewalker »

Image

i cannot can change editbox string , and button dont return Event xD
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: how i fix this ?

Post by Fred »

We need a small code to test
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 627
Joined: Fri Dec 04, 2015 9:26 pm

Re: how i fix this ?

Post by skinkairewalker »

here code what i use to this :D
link > http://www.4shared.com/file/B_X-bc2fce/source.html
thanks by repply .
applePi
Addict
Addict
Posts: 1404
Joined: Sun Jun 25, 2006 7:28 pm

Re: how i fix this ?

Post by applePi »

in PB 5.42 b2 windows 32, your code works if you change this
OpenWindowedScreen(WindowID(0),0,0,0,0,0,0,0)
to:
OpenWindowedScreen(WindowID(0),0,0,600,400,0,0,0)
i suggest to use code tag to list the code better than files since they rapidly deleting files
at the end of your posts press code button:
like this then add your code between >code< and >/code<
Image
Post Reply