Search found 604 matches

by jPV
Fri Sep 23, 2022 8:44 am
Forum: RapaGUI
Topic: Treeview active is one place off
Replies: 12
Views: 5590

Re: Treeview active is one place off

Yeah, looks like a bug with Treeview. It's pretty useless to get the previous value, and even msg.TriggerValue gives the prev value instead of the current selection.
by jPV
Sun Sep 18, 2022 12:03 pm
Forum: Windows IDE
Topic: Is Windows 11 Hollywood safe?
Replies: 5
Views: 4106

Re: Is Windows 11 Hollywood safe?

plouf wrote: Fri Sep 16, 2022 10:22 am I am sure that most of "active" users here also have 11
Naah... none of my PCs are Win11 compatible, but they're still powerful enough for me otherwise, so I'll stick with Win10 as long as possible. I don't want to waste money and natural resources for this...
by jPV
Sun Aug 14, 2022 9:24 pm
Forum: Showcase
Topic: RNOEffects
Replies: 9
Views: 8985

RNOEffects 1.4 released - Now for OS3 too

RNOEffects is a simple image processing program with a focus on good batch conversion options and alpha channel based effects. It's been available for MorphOS, OS4, and AROS earlier, but the new version adds support also for 68k and WarpOS setups. A video demonstration of the program is available a...
by jPV
Fri Aug 12, 2022 3:38 pm
Forum: General programming
Topic: PUT calls via curl
Replies: 5
Views: 2027

Re: PUT calls via curl

I have used a custom request to make PUT calls, I guess there was a reason to go this route, but can't remember details anymore :) Most likely it was some tip from generic mainstream coding forums for libcurl that lead to this. I think it wasn't because of hURL being the issue, but generic cURL stuf...
by jPV
Wed Jul 27, 2022 4:44 pm
Forum: Designer bugs
Topic: Designer Crashes
Replies: 14
Views: 12108

Re: Designer Crashes

Can you try to delete all plugins from LIBS:Hollywood and see if it makes a difference? Hi - good tip, now I have deleted all the files and there is no crash now. But how do I get the whole thing to work with the addons now? :) Put them back one by one and let us know which one triggers the crash?
by jPV
Sat Jul 23, 2022 9:59 am
Forum: Showcase
Topic: RNOPDF
Replies: 33
Views: 31649

Re: RNOPDF

But three OS4 users have now reported that it doesn't open PDF files, or it freezes when trying, if Polybios files are in the progdir. Some have OS4 beta, some public updated version... Can you provide a test archive so that I can see if I can get it to crash here? This old issue was fixed already ...
by jPV
Mon Jul 18, 2022 7:57 am
Forum: Showcase
Topic: RNOArchive
Replies: 3
Views: 2911

Re: RNOArchive

RNOArchive 1.1: - Fixed an issue with directory extraction, which could lead to extraction of unselected files - The progress bar is updated when unarchiving single dirs or full archives - Added a work-around for adding whole directories without selecting anything - Fixed an ARexx port issue - Othe...
by jPV
Mon Jul 18, 2022 7:56 am
Forum: Showcase
Topic: RNOPDF
Replies: 33
Views: 31649

Re: RNOPDF

RNOPDF 1.6:
- Fixed the search requester behaviour
- Fixed a window positioning issue on OS3 versions
- Better OpenURL implementation
- Added a French catalog (thanks Yannick!)
- Added a German catalog (thanks Stefan!)
- Made the source code a bit more readable
by jPV
Tue Jun 21, 2022 4:07 pm
Forum: Hollywood bugs
Topic: ChangeDisplaySize options on AmigaOS3
Replies: 5
Views: 2761

Re: ChangeDisplaySize options on AmigaOS3

But is it necessary to kill the decorations if the window would fit on the screen? Why it both switches to borderless and moves the window in the cases when it still would fit on the screen with the decorations too? I ran my example on a 1920x1080 screen, so 1277x600 window should fit just fine on i...
by jPV
Sat Jun 18, 2022 10:56 am
Forum: Hollywood bugs
Topic: ChangeDisplaySize options on AmigaOS3
Replies: 5
Views: 2761

Re: ChangeDisplaySize options on AmigaOS3

Ok, but two things: 1) Why this does happen only on OS3 compiled exes (or scripts anyway), but not with MorphOS, OS4, or Windows compiled exes? Is it because they can (optionally) have off-screen window placement? MorphOS compiled and OS3 compiled exes act differently when run on the same MorphOS se...