Search found 120 matches

by skinkairewalker
Fri Aug 26, 2016 3:46 pm
Forum: Coding Questions
Topic: how can i create a simple server to sb from pb ?
Replies: 7
Views: 3177

Re: how can i create a simple server to sb from pb ?

thanks by you answer Fred and bbanelli

yes i can send my code ^^ , i will compact all in .rar , and will share link here !!
by skinkairewalker
Fri Aug 26, 2016 3:20 am
Forum: Coding Questions
Topic: how can i create a simple server to sb from pb ?
Replies: 7
Views: 3177

how can i create a simple server to sb from pb ?

hi everyone ,someone know how can i create a simple websocket server in purebasic to use with spiderbasic ? i already trh the cgi . it works fine , but is very slow :/
by skinkairewalker
Sat Aug 06, 2016 5:45 pm
Forum: Coding Questions
Topic: where the error in here ?
Replies: 0
Views: 1678

where the error in here ?

hi , i trying render frame , but dont work ! ExamineDesktops() Global deskwidth.i = DesktopWidth(0) Global deskheight.i = DesktopHeight(0) Global LoadedSprites.i = 0 Procedure RenderGame() ; DisplaySprite(1,10,10) ClearScreen(RGB(155,0,0)) FlipBuffers() Debug "chegou ate aqui" EndProcedure...
by skinkairewalker
Wed Jul 20, 2016 8:07 pm
Forum: Coding Questions
Topic: problem in httpRequest
Replies: 0
Views: 1664

problem in httpRequest

hi everyone m i have problem with execute php file with httpRequest. this is my SpiderBasic Code : ExamineDesktops() Global deskwidth.i = DesktopWidth(0) Global deskheight.i = DesktopHeight(0) OpenWindow(0,0,0,deskwidth,deskheight,"ERP",#PB_Window_Background) TextGadget(0,0,0,200,200,"...
by skinkairewalker
Wed Jul 20, 2016 6:51 pm
Forum: Coding Questions
Topic: Have a way to write in Local Server File ?
Replies: 2
Views: 2087

Re: Have a way to write in Local Server File ?

thanks by you answer Fred ^^^ :D
by skinkairewalker
Wed Jul 13, 2016 4:47 pm
Forum: Coding Questions
Topic: Have a way to write in Local Server File ?
Replies: 2
Views: 2087

Have a way to write in Local Server File ?

hi everyone !

someone know a way to write in a Localhost file ?

i try write in webserver , but dont happens nothing when i call " writestring " , just happens something if i call " ExportFile " , how can i write in this localhost file without export ?
by skinkairewalker
Sun Jul 10, 2016 4:24 pm
Forum: Coding Questions
Topic: how can i resize an image .png or jpg ?
Replies: 3
Views: 2229

Re: how can i resize an image .png or jpg ?

Thanks You very Much :D
by skinkairewalker
Wed Jul 06, 2016 6:57 pm
Forum: Coding Questions
Topic: how can i resize an image .png or jpg ?
Replies: 3
Views: 2229

how can i resize an image .png or jpg ?

hi , i have problems with command ResizeImage , if i call this comand , image lost ...
someone have a simple code with a png image to i test ?
by skinkairewalker
Tue Jun 14, 2016 7:47 pm
Forum: Coding Questions
Topic: Problem in export
Replies: 3
Views: 2343

Re: Problem in export

I realized that the Opera not run the project in internet explorer edge works in normal and Android too!

Why not working in Opera Browser? operawebsite = http://www.opera.com
by skinkairewalker
Tue Jun 14, 2016 7:22 pm
Forum: Coding Questions
Topic: Problem in export
Replies: 3
Views: 2343

Problem in export

hi everyone ^^ i have a problem in export every project , every index.html dont show nothing ... this is a screenshot > http://prntscr.com/bgdwzi > just show it ... more nothing , i put webview in window ... but dont show . code and configs screenshot > http://prntscr.com/bgdycx compiler options scr...