For now I'm down to two issues with my Chrome app text editor Netpadd
B (http://blogoscoped.com/archive/2009-10-04-n43.html). While not
having Chrome show Fixedsys is still an issue, I'm currently using a
programming-optimized font based on Google's Droid font. Which brings
me to my for now remaining question:

Q: On Windows Vista, my app only sometimes gets focused when I double-
click a Chrome App connected file. At other times, it will open but
not be focused, i.e. quietly rest in the task bar having me to click
it again there.


For reference, below is the regedit (.reg) file used to associate a
file type to open with my particular Chrome app. FWIW using a -start-
maximized parameter doesn't solve the issue. Also, in the app itself,
in JavaScript, I'm also using a textfield.focus() call.

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

Windows Registry Editor Version 5.00

; TXT

[-HKEY_LOCAL_MACHINE\Software\Classes\.txt]
[-HKEY_CURRENT_USER\Software\Classes\.txt]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
\FileExts\.txt]

[HKEY_CLASSES_ROOT\.txt]
@="txt_auto_file"

[HKEY_CLASSES_ROOT\txt_auto_file]
@="Web Search"

[HKEY_CLASSES_ROOT\txt_auto_file\shell]

[HKEY_CLASSES_ROOT\txt_auto_file\shell\open]

[HKEY_CLASSES_ROOT\txt_auto_file\shell\open\command]
@="\"C:\\Users\\[johndoe]\\AppData\\Local\\Google\\Chrome\\Application\
\chrome.exe\" -disable-popup-blocking -enable-remote-fonts -disable-
plugins -disable-java --app=\"http://localhost/netpadd/#%1\"";
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to