Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

GETCOLOR() - application.showColorChooser()



Shows the Color Chooser Dialog. In VFP a default colornumber can be passed. In servoy a default colorstring can be passed. However most of the time you will call this function without any parameters, the point is to let the user choose a color.

 

VFP code example

? GETCOLOR()         && returns a color number such as 255

 

Servoy code example

application.showColorChooser();  // returns a color string such as #ff0000

// alternatively:

globals.GETCOLOR(); 


Note: GETCOLOR() is a function of the VFP2Servoy Toolkit

 

 

External resources:

 

vfp plugin

 

ServoyWorld 2012 pics

 

Official Servoy website

 

Ken Levy on Servoy

 

Servoy info

 

Servoy Forum

 

Servoy Documentation

 

VisualFoxpro.com © 2010-2012 • All rights reserved • Contact: info@visualfoxpro.com