1. Win32Lib 0.45n
Good news, hopefully.
I ran the IDE code in 0.45n, and system_exec now works. This is a good sign.
If I'm lucky, it'll take care of the fonts appearing differently in NT, and
do my taxes, too.
Please confirm that it corrects the font problem, or shatter my short-lived
euphoria...
-- David Cuny
2. Re: Win32Lib 0.45n
David:
> Please confirm that it corrects the font problem, or shatter my
> short-lived
> euphoria...
I'm afraid that not..
If I change
integer fontSize -- size of font
fontSize = 14 -- initialize to 14 points
to
integer fontSize -- size of font
fontSize = 8 -- initialize to 8 points
in EX10.EXW,(bleeding edge win32lib 0.45n), I still see the pygmy font....
Dan::
> while online, but not with fonts.
Are you running it under NT 4.0?
Jesus.
3. Re: Win32Lib 0.45n
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET>
Feb 04, 2000
-
Last edited Feb 05, 2000
Jesus,
No, I'm not running NT4.0, , & I don't think what I mentioned is actually a
bug at all: I made my app window full screen to hide the task bar, and when
online I think the taskbar is getting reasserted & forces a resize of the
window, & when I don't make stuff in my window get redrawn, it leaves it
blank as a result.
Dan
>Dan::
>
>> while online, but not with fonts.
>
>Are you running it under NT 4.0?
>Jesus.
4. Re: Win32Lib 0.45n
On Fri, 04 Feb 2000, you wrote:
> Good news, hopefully.
>
> I ran the IDE code in 0.45n, and system_exec now works. This is a good sign.
> If I'm lucky, it'll take care of the fonts appearing differently in NT, and
> do my taxes, too.
>
Dave:
Has there been some change in openWindow("", Normal) vs.
openWindow("",Modal) ? They both seem to work identically, now,
not allowing e to move between open windows anymore, even "Normal" windows.
This was a useful feature of the program I sent you some time ago:
to be able to open and arrange two windows to view customer accounts and
their transactions in two windows.
Regards,
Irv
5. Re: Win32Lib 0.45n
thanks for the bug reports.
wolfgang fritz (who first reported the problem) says there are still
problems with his machine. i'll be adding in a lot of tests for null handles
and the like.
thanks!
-- david cuny