Difference between revisions of "User talk:CallMeDave"

From Gramps
Jump to: navigation, search
m (so 1000ms is 1 second ( [https://github.com/gramps-project/gramps/blob/48fa8f33052aca542324143a448fc16d60535ed1/gramps/gui/widgets/interactivesearchbox.py#L59 line 59 shows: _SEARCH_DIALOG_LAUNCH_TIMEOUT = 150] and changing that works!)
(Blanked the page)
(Tag: Blanking)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Addons=
 
Hi, thanks for your edits and cleanup/moves etc of the addons.  Not sure if you have seen the [https://gramps-project.org/wiki/index.php/Talk:5.1_Addons Addon's talk page] that you might want to review and incorporate your information into? [[User:Daleathan|Daleathan]] ([[User talk:Daleathan|talk]]) 21:36, 21 March 2022 (UTC)
 
  
:No I hadn't looked before, thank for the tip, I see others have done something similar! [[User:CallMeDave|CallMeDave]] ([[User talk:CallMeDave|talk]]) 21:46, 21 March 2022 (UTC)
 
 
=Template:Addon not sure why table will not align on right side of page!=
 
The template also need something called [https://en.wikipedia.org/wiki/CSS CSS] to be added to the wiki to like the newer template that needs Lua & a wiki upgrade!
 
[[User:Patsyblefebre|Patsy B Lefebre]] ([[User talk:Patsyblefebre|talk]])
 
:Thanks thought as much! [[User:CallMeDave|CallMeDave]] ([[User talk:CallMeDave|talk]])
 
 
=New widget: interactive searchbox. Use our own interactive-search box to get it.=
 
Introduced in Gramps 4.2.0 (mentioned on Whats New page )
 
# more efficient (binary search on sorted columns).
 
# customizable (delayed by 150ms launch of search to avoid text scrambling)
 
 
https://gramps-project.org/wiki/index.php/Gramps_4.2_Wiki_Manual_-_What%27s_new%3F#GUI
 
 
https://gramps-project.org/wiki/index.php/Gramps_5.1_Wiki_Manual_-_Navigation#Finding_records
 
 
https://gramps.discourse.group/t/where-is-the-find-box-code/2505
 
 
https://github.com/gramps-project/gramps/blob/master/gramps/gui/widgets/interactivesearchbox.py
 
 
Press Ctrl-F to open the searchbox on any of the list or just give the list focus (select a line) and start typing
 
 
* 150ms is 0.15 seconds ( quarter of a second) 
 
** Whats new mentions the timing is customizable ; so 1000ms is 1 second  ( [https://github.com/gramps-project/gramps/blob/48fa8f33052aca542324143a448fc16d60535ed1/gramps/gui/widgets/interactivesearchbox.py#L59 line 59 shows: _SEARCH_DIALOG_LAUNCH_TIMEOUT = 150]  and changing that works!
 

Revision as of 05:01, 25 August 2022