Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnalysisBrowser: Make it faster #2092

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
AB_BrowserStartupSettings: Update it
t-b committed Apr 19, 2024
commit 4fc905e4a6ad9c8caa590826746705ee49a27c0c
5 changes: 3 additions & 2 deletions Packages/MIES/MIES_AnalysisBrowser.ipf
Original file line number Diff line number Diff line change
@@ -2681,6 +2681,7 @@ Function AB_BrowserStartupSettings()

HideTools/W=$panel/A
SetWindow $panel, userData(panelVersion)=""
SetWindow $panel, userData(datafolder)=""

SetCheckBoxState(panel, "checkbox_load_overwrite", CHECKBOX_UNSELECTED)

@@ -2689,8 +2690,8 @@ Function AB_BrowserStartupSettings()
SearchForInvalidControlProcs(panel)
print "Do not forget to increase ANALYSISBROWSER_PANEL_VERSION."

ListBox list_experiment_contents, win=$panel, listWave=$"", selWave=$""
ListBox listbox_AB_Folders, win=$panel, listWave=$"", selWave=$""
ListBox list_experiment_contents, win=$panel, listWave=$"", selWave=$"", colorWave=$""
ListBox listbox_AB_Folders, win=$panel, listWave=$"", selWave=$"", colorWave=$""

Execute/P/Z "DoWindow/R " + panel
Execute/P/Q/Z "COMPILEPROCEDURES "