Robert,
Sometimes I indeed put many things onto one screen (just like old DOS-Clipper). Only 'problem' is to keep all well synchronized (visibile - not visible - defined released etc.).
Recently I had a screen with 'row-input (2 textboxes,2 combox, 1 button)' + button to add a row + button to delete a row.
Then I needed a 'reset' button to release all rows. This probably went too fast so some row-controles (1 combobox) always stayed unreleased.
A miracle or a bug...?
Now I build in the reset function (at the end of my loop: hb_idleSleep( 0.01 ))
Now it works really perfect! Just a tip!
Serge
Button position in a grid
Moderator: Rathinagiri
- serge_girard
- Posts: 2379
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 630 times
- Been thanked: 127 times
- Contact:
-
- Posts: 191
- Joined: Thu May 25, 2017 6:30 pm
- DBs Used: DBF
- Location: D 83071 Stephanskirchen
- Has thanked: 56 times
- Been thanked: 18 times
BTW If you feel it's to cold: Fais du feu dans la cheminée...serge_girard wrote: ↑Mon Dec 11, 2017 9:08 pm
Sometimes I indeed put many things onto one screen (just like old DOS-Clipper). Only 'problem' is to keep all well synchronized (visibile - not visible - defined released etc.).
And so I have another template to learn from.![]()
Recently I had a screen with 'row-input (2 textboxes,2 combox, 1 button)' + button to add a row + button to delete a row.
Then I needed a 'reset' button to release all rows. This probably went too fast so some row-controles (1 combobox) always stayed unreleased.
A miracle or a bug...?
What's the difference between miracle/bug?![]()
Now I build in the reset function (at the end of my loop: hb_idleSleep( 0.01 ))
Now it works really perfect! Just a tip!
Thx again!
Serge
My favourite rendition of this chanson is by Nana Mouskouri.
Robert
- serge_girard
- Posts: 2379
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 630 times
- Been thanked: 127 times
- Contact:
What's the difference between miracle/bug?
Miracles are like Santa Claus: they don't exist and bugs... are plenty!
Miracles are like Santa Claus: they don't exist and bugs... are plenty!
- srvet_claudio
- Posts: 2044
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 35 times
- Been thanked: 147 times
- Contact:
The bugs exist and are very real:serge_girard wrote: ↑Tue Dec 12, 2017 8:08 amWhat's the difference between miracle/bug?
Miracles are like Santa Claus: they don't exist and bugs... are plenty!



http://americanhistory.si.edu/collectio ... mah_334663
- dragancesu
- Posts: 722
- Joined: Mon Jun 24, 2013 11:53 am
- DBs Used: DBF, MySQL, Oracle
- Location: Subotica, Serbia
- Has thanked: 24 times
- Been thanked: 151 times
-
- Posts: 191
- Joined: Thu May 25, 2017 6:30 pm
- DBs Used: DBF
- Location: D 83071 Stephanskirchen
- Has thanked: 56 times
- Been thanked: 18 times
At least now I know where the expression comes from.srvet_claudio wrote: ↑Tue Dec 12, 2017 1:35 pmThe bugs exist and are very real:serge_girard wrote: ↑Tue Dec 12, 2017 8:08 amWhat's the difference between miracle/bug?
Miracles are like Santa Claus: they don't exist and bugs... are plenty!![]()
![]()
![]()
http://americanhistory.si.edu/collectio ... mah_334663
Robert