Search found 71 matches

by msu
Mon Apr 22, 2019 8:58 pm
Forum: General programming
Topic: Problem with ReceiveData
Replies: 24
Views: 15059

Re: Problem with ReceiveData

Hello plouf!

I did the following:

- I used a different programming language. Everything worked very well.

- To be really sure, I used the software "Wireshark".
There were no more messages. :(
by msu
Mon Apr 22, 2019 12:03 pm
Forum: General programming
Topic: Problem with ReceiveData
Replies: 24
Views: 15059

Problem with ReceiveData

Hello! My Hollywood program receives data from a PostgreSQL server. The network connection will persist during the session. The connection is NOT terminated by the server. Unfortunately, ReceiveData behaves pretty useless in this case. #RECEIVELINE is not working. The server also sends binary data. ...
by msu
Sun Mar 31, 2019 3:44 pm
Forum: Announcements
Topic: hURL 1.0 released
Replies: 15
Views: 17984

Re: hURL 1.0 released

Fantastic :o , thank you!
by msu
Sun Mar 17, 2019 9:09 am
Forum: SDK
Topic: Array and plugin functions
Replies: 3
Views: 7210

Re: Array and plugin functions

How do I declare lua_isnil, lua_tonumber, lua_pop in the C++ Header?

They do not seem to belong to LuaBase.

It was easy with lua_rawgeti.
The following entry in the header worked:

Code: Select all

#define lua_rawgeti hwcl->LuaBase->lua_rawgeti
by msu
Sat Mar 16, 2019 2:27 pm
Forum: SDK
Topic: Array and plugin functions
Replies: 3
Views: 7210

Array and plugin functions

Hello!
Is it possible to pass an array to a plugin function?
Can a plugin function also return an array to Hollywood?

A simple C ++ example would be nice.

Greetings, Michael
by msu
Tue Apr 04, 2017 9:20 pm
Forum: General programming
Topic: ReceiveData callback and userdata
Replies: 3
Views: 4428

Re: ReceiveData callback and userdata

Quick support here! :(
by msu
Sun Apr 02, 2017 7:55 pm
Forum: General programming
Topic: ReceiveData callback and userdata
Replies: 3
Views: 4428

ReceiveData callback and userdata

Hi,
How can I use callback and userdata with ReceiveData(1, #RECEIVEALL,..)?
An example would be nice.

Greetings, Michael
by msu
Fri Dec 23, 2016 10:11 pm
Forum: Off topic
Topic: Merry Christmas and a happy new year
Replies: 26
Views: 46183

Re: Merry Christmas and a happy new year

Wishes all merry Christmas!
by msu
Sat Oct 22, 2016 10:00 am
Forum: General questions
Topic: Scuilib Doku oder Tutorial?
Replies: 3
Views: 9452

Re: Scuilib Doku oder Tutorial?

Hi Allanon,
HGUI looks very good.
If HGUI then also run on Android?

Unfortunately SCUI-LIB does not seem to run on Android.

Greetings, Michael
by msu
Sun Oct 02, 2016 7:44 pm
Forum: General questions
Topic: Scuilib Doku oder Tutorial?
Replies: 3
Views: 9452

Scuilib Doku oder Tutorial?

Hallo, habe vor eine kleine App für Android mit Hollywood zu schreiben. Benötige dafür ein kleines GUI, Listview und einige Buttons. Da es RapaGUI ja nun mal leider nicht für Android gibt, dachte ich an die ScuiLib. Gibt es dafür eine Doku oder ein Tutorial, irgendwas für den Schnelleinstieg? Edit: ...