Hi there,
The 4th beta of the forthcoming 4.60 version of PureBasic is ready to be grabbed on your online account ! It features a "gazillon bug fixes" ((c) Fr34k), and some changes:
Code:
Incompatible changes to beta 3:
- removed #PB_Canvas_GrabMouse flag (this is now always done on Windows/Linux)
Other changes:
- added #PB_Canvas_Clip to Get/SetGadgetAttribute to manually set/remove clipping in CanvasGadget
- added diagonal arrow cursors to CanvasGadget (Windows Only)
- added #PB_Canvas_CustomCursor attribute to CanvasGadget to set a custom cursor handle
- added #PB_EventType_LeftClick, #PB_EventType_LeftDoubleClick etc to CanvasGadget
- added #PB_EventType_Input for CanvasGadget and #PB_Canvas_Input attribute for text input
- added DoubleClickTime() function to misc library
- added OpenGL renderer to the OGRE library on Windows, when using the OpenGL subsystem. That means than you can have exactly the same version on the 3 OSes, and also use GLSL as common script plateform (for compositor for example)
- added GetScriptTexture() and TextureOutput()
Don't hesitate to test it and to report any problem so we can have a robust final version. For more informations about the 4.60 version, see this topic: http://www.purebasic.fr/english/view...14&t=45911. Thank you to everyone for the bug reports and for your patience !
Have fun,
The Fantaisie Software Team.
The 4th beta of the forthcoming 4.60 version of PureBasic is ready to be grabbed on your online account ! It features a "gazillon bug fixes" ((c) Fr34k), and some changes:
Code:
Incompatible changes to beta 3:
- removed #PB_Canvas_GrabMouse flag (this is now always done on Windows/Linux)
Other changes:
- added #PB_Canvas_Clip to Get/SetGadgetAttribute to manually set/remove clipping in CanvasGadget
- added diagonal arrow cursors to CanvasGadget (Windows Only)
- added #PB_Canvas_CustomCursor attribute to CanvasGadget to set a custom cursor handle
- added #PB_EventType_LeftClick, #PB_EventType_LeftDoubleClick etc to CanvasGadget
- added #PB_EventType_Input for CanvasGadget and #PB_Canvas_Input attribute for text input
- added DoubleClickTime() function to misc library
- added OpenGL renderer to the OGRE library on Windows, when using the OpenGL subsystem. That means than you can have exactly the same version on the 3 OSes, and also use GLSL as common script plateform (for compositor for example)
- added GetScriptTexture() and TextureOutput()
Don't hesitate to test it and to report any problem so we can have a robust final version. For more informations about the 4.60 version, see this topic: http://www.purebasic.fr/english/view...14&t=45911. Thank you to everyone for the bug reports and for your patience !
Have fun,
The Fantaisie Software Team.