CarbonLib
Carbonx version 0.0.2 available for download.
Carbonx is an test how to use carbonLib calls, and is free to use.
Today you could create Metal Windows and use Live resize when you resize the window.
Calls in 0.0.2:
err = SpeakString_(" ") ; Carbon call Speak the Window Title
err = ChangeWindowAttributes_(WindowID(0),#C_SetWindowMetal,0)
err = ChangeWindowAttributes_(WindowID(0),#C_SetWindowLiveResize,0)
err = ChangeWindowAttributes_(WindowID(0),#C_RemoveWindowShadow,0)
err = ChangeWindowAttributes_(WindowID(0), #C_SetWindowPlainBox,0)
err = ChangeWindowAttributes_(WindowID(0),0,Pow(2,6)) ; REMOVE TOOLBAR WIDGET
err = SetWindowModified_(WindowID(0),#C_TRUE)
err = SetWindowModified_(WindowID(0),#C_FALSE)
There is an simple example project in the download package
----------------------------------------------------
http://www.xhtmlsoft.com/pb/downloads/
----------------------------------------------------
There is also instructions in the download package.
Enjoy,
SEO
PS. Time to sleep after 32 hours....
Carbonx is an test how to use carbonLib calls, and is free to use.
Today you could create Metal Windows and use Live resize when you resize the window.
Calls in 0.0.2:
err = SpeakString_(" ") ; Carbon call Speak the Window Title
err = ChangeWindowAttributes_(WindowID(0),#C_SetWindowMetal,0)
err = ChangeWindowAttributes_(WindowID(0),#C_SetWindowLiveResize,0)
err = ChangeWindowAttributes_(WindowID(0),#C_RemoveWindowShadow,0)
err = ChangeWindowAttributes_(WindowID(0), #C_SetWindowPlainBox,0)
err = ChangeWindowAttributes_(WindowID(0),0,Pow(2,6)) ; REMOVE TOOLBAR WIDGET
err = SetWindowModified_(WindowID(0),#C_TRUE)
err = SetWindowModified_(WindowID(0),#C_FALSE)
There is an simple example project in the download package
----------------------------------------------------
http://www.xhtmlsoft.com/pb/downloads/
----------------------------------------------------
There is also instructions in the download package.
Enjoy,
SEO
PS. Time to sleep after 32 hours....
No time to sleep!
Here is an 'composite bug' ?
@Fred: Are you creating the Window as composite ?
http://www.xhtmlsoft.com/pb/images/compositebug.png
Regards.
SEO
Here is an 'composite bug' ?
@Fred: Are you creating the Window as composite ?
http://www.xhtmlsoft.com/pb/images/compositebug.png
Regards.
SEO