Search found 220 matches

by jornmo
Sunday 15th July 2018 8:59pm
Forum: General
Topic: button back color property
Replies: 9
Views: 13014

Re: button back color property

This was a littlebit fun :)
Here's a somewhat more refined version, but still lacking here and there. I'm struggling to get the defaults to work. You need to set Color1, Color2 and Foreground for now.
mtButton-0.0.2.tar.gz
(9.91 KiB) Downloaded 694 times
by jornmo
Sunday 15th July 2018 2:50pm
Forum: General
Topic: button back color property
Replies: 9
Views: 13014

Re: button back color property

Here's my take with a custom component. Just a humble beginning. Needs some refinement :)
mtButton-0.0.1.tar.gz
(9.51 KiB) Downloaded 661 times
by jornmo
Tuesday 10th July 2018 12:10pm
Forum: General
Topic: button back color property
Replies: 9
Views: 13014

Re: button back color property

Or even this one
viewtopic.php?f=6&t=12
by jornmo
Tuesday 10th July 2018 12:08pm
Forum: General
Topic: button back color property
Replies: 9
Views: 13014

Re: button back color property

You could for example look at my vertical progress bar at the Gambas farm for an easy start with component writing...
by jornmo
Tuesday 10th July 2018 12:06pm
Forum: General
Topic: button back color property
Replies: 9
Views: 13014

Re: button back color property

It is not always good to limit an app to a certain version of a certain widgetset. If so, it should not be to hard to code a custom button component. If you are really lazy, you could perhaps even use a panel to simulate a button 8-)
by jornmo
Thursday 5th July 2018 8:11am
Forum: General
Topic: tableview problem
Replies: 4
Views: 6820

Re: tableview problem

Perhaps you could utilize an observer on the key release, and call the stop event when not a number.
by jornmo
Saturday 30th June 2018 8:03am
Forum: General
Topic: .hidden
Replies: 1
Views: 3574

Re: .hidden

by jornmo
Wednesday 27th June 2018 3:35pm
Forum: General
Topic: Did you know?
Replies: 91
Views: 413126

Re: Did you know?

I doo :lol:
by jornmo
Monday 25th June 2018 1:18pm
Forum: General
Topic: mysql DISTINCT & ORDER BY
Replies: 3
Views: 5475

Re: mysql DISTINCT & ORDER BY

Your very welcome.
by jornmo
Sunday 24th June 2018 10:10am
Forum: General
Topic: mysql DISTINCT & ORDER BY
Replies: 3
Views: 5475

Re: mysql DISTINCT & ORDER BY

This seems to work:
SELECT DISTINCT TransRef, TransDate FROM Transactions ORDER BY TransDate;