Search found 20 matches

by DieterG
Fri Aug 23, 2019 6:35 pm
Forum: Hollywood bugs
Topic: receiveUDPData size argumnet not working
Replies: 1
Views: 3859

receiveUDPData size argumnet not working

Hello, i have Hollywood 7.1 and it seems the ReceiveUDPData optional Argument for the size do not working. Default size is set to 8192 bytes, so all works until you will get 8193 bytes. temp$, ipadress2$, portnr = ReceiveUDPData(1,blocksize+4) or easier: temp$, ipadress2$, portnr = ReceiveUDPData(1,...
by DieterG
Fri Aug 02, 2019 7:38 pm
Forum: General programming
Topic: iOS Hollywood Player
Replies: 13
Views: 12526

Re: iOS Hollywood Player

Is not a good solution for me, sorry. When i want to make a app for e.g. iPhone i should buy Hollywood for ios additional and a MAC ! This is very expensivd only to make an app. Also i would not learning to handle MACs. So i ask for a service. Like: send hws and get the ready ios-app. Maybe around 2...
by DieterG
Fri Aug 02, 2019 7:27 pm
Forum: Newbie questions
Topic: Change menutext
Replies: 2
Views: 2891

Change menutext

Hello,
i want to change menutext while runtime, but can not find the command to do it.
Is there no ?
In Moment i see the only chance to remove the menu, change the table and set the menu again.
Is there another solution to do it ?
by DieterG
Thu Feb 28, 2019 4:30 pm
Forum: Announcements
Topic: Hollywood 8: Supremacy out now!
Replies: 65
Views: 75116

Re: Hollywood 8: Supremacy out now!

What i want to say, its very nice to gave Hollywood 8.0. But the thing what i not agree is to buy it for have a bugfeee version. I found a bug in 7.1 and he solved it in version 8.0, so i must pay to have the bug removed. The solution may be to have the Hollywood 8.0 with all new features, but also ...
by DieterG
Sat Feb 23, 2019 9:53 pm
Forum: Announcements
Topic: Hollywood 8: Supremacy out now!
Replies: 65
Views: 75116

Re: Hollywood 8: Supremacy out now!

Hm.... 2 weeks before today this announcement is written but only on english site, on german site is nothing to read of this. Also on both, english and German, sites only Hollywood 7.1 manuals found. Then i read some of the old bugs are not solved. This means wait one more year for next version ? An...
by DieterG
Fri Dec 28, 2018 12:25 pm
Forum: Wishlist
Topic: add support at serial port
Replies: 20
Views: 18177

Re: add support at serial port

Cool.
When is avaible ?
by DieterG
Sun Dec 02, 2018 9:02 pm
Forum: Newbie questions
Topic: Bin2val
Replies: 7
Views: 4397

Re: Bin2val

Thx.
Must i wait until Hollywood 7.2 released or where i can get it ?
by DieterG
Mon Nov 26, 2018 6:56 pm
Forum: Wishlist
Topic: autoinc variable
Replies: 2
Views: 3112

autoinc variable

Hello, it where very nice, if you implement autoincrement of variables, To understand what i want. This: tdata_flen[segcount]=ByteAsc(temp$,0) tdata_func[segcount]=MidStr(temp$,1,1,#ENCODING_RAW) tdata_parlen1[segcount]=ByteAsc(temp$,2) tdata_argtyp[segcount]=MidStr(temp$,3,1,#ENCODING_RAW) tdata_fl...
by DieterG
Mon Nov 26, 2018 6:51 pm
Forum: Newbie questions
Topic: Table with index and string
Replies: 6
Views: 4859

Re: Table with index and string

if i do so, it was easier to make a table for every entry and use them: tdata_func = {} tdata_argtyp = {} tdata_flen = {} tdata_typ1 = {} tdata_arglen1 = {} tdata_arg1 = {} tdata_typ2 = {} tdata_arglen2 = {} tdata_arg2 = {} ..... tdata_flen[segcount]=ByteAsc(temp$,0) ;full length tdata_func[segcount...
by DieterG
Sat Nov 24, 2018 2:24 pm
Forum: Newbie questions
Topic: Table with index and string
Replies: 6
Views: 4859

Re: Table with index and string

I have tried it, allway fails :cry: May anybody see the problem and can fix it ? Function p_splitsequence() ;*** find Dataparts and put them into tables *** tdata = {{}} ;i need tdata[i,j] wehre i is a string ! This "dobble" from above reply templen=MidStr(trans$,2,1,#ENCODING_RAW) ;length...