Re: A few bugs (?)
<[email protected]> 22 Apr 2014 08:21:34 -0700
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <[email protected]> |
> 1. In the version I have this works fine (maybe I fixed it without realizing) My mistake, sorry! I added a space to the search word myself so if it's at the end, it's logical that it is not found. > 2. That's a windows flag which I just set. I can't do anything about it.. OK, then the workaround is a good solution :) > 3. I tried this recently (because my computer crashed and I had to extract the script from an exe > I had made) > and it worked fine. What exactly are you doing? I used this... res DUMP "avanti-076-main.gui" "$$this.path/avanti-GUI.exe" where I assumed the resource name is the gui name I embedded in the self-extracting executable. > 4. Not my fault.. I use the windows PathFindExtension() function and apparently it gives the wrong result. > I googled it but I can't find any error reports. Anyway, I wrote a routine of my own and it now works as it > should, ie it searches backwards for the '.', stopping at \ or / or a space character (which is also illegal > in an extension). That's nice. I have something like that currently in a dll but it has to write the result back to many local variables in xRoutines. With the problems in Win7, I'm always in doubt if it's something in my own C routines. Just something else. Can you add a disable option for the rubber band feature. Often when the gui starts up or when I close a dialog, part of it appears somewhere behind the visible events in open space. Thanks, Chris.