[Gambas-user] Sourceforge servers attacked

2011-01-28 Thread Benoît Minisini
Hi, Sourceforge servers were attacked yesterday. To prevent a possible account password sniffing, all passwords were reset. Gambas Sourceforge users must go there to reinitialize their password: https://sourceforge.net/account/registration/recover.php Shame on the people who did the at

Re: [Gambas-user] Localization feature

2011-01-28 Thread Jussi Lahtinen
Very true, and that's why not on top of the list... if at all. Jussi 2011/1/29 Benoît Minisini > > People who do translating can be other than future developers. > > > > Right now if there would be such feature you could see Gambas IDE strings > > in French, etc. > > Of course rest of source w

Re: [Gambas-user] Localization feature

2011-01-28 Thread Benoît Minisini
> People who do translating can be other than future developers. > > Right now if there would be such feature you could see Gambas IDE strings > in French, etc. > Of course rest of source would be in what ever language (in case of Gambas, > in English), but no additional translating needed. > Also

Re: [Gambas-user] Localization feature

2011-01-28 Thread Jussi Lahtinen
Hmmm... so IDE should internally change every string to some tags like {{string-numer-123}}, and then use that tag for index. Jussi On Sat, Jan 29, 2011 at 02:10, Fabien Bodard wrote: > like benoit i'm not really understand what you want... use the > trnslatig file to automagiquely translate i

[Gambas-user] Localization feature

2011-01-28 Thread John Spikowski
On Sat, 2011-01-29 at 01:56 +0200, Jussi Lahtinen wrote: > Though I would be perfectly happy if every body would agree to write > everything in English! Even though Gambas has European origins and developed by author(s) that English isn't their/his primary language, the computer revolution has ma

Re: [Gambas-user] Localization feature

2011-01-28 Thread Fabien Bodard
like benoit i'm not really understand what you want... use the trnslatig file to automagiquely translate internal code ? it is not possible as text in code are indexes for the translation file 2011/1/29 Jussi Lahtinen : > I guess that this feature would be at it's best when you are fixing code >

Re: [Gambas-user] Localization feature

2011-01-28 Thread Jussi Lahtinen
I guess that this feature would be at it's best when you are fixing code that is not made in English. Many times it is possible and this would help little bit. But if this is not easily done, then I don't think it is worthwhile. Jussi On Sat, Jan 29, 2011 at 01:56, Jussi Lahtinen wrote: > Peop

Re: [Gambas-user] Localization feature

2011-01-28 Thread Jussi Lahtinen
People who do translating can be other than future developers. Right now if there would be such feature you could see Gambas IDE strings in French, etc. Of course rest of source would be in what ever language (in case of Gambas, in English), but no additional translating needed. Also if you want t

Re: [Gambas-user] Localization feature

