manoja328 / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
1 stars 1 forks source link

clicking on avr project file doesn't automatically open avr-project-ide #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
software should open the project, instead I get the windows choose a 
program dialog, browse to and select the avr-project-ide exe file, click 
ok, software and project open.  If you then close the project and re-open 
it the window size is forgotten and the window is about 50x20(W/H) but the 
project itself does open without errors.

What version of the product are you using? On what operating system?
alpha34, vista 64bit

Please provide any additional information below.

Original issue reported on code.google.com by r3gin4ld@hotmail.com on 14 Oct 2009 at 12:36

GoogleCodeExporter commented 9 years ago
will need to change the installer to add the file type association

the window size should not have been forgotten, it is saved into an .ini file 
inside
your appdata folder, check the contents of that file, it preserves the last 
window
state and size fine for me

Original comment by frank.zhao.main@gmail.com on 14 Oct 2009 at 4:55

GoogleCodeExporter commented 9 years ago
Unfortunately I can't as I resized and closed the window since then, can't 
recreate 
bug as file association has now been made.  However I do see another issue, my 
screen res. is 1280x1024, I haven't ever stretched the ide out, it appears its 
adding 16 when windowmax is true.

[Editor]
WindowMax=true
WindowWidth=1296
WindowHeight=1040
BackupInterval=30

Original comment by r3gin4ld@hotmail.com on 14 Oct 2009 at 8:18

GoogleCodeExporter commented 9 years ago
WindowMax when true, will cause those numbers to be ignored

Original comment by frank.zhao.main@gmail.com on 14 Oct 2009 at 9:38

GoogleCodeExporter commented 9 years ago
Of course but it is strange behaviour.

Original comment by r3gin4ld@hotmail.com on 14 Oct 2009 at 10:04

GoogleCodeExporter commented 9 years ago
window size memorization works fine

i tried to add the file association in the installer but it might not work, 
stupid
deployment project sucks :-/

will keep trying, but meanwhile just do the file association manually

Original comment by frank.zhao.main@gmail.com on 15 Oct 2009 at 3:10

GoogleCodeExporter commented 9 years ago
new NSIS installer solves the problem

Original comment by frank.zhao.main@gmail.com on 15 Oct 2009 at 1:50

GoogleCodeExporter commented 9 years ago

Original comment by frank.zhao.main@gmail.com on 16 Oct 2009 at 7:26