EditorNavigation setting change does not work
-
- KVRer
- 15 posts since 22 Jun, 2010 from Germany
Hi!
I have tried to change the EditorNavigation setting. I entered another line "EditorNavigation=MouseWheelScrolls" in the mulab.txt user settings file but the behaviour is just like before (zoom).
Is it a bug or did i miss something?
Best regards
Uwe
I have tried to change the EditorNavigation setting. I entered another line "EditorNavigation=MouseWheelScrolls" in the mulab.txt user settings file but the behaviour is just like before (zoom).
Is it a bug or did i miss something?
Best regards
Uwe
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
Did you change it while MU.LAB was not running?
I.e. Quit MU.LAB - Make change in setup file - Restart MU.LAB
I.e. Quit MU.LAB - Make change in setup file - Restart MU.LAB
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
I doublechecked here and it works fine.
Strange.
You didn't put the quotation marks in the text, right?
Test should litterally say (case-insensitive)
Also note you can't scroll when fully zoomed out of course.
Strange.
You didn't put the quotation marks in the text, right?
Test should litterally say (case-insensitive)
Code: Select all
EditorNavigation=MouseWheelScrolls-
- KVRer
- Topic Starter
- 15 posts since 22 Jun, 2010 from Germany
I typed it exactly as you mentioned it, without quotes, as last line with carriage return at the end of the line. The file is located in the path If i use the scroll wheel, it zooms in and out at the position of the mouse pointer.
Code: Select all
C:\Program Files\MULAB\User\Settings- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
And where is the Mulab.exe you're using?
At C:\Program Files\MULAB\Mulab.exe?
Which Mulab version?
At C:\Program Files\MULAB\Mulab.exe?
Which Mulab version?
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
And the Mulab.txt does not contain 2 lines with "EditorNavigation=..."?
FYI: In such case the topmost is the effective one.
FYI: In such case the topmost is the effective one.
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
Thanks for the Mulab.txt
I simply saved this file to my Mulab test folder here and started Mulab and when i scroll the mouse wheel the composer does scroll instead of zoom, so everything works fine here.
I asked to send the Mulab.txt because i wanted to check whether there was a typo or something like that but all seems ok.
I have no idea at all what's going on.
Is there anyone else here using the EditorNavigation=MouseWheelScrolls preference?
If yes, does it work ok on your system?
I simply saved this file to my Mulab test folder here and started Mulab and when i scroll the mouse wheel the composer does scroll instead of zoom, so everything works fine here.
I asked to send the Mulab.txt because i wanted to check whether there was a typo or something like that but all seems ok.
I have no idea at all what's going on.
Is there anyone else here using the EditorNavigation=MouseWheelScrolls preference?
If yes, does it work ok on your system?
Last edited by MuTools on Fri Jun 25, 2010 4:46 pm, edited 3 times in total.
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
Uke, if you make other changes to Mulab.txt, then are they properly applied?
In other words: Is it only that EditorNavigation preference that is problematic?
In other words: Is it only that EditorNavigation preference that is problematic?
-
- KVRer
- Topic Starter
- 15 posts since 22 Jun, 2010 from Germany
I think i have found out the reason of this behaviour. When i downloaded MU.LAB, i copied it to the program folder and put a lnk on my desktop. To access the program folder, you need administrator rights, at least to write data. Although the settings file will just be read, it most likely caused the problem.
After i moved the whole MU.LAB folder to my users directory, everything is OK!
It is not a good solution to write user settings to a program folder. Better use the users home location (e.g. C:\Users\MyName\AppData\Roaming}.
Thank you for your help and patience!
After i moved the whole MU.LAB folder to my users directory, everything is OK!
It is not a good solution to write user settings to a program folder. Better use the users home location (e.g. C:\Users\MyName\AppData\Roaming}.
Thank you for your help and patience!
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
So on what kind of Windows are you?uke wrote:I think i have found out the reason of this behaviour. When i downloaded MU.LAB, i copied it to the program folder and put a lnk on my desktop. To access the program folder, you need administrator rights, at least to write data. Although the settings file will just be read, it most likely caused the problem.
How come i didn't have that problem? (i did copy the Mulab folder to Program Files so to have the same situation)
I think it's good to have a self-consistent Mulab folder.It is not a good solution to write user settings to a program folder. Better use the users home location (e.g. C:\Users\MyName\AppData\Roaming}.
You can perfectly have multiple Mulab folders on your system if you want, wich could be interesting regarding version management, cfr http://www.mutools.com/mulab/docs/upgra ... sions.html
Also a USB stick installation won't work then if the settings file is stored in some global system folder.
I'm glad you found the reasonThank you for your help and patience!
I had totally no idea where to look.
-
- KVRer
- Topic Starter
- 15 posts since 22 Jun, 2010 from Germany
I am on Windows 7. Although i am logged in as administrator, i have to confirm a dialog when writing to files in the program folder. Probably you do so in your code and suppress the upcoming error. Anyhow, i like the idea with the consistent folder. Now i placed it in my home location. I guess it had been working if i had run the application as an administrator (i have not checked this).
