Search found 21 matches

by davec
Tue Aug 31, 2021 1:54 am
Forum: RapaGUI
Topic: DoubleClick on ListViews on OSX
Replies: 2
Views: 1801

DoubleClick on ListViews on OSX

Howdy, It looks like the DoubleClick notification is fired on ListViews on Mac when you double click on the ColumnTitles. Doesn't seem to do that on Windows. Would prefer for it to not be activated on title clicks if possible, if not, is there a workaround on Mac to detect that the title has been do...
by davec
Sun May 16, 2021 6:04 pm
Forum: RapaGUI
Topic: Exitting an App on Android from Recents list
Replies: 3
Views: 1979

Re: Exitting an App on Android from Recents list

Probably.
I just wanted to send a disconnect signal to a server before exitting so the server knew that the client can be removed from a list.
by davec
Thu May 13, 2021 5:01 am
Forum: RapaGUI
Topic: Exitting an App on Android from Recents list
Replies: 3
Views: 1979

Exitting an App on Android from Recents list

Hi all,
Is there a way to trigger an event when an app is closed/quit from the recent apps view in Android?

Thanks
Dave
by davec
Thu May 06, 2021 2:47 am
Forum: RapaGUI
Topic: Event handler passing through to default behaviour
Replies: 3
Views: 1995

Re: Event handler passing through to default behaviour

As did I (ie, that sorting thread), that's why I started this one :)

amyren wrote: Thu May 06, 2021 12:54 am I had a smilar experience (in the other sorting thread). It looks like TitleClick does not go well with setting columns sortable.
Hopefully this will work better with the awaited RapaGUI 2.0.
by davec
Wed May 05, 2021 11:03 pm
Forum: RapaGUI
Topic: Event handler passing through to default behaviour
Replies: 3
Views: 1995

Event handler passing through to default behaviour

I would like to be able to use the TitleClick notification in a listview, but would also like its default behaviour to still work (ie, on a sortable column still be able to toggle between ascending and descending sort and execute the sort). However, if I listen to that notification and have some cus...
by davec
Wed May 05, 2021 10:47 pm
Forum: RapaGUI
Topic: ListviewColumn Sortable="0"
Replies: 14
Views: 6771

Re: ListviewColumn Sortable="0"

No sooner had I sent that post that I found the solution.

You cannot use

Code: Select all

moai.DoMethod("listview","Sort")
This will cause the issue I mentioned above.

Dave
by davec
Wed May 05, 2021 10:45 pm
Forum: RapaGUI
Topic: ListviewColumn Sortable="0"
Replies: 14
Views: 6771

Re: ListviewColumn Sortable="0"

I can only get to sort the first column that I click on (whether that be column a,b,c or d). If I selected another column, it won't sort, but if I go back to the first column I clicked on then I can sort that again. Does it work like that for you? I see the little sort character "^" above ...
by davec
Wed May 05, 2021 4:37 am
Forum: RapaGUI
Topic: ListviewColumn Sortable="0"
Replies: 14
Views: 6771

Re: ListviewColumn Sortable="0"

Hi,
I too am wondering about changing the sorting column when clicking on the column title.
For whatever reason, I cannot work out how to use Listview.column.Sortable.

Any examples would be greatly appreciated.

Dave
by davec
Mon May 03, 2021 5:55 am
Forum: RapaGUI
Topic: Dynamic Listviews
Replies: 7
Views: 3112

Re: Dynamic Listviews

So would this require a new version of the Android compiler?

Thanks,
Dave
airsoftsoftwair wrote: Sun May 02, 2021 7:25 pm Ok, this was a bug in RapaGUI on Android. It's fixed now!
by davec
Sun Apr 25, 2021 6:43 pm
Forum: RapaGUI
Topic: Dynamic Listviews
Replies: 7
Views: 3112

Re: Dynamic Listviews

I had to keep the FreeObject() call, but no, still doesn't dynamically update in Android. The way you use RapaGUI.Group.InitChange and RapaGUI.Group.ExitChange looks unnecessarily complex albeit not wrong. Can you try if it works when using this code instead: moai.DoMethod("mylistview", &q...