Search found 475 matches

by SamuraiCrow
Mon Nov 23, 2020 4:33 pm
Forum: General programming
Topic: is it safe to catch only one VAR from return(a, b)?
Replies: 1
Views: 1569

Re: is it safe to catch only one VAR from return(a, b)?

Additional return codes beyond what are received are ignored safely.
by SamuraiCrow
Mon Nov 23, 2020 4:17 am
Forum: RapaGUI
Topic: ListviewColumn Sortable="0"
Replies: 14
Views: 6968

Re: ListviewColumn Sortable="0"

Yes, that's clearly a typo. Type should be boolean instead. I'll fix that. Clicking the column title to sort might not work on all platforms but it should be possible to manually change the sorting column by setting RapaGUI.Listviewcolumn.Sortable appropriately. Have you tried that? Thanks for fixi...
by SamuraiCrow
Mon Nov 16, 2020 2:29 am
Forum: RapaGUI
Topic: ListviewColumn Sortable="0"
Replies: 14
Views: 6968

ListviewColumn Sortable="0"

When I looked at the documentation for the sortable attribute, there appears to be no way to switch which column is sorted. Also, it's listed as being a number!? What values go to which behavior? Currently setting sortable to 0 in column 3 sorts by the first column. Sorting by any other positive val...
by SamuraiCrow
Tue Nov 10, 2020 8:58 pm
Forum: Wishlist
Topic: Hyperlink buttons
Replies: 7
Views: 6891

Re: Hyperlink buttons

@airsoftsoftwair

Thanks! It didn't show up in my searches like this old thread did.
by SamuraiCrow
Sat Nov 07, 2020 3:54 pm
Forum: Wishlist
Topic: Hyperlink buttons
Replies: 7
Views: 6891

Re: Hyperlink buttons

As a follow-up, will hyperlinks be supported in RapaGUI 2.0?
by SamuraiCrow
Thu Nov 05, 2020 4:08 am
Forum: Newbie questions
Topic: LUMIX GX80 UDP Streaming
Replies: 38
Views: 19507

Re: LUMIX GX80 UDP Streaming

If you read farther into that link, you'd find the post was edited to indicate the size of the header varies. Maybe the packet length really is supposed to be 8k.

Maybe this article from WikiPedia will help you decode the header properly.
by SamuraiCrow
Thu Oct 29, 2020 12:42 am
Forum: RapaGUI
Topic: strange behaviour of sizewindow
Replies: 5
Views: 3662

Re: strange behaviour of sizewindow

Works here on Windows?! What is the exact problem? Resizing the window on Linux ends the script. Edit: Function p_EventFunc(msg) ; DebugPrint(msg.action) Switch msg.action Case "RapaGUI": Switch msg.attribute Case "SizeWindow": h,w=msg.height,msg.width DebugPrint("zzz"...
by SamuraiCrow
Tue Oct 27, 2020 7:39 pm
Forum: Off topic
Topic: Am I the only one here using GitHub with Hollywood?
Replies: 13
Views: 19713

Re: Am I the only one here using GitHub with Hollywood?

But let's say me, who am a one man team basically, what is the benefit for me to use GitHub or something? The benefits are threefold: Having off-site backups of every piece of code committed with redundant servers and so on. Having a history of every version ever made condensed into less storage. I...
by SamuraiCrow
Tue Oct 27, 2020 5:18 pm
Forum: Showcase
Topic: EasyRapa
Replies: 14
Views: 13649

Re: EasyRapa

Replies received!
by SamuraiCrow
Tue Oct 27, 2020 5:16 pm
Forum: Off topic
Topic: Am I the only one here using GitHub with Hollywood?
Replies: 13
Views: 19713

Am I the only one here using GitHub with Hollywood?

Hi! I store my projects online using Git as the version control system of choice on GitHub. Version control is so handy and if it is not for a private team larger than 3 people, the hosting is free! Of course Git works on Windows, Linux, Mac and MorphOS but has limited support for AmigaOS4 using SGi...