Search found 21 matches
- Sat Mar 15, 2025 5:52 pm
- Forum: Newbie questions
- Topic: DebugPrint under Linux
- Replies: 4
- Views: 1101
Re: DebugPrint under Linux
Thank you for the Hint. ConsolePrint() works as expected.
- Sun Mar 09, 2025 7:14 pm
- Forum: Newbie questions
- Topic: DebugPrint under Linux
- Replies: 4
- Views: 1101
Re: DebugPrint under Linux
Thank you for sharing. Okay that's strange. At least it seems that not I am doing something wrong but my Manjaro Linux is strange. I am done coding for today but next time I will try with other shells than bash. I recently even installed Powershell under Linux. Maybe on of them will behave as expect...
- Sun Mar 09, 2025 4:19 pm
- Forum: Newbie questions
- Topic: DebugPrint under Linux
- Replies: 4
- Views: 1101
DebugPrint under Linux
How can I send the output of DebugPrint() in a bash shell under Linux? I start the interpreter in the shell and I already tried thinks like redirecting error console to out console like ./Interpreter hollywood_stript.hws 2> error.txt 1> output.txt or ./Interpreter hollywood_stript.hws 2>1 But none o...
- Sat Jan 11, 2025 5:01 pm
- Forum: Windows IDE
- Topic: Compiling Linux execatable does not work
- Replies: 2
- Views: 22006
Re: Compiling Linux execatable does not work
Thank you this was helpful, lib32-gtk2 was missing. Then trying some RapaGui flavors for my system and some tweaking on uppper-lower-case. It works now also under linux.
- Sun Jan 05, 2025 7:49 pm
- Forum: General programming
- Topic: Hollywood key not recognized under Linux
- Replies: 4
- Views: 19709
Re: Hollywood key not recognized under Linux
Problem solved
I renamed hollywood.key to Hollywood.key and now it works.
I renamed hollywood.key to Hollywood.key and now it works.
- Sun Jan 05, 2025 6:20 pm
- Forum: General programming
- Topic: Hollywood key not recognized under Linux
- Replies: 4
- Views: 19709
Re: Hollywood key not recognized under Linux
I tried something but didn't help. I thought that Hollywood maybe doesn't find the file Hollywood.key because it is not in the path and I added PATH=/home/yg/Dokumente/Hollywood:$PATH export PATH Hollywood is installed in /home/yg/Dokumente/Hollywood But same behavior. Only the trial version starts.
- Sat Jan 04, 2025 6:05 pm
- Forum: General programming
- Topic: Hollywood key not recognized under Linux
- Replies: 4
- Views: 19709
Hollywood key not recognized under Linux
I use Hollywood 9 and just installed it under Manjaro Linux (x64). I extracted the hollywood folder from hw90_linux_x64.tar.gz and then copied the Hollywood.key file to the same folder. Here a listing from my Hollywood folder /Dokumente/Hollywood ls -la insgesamt 61052 drwxr-xr-x 6 yg yg 4096 4. Jan...
- Sat Jan 04, 2025 6:01 pm
- Forum: Windows IDE
- Topic: Compiling Linux execatable does not work
- Replies: 2
- Views: 22006
Compiling Linux execatable does not work
I use the Windows IDE of Hollywood version 9 and compiled a script under 'Compile for single plattform' for Windows. This works fine the program runs as it should. I then compiled a Linux version of it under 'Compile for single plattform' bu this one won't run. I use RapaGUI and the SQLite plugin an...
Re: Pick date
Thank you for sharing this date selector code. I integrated it in a ToDo-List program I am developin, stil lwork in progress. Here some screenshots https://drive.proton.me/urls/KNEZ5ZAGZ0#GJE0wQVNmF7H I added sliders for time selection. I mentioned you in the 'About' window to give you credit. Hope ...
- Sat Jun 01, 2024 5:49 pm
- Forum: RapaGUI
- Topic: Overwriting Title in List view
- Replies: 2
- Views: 2085
Re: Overwriting Title in List view
Hmm, I didn't find a way to do it in the RapaGUI plugin doc so I googled and found these code pieces. But anyway, you asked the right question. I now found it. I was searching to far. The following code works and replaces the text "Addional Filter' by "New Text" filterText = "New...