2011-01-28 Thread Fabien Bodard
... how do you plan to translate strings... ? I every case you need to do a translation by yourself. So the code source need to be in english. 2011/1/29 Jussi Lahtinen : > Example, if this code would been opened with Finnish language it would look > like this: > If a = b Then sSomeString = ("Tämä

Re: [Gambas-user] Localization feature

2011-01-28 Thread Jussi Lahtinen
Example, if this code would been opened with Finnish language it would look like this: If a = b Then sSomeString = ("Tämä on Suomeksi.") And if it would been opened with English language then it would look like this: If a = b Then sSomeString = ("This is in Finnish.") So, ready made translation

Re: [Gambas-user] Localization feature

2011-01-28 Thread Benoît Minisini
> Hi! > Is it possible to make IDE show strings accordingly to used language? > Meaning if I have wrote code in Finnish (variable names, comments, strings, > etc), > and I'm planning to release my code as open source. > It would help to make code more international if I could use ready made > strin

[Gambas-user] Localization feature

2011-01-28 Thread Jussi Lahtinen
Hi! Is it possible to make IDE show strings accordingly to used language? Meaning if I have wrote code in Finnish (variable names, comments, strings, etc), and I'm planning to release my code as open source. It would help to make code more international if I could use ready made string translations

Re: [Gambas-user] Issue 20 in gambas: Network socket read string[] fails - seg11 crash

2011-01-28 Thread gambas
Comment #1 on issue 20 by imperiou...@paradise.net.nz: Network socket read string[] fails - seg11 crash http://code.google.com/p/gambas/issues/detail?id=20 TRUNK -- Special Offer-- Download ArcSight Logger for FREE (a

[Gambas-user] Issue 20 in gambas: Network socket read string[] fails - seg11 crash

2011-01-28 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 20 by imperiou...@paradise.net.nz: Network socket read string[] fails - seg11 crash http://code.google.com/p/gambas/issues/detail?id=20 When attempting to read an incomin

Re: [Gambas-user] Issue 2 in gambas: No native gambas for Windows platforms [OT]

2011-01-28 Thread John Spikowski
On Fri, 2011-01-28 at 19:40 +0100, Caveat wrote: > The port has already been done, it's called VisualBasic :-P > > I had the same concern when using VBonX as my forum handle and registering the www.vbonx.com domain for a VB to Gambas conversion service portal. If anyone is interested in partneri

[Gambas-user] list attachments

2011-01-28 Thread John Spikowski
On Fri, 2011-01-28 at 16:55 +0100, Caveat wrote: > I dunno why the file isn't getting attached to the email, but I suspect > it's to do with the fact it's coming through as a notification. (??) > > If someone posts direct to the mailing list, like I am now, I think > attachments will come through

Re: [Gambas-user] Issue 2 in gambas: No native gambas for Windows platforms [OT]

2011-01-28 Thread Caveat
The port has already been done, it's called VisualBasic :-P On Fri, 2011-01-28 at 18:21 +, gam...@googlecode.com wrote: > Updates: > Labels: -Priority-Medium Priority-Low > > Comment #2 on issue 2 by benoit.m...@gmail.com: No native gambas for > Windows platforms > http://code.goog

Re: [Gambas-user] Issue 19 in gambas: Popup Menu does not pop up with GTK+

2011-01-28 Thread gambas
Updates: Labels: -GUI-Any GUI-GTK Comment #2 on issue 19 by benoit.m...@gmail.com: Popup Menu does not pop up with GTK+ http://code.google.com/p/gambas/issues/detail?id=19 (No comment was entered for this change.) ---

Re: [Gambas-user] Issue 19 in gambas: Popup Menu does not pop up with GTK+

2011-01-28 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 19 by benoit.m...@gmail.com: Popup Menu does not pop up with GTK+ http://code.google.com/p/gambas/issues/detail?id=19 (No comment was entered for this change.)

Re: [Gambas-user] Issue 18 in gambas: MouseClick, MouseDown events raised even if object is disabled

2011-01-28 Thread gambas
Updates: Status: WontFix Labels: -Version Version-Any Comment #1 on issue 18 by benoit.m...@gmail.com: MouseClick, MouseDown events raised even if object is disabled http://code.google.com/p/gambas/issues/detail?id=18 This is by design. All "native" events, i.e. events associat

Re: [Gambas-user] Issue 2 in gambas: No native gambas for Windows platforms

2011-01-28 Thread gambas
Updates: Status: NeedsInfo Comment #3 on issue 2 by benoit.m...@gmail.com: No native gambas for Windows platforms http://code.google.com/p/gambas/issues/detail?id=2 Will Microsoft collapse slowly enough so that someone has enough time to do the port?

Re: [Gambas-user] Issue 2 in gambas: No native gambas for Windows platforms

2011-01-28 Thread gambas
Updates: Labels: -Priority-Medium Priority-Low Comment #2 on issue 2 by benoit.m...@gmail.com: No native gambas for Windows platforms http://code.google.com/p/gambas/issues/detail?id=2 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 17 in gambas: ComboBox.Add("item", idx) and ListBox.Add("item", idx) fails with GTK

2011-01-28 Thread gambas
Updates: Summary: ComboBox.Add("item",idx) and ListBox.Add("item",idx) fails with GTK Status: Fixed Comment #2 on issue 17 by benoit.m...@gmail.com: ComboBox.Add("item",idx) and ListBox.Add("item",idx) fails with GTK http://code.google.com/p/gambas/issues/detail?id=17 Fixed i

Re: [Gambas-user] Issue 17 in gambas: ComboBox.Add("item", idx) fails with GTK

2011-01-28 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-Any GUI-GTK Comment #1 on issue 17 by benoit.m...@gmail.com: ComboBox.Add("item",idx) fails with GTK http://code.google.com/p/gambas/issues/detail?id=17 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 16 in gambas: buttonbox have no picture on GTK

2011-01-28 Thread gambas
Updates: Status: Fixed Comment #2 on issue 16 by benoit.m...@gmail.com: buttonbox have no picture on GTK http://code.google.com/p/gambas/issues/detail?id=16 Fixed in revision #3502. -- Special Offer-- Download

Re: [Gambas-user] list attachments

2011-01-28 Thread Caveat
Yeah the mail titled "Issue 19 in gambas: Popup Menu does not popup with GTK+" appears to be a notification mail from the issue tracker. If you click on the link given in the mail http://code.google.com/p/gambas/issues/detail?id=19 (about the 6th line down), Issue 19 will popup (ha! at least somet

Re: [Gambas-user] Issue 16 in gambas: buttonbox have no picture on GTK

2011-01-28 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-TRUNK GUI-GTK Comment #1 on issue 16 by benoit.m...@gmail.com: buttonbox have no picture on GTK http://code.google.com/p/gambas/issues/detail?id=16 (No comment was entered for this change.) ---

Re: [Gambas-user] Issue 14 in gambas: Draw.Drawing does not work -- Signal #11 error

2011-01-28 Thread gambas
Updates: Labels: -Priority-Medium Priority-Low Comment #2 on issue 14 by benoit.m...@gmail.com: Draw.Drawing does not work -- Signal #11 error http://code.google.com/p/gambas/issues/detail?id=14 (No comment was entered for this change.)

Re: [Gambas-user] Issue 15 in gambas: Bugs gtk component.

2011-01-28 Thread gambas
Updates: Labels: -Version -GUI-Any Version-Any GUI-GTK Comment #2 on issue 15 by benoit.m...@gmail.com: Bugs gtk component. http://code.google.com/p/gambas/issues/detail?id=15 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 15 in gambas: Bugs gtk component.

2011-01-28 Thread gambas
Updates: Status: NeedsInfo Comment #1 on issue 15 by benoit.m...@gmail.com: Bugs gtk component. http://code.google.com/p/gambas/issues/detail?id=15 Can you provide a project that shows the bug? Next time you report a bug, can you fill an accurate summary (for example: "Iconview items a

Re: [Gambas-user] Is posible to Draw an Arc (instead of pies) with Draw.circle ?

2011-01-28 Thread Benoît Minisini
> > I'm making a program that needs to draw arcs. > > (An editor and Viewer of Gcode routes). > > I'm trying with: > > Draw.Circle (X, Y, R, AngStart, AngEnd) > > but I can not draw only the arc (not radius). > > Is that not possible with Gambas 2? > > > > http://picasaweb.google.com/lh/photo/Vy7N

[Gambas-user] list attachments

2011-01-28 Thread John Spikowski
I only seem to be getting image (png) attachments. I have yet to see a .tar, .zip. ... as an attachment. The only thing that tells me that an attachment was included is the follow. Attachments: popup.tar.gz 4.8 KB This shows at the end of the user post but before the list footers. -

[Gambas-user] Issue 19 in gambas: Popup Menu does not pop up with GTK+

2011-01-28 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 19 by sot...@gmail.com: Popup Menu does not pop up with GTK+ http://code.google.com/p/gambas/issues/detail?id=19 1) Describe the problem. Having a container, like a TabStr