When pbIDE is turned on and then closed WindowsSys, the IDE will clear IDE parameters,Many years.
reopen Windows and pubIde,IDE will is english.....
When pbIDE is turned on and then closed WindowsSys, the IDE will clear IDE parameters
When pbIDE is turned on and then closed WindowsSys, the IDE will clear IDE parameters
Last edited by gurj on Fri Aug 09, 2024 2:24 am, edited 1 time in total.
my pb for chinese:
http://ataorj.ys168.com
http://ataorj.ys168.com
Re: When PubIDE is turned on and then closed WindowsSys, the IDE will clear IDE parameters
IDE should handle these two messages:
#WM_POWERBROADCAST
#WM_QUERYENDSESSION
#WM_POWERBROADCAST
#WM_QUERYENDSESSION
my pb for chinese:
http://ataorj.ys168.com
http://ataorj.ys168.com
Re: When PubIDE is turned on and then closed WindowsSys, the IDE will clear IDE parameters
or?:
#WM_ENDSESSION
#WM_ENDSESSION
my pb for chinese:
http://ataorj.ys168.com
http://ataorj.ys168.com
Re: When PubIDE is turned on and then closed WindowsSys, the IDE will clear IDE parameters
Just tested it, I can not confirm this.
In general, #WM_QUERYENDSESSION or similar is not needed, because Windows sends a #WM_CLOSE to all open windows before it is shutting down.
For all others which might be confused like me:
I guess PubIDE means PB IDE
btw.:
Threads can be edited also
In general, #WM_QUERYENDSESSION or similar is not needed, because Windows sends a #WM_CLOSE to all open windows before it is shutting down.
For all others which might be confused like me:
I guess PubIDE means PB IDE
btw.:
Threads can be edited also
{Home}.:|:.{Dialog Design0R}.:|:.{Codes}.:|:.{History Viewer Online}.:|:.{Send a Beer}
Re: When pbIDE is turned on and then closed WindowsSys, the IDE will clear IDE parameters
I always use the old own purebasic.prefs to overwrite new, just try a lot of time, confirmed that there is a problem or bug.
my files:
pbBug\bug at PureBasic.prefs.7z
see:
ataorj.ysepan.com
---------
PowerBASIC at 1996
PureBasic at 2000
my files:
pbBug\bug at PureBasic.prefs.7z
see:
ataorj.ysepan.com
---------
PowerBASIC at 1996
PureBasic at 2000
my pb for chinese:
http://ataorj.ys168.com
http://ataorj.ys168.com
Re: When pbIDE is turned on and then closed WindowsSys, the IDE will clear IDE parameters
Supplement: If i don't use my original purebasic.prefs, there is no problem.
my pb for chinese:
http://ataorj.ys168.com
http://ataorj.ys168.com
Re: When pbIDE is turned on and then closed WindowsSys, the IDE will clear IDE parameters
Note: There is no problem when I use my file and have manually exit IDE before turning off the Windows system.
my pb for chinese:
http://ataorj.ys168.com
http://ataorj.ys168.com
Re: When pbIDE is turned on and then closed WindowsSys, the IDE will clear IDE parameters
Seems to work as expected, can anybody confirm ?