Search found 475 matches

by SamuraiCrow
Sat Oct 24, 2020 1:50 am
Forum: Showcase
Topic: EasyRapa
Replies: 14
Views: 13723

Re: EasyRapa

@ilbarbax

EMail sent!
by SamuraiCrow
Sat Oct 24, 2020 1:38 am
Forum: Newbie questions
Topic: LUMIX GX80 UDP Streaming
Replies: 38
Views: 19529

Re: LUMIX GX80 UDP Streaming

UDP packets have a header and the size with the header not included is a maximum of 65527 bytes because of the 8-byte header.
by SamuraiCrow
Thu Oct 22, 2020 6:38 pm
Forum: Showcase
Topic: EasyRapa
Replies: 14
Views: 13723

Re: EasyRapa

What license is this going to be distributed under? Will it be open-source? There was a GUI builder for Hollywood called Evolution but it was closed source and the development stalled.
by SamuraiCrow
Tue Oct 20, 2020 10:50 pm
Forum: Showcase
Topic: EasyRapa
Replies: 14
Views: 13723

Re: EasyRapa

You can host the source code on GitHub if you're on Windows and use GitHub's version controls. On Windows there's even a dedicated GitHub app in case you're not familiar with Git.

If interested, I can test it for you on several flavors of Linux, MorphOS and AmigaOS 4.1 .
by SamuraiCrow
Tue Sep 01, 2020 4:48 am
Forum: Code snippets area
Topic: Slideshow Template
Replies: 5
Views: 12332

Re: Slideshow Template

Nice! However, I can also recommend Hollywood Designer to everybody who would like to do something PowerPoint-ish with Hollywood :D I was writing this from my Linux desktop. Wouldn't Hollywood Designer only work from the Amiga-like operating systems? Also, I put this in the wrong forum. I think it ...
by SamuraiCrow
Fri Aug 28, 2020 10:29 pm
Forum: Code snippets area
Topic: Slideshow Template
Replies: 5
Views: 12332

Slideshow Template

I've been trying to find a way to do dynamic layout that's font-sensitive and word-wrap aware. To that end, I've written a starter template to do a PowerPoint-style slideshow. The p_Slide1 function looks needlessly complex. Maybe the rest of you can improve on it or figure a way to make it abstract....
by SamuraiCrow
Sun Aug 09, 2020 9:11 pm
Forum: RapaGUI
Topic: Newbie question about RapaGui
Replies: 5
Views: 3258

Re: Newbie question about RapaGui

I'd use moai.CreateDialog() as long as the form doesn't have to open any additional tabs or windows and as long as the creation form doesn't need to be kept open while operations are still acted upon in the main window.
by SamuraiCrow
Wed Aug 05, 2020 4:30 pm
Forum: Newbie questions
Topic: Compiler issues
Replies: 2
Views: 2689

Re: Compiler issues

Try using @FILE instead of @LINKER and set the RapGUI creation routine to use the preprocessed file. That way you can resolve it with the interpreter.
by SamuraiCrow
Mon Aug 03, 2020 6:42 am
Forum: Showcase
Topic: RNOPublisher
Replies: 11
Views: 11270

Re: RNOPublisher

If it uses MUI Royale it will not work on Windows. If it uses RapaGUI then there's hope.
by SamuraiCrow
Tue Jul 28, 2020 7:17 pm
Forum: Wishlist
Topic: OFFICE Interaction
Replies: 2
Views: 3144

Re: OFFICE Interaction

CSV format can be imported by many spreadsheets including Excel. The only thing that would trip it up is if the value for one key is another table. A table is just a value for every key and sometimes tables can be nested as I pointed out above. Probably the best format to represent it as would be a ...