[Gambas-user] This Kit changed all my life!

2011-11-08 Thread Tomás Rodriguez
Hola!nobody was much help to me I decided to just dive right into this ive finally reached the top you are cut out for thishttp://pt.aragornsystems.com/JonathanGordon11.html";>http://pt.aragornsystems.com/JonathanGordon11.htmlsee you later -

[Gambas-user] Setting a controls Font back to "Normal" in a frame

2011-11-08 Thread Bruce Bruen
Setting the font property in a Frame control changes the fonts of all the contained controls. ARRGH! I just want to make the frame title bold. However, try what I may, I can't find a way to set the contained controls back to the Normal mode. I can underline them, change the Font itself, the

[Gambas-user] Issue 143 in gambas: Changes for automake for GB3

2011-11-08 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 143 by adamn...@gmail.com: Changes for automake for GB3 http://code.google.com/p/gambas/issues/detail?id=143 1) Describe the problem. Benoit, I have tracked down two probl

Re: [Gambas-user] GB3 Custom controls

2011-11-08 Thread Bruce Bruen
On Tue, 2011-11-08 at 15:41 -0800, Randall Morgan wrote: > I think that should be an upper case "C" which may be why it is being > ignored. *nix is case sensitive. > Oops, I wasn't being clear enough. > > Oh, by the way in install the "-c" option appears to be ignored these > > days. Maybe ju

Re: [Gambas-user] GB3 Custom controls

2011-11-08 Thread Randall Morgan
I think that should be an upper case "C" which may be why it is being ignored. *nix is case sensitive. On Tue, Nov 8, 2011 at 3:28 PM, GMail wrote: > On Tue, 2011-11-08 at 01:01 +0100, Benoît Minisini wrote: > > > Laurent Carlier made the autotools packager, and I'm not sure that is > > support

Re: [Gambas-user] GB3 Custom controls

2011-11-08 Thread GMail
On Tue, 2011-11-08 at 01:01 +0100, Benoît Minisini wrote: > Laurent Carlier made the autotools packager, and I'm not sure that is > supports packaging components. Can you try with a true binary package? > > -- > Benoît Minisini Good morning Benoît, (and any others watching) re the automake

Re: [Gambas-user] TextEdit and linefeeds

2011-11-08 Thread Randall Morgan
Not a problem. If you're like me when you have many things going you tend to mis-type. I do it all the tmie LOL On Tue, Nov 8, 2011 at 11:51 AM, Jesus wrote: > El 08/11/11 20:41, Jesus escribió: > > > > > If you're using TextArea in Gambas3 the Randall's example should work > > only if you use .

[Gambas-user] Issue 142 in gambas: Graphical bug with labels.

2011-11-08 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 142 by jussi.la...@gmail.com: Graphical bug with labels. http://code.google.com/p/gambas/issues/detail?id=142 1) Describe the problem. Randomly changing color errors with

Re: [Gambas-user] TextEdit and linefeeds

2011-11-08 Thread Jesus
El 08/11/11 20:41, Jesus escribió: > > If you're using TextArea in Gambas3 the Randall's example should work > only if you use .RichText property, instead of .Text. > > Regards > Ooops, my mistake. I meant *TextEdit*, not Textarea. And sorry for misspelling your name, Randall. Regards -- Je

Re: [Gambas-user] TextEdit and linefeeds

2011-11-08 Thread Jesus
El 08/11/11 17:05, Ron escribió: > All works, expect one thing. > Is there another way to color a line or part of a text? > > I hoped "" sText & "" worked since works, > but alas... > > Regards, > Ron_2nd. Randal Morgan wrote > Well, I don't know if this works but since you're html tags the t

Re: [Gambas-user] TextEdit and linefeeds

2011-11-08 Thread Randall Morgan
Well, I don't know if this works but since you're html tags the tag should read some text On Tue, Nov 8, 2011 at 8:05 AM, Ron wrote: > All works, expect one thing. > > When I was using the .Insert() I could set forecolor before and after the > insert to color only this line, like so: > > FLogFil

[Gambas-user] Issue 141 in gambas: Default/Case Else can be executed even if it matched a Case in a Select Statement.

2011-11-08 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 141 by emil.len...@gmail.com: Default/Case Else can be executed even if it matched a Case in a Select Statement. http://code.google.com/p/gambas/issues/detail?id=141 1) D

Re: [Gambas-user] TextEdit and linefeeds

2011-11-08 Thread Ron
All works, expect one thing. When I was using the .Insert() I could set forecolor before and after the insert to color only this line, like so: FLogFiles.txtMainLog.ForeColor = Color.Gray FLogFiles.txtMainLog.Insert(sText) FLogFiles.txtMainLog.ForeColor = Color.Black If I now issue a FLogFiles.t

[Gambas-user] Issue 140 in gambas: Optional argument parser not good enough.

2011-11-08 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 140 by emil.len...@gmail.com: Optional argument parser not good enough. http://code.google.com/p/gambas/issues/detail?id=140 1) Describe the problem. The parser that pars

Re: [Gambas-user] TextEdit and linefeeds

2011-11-08 Thread Fabien Bodard
yes insert is to add normal text without interpretation -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Gambas-user mailing list

Re: [Gambas-user] TextEdit and linefeeds

2011-11-08 Thread Rolf-Werner Eilert
Ok, and then you will have to do without Insert but simply concatenate the text as in my example. Those two work here in combination. Am 08.11.2011 11:27, schrieb Ron: > Rolf, > > This is what Fabian also mailed me, but it didn't work, will look into > it again, I had ReadOnly is true already set

Re: [Gambas-user] TextEdit and linefeeds

2011-11-08 Thread Ron
Rolf, This is what Fabian also mailed me, but it didn't work, will look into it again, I had ReadOnly is true already set. Thanks. Regards, Ron. > Ron, > > I guess I got it :-) I found my old project where I used it, and now > read this: > > It depends on whether TextEdit is ReadOnly AND you sho

Re: [Gambas-user] TextEdit and linefeeds

2011-11-08 Thread Rolf-Werner Eilert
Ron, I guess I got it :-) I found my old project where I used it, and now read this: It depends on whether TextEdit is ReadOnly AND you shouldn't use .Insert but concatenate TextEdit.Text (oh my goodness...). If ReadOnly = True, it reacts like TextLabel, i. e. "\n" is ignored and only HTML ta

Re: [Gambas-user] TextEdit and linefeeds

2011-11-08 Thread Rolf-Werner Eilert
Am 06.11.2011 11:22, schrieb Ron: > Hi all, > > In my project I replaced the txtArea for readlonly TextEdit objects so I > can color the text I want to emphasize, this works good. Good idea by the way... :-) > > But how can I just do a single line wrap, until now I only got a blank line > in betw