Cannot click on view button in keyboard settings (Only for Custom key mapping)

Started by samuel1991, July 25, 2009, 05:08:27 PM

Previous topic - Next topic

samuel1991

The image shows that if i customize it and I click on View  button, nothing shows. However, if that were to be default schema, an IE window will popup and show all relavant settings.


This bug applies to both 1.44 and 1.45, Windows 7.

Stefan

Quote from: samuel1991 on July 25, 2009, 05:08:27 PM
The image shows that if i customize it and I click on View  button, nothing shows.



Hi samuel welcome to the community  ;D


>if i customize it and I click on View  button
Did you had click on [Apply] first too?


Strange that it works for default scheme but not for modified  ::)
Are you able to compare this two files or posting here the top 4 lines of each keymap file?




Just a note to Alex to better get the bug:
For me this works on XP with HippoEDIT 1.45.696 (see picture)

Quote from: BTW:Only the preview of my older keymaps are not correct since they missed the needed code at top:


<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="keymap.xslt"?>
<XMLConfigSettings>
 <FILEINFO author="HippoEDIT.com" type="HotkeySchema"/>
 <HOTKEYSCHEMA name="Default">
   <Shortcut verb_id="Edit.ParagraphNext" key="221" ctrl="true"/>

   <Shortcut verb_id="Tools.Cancel" key="3" ctrl="true"/>
 </HOTKEYSCHEMA>
</XMLConfigSettings>

Stefan, HippoEDIT beta tester 
HippoEDIT - the editor programmers wants to code thyself when they are dreaming.        -Don't just edit. HippoEDIT!-

samuel1991

Nope, at least under X64 Windows 7, when I clicked apply, it show 3 times of this image:

PS: I cant find relavant 123 keymap file. (Which is why the message is shown)

alex

Hi samuel,

In my case on XP it also works after press of Apply.
But reason can be Windows 7 (or probably same would happen on Vista) and UAC.
I think when HE tries to save file in default location %Program Files (x86)\HippoEDIT\data\keymaps it moved by windows to some where to application data under Users\%Your user%... And so could not be found by standard ShellExecute which assumes that file is there where it was saved....

I would check.. but probably this would also take some time.

Can keyboard schema be open with main menu Help->Keyboard Map?

Best regards,
Alex.
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]

samuel1991

Oddly enough that I can click on View button for custom mapping after the second save (so save the name again in the sense)

Well, I have tried your suggestion and yes, it shows as follows:

育儒行动团


alex

Probably yes. I have no time to check this also.
But the reason can be same as for other Windows 7 64 bit related problems:
HippoEDIT installed in Program Files folder, and on second call (after installation) editor already started with non Administrator privileges and could not save something in default settings location. 
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]

alex

I have verified the problem: same as here, reason is missing Administrator rights. If you start HE as Administrator or install it in another folder (user folder) problem does not exist.

So, please use described workaround and with version 1.50 all data files would be installed in user folder (customizable), so problem would be fixed in correct way.

Best regards,
Alex.
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]