Skip to content

Commit

Permalink
Igor is out of date panel updates
Browse files Browse the repository at this point in the history
  • Loading branch information
timjarsky authored and t-b committed Nov 19, 2024
1 parent 8372172 commit b00bf37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Packages/MIES_Include.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ static StrConstant IP_DOCU_UPDATE_URL = "https://alleninstitute.github.io/MIES/i

Window OpenPanelWithDocumentationLink() : Panel
PauseUpdate; Silent 1 // building window...
NewPanel/K=1/W=(435, 461, 735, 661) as "OpenPanelWithDocumentationLink"
Button button0, pos={38.00, 14.00}, size={223.00, 89.00}, proc=ButtonProc_OpenMiesDocuUpdateNightly, title="Open MIES documentation for\r update instructions"
Button button1, pos={51.00, 133.00}, size={195.00, 29.00}, proc=ButtonProc_DownloadNightly, title="Download required Igor Pro version"
NewPanel/K=1/W=(841, 378, 1150, 576) as "OpenPanelWithDocumentationLink"
DrawText 20, 60, "\\JC\\Zr200\\f01 MIES requires a newer \r version of Igor Pro"
Button button0, pos={74.00, 70.00}, size={150.00, 50.00}, proc=ButtonProc_OpenMiesDocuUpdateNightly, title="Open Igor \r update instructions"
Button button1, pos={74.00, 130.00}, size={150.00, 50.00}, proc=ButtonProc_DownloadNightly, title="Download approved \r Igor Pro version"
EndMacro

Function ButtonProc_OpenMiesDocuUpdateNightly(ba) : ButtonControl
Expand Down

0 comments on commit b00bf37

Please sign in to comment.