Search found 603 matches

by jPV
Wed Nov 08, 2023 7:45 am
Forum: Showcase
Topic: RNOWidgets
Replies: 16
Views: 27592

Re: RNOWidgets

RNOWidgets 1.6 released: - Added a fullscreen 5-day forecast display for the Weather widget - Added a 12-hour option to the Digital Clock widget - Added support for Atom feeds and renamed the RSS widget as the Feeds widget - Added fullscreen mode for the Feeds widget - Added placeholders for date/e...
by jPV
Thu Nov 02, 2023 3:23 pm
Forum: Newbie questions
Topic: Correct Menu Nav System
Replies: 10
Views: 5962

Re: Correct Menu Nav System

Good points. For point 1 I hope you are refering to the code from the first post, as I think I did adress that in my reply by removing the setinterval and use eventhandler instead. Yeah, I based my answer to the original code, should have mentioned that. The downside of testing the scripts on even ...
by jPV
Thu Nov 02, 2023 8:55 am
Forum: Hollywood bugs
Topic: UTF8 characters with HaveItem
Replies: 1
Views: 2821

UTF8 characters with HaveItem

HaveItem() doesn't find string indices that contain non-english or some special characters if the script is run in the default UTF-8 mode. If you save the file as ASCII and add "@OPTIONS {Encoding = #ENCODING_ISO8859_1}" in the beginning, then it works just fine with the same characters. I...
by jPV
Tue Oct 31, 2023 1:11 pm
Forum: Newbie questions
Topic: Correct Menu Nav System
Replies: 10
Views: 5962

Re: Correct Menu Nav System

Here are my comments, observations, and suggestions: 1) The program makes makes constant CPU load even when idling. On my Mac mini CPU usage is 100% all the time when just standing in the menu, which is not acceptable IMHO. Even the mouse pointer movement becomes jittery because of this. The heavy C...
by jPV
Tue Oct 17, 2023 4:31 pm
Forum: Hollywood bugs
Topic: EndsWith bugs with non-casesensitive comparison if it's not done in UTF8
Replies: 1
Views: 2900

EndsWith bugs with non-casesensitive comparison if it's not done in UTF8

If you try to compare non-UTF8 data without case sensitivity with EndsWith(), the result is False always. ConsolePrint(EndsWith("testbla", "bla", True, #ENCODING_RAW)) ; prints 1 ConsolePrint(EndsWith("testbla", "bla", False, #ENCODING_RAW)) ; prints 0 Console...
by jPV
Mon Oct 16, 2023 5:08 pm
Forum: Newbie questions
Topic: Understanding the typical hollywood loop
Replies: 11
Views: 7841

Re: Understanding the typical hollywood loop

It was honestly a really great learning experience that has got me a solid basis of Hollywood, I've finished my paint program and submitting into the amiga tool jam right now. :) Oh damn, I have missed such a jam, and I happened to create RNOSlides within the timeframe :) There would have been some...
by jPV
Tue Sep 26, 2023 4:47 pm
Forum: Hollywood bugs
Topic: Possible bug with the GUI on Amiga 68k
Replies: 18
Views: 6366

Re: Possible bug with the GUI on Amiga 68k

I tried Hollywood 10 with few emulated 68k setups now, and it did work on all of them no matter which MUI version I was using. I tried with AmigaForever 3.X (MUI 3.8) and AmiKit with MUI 3.8 and MUI 5.0. When lowering the resolution, fonts and buttons scaled smaller, but they did work still. Or if I...
by jPV
Tue Sep 26, 2023 12:06 pm
Forum: Wishlist
Topic: Check if a deeper subtable tree is valid
Replies: 1
Views: 1759

Check if a deeper subtable tree is valid

I would like to have a way to check if a deeper subtable tree is valid when trying to check if there's a certain item which is buried under several subtables. HaveItem() and RawGet() only take one table and one item as inputs, but the problem occurs when the given table isn't valid (some of its pare...
by jPV
Thu Sep 21, 2023 2:10 pm
Forum: Newbie questions
Topic: Problem with copyfile() and archive
Replies: 2
Views: 1395

Re: Problem with copyfile() and archive

You have probably installed the XAD plugin globally with the InstallAdapter option (like @REQUIRE "xad", {InstallAdapter = True}), and that's why it uses XAD for CopyFile() too. You can now bypass that globally installed adapter by using CopyFile() with the Inbuilt adapter like this: CopyF...
by jPV
Thu Sep 14, 2023 6:35 pm
Forum: Showcase
Topic: Tons of Company Tools
Replies: 3
Views: 5897

Re: Tons of Company Tools

Cool looking things :)