LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File - Project sort by date on start screen

Question.PNG

 

 

I am curious if a way exists to sort VI's  / projects by date at the start screen. Not sure what e proper name is. See the attached screenshot.

 

 

 

0 Kudos
Message 1 of 7
(3,323 Views)

Yes.  It requires a bit of easy work from you though to customize.  Simply read the LabVIEW.ini key for the GSW project paths, use the file functions to get the creation date and order the list.  Copy the information, close LabVIEW and replace the value of the project paths key in the ini.


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 7
(3,313 Views)

I call this the "GSW" (for "Getting Started With") Screen.  The entries on this screen are stored in an .ini file buried within your LabVIEW Program folder.  You could, in principle, read this file, carefully parse out the line containing the files, do some work to look up the dates associated with the files, replace the current .ini line with one where the names are sorted by date, and save it back, but is it really worth all that work?  Note that in order to see the new order, you'll probably have to exit and restart LabVIEW.  And if you mess up the .ini file, you might mess up your LabVIEW installation ...

 

Bob Schor

P.S. -- I don't think the likely benefit is worth the trouble and risk.  Now, I did write a utility that lets you clear out the GSW screen (that's much simpler ...).

0 Kudos
Message 3 of 7
(3,312 Views)

Nice idea Bob


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 7
(3,295 Views)

@JÞB wrote:

Simply read the LabVIEW.ini key for the GSW project paths...


To be a little more exact, the OP needs to update the Pinned Recently Used list.

 

Not sure why anybody would actually want that many VIs pinned.  I tend to only have my projects pinned.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 7
(3,270 Views)

@crossrulz wrote:

@JÞB wrote:

Simply read the LabVIEW.ini key for the GSW project paths...


To be a little more exact, the OP needs to update the Pinned Recently Used list.

 

Not sure why anybody would actually want that many VIs pinned.  I tend to only have my projects pinned.


Bob already pointed out that the GSW project list is probably not worth messing with frequently.

To be honest, while I like the GSW, it is modal even when called from the Menu View>>Getting Started Window (it should be floating when launched within a development session) so the GSW Pinned Projects list is good for one project opening only and then you need to re-launch it.  Plus you can't do a darned thing in LabVIEW while that modal panel is up.

 

Tools>>Options

Capture.PNG

Is a nicer workaround.

 

Max Entries in recent files lists sets maximums for both the GSW recent files and the Menu File>>Recent Projects and Recent Files lists.  I find it a bit easier just to boost the default 5 to something more effective.

 

Caveate: I open a lot of files from the forums, Opening recent projects from the file menu is usefull.  Less useful for production work is opening recent files out of context (not in the library of project or target that you should be working in.)


"Should be" isn't "Is" -Jay
0 Kudos
Message 6 of 7
(3,264 Views)

Thanks guys you have given me the direction I needed.

Smiley Happy

0 Kudos
Message 7 of 7
(3,206 Views)