Re: [Gambas-user] About syntax highlighting and copy/paste to OpenOffice

2011-03-31 Thread Kevin Fishburne
On 04/01/2011 02:30 AM, Rolf-Werner Eilert wrote: > Hm, this is just what I meant: When we had a tool which was resident > within the IDE, it could easily have access to the editor's highlighting > and many other things, thus enabling for easier highlighting than an > external tool. Why re-invent t

Re: [Gambas-user] About syntax highlighting and copy/paste to OpenOffice

2011-03-31 Thread Rolf-Werner Eilert
Am 31.03.2011 17:15, schrieb Demosthenes Koptsis: > These days i tried some ways to make the Gambas3 code in an OO3 document > be highlighted as in Gambas3 editor. > > 1) For this, i used many online web syntax highlighters such as > http://pygments.org/ > http://pastebin.com/ > http://qbnz.com/hig

Re: [Gambas-user] how to flush a process stream

2011-03-31 Thread Ron
Pls report experiences with the use of the structures. I want to use them in parts of my project too. Regards, Ron. Op 1 apr. 2011 00:51 schreef "Kevin Fishburne" < kevinfishbu...@eightvirtues.com> het volgende: -- Create

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-03-31 Thread Kevin Fishburne
On 04/01/2011 01:15 AM, Bruce Bruen wrote: > On Friday, April 01, 2011 01:17:50 PM Kevin Fishburne wrote: >> I'm finding that the task of replacing the Mk$ functions with structures >> for UDP packet client/server transactions is a massive undertaking. So >> far it's affecting every part of my proj

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-03-31 Thread Bruce Bruen
On Friday, April 01, 2011 01:17:50 PM Kevin Fishburne wrote: > I'm finding that the task of replacing the Mk$ functions with structures > for UDP packet client/server transactions is a massive undertaking. So > far it's affecting every part of my project that constructs, parses, > sends and receive

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-03-31 Thread Dag-Jarle Johansen
Ok Kevin, new to me that is a game. I have read an notified your comprehends Nevertheless, if you want me to, let me take a part of your Gambas-Experiences, they might be good for both of us. regards, Dag-Jarle 2011/4/1 Kevin Fishburne > On 04/01/2011 12:17 AM, Dag-Jarle Johansen wrote: > > Kev

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-03-31 Thread Kevin Fishburne
On 04/01/2011 12:17 AM, Dag-Jarle Johansen wrote: > Kevin, I have no idea. But in lack of business and money enough to live for, > I would like to help you, if I am a good enough programmer. I have NOT made > programs in your kind until now; my kind of networking was just to have the > right client

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-03-31 Thread Dag-Jarle Johansen
Kevin, I have no idea. But in lack of business and money enough to live for, I would like to help you, if I am a good enough programmer. I have NOT made programs in your kind until now; my kind of networking was just to have the right client idle or not. IF you want me to, I would like to spend so

[Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-03-31 Thread Kevin Fishburne
I'm finding that the task of replacing the Mk$ functions with structures for UDP packet client/server transactions is a massive undertaking. So far it's affecting every part of my project that constructs, parses, sends and receives data. As a consequence the network code is going from dozens of

Re: [Gambas-user] how to flush a process stream

2011-03-31 Thread Kevin Fishburne
On 03/30/2011 06:15 AM, Laurent Carlier wrote: > You can find a preliminary support of joysticks in gb.sdl in rev #3705, and a > small example joined here. Awesome... I'll check it out ASAP. Sadly my next task is to re-do my networking code because, as promised, BenoƮt removed all the Mk[Datatyp

Re: [Gambas-user] Forms Pixel Size Controls

2011-03-31 Thread Dag-Jarle Johansen
No se Amigo, but I like your postscript: * Did I learn something today? If not, I wasted it.* Caveat is right, Just define what you need in design-mode. Or you can use settings. Questions - ask me - I am a newbie too, but I can help in one or to cases. 2011/3/31 Ganesh Kumar > Hi Guys, > > I

Re: [Gambas-user] How can I print my Gambas program code?

2011-03-31 Thread Kevin Fishburne
On 03/30/2011 05:54 AM, Caveat wrote: > P.S. On the full screen rotation, we're not all being quiet just > because we're too lazy or can't be bothered to contribute. It looked > like Doriano (or your beers!!! lol) was doing a fine job of leading you > through your learning curve, so it seemed to

Re: [Gambas-user] Forms Pixel Size Controls

2011-03-31 Thread Caveat
It's not very clear to me what you're asking...if you just want to set the form size in code, use: PUBLIC SUB Form_Open() ME.Width = 600 ME.Height = 800 But if this is really all you need then even simpler is to set the Width and Height attributes in the designer... ...or are you looking fo