Re: Yagmark and localized Windows

2010-07-05 Thread Dan Kegel
On Mon, Jul 5, 2010 at 11:41 AM, Francois Gouget wrote: >> Can you try using a regular expression? > > A regular expression will need to be manually expanded for every other > language. Right. It's better than nothing, though. And most games don't support that many languages, so it's probably

Re: Yagmark and localized Windows

2010-07-05 Thread Francois Gouget
On Mon, 5 Jul 2010, Dan Kegel wrote: [...] > > http://msdn.microsoft.com/en-us/library/ms633574%28VS.85%29.aspx > > Sadly, I've found window class IDs to not be very unique (though I've > looked mostly in Wine and not Windows). They are not unique at all. In particular, According to the above p

Re: Yagmark and localized Windows

2010-07-05 Thread Erich Hoover
On Mon, Jul 5, 2010 at 8:48 AM, Paul Chitescu wrote: > On Monday 05 July 2010 05:15:50 pm Erich Hoover wrote: > > On Mon, Jul 5, 2010 at 8:03 AM, Dan Kegel wrote: > > [...] > > A long time ago (Win2K era) I wrote an application for Windows that > replaced > > the text everywhere (that wouldn't c

Re: Yagmark and localized Windows

2010-07-05 Thread Paul Chitescu
On Monday 05 July 2010 05:15:50 pm Erich Hoover wrote: > On Mon, Jul 5, 2010 at 8:03 AM, Dan Kegel wrote: > [...] > A long time ago (Win2K era) I wrote an application for Windows that replaced > the text everywhere (that wouldn't crash the OS) with "All Your Base Are > Belong To Us." At least at

Re: Yagmark and localized Windows

2010-07-05 Thread Dan Kegel
On Mon, Jul 5, 2010 at 7:15 AM, Erich Hoover wrote: > A long time ago (Win2K era) I wrote an application for Windows that replaced > the text everywhere (that wouldn't crash the OS) with "All Your Base Are > Belong To Us."  At least at the time, you could rely on the window class to > differentiat

Re: Yagmark and localized Windows

2010-07-05 Thread Erich Hoover
On Mon, Jul 5, 2010 at 8:03 AM, Dan Kegel wrote: > ... > Sadly, I've found window class IDs to not be very unique (though I've > looked mostly in Wine and not Windows). > A long time ago (Win2K era) I wrote an application for Windows that replaced the text everywhere (that wouldn't crash the OS)

Re: Yagmark and localized Windows

2010-07-05 Thread Dan Kegel
On Mon, Jul 5, 2010 at 2:25 AM, Francois Gouget wrote: > I fixed the problem by replacing 'winwait, Save' with 'winwait, > ahk_class #32770'. Based on my reading it appears to be an acceptable > solution if we assume that the 'Save As' dialog will be the only dialog > open at that point in the scr

Re: Yagmark and localized Windows

2010-07-05 Thread Francois Gouget
On Thu, 24 Jun 2010, Austin English wrote: [...] > The proper way to do it with AutoHotKey is either to use the button > ID, if available, At that point we're not trying to click on a button but waiting for a window. > or define the resource name for each language. Most > of the time button ID'

Re: Yagmark and localized Windows

2010-06-24 Thread Austin English
On Tue, Jun 22, 2010 at 9:42 AM, Dan Kegel wrote: > I'd love to have yagmark be more internationalized. > I did try to use button codes rather than english > strings in wisotool, but sometimes it wasn't possible, and > sometimes I didn't try hard enough.  Not sure if I > tried at all in yagmark ye

re: Yagmark and localized Windows

2010-06-22 Thread Dan Kegel
I'd love to have yagmark be more internationalized. I did try to use button codes rather than english strings in wisotool, but sometimes it wasn't possible, and sometimes I didn't try hard enough. Not sure if I tried at all in yagmark yet. According to http://www.autohotkey.com/docs/commands/SetT

Re: Yagmark and localized Windows

2010-06-22 Thread Thomas Heckel
Francois Gouget schrieb: > I tested Yagmark on a Windows XP computer but I hit a snag with the > 3dmark 2000 and 2001 tests: they hang on the 'Save As' dialog because on > my French Windows XP it is called 'Enregistrer Sous'. > > I checked out the AutoHotKey documentation but they don't seem to

Yagmark and localized Windows

2010-06-22 Thread Francois Gouget
I tested Yagmark on a Windows XP computer but I hit a snag with the 3dmark 2000 and 2001 tests: they hang on the 'Save As' dialog because on my French Windows XP it is called 'Enregistrer Sous'. I checked out the AutoHotKey documentation but they don't seem to have a way to deal with this. Hav