LAVA Forums Buy cool LAVA gear Forums RSS Feed

Welcome Guest ( Log In | Register )

> Bug reporting guidelines:

See here for the proper LabVIEW bug reporting procedure.


Tags
(This content has not been tagged yet)
 
Reply to this topic Start new topic
> Enable Windows Explorer for LLB persistence
Omar Mussa
post Jun 25 2007, 07:43 PM
Post #1


Very Active
***

JKI
Posts: 145
Joined: 3-August 06
From: San Francisco, CA
Member No.: 5746
Using LabVIEW Since:1996
LV:8.20 ,. ,.
United States us_california Nothing Selected


I'm not sure if this is a LabVIEW 8.2 bug or a more general bug for all versions since 7.0...

If you check the box on the LabVIEW options-->Environment page labeled: 'Enable Windows Explorer for LLB files' and restart windows+LabVIEW, you will be able to view the contents of LabVIEW in Windows Explorer.

Attached Image


That's great. But if you decide you don't like the feature, you need to make sure that the option is unchecked in every version of LabVIEW you have installed starting at 7.0 or the option will stay 'enabled'.

Its a strange behavior, and (I believe) mostly an artifact of NI not having true 'Environment' settings that are stored outside the LabVIEW.ini file and therefore are persitent across multiple installations of LabVIEW.

--------------------
got VIPM?


Tags
(This content has not been tagged yet)
Go to the top of the page
+Quote Post
Ad
post Jun 25 2007, 07:43 PM
Post #















Tags
(This content has not been tagged yet)
Go to the top of the page
Quote Post
Dirk J.
post Jun 26 2007, 08:28 AM
Post #2


Very Active
***

Member
Posts: 147
Joined: 21-November 05
From: Amsterdam, the Netherlands
Member No.: 3523
Using LabVIEW Since:2000
LV:8.5 ,7.1.1 ,.
Netherlands hol_friesland Nothing Selected


QUOTE (Omar Mussa @ Jun 25 2007, 09:43 PM) *
Its a strange behavior..


Related to this... LLB's only open using Internet Explorer on my system; I can't get them to open in Windows Explorer, which sucks because IE defaults to "Icon" viewstyle whereas I would rather have "Details".


Tags
(This content has not been tagged yet)
Go to the top of the page
+Quote Post
Yair
post Jun 26 2007, 07:44 PM
Post #3


Extwemely Active
*****

Premium Member
Posts: 1621
Joined: 23-January 05
From: Here
Member No.: 1431
Using LabVIEW Since:2003
LV:8.6 ,7.0 ,.
Israel Nothing Selected Nothing Selected


QUOTE (Dirk J. @ Jun 26 2007, 11:28 AM) *
LLB's only open using Internet Explorer on my system

I've seen more than one person who complained about this. You might wish to search NI's site to see if there is a solution for this.

--------------------
More than meets the eye...


Tags
(This content has not been tagged yet)
Go to the top of the page
+Quote Post
orko
post Jun 26 2007, 10:29 PM
Post #4


Extremely Active
****

Premium Member
Posts: 525
Joined: 18-October 05
From: Seattle, WA
Member No.: 3266
Using LabVIEW Since:2005
LV:8.5 ,8.2.1 ,7.1.1
United States us_washington Nothing Selected My Blog


QUOTE (Dirk J. @ Jun 26 2007, 01:28 AM) *
Related to this... LLB's only open using Internet Explorer on my system; I can't get them to open in Windows Explorer, which sucks because IE defaults to "Icon" viewstyle whereas I would rather have "Details".


I actually hacked around this problem because it was irritating me so much. I built a batch file (remember those?) which I defaulted the opening of LLB files to point to.

CODE
@echo off
Explorer /root,%~f1


Opening up an LLB this way, then changing the view of the window to the details view made all subsequent opens open up in the details mode.

YMMV of course, but I'm hoping for a more elegant solution soon...

This post has been edited by orko: Jun 26 2007, 10:29 PM

--------------------


Tags
(This content has not been tagged yet)
Go to the top of the page
+Quote Post
Dirk J.
post Jun 27 2007, 08:01 AM
Post #5


Very Active
***

Member
Posts: 147
Joined: 21-November 05
From: Amsterdam, the Netherlands
Member No.: 3523
Using LabVIEW Since:2000
LV:8.5 ,7.1.1 ,.
Netherlands hol_friesland Nothing Selected


QUOTE (orko @ Jun 27 2007, 12:29 AM) *
(remember those?)


that kind of works for me...
the llb now opens in explorer but the 'details' view is not persistent.
but at least it gives me a button to change to details view faster than in IE.

BTW, is this problem IE7 related? Something MS changed to override DDE based file associations with Explorer?


Tags
(This content has not been tagged yet)
Go to the top of the page
+Quote Post
orko
post Jun 27 2007, 02:39 PM
Post #6


Extremely Active
****

Premium Member
Posts: 525
Joined: 18-October 05
From: Seattle, WA
Member No.: 3266
Using LabVIEW Since:2005
LV:8.5 ,8.2.1 ,7.1.1
United States us_washington Nothing Selected My Blog


QUOTE (Dirk J. @ Jun 27 2007, 01:01 AM) *
that kind of works for me...
the llb now opens in explorer but the 'details' view is not persistent.
but at least it gives me a button to change to details view faster than in IE.

BTW, is this problem IE7 related? Something MS changed to override DDE based file associations with Explorer?


One other thing (that I wasn't sure if it affected this or not) was to change the default folder view settings for all of my folders to detailed view.

I can tell you that this is definitely not IE7 related, since I'm still using IE6 ;-)

I spent some time looking through the registry settings for the LLB classid, but wasn't able to change the view behavior by changing either the DDE settings (tried ViewFolder() and ExploreFolder() in HKEY_CLASSES_ROOT\CLSID\{99F3B825-BDAB-4231-8EDB-5A369C2A2F80}\shell\open\ddeexec) or by changing the open command to point to "%SystemRoot%\Explorer.exe /root,/idlist,%I,%L" in the ascii encoded string at HKEY_CLASSES_ROOT\CLSID\{99F3B825-BDAB-4231-8EDB-5A369C2A2F80}\shell\open\command (it was originally set to Explorer /e).

I'm thinking that perhaps the Explorer switches might be hardcoded into the LVShellExt.dll. If that is the case, then there's nothing us mortals can do.

Personally, I think that it would be ideal to have the view of the LLB files selectable as an option right in the LabVIEW Environment options dialog... is there a better suggestion for the wish list?

--------------------


Tags
(This content has not been tagged yet)
Go to the top of the page
+Quote Post
Dirk J.
post Jun 27 2007, 05:45 PM
Post #7


Very Active
***

Member
Posts: 147
Joined: 21-November 05
From: Amsterdam, the Netherlands
Member No.: 3523
Using LabVIEW Since:2000
LV:8.5 ,7.1.1 ,.
Netherlands hol_friesland Nothing Selected


QUOTE (orko @ Jun 27 2007, 04:39 PM) *
One other thing (that I wasn't sure if it affected this or not) was to change the default folder view settings for all of my folders to detailed view.


That's default already.

QUOTE
I can tell you that this is definitely not IE7 related, since I'm still using IE6 ;-)


ok, I don't remember when this started, on a LabVIEW upgrade or an IE upgrade...


Tags
(This content has not been tagged yet)
Go to the top of the page
+Quote Post

Reply to this topicStart new topic

 




Time is now: 22nd November 2008 - 02:04 AM