PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Patrice Terrier on March 29, 2010, 10:39:59 AM

Title: How to create a CTL file for FF3
Post by: Patrice Terrier on March 29, 2010, 10:39:59 AM
Paul

I would like to ease the creation of WinLIFT custom controls in FireFly, however i don't know where to find the documentation about the creation of a CTL file compatible with your product.

Note: I have never been a VB programmer.

...
Title: Re: How to create a CTL file for FF3
Post by: Paul Squires on March 29, 2010, 11:11:30 AM
Hi Patrice,

There really is no documentation for the creation of the CTL files. There are so few 3rd party custom controls that i have not invested a lot time in CTL file development. The 3rd party CTL's that ship with FF3, I have worked with the authors to create. If you like, I can do the same for you.

The basics of creating the CTL file involves taking an existing CTL and modifying it to work with the particular control.
Title: Re: How to create a CTL file for FF3
Post by: Patrice Terrier on March 29, 2010, 12:43:45 PM
QuoteThe basics of creating the CTL file involves taking an existing CTL and modifying it to work with the particular control.

What is the purpose of the GUID you are using in each CTL file?

Also in my case i need to use a resource folder to store the graphic components being used by the custom controls, for example: Knob, clock, image for buttons, etc.
(see below for an example of some of the graphics i could use)


...