New topic: Select color palette not working in Web Edition
<http://forums.realsoftware.com/viewtopic.php?t=40252> Page 1 of 1 [ 2 posts ] Previous topic | Next topic Author Message nyprog Post subject: Select color palette not working in Web EditionPosted: Fri Aug 12, 2011 10:40 pm Joined: Wed Jan 30, 2008 12:24 pm Posts: 101 I would like to bring up a Color Palette in the WE and have the user choose a color. I use the same code from my desktop code, but I get the follow error: This method or property does not exist. Referring to the SelectColor. It shows up as I type the method. Does anyone know if this is just not designed for the WE? Does it get the palette another way? I can't find in the Docs. Dim b as Boolean Dim c as Color c = RGB(255,0,0) b = SelectColor(c,"Select a Color") Thanks Top swort Post subject: Re: Select color palette not working in Web EditionPosted: Sat Aug 13, 2011 1:18 am Joined: Mon May 31, 2010 5:35 am Posts: 1393 Location: Netherlands nyprog wrote:I would like to bring up a Color Palette in the WE and have the user choose a color. I use the same code from my desktop code, but I get the follow error: This method or property does not exist. Referring to the SelectColor. It shows up as I type the method. Does anyone know if this is just not designed for the WE? Does it get the palette another way? I can't find in the Docs. Dim b as Boolean Dim c as Color c = RGB(255,0,0) b = SelectColor(c,"Select a Color") Thanks Web Edition has a different GUI (user interface) it's a webPage where you can show it on or a WebDialog but you can't use that Desktop code "SelectColor()" on web edition. You should use a custom control or something else... Sorry if this wasn't what you had in mind. Any solutions are not there yet but you can make a feature request in the "Feedback" app. _________________ SWORT⢠- Windows Vista, Windows XP, Linux Ubuntu 10.04 LTS and iMac OSX 27" - REAL Studio Enterprise(latest) and WEB Edition(latest) - Plugins (almost all) For Dutch User Groups ask me to enter! Completely free functions by the community: http://forums.realsoftware.com/viewtopic.php?f=1&t=36396&hilit=dutchtools+free Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 2 posts ]
-- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
