Search found 169 matches

by emeck
Thu Sep 22, 2022 8:40 pm
Forum: RapaGUI
Topic: Treeview active is one place off
Replies: 12
Views: 5435

Re: Treeview active is one place off

@SamuraiCrow

If instead of a Treeview I use a Listview with 3 entries for example, clicking the firts item returns "0", the third returns "2" and the second returns "1", which means retuns the current active item, no the previous. I expected that from the Treeview.
by emeck
Thu Sep 22, 2022 5:33 pm
Forum: Wishlist
Topic: Sort unique
Replies: 5
Views: 2230

Re: Sort unique

@SamuraiCrow

Ok, I understand it better now. Thanks, this will be useful.
by emeck
Thu Sep 22, 2022 5:28 pm
Forum: RapaGUI
Topic: Treeview active is one place off
Replies: 12
Views: 5435

Re: Treeview active is one place off

SamuraiCrow wrote: Thu Sep 22, 2022 12:31 pm What were you expecting? It seems to be giving the old value for current rather than the new value. Is that the problem?
Isn't it supposed to give the new value? I want to click on a node and get the new current value to do something depending on what is active now, not previously.
by emeck
Wed Sep 21, 2022 9:04 pm
Forum: RapaGUI
Topic: Treeview active is one place off
Replies: 12
Views: 5435

Treeview active is one place off

Hello, I tried different ways but always get the same result. Here is a simple case. XML file: <?xml version="1.0" encoding="iso-8859-1"?> <application id="test"> <window title="Treeview"> <hgroup> <treeview id="tv_test" weight="35" notify=...
by emeck
Wed Sep 21, 2022 6:07 pm
Forum: Wishlist
Topic: Sort unique
Replies: 5
Views: 2230

Re: Sort unique

@Bugala
Yes, maybe it would be cleaner having it as a separate function.

@SamuraiCrow
Can you explain how a reverse lookup table works for this?
by emeck
Sun Sep 18, 2022 11:07 pm
Forum: Wishlist
Topic: Sort unique
Replies: 5
Views: 2230

Sort unique

Hello, could an option be added to the Sort() function so duplicated entries are removed? Something like: Sort(array, unique) For example, I have this code: mainDB = { {category="Learning", name="Enrique", notes="Some notes.", modified="18-08-2022"}, {category...
by emeck
Tue May 24, 2022 8:32 pm
Forum: Newbie questions
Topic: Is there command to do reverse of Chr()?
Replies: 3
Views: 1623

Re: Is there command to do reverse of Chr()?

Hello,

could ByteChr() be what you need?
by emeck
Fri May 20, 2022 6:33 pm
Forum: Amiga IDE questions
Topic: Online help CubicIDE MorphOS
Replies: 8
Views: 16217

Re: Online help CubicIDE MorphOS

Tried with plugin 9.0 and 9.1 for CubicIDE (in both cases with HW9.1) and both have the same behaviour as reported by tolkien. Logtool shows hits.
by emeck
Thu May 19, 2022 9:01 pm
Forum: Announcements
Topic: Hollywood Designer 6.0 released
Replies: 7
Views: 8744

Re: Hollywood Designer 6.0 released

Upgraded. Thanks!
by emeck
Thu Apr 28, 2022 8:31 pm
Forum: Newbie questions
Topic: Is there option to get current displayed brush width without LAYERS?
Replies: 4
Views: 1715

Re: Is there option to get current displayed brush width without LAYERS?

Ok, I see.

So inside your function you use DisplayBrush() to show it scaled? Maybe using a copy with ScaleBrush() instead and displaying that one? That way you can use GetAttribute() with the copy.