Search found 267 matches

by xabierpayet
Mon Mar 14, 2016 3:18 am
Forum: Hollywood bugs
Topic: Windows ide and android questions
Replies: 14
Views: 15206

Windows ide and android questions

i have a problem with windows ide, i cannot save my scripts, ever prompts the requester telling: Overwriting the examples that come with hollywood is not allowed.... The only way to save it is using the save as function, can you solve this? Maybe i need configure something? with previous versions of...
by xabierpayet
Sun Feb 28, 2016 5:02 am
Forum: Hollywood bugs
Topic: grabdesktop error in android
Replies: 3
Views: 4116

Re: grabdesktop error in android

solved, i use your code, but i need enddoubebuffer first, thanks, all is working fast again
by xabierpayet
Sun Feb 28, 2016 3:03 am
Forum: Hollywood bugs
Topic: grabdesktop error in android
Replies: 3
Views: 4116

Re: grabdesktop error in android

i try your solution, and doesn´t work, i´m using doublebuffer and i need capture an small part of the whole screen, the only solution that i found is using savesnapshot, but it´s 10 times slower than grabdesktop, i´m using this code, and i cannot use less of 20000 in the size in bytes of the virtual...
by xabierpayet
Sat Feb 27, 2016 12:28 am
Forum: Hollywood bugs
Topic: grabdesktop error in android
Replies: 3
Views: 4116

grabdesktop error in android

out of memory error in android... desktop_brush = GrabDesktop(Nil,{width=400,height=400,x=x,y=y}) DisplayBrush(desktop_brush,0,0,{scalex=2.0,scaley=2.0,smoothscale=True}) grabdesktop is not working in android, is possible use another instruction for capture a piece of the display? i tried savesnapsh...
by xabierpayet
Wed Feb 17, 2016 7:08 pm
Forum: General programming
Topic: server & client
Replies: 10
Views: 11432

Re: server & client

exactly, is this, thanks
by xabierpayet
Tue Feb 16, 2016 3:13 am
Forum: General programming
Topic: server & client
Replies: 10
Views: 11432

Re: server & client

maybe i found a bug, or i don´t know how use it, check this code

Case "OnConnect":
Print("client id ",msg.serverid)
.....

this code, ever return a table, i cannot have the client id, the "msg.serverid" work fine returning the number, maybe i need use another syntax?
by xabierpayet
Mon Feb 15, 2016 4:02 pm
Forum: General programming
Topic: server & client
Replies: 10
Views: 11432

Re: server & client

problem solved, thanks PEB and Andreas
by xabierpayet
Mon Feb 15, 2016 3:43 pm
Forum: General programming
Topic: server & client
Replies: 10
Views: 11432

Re: server & client

yes, you are understanding it correctly, i open all the router ports and disconnect the firewall, but i don´t can send the data i have ever the same "timeout" error
by xabierpayet
Mon Feb 15, 2016 2:47 am
Forum: General programming
Topic: server & client
Replies: 10
Views: 11432

Re: server & client

ok, imagine that i have a server in a computer with the ip 90.123.183.188 and port 2550 and i have this code: CreateServer(1,2550) Function p_ConnectFunc(msg) Switch(msg.action) Case "OnConnect": DebugPrint("Connected ") EndSwitch EndFunction InstallEventHandler({OnConnect = p_Co...
by xabierpayet
Fri Feb 12, 2016 7:12 pm
Forum: General programming
Topic: server & client
Replies: 10
Views: 11432

Re: server & client

i can connect to server via 192.168.1.x and send the text, the problem is with an ip address