Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-27 Thread Lukasz Sokol
On 26/03/15 19:16, Anthony Walter wrote: Cross Codebot is a set a collection of Free Pascal cross platform routines, classes, components, and controls. It uses makes prodigious of the newer Free Pascal language features, including: generics, generic interfaces, class/record helpers, records

Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-27 Thread Anthony Walter
Lukasz, Yes, I'd like to do that something like that sometime sooner rather than later. There are areas I think need to be improved in the IDE, especially the CodeTools, before that happens though. I've communicated with Mattias on these lists with and offered to help improve CodeTools, but he's

Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-26 Thread Leonardo M. Ramé
El 21/03/15 a las 01:44, Anthony Walter escibió: Here is a brief overview of some of custom rendering which can be done with Cross Codebot graphics interfaces. A few videos are embedded in the page below: http://www.getlazarus.org/forums/viewtopic.php?f=18t=35p=150#p150 Here is a listing of

Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-26 Thread Fabio Luis Girardi
2015-03-26 16:27 GMT-03:00 Anthony Walter sys...@gmail.com: Leonardo, You can absolutely use Cross Codebot to make controls, in any shape you want. These types of controls should be graphic controls, and I provide a bass class name TRenderGraphicControl in the Codebot.Controls unit to help

Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-26 Thread Anthony Walter
Cross Codebot is a set a collection of Free Pascal cross platform routines, classes, components, and controls. It uses makes prodigious of the newer Free Pascal language features, including: generics, generic interfaces, class/record helpers, records with methods, and both implicit and explicit

Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-26 Thread Anthony Walter
Leonardo, You can absolutely use Cross Codebot to make controls, in any shape you want. These types of controls should be graphic controls, and I provide a bass class name TRenderGraphicControl in the Codebot.Controls unit to help in this endeavor. The key to making a control any shape with

Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-26 Thread Fabio Luis Girardi
Hi Anthony!! I use BGRABitmap to draw non-rectangular controls (like polyline) using setshape. Can I use Codebots to do that? 2015-03-26 14:17 GMT-03:00 Leonardo M. Ramé l.r...@griensu.com: El 21/03/15 a las 01:44, Anthony Walter escibió: Here is a brief overview of some of custom rendering

Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-21 Thread Marcos Douglas
On Sat, Mar 21, 2015 at 1:44 AM, Anthony Walter sys...@gmail.com wrote: Here is a brief overview of some of custom rendering which can be done with Cross Codebot graphics interfaces. A few videos are embedded in the page below: http://www.getlazarus.org/forums/viewtopic.php?f=18t=35p=150#p150

Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-21 Thread Anthony Walter
Yeah, that repository is going away. Eventually I'll move this new version to git hub, after a bit more internal testing. In the meanwhile I'm hosting a private git server and if anyone wants to test they can send me a request with their preferred username/password and I'll respond with the git

[Lazarus] Cross Codebot surface drawing examples

2015-03-20 Thread Anthony Walter
Here is a brief overview of some of custom rendering which can be done with Cross Codebot graphics interfaces. A few videos are embedded in the page below: http://www.getlazarus.org/forums/viewtopic.php?f=18t=35p=150#p150 Here is a listing of the interfaces and their methods: