Search found 5425 matches

by airsoftsoftwair
Tue Apr 30, 2019 9:11 pm
Forum: SDK
Topic: New plugin: Json Parser
Replies: 19
Views: 25470

Re: New plugin: Json Parser

Thanks for posting this!
by airsoftsoftwair
Tue Apr 30, 2019 9:10 pm
Forum: Showcase
Topic: PostgreSQL for Hollywood
Replies: 6
Views: 9197

Re: PostgreSQL for Hollywood

Nice!
by airsoftsoftwair
Tue Apr 30, 2019 9:10 pm
Forum: APK Compiler
Topic: How to get a Debug Output window on Android
Replies: 5
Views: 6480

Re: How to get a Debug Output window on Android

The best way to debug on Android is to open LogCat on a desktop PC and then use DebugPrint() to send data to LogCat.
by airsoftsoftwair
Tue Apr 30, 2019 9:08 pm
Forum: General plugin questions
Topic: hurl: getting easy handle from multi:InfoRead()
Replies: 3
Views: 5103

Re: hurl: getting easy handle from multi:InfoRead()

Yes, you're right. multi:InfoRead() currently doesn't return the easy handle at all. LuaCurl has this limitation as well but I can fix this for the next version.
by airsoftsoftwair
Tue Apr 30, 2019 9:02 pm
Forum: MUI Royale
Topic: Balance class
Replies: 5
Views: 7761

Re: Balance class

True. Will be added.
by airsoftsoftwair
Tue Apr 30, 2019 9:01 pm
Forum: Hollywood bugs
Topic: RapaGUI, Texteditor.SetColor on Android (Bug)
Replies: 2
Views: 2836

Re: RapaGUI, Texteditor.SetColor on Android (Bug)

Thanks for the report, will be fixed!
by airsoftsoftwair
Tue Apr 30, 2019 8:59 pm
Forum: General programming
Topic: Problem with ReceiveData
Replies: 24
Views: 14929

Re: Problem with ReceiveData

Here's an example: Server: CreateServer(1,2900) Function p_ConnectFunc(msg) Switch(msg.action) Case "OnDisconnect": CloseConnection(msg.id) Case "OnConnect": SendData(msg.clientid,"Hallo Klient") EndSwitch EndFunction InstallEventHandler({OnConnect = p_ConnectFunc, OnD...
by airsoftsoftwair
Tue Apr 30, 2019 8:49 pm
Forum: MUI Royale
Topic: Anim example
Replies: 4
Views: 4891

Re: Anim example

The "SizeWindow" event is triggered every time the window is resized and then msg.Width and msg.Height will contain the current window size.
by airsoftsoftwair
Tue Apr 30, 2019 8:47 pm
Forum: Hollywood bugs
Topic: Possible bug with Hollywood player for Android
Replies: 29
Views: 21782

Re: Possible bug with Hollywood player for Android

Will be fixed as soon as I have some more time to spare.
by airsoftsoftwair
Tue Apr 30, 2019 8:45 pm
Forum: RebelSDL
Topic: SDL & Linux ARM
Replies: 31
Views: 36344

Re: SDL & Linux ARM

What does Odroid UX4 use for hw acceleration? OpenGL or OpenGL ES?