Topic: Toolbar buttons and USB stick installation (1 of 7), Read 47 times
Conf: VEDIT Beta Test
From: Pauli Lindgren
Date: Thursday, March 16, 2006 09:33 AM

I have been testing Vedit 6.15.1 installed on USB memory stick, and it works fine.

I have created a shortcut to Vedit at the root of the memory stick. When I insert the stick in the USB connector, a folder opens. Then I just double-click on the shortcut to start Vedit. So there is not much need for autorun memory stick.

However, I noticed that when I insert memory stick in a new computer, the toolbar button configuration is reset to default value. Is it so that the toolbar configuration is stored in Windows registry? It would be better if the configuration was saved in the memory stick.

--
Pauli

 


Topic: Toolbar buttons and USB stick installation (2 of 7), Read 41 times
Conf: VEDIT Beta Test
From: Christian Ziemski
Date: Thursday, March 16, 2006 10:09 AM

On 3/16/2006 9:33:52 AM, Pauli Lindgren wrote:
>
>However, I noticed that when I insert memory stick in a new
>computer, the toolbar button configuration is reset to
>default value. Is it so that the toolbar configuration is
>stored in Windows registry? It would be better if the
>configuration was saved in the memory stick.

They are stored in the registry.

See Ted's answer some weeks ago:
http://webboard.vedit.com/read?19990,359

Christian

 


Topic: Re: Toolbar buttons and USB stick installation (3 of 7), Read 41 times
Conf: VEDIT Beta Test
From: Ted Green
Date: Thursday, March 16, 2006 11:24 AM

At 09:34 AM 3/16/2006, you wrote:
>I have been testing Vedit 6.15.1 installed on USB memory stick, and it works fine.
>
>I have created a shortcut to Vedit at the root of the memory stick. When I insert the stick in the USB connector, a folder opens. Then I just double-click on the shortcut to start Vedit. So there is not much need for autorun memory stick.

I still would prefer a fully auto-run memory stick. :-)
I have only experimented a few minutes with the new "U3" type memory sticks.

>However, I noticed that when I insert memory stick in a new computer, the toolbar button configuration is reset to default value. Is it so that the toolbar configuration is stored in Windows registry? It would be better if the configuration was saved in the memory stick.'

Yes, it is stored in the registry. We use the Windows toolbar API functions and they store the toolbar settings in the registry:

HKEY_CURRENT_USER\Software\GreenviewData\Vedit\Ver6.1\Toolbar

Not right now, but later I will see if it might be possible to copy the registry item from the memory stick to the registry. I will have to add a command to have VEDIT re-load the registry settings.

Ted.

 


Topic: Re: Toolbar buttons and USB stick installation (4 of 7), Read 32 times
Conf: VEDIT Beta Test
From: Pauli Lindgren
Date: Tuesday, March 28, 2006 02:40 AM

On 3/16/2006 11:24:24 AM, Ted Green wrote:
>
>Not right now, but later I will see if it might be
>possible to copy the registry item from the memory stick to
>the registry. I will have to add a command to have VEDIT
>re-load the registry settings.

That would be useful. It would also make it possible to have different toolbar configurations for each project.

BTW, with USB stick, it might then be good idea to clean the registry setting when closing Vedit.

--
Pauli

 


Topic: Re: Toolbar buttons and USB stick installation (5 of 7), Read 33 times
Conf: VEDIT Beta Test
From: Ted Green
Date: Tuesday, March 28, 2006 10:03 AM

At 02:40 AM 3/28/2006, you wrote:
>That would be useful. It would also make it possible to have different toolbar configurations for each project.

Interesting, I will keep that in mind.

>BTW, with USB stick, it might then be good idea to clean the registry setting when closing Vedit.

Or... copy the Toolbar setting back to the USB stick.

Ted.

 


Topic: Re: Toolbar buttons and USB stick installation (6 of 7), Read 30 times
Conf: VEDIT Beta Test
From: Pauli Lindgren
Date: Wednesday, March 29, 2006 01:37 PM

On 3/16/2006 11:24:24 AM, Ted Green wrote:
>
>Not right now, but later I
>will see if it might be
>possible to copy the registry
>item from the memory stick to
>the registry. I will have to
>add a command to have VEDIT
>re-load the registry settings.

I made a macro to save and load the toolbar:
http://koti.mbnet.fi/pkl/vedit/macros/toolbar_save.vdm

However, when you load the toolbar, it is not displayed immediately. You need to close and restart Vedit. But at least this is a way to move toolbar configuration into a new computer. (But who knows if it works with different versions of Windows.)

--
Pauli

 


Topic: Re: Toolbar buttons and USB stick installation (7 of 7), Read 33 times
Conf: VEDIT Beta Test
From: Ted Green
Date: Wednesday, March 29, 2006 02:15 PM

At 01:37 PM 3/29/2006, you wrote:

>I made a macro to save and load the toolbar:
>http://koti.mbnet.fi/pkl/vedit/macros/toolbar_save.vdm
>
>However, when you load the toolbar, it is not displayed immediately. You need to close and restart Vedit. But at least this is a way to move toolbar configuration into a new computer. (But who knows if it works with different versions of Windows.)

That is a good start.
I need to create a macro command which reloads the toolbar config from the registry. Currently this is done during startup, before even startup.vdm is run.

Ted.