The whole reason for overlaying as a Label is because "putting text into image" causes fuzziness and blurriness when buttons are resized LARGER when window is maximized on larger monitor.
So putting the text into the other images is no good. I need to be able to keep the "arrangement" of the Label on top of the button... and don't understand why that does not work. The label gets moved underneath the button after an even on the button swaps out images. Is there a way to change "arrangement" in code? But to do that I would need an event for "after hover" or "after click" etc. Regards, -Tim -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, February 08, 2012 12:02 AM To: [email protected] Subject: Mbsplugins_monkeybreadsoftware.info Digest, Vol 375, Issue 4 Today's Topics: 1. [ANN] Real Studio Training and Meeting Events in London, UK (Christian Schmitz) 2. [ANN] 12.1pr2 (Christian Schmitz) 3. Button MBS with Text Label overlay (Tim Turner) 4. Re: Button MBS with Text Label overlay (Christian Schmitz) ---------------------------------------------------------------------- Message: 1 Date: Tue, 7 Feb 2012 12:31:39 +0100 From: Christian Schmitz <[email protected]> Subject: [MBS] [ANN] Real Studio Training and Meeting Events in London, UK To: MBS-Plugin-Liste Plugin List <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=iso-8859-1 Dear Real Studio User, Monkeybread Software is pleased to announce to host two Real Studio days in London. We meet in the nice Antoinette Hotel in Wimbledon for a meeting day and a training day. We have a Real Studio training day for Web Edition on 29th March 2012. We introduce you to the Web Edition and write several little projects to show you how it works. Later that day we will look into connecting to databases and optimize Web Apps for iPhone and iPad. Training is from 9am to 6pm and costs #199 plus VAT. On 30th March 2012, we meet with Real Studio developers all over UK to talk about Real Studio. We have a few nice sessions prepared for you starting with the Keynote from Stephane Pinel from Real Software. Stephane will update you on what's new in Real Studio and coming this year. Also we have sessions about deploying applications, databases and our plugins. This event from 9am to 5pm and it is free to attend. We still have space available for an additional session. Maybe you like to present something? For more information on events, please visit our website: http://www.monkeybreadsoftware.de/realbasic/events/ Also join our Real Studio group for London here: http://groups.google.com/group/realstudiouserslondon If you like to join the events, please register with us. More than 20 people are already coming to this event and we also hope to see a lot of people for the dinner on the evenings. Also we would be happy to meet you on the big Real World conference in Orlando with probably over 100 attendees. Your chance to meet all the people from he forums and mailing lists! If you have questions, please don't hesitate to contact us. Greetings Christian Schmitz -- See you in Orlando, Florida for Real World 2012 More details and registration here: http://www.realsoftware.com/community/realworld.php ------------------------------ Message: 2 Date: Tue, 7 Feb 2012 18:50:59 +0100 From: Christian Schmitz <[email protected]> Subject: [MBS] [ANN] 12.1pr2 To: MBS-Plugin-Liste Plugin List <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii Hi, * Added PortAudioMBS.DisableHostAPI function. * Fixed memory leak with folderitem icon functions on Windows: IconMBS, IconImageMBS and IconMaskMBS. * Added Priority, WinGetPriorityClass and WinSetPriorityClass to ProcessMBS class. * Added DirectShowBindContextMBS, DirectShowPropertyBagMBS and a few more DirectShowMonikerMBS methods. * Fixed a leak with HTMLViewer.IERunJavaScriptMBS, where we leaked a html window reference. * Updated LibXl to version 3.2.3 * Added folderitem.isApplicationMBS function. Greetings Christian -- See you in Orlando, Florida for Real World 2012 More details and registration here: http://www.realsoftware.com/community/realworld.php ------------------------------ Message: 3 Date: Tue, 7 Feb 2012 15:17:46 -0500 From: "Tim Turner" <[email protected]> Subject: [MBS] Button MBS with Text Label overlay To: <[email protected]> Message-ID: <DD0537B5C2954B2FBC6D7B978E93167E@PowerHorse08> Content-Type: text/plain; charset="us-ascii" Hi, I was trying to use Button MBS for some buttons that have the text as part of the static image. On window resize though the text gets fuzzy real fast.... So... using a canvas to contain the ButtonMBS and overlaying a Label for the text... this works great on resize... but when you hover or click... buttonMBS swaps in other image and text is "underneath".... is there a way to put the text back on top after the swap? I don't see and "after swap" like event.... Not sure what to do to fix... Regards, -Tim ------------------------------ Message: 4 Date: Tue, 7 Feb 2012 21:52:38 +0100 From: Christian Schmitz <[email protected]> Subject: Re: [MBS] Button MBS with Text Label overlay To: MBS Real Studio Plugin List <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=windows-1252 Am 07.02.2012 um 21:17 schrieb Tim Turner: > Hi, > > I was trying to use Button MBS for some buttons that have the text as part > of the static image. Please make copy of images and put text into images. Or make your own button directly with Canvas. Greetings Christian -- See you in Orlando, Florida for Real World 2012 More details and registration here: http://www.realsoftware.com/community/realworld.php ------------------------------ Send MBS Plugins mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.i nfo or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Mbsplugins_monkeybreadsoftware.info digest..." _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.i nfo End of Mbsplugins_monkeybreadsoftware.info Digest, Vol 375, Issue 4 ******************************************************************* _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
