Search found 9 matches

by obiwan73
Fri May 13, 2022 2:42 pm
Forum: Newbie questions
Topic: Module: QR Code Reader and Write.
Replies: 2
Views: 2216

Re: Module: QR Code Reader and Write.

Module = Plug-in (deepl translation :-) )

Thank you very much for your complete answer, which gives me a lot of clues.
by obiwan73
Tue May 10, 2022 1:41 pm
Forum: Newbie questions
Topic: Module: QR Code Reader and Write.
Replies: 2
Views: 2216

Module: QR Code Reader and Write.

Hello travellers of this forum, thank you for spending time to help me. I have not found anything native (Hollywood or Polybios 1.2). To help me out I made a module in Python (e.g. from the net) called by execute() and that does the job. I'm not sure what to do to make a module, I think I'll go with...
by obiwan73
Thu May 05, 2022 9:27 pm
Forum: APK Compiler
Topic: Hollywood.apk (x32) gives me an error message with all my applets since the update to 9.1.
Replies: 1
Views: 13072

Hollywood.apk (x32) gives me an error message with all my applets since the update to 9.1.

I updated my Hollywood 9 => 9.1, unfortunately when I use Hollywood.apk with an applet that I compile with the 9.1. I get the message that it does not work with the Hollywood 9.1 version. PS: I don't want to install via google play. Is there any way to get past this message, I don't use any 9.1 tric...
by obiwan73
Thu Jun 18, 2020 1:09 pm
Forum: Hollywood bugs
Topic: Mp4-Video playpack too slow/stuttering
Replies: 5
Views: 5200

Re: Mp4-Video playpack too slow/stuttering

I have me it's slow also test on Windows and MAC
by obiwan73
Wed Jun 17, 2020 9:32 am
Forum: Hollywood bugs
Topic: Sqlite: Bug related to the difference in interpretation of the NIL between Lua and Hollywood.
Replies: 7
Views: 5908

Re: Sqlite: Bug related to the difference in interpretation of the NIL between Lua and Hollywood.

In the case of my example here, he's not nil. DebugPrint(row["ID_LIVRE"]) gives me the value 4547 But on the same line and the same variable with HaveItem commando gives me zero for DebugPrint(HaveItem(row,"ID_LIVRE")) The good news is that this command I learned is useful to see...
by obiwan73
Wed Jun 17, 2020 3:49 am
Forum: Hollywood bugs
Topic: Sqlite: Bug related to the difference in interpretation of the NIL between Lua and Hollywood.
Replies: 7
Views: 5908

Re: Sqlite: Bug related to the difference in interpretation of the NIL between Lua and Hollywood.

Hi Andreas, It's very strange, the result for row is always zero. test={} test.pi = 3.14 test.nothing = {} /* Simple Test for HaveItem())*/ DebugPrint("PI: " .. HaveItem(test,"pi") .." - nothing: ".. HaveItem(test, "nothing").." - Keyboard random: "....
by obiwan73
Tue Jun 16, 2020 1:03 pm
Forum: Hollywood bugs
Topic: Sqlite: Bug related to the difference in interpretation of the NIL between Lua and Hollywood.
Replies: 7
Views: 5908

Re: Sqlite: Bug related to the difference in interpretation of the NIL between Lua and Hollywood.

Thank you SamuraiCrow for your reaction here and elsewhere :-) I had already tried this solution but if you use IsNil() or GetType(), it doesn't work. DebugPrint(row["ID_LIVRE"].." : "..IsNil(row["TITRE_LIVRE"])) DebugPrint(row["ID_LIVRE"].." : "..Ge...
by obiwan73
Mon Jun 15, 2020 11:11 pm
Forum: Hollywood bugs
Topic: Sqlite: Bug related to the difference in interpretation of the NIL between Lua and Hollywood.
Replies: 7
Views: 5908

Sqlite: Bug related to the difference in interpretation of the NIL between Lua and Hollywood.

Hi Andreas, When importing a database from a small local library. I found a slight bug related to the different logical interpretation between LUA and Hollywood. Sqlite: Bug related to the difference in interpretation of the NIL between Lua and Hollywood. In case a field in a database has a Null val...