On Sunday 13 April 2008 03.57:55 Lee Jenkins wrote: > > Maybe fpGUI will be workable, I've been playing around with it for the last > couple of days. Another alternative is MSEide+MSEgui: http://sourceforge.net/projects/mseide-msegui
In MSEgui you could use for example a tbutton and assign the image to the face.image property. To render your custom frame you could use the frame property where it is possible to define four imagelist items for the corners and four imagelist items which will be stretched to form the edges of the button. Every button state has its own group of frame imagelist items. For even more funky buttons there is trichbutton with additional faces for the different button states. Every MSEgui widget has the frame and the face property. There are tfacetemplate, tframetemplate and tskincontroller in order to centralize skin settings. Julio developed a POS system with MSEide+MSEgui with success BTW. Questions and Bug reports please to NNTP: news://news.grid-sky.com/public.mseide-msegui.talk I'd like to repeat the message to the Lazarus devels: Feel free to use any piece of code out of MSEgui for Lazarus if you find it useful. Martin _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
