Re: [fpc-pascal] fpGUI Features

2015-06-16 Thread Horacio Jamilis
Graeme... Does it support Android on any way? I tested many ways to create Android apps with FPC (and Lazarus), and until now the best one was with customdrawn interfase, but not good enaught to me (the edit control does not work as good as I expected). I think that using fpGui will make better

Re: [fpc-pascal] fpGUI Features

2015-06-16 Thread Fabrício Srdic
Thanks a lot! Regards ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpGUI Features

2015-06-16 Thread Graeme Geldenhuys
On 2015-06-16 15:49, Fabrício Srdic wrote: > Can i draw a specific control at runtime? Does the controls have a > "OnPaint" event? Yes of course. You can create your own controls from TfpgWidget, or use an existing widget class and override the OnPaint event. Class API documentation: http:/

Re: [fpc-pascal] fpGUI Features

2015-06-16 Thread Fabrício Srdic
2015-06-16 11:35 GMT-03:00 Graeme Geldenhuys : > On 2015-06-16 14:59, Fabrício Srdic wrote: > > > > Does FpGUI supports custom drawing or custom styles of the controls? > > Yes, the whole of fpGUI is custom drawn, and it has a built in theming > engine with 7 standard themes. There are many other

Re: [fpc-pascal] fpGUI Features

2015-06-16 Thread Graeme Geldenhuys
On 2015-06-16 14:59, Fabrício Srdic wrote: > > Does FpGUI supports custom drawing or custom styles of the controls? Yes, the whole of fpGUI is custom drawn, and it has a built in theming engine with 7 standard themes. There are many other themes available from contributors too. Regards, - Gra

[fpc-pascal] fpGUI Features

2015-06-16 Thread Fabrício Srdic
Hello, Does FpGUI supports custom drawing or custom styles of the controls? Regards ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal