Page 2 of 2
Posted: Wed Jan 07, 2009 8:52 pm
by SFSxOI
Is there an english language help file?
Posted: Thu Jan 08, 2009 7:25 pm
by ALAN-MHz
LuCiFeR[SD] wrote:The Manual wrote:
IsScreenActive()
Syntax
Result = IsScreenActive()
Description
Games and full screen applications using PureBasic functions run under a multitasking environment (AmigaOS, Windows or Linux). This means that the user can switch back from full screen to the normal desktop. This change can be detected with this function and appriopriate actions should be taken, such as ReleaseMouse(), pause the game, stop the sounds etc. If the 'Result' is 0, then the screen is no longer active, otherwise the screen is active. This function must be called after FlipBuffers(), as the events are handled inside FlipBuffers().
Supported OS
All
Sorry, no code.... no time... Just running out the door right n..... (thud)

In my example there are only a stupid clearscreen on the loop and crash equal, i have tried to use also isscreenactive to stop the graphic activity but crash equal, seems that the FXLib commandset change some of the PB pointers of gfx and make the crash in multitasking envinroinment, is possible to contact epyx for a verify of that ?
Posted: Thu Jan 08, 2009 8:48 pm
by Rings
the old problem with userlibs and newer PB versions.....
hopefull more ppl would release the source to their libs
(as includefiles) or update them more often.
Posted: Sat Jan 17, 2009 3:20 pm
by ALAN-MHz
i send a PM to Epyx, he read it but don't reply for now.
Re: FX-Lib v1.2 for PB 4.20
Posted: Sat Sep 19, 2009 9:54 pm
by Rook Zimbabwe
Is there a version for 4.3???
Re: FX-Lib v1.2 for PB 4.20
Posted: Fri Nov 12, 2010 4:02 pm
by goonzy
aand 4.51 now

Re: FX-Lib v1.2 for PB 4.20
Posted: Tue Nov 16, 2010 2:34 pm
by funkheld
hello, error with purebasic 4.51:
"Die folgende PureLibrary fehlt: StringExension.
???
Gruss
Re: FX-Lib v1.2 for PB 4.20
Posted: Wed Nov 17, 2010 4:45 pm
by Rook Zimbabwe
Needs to be recompiled! Is excellent library in my 4.2!!!

Re: FX-Lib v1.2 for PB 4.20
Posted: Fri Feb 11, 2011 1:04 am
by mpz
Hi,
Epyx has rewritten his lib for PB 4.5 and it is now a part of the MP3D Engine. Most of the fx lib commands are integrated now. I hope you like the solution...
Greeting Michael
Re: FX-Lib v1.2 for PB 4.20
Posted: Sat Nov 23, 2013 12:04 pm
by rootuid
I get "Compressed pureBasic libraries are not supported" .
I'm running the PureBasic 5.21 LTS (MacOS X - x64).
Re: FX-Lib v1.2 for PB 4.20
Posted: Sat Nov 23, 2013 3:43 pm
by Bisonte
For the first. Its Windows only !
Second, its an outdated Userlibrary. This can't work without recompile it for the actual compiler.
Third, its now integrated in MP3D like mpz wrotes.
So see there :
http://purebasic.fr/english/viewtopic.php?f=27&t=43601
Re: FX-Lib v1.2 for PB 4.20
Posted: Sat Nov 23, 2013 7:39 pm
by rootuid
Got ya, thanks.