Re: [fpc-pascal] fpGUI Features

2015-06-17 Thread Graeme Geldenhuys
On 2015-06-17 04:26, Horacio Jamilis wrote: Does it support Android on any way? I once heard somebody was working on a port, but I can't remember who that was. If LCL-Customdrawn could do it, then it must be possible with fpGUI too. I unfortunately don't know anything about Android development

Re: [fpc-pascal] fpGUI Features

2015-06-17 Thread Leonardo M . Ramé
: Graeme Geldenhuys mailingli...@geldenhuys.co.uk To: fpc-pascal@lists.freepascal.org Sent: Wednesday, June 17, 2015 5:20 AM Subject: Re: [fpc-pascal] fpGUI Features On 2015-06-17 04:26, Horacio Jamilis wrote: Does it support Android on any way? I once heard somebody was working on a port

Re: [fpc-pascal] fpGUI Features

2015-06-17 Thread Michael Van Canneyt
On Wed, 17 Jun 2015, Leonardo M. Ramé wrote: Hi Graeme, I know you hate web stuff, but did you take a look at this? http://www.zebkit.com/   Its something similar to your approach with fpGui, but using HTML5 Canvas, I'm dreaming of seeing fpGui on the web, generated from FPC Using the

Re: [fpc-pascal] fpGUI Features

2015-06-17 Thread Graeme Geldenhuys
On 2015-06-17 13:38, Leonardo M. Ramé wrote: Hi Graeme, I know you hate web stuff, Damn, I didn't know it was such public knowledge. ;-) but did you take a look at this? http://www.zebkit.com/ Wow, very interesting. I haven't seen that before. Its something similar to your approach with

Re: [fpc-pascal] fpGUI Features

2015-06-17 Thread Graeme Geldenhuys
On 2015-06-17 13:38, Leonardo M. Ramé wrote: but did you take a look at this? http://www.zebkit.com/ That's a good start. Just tried it with my Firefox 38.0.1 and the demo doesn't work at all. No mouse over detected, can't click any of the demo's tabs. Then tried with Chromium 42, and finally

Re: [fpc-pascal] fpGUI Features

2015-06-17 Thread Michael Schnell
On 06/17/2015 02:53 PM, Michael Van Canneyt wrote: Using the HTML5 canvas is IMHO the worst possible approach to programming the web. A WEB GUI such as the QNAP NAS boxes provide seems very appropriate. I did not find out what tool set they use :-( . -Michael

[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

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:

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, -

Re: [fpc-pascal] fpGUI Features

2015-06-16 Thread Fabrício Srdic
2015-06-16 11:35 GMT-03:00 Graeme Geldenhuys mailingli...@geldenhuys.co.uk : 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

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 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