[Gambas-user] Developing components

2010-01-29 Thread Dima Malkov
There is some library, written with C++. I want to use its power with Gambas. It's a static library. So, using the documentation for Gambas, I have made an empty component. But I don't know, what must be done after this. Regards, Dima Malkov.

Re: [Gambas-user] Developing components

2010-01-29 Thread Andreas Fröhlke
Hello, theres a bug in the calender control. If a day in january greater than the last day in february is selected (29.01.2010, 30.01.2010 and 31.10.2010), you can't select the february by using the top controls of the calender control. Regards Andreas

[Gambas-user] Draw.Text problem with control chars

2010-01-29 Thread Charlie Reinl
Salut, I' using gambas2 2.19. For printing text, I use Draw.Text that works well. But when I print Text out of a TextArea, where are sometimes control chars (\n and \t) in the text, I found a problem. The LF (\n) is handled, but not the Tab (\t) it is show as a rectangle. Do I miss something