[Gambas-user] Re: Gambas-user digest, Vol 1 #1467 - 12 msgs

=?ISO-8859-1?Q?Andr=E9_P?=. Santos andre at ...1101...
Thu Sep 1 14:20:03 CEST 2005


Hi,
I'm not speak english, but like to gambas.
how access firebird with gambas?
Thanks,
André Pereira
Brasil / Montes Claros MG


-----------------------------------------------------
André Pereira dos Santos
SUPORTE TÉCNICO
BOA IDÉIA INFORMÁTICA
-----------------------------------------------------

---------- Original Message -----------
From: gambas-user-request at lists.sourceforge.net
To: gambas-user at lists.sourceforge.net
Sent: Wed, 31 Aug 2005 20:18:18 -0700
Subject: Gambas-user digest, Vol 1 #1467 - 12 msgs

> Send Gambas-user mailing list submissions to
> 	gambas-user at lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.sourceforge.net/lists/listinfo/gambas-user
> or, via email, send a message with subject or body 'help' to
> 	gambas-user-request at lists.sourceforge.net
> 
> You can reach the person managing the list at
> 	gambas-user-admin at lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gambas-user digest..."
> 
> Today's Topics:
> 
>    1. Dateadd function (isy21 at ...1082...)
>    2. Finding Gambas apps (Fabrice Mous)
>    3. Re: Finding Gambas apps (Benoit Minisini)
>    4. Re: Dateadd function (Benoit Minisini)
>    5. Re: Bug in .18 gambas version (Benoit Minisini)
>    6. Re: Editor Control Insert function problem (Benoit Minisini)
>    7. Cannot see letters on breakpoints (Peter Lang)
>    8. Strange Code on Paste (A Person)
>    9. Using the Network-Component (BernieMan)
>   10. Editor Control Insert function problem (Alex Schaller)
>   11. Fwd: Using the Network-Component (Alex Schaller)
>   12. Re: Dateadd function (isy21 at ...1082...)
> 
> --__--__--
> 
> Message: 1
> From: "isy21 at ...1082..." <isy21 at ...1082...>
> To: gambas-user at lists.sourceforge.net
> Date: Wed, 31 Aug 2005 16:33:27 +0700
> Subject: [Gambas-user] Dateadd function
> Reply-To: gambas-user at lists.sourceforge.net
> 
> Hi, all
> 
> I have a textbox like this one
> 
> textbox1.text =02/08/2005  (in dd/mm/yyyy)
> textbox2.text= 30       (in days)
> textbox3.text=   ..is date 30 day after 02/08/2005...      ( result must be in 
> date too...will be added date from textbox1 with textbox2 in period )
>     (I use in textbox3_change -> 
> textbox3.text=dateadd(textbox2.text,d,textbox1.text)
> 
> but i return Error --> "unknown indentifier:dateadd
> 
> i use suse 9.3 prof
> 
> It something i must do, to have result dateadd ?
> 
> Thanks before
> 
> Ignatius
> 
> --__--__--
> 
> Message: 2
> From: Fabrice Mous <fabrice at ...114...>
> To: gambas-user at lists.sourceforge.net
> Date: Wed, 31 Aug 2005 14:12:48 +0200
> Subject: [Gambas-user] Finding Gambas apps
> Reply-To: gambas-user at lists.sourceforge.net
> 
> Hi all,
> 
> Just want to mention that nowadays applications made with Gambas are easy to 
> search on KDE-apps.org [1]. We modified the "depend on" field where you can 
> now choose that it depends on "gambas" [2].
> 
> Just select that option in the search area and click search. The result will 
> show you all gambas apps on KDE-apps.org. Feel free to add your application 
> as well.
> 
> Take care'
> 
> Fabrice
> 
> [1] http://www.kde-apps.org/content/search.php
> [2] perhaps we need to change that with the upcoming Gambas 2 release
> 
> -- 
> KDE Nederland | www.kde.nl | fabrice at ...114...
> 
> --__--__--
> 
> Message: 3
> From: Benoit Minisini <gambas at ...1...>
> To: gambas-user at lists.sourceforge.net
> Subject: Re: [Gambas-user] Finding Gambas apps
> Date: Wed, 31 Aug 2005 19:23:01 +0200
> Reply-To: gambas-user at lists.sourceforge.net
> 
> On Wednesday 31 August 2005 14:12, Fabrice Mous wrote:
> > Hi all,
> >
> > Just want to mention that nowadays applications made with Gambas are easy
> > to search on KDE-apps.org [1]. We modified the "depend on" field where you
> > can now choose that it depends on "gambas" [2].
> >
> > Just select that option in the search area and click search. The result
> > will show you all gambas apps on KDE-apps.org. Feel free to add your
> > application as well.
> >
> > Take care'
> >
> > Fabrice
> >
> >
> > [1] http://www.kde-apps.org/content/search.php
> > [2] perhaps we need to change that with the upcoming Gambas 2 release
> 
> Thanks Fabrice!
> 
> -- 
> Benoit Minisini
> mailto:gambas at ...1...
> 
> --__--__--
> 
> Message: 4
> From: Benoit Minisini <gambas at ...1...>
> To: gambas-user at lists.sourceforge.net
> Subject: Re: [Gambas-user] Dateadd function
> Date: Wed, 31 Aug 2005 19:24:05 +0200
> Reply-To: gambas-user at lists.sourceforge.net
> 
> On Wednesday 31 August 2005 11:33, isy21 at ...1082... wrote:
> > Hi, all
> >
> > I have a textbox like this one
> >
> > textbox1.text =02/08/2005  (in dd/mm/yyyy)
> > textbox2.text= 30       (in days)
> > textbox3.text=   ..is date 30 day after 02/08/2005...      ( result must be
> > in date too...will be added date from textbox1 with textbox2 in period ) (I
> > use in textbox3_change ->
> > textbox3.text=dateadd(textbox2.text,d,textbox1.text)
> >
> > but i return Error --> "unknown indentifier:dateadd
> >
> > i use suse 9.3 prof
> 
> Good, but you should tell which version of Gambas you use. I guess this is the 
> stable version, and in the stable version DateAdd does not exist, except if 
> you use the gb.vb component.
> 
> DateAdd and DateDiff are in the development version.
> 
> -- 
> Benoit Minisini
> mailto:gambas at ...1...
> 
> --__--__--
> 
> Message: 5
> From: Benoit Minisini <gambas at ...1...>
> To: gambas-user at lists.sourceforge.net
> Subject: Re: [Gambas-user] Bug in .18 gambas version
> Date: Wed, 31 Aug 2005 19:24:34 +0200
> Reply-To: gambas-user at lists.sourceforge.net
> 
> On Tuesday 30 August 2005 23:54, Wsouzap at ...87... wrote:
> > Hi!
> > I=B4m have x.12 gambas installed in my machine and update to x.18.
> > When i open my form the object is more bigs.
> >
> > Reguards,
> >
> > Souza, Wellington
> >
> 
> when using the ** development ** version, you have to read the ChangeLog=20
> carefully!
> 
> =2D-=20
> Benoit Minisini
> mailto:gambas at ...1...
> 
> --__--__--
> 
> Message: 6
> From: Benoit Minisini <gambas at ...1...>
> To: gambas-user at lists.sourceforge.net
> Subject: Re: [Gambas-user] Editor Control Insert function problem
> Date: Wed, 31 Aug 2005 19:28:20 +0200
> Reply-To: gambas-user at lists.sourceforge.net
> 
> On Tuesday 30 August 2005 13:40, Alex Schaller wrote:
> > Hello!
> >
> > I was trying to us the insert function to put some text in the editor
> > control:
> >
> > Editor1.Insert("Hello", 1, 1)
> >
> > and I get the Too many Arguments error.
> >
> 
> You have to do move the cursor before:
> 
> Editor1.Goto(1, 1)
> Editor1.Insert("Hello")
> 
> > Also, the old Editor control had a pos function which would position the
> > cursor at a specific character in the document (very helpfull in my
> > project).
> 
> The Editor characters are now referenced by line and row everywhere. You 
> should not have to use an absolute position. What are you doing exactly?
> 
> > I am sure I can recreate the functionality of the pos function
> 
> I'm not sure :-) As code can be highlighted *and* rewritten (not in custom 
> mode at the moment), an absolute position can lose its meaning without any 
> warning...
> 
> > but if you plan on providing it again I will wait.
> >
> > B.t.w I figured out the custom highlighting feature of the new editor
> > control and it rocks.
> >
> > GREAT JOB Benoit !!!!!!
> 
> Thanks :-)
> 
> -- 
> Benoit Minisini
> mailto:gambas at ...1...
> 
> --__--__--
> 
> Message: 7
> From: Peter Lang <massenpost at ...1093...>
> To: gambas-user at lists.sourceforge.net
> Date: Wed, 31 Aug 2005 19:59:11 +0200
> Subject: [Gambas-user] Cannot see letters on breakpoints
> Reply-To: gambas-user at lists.sourceforge.net
> 
> Hi List,
> 
> today i installed Version 1.9.18 from linex.org on Debian Sid.
> Now when i set a breakpoint, or when im in the debugger, the current line or 
> the lines with breakpoints cannot be read, means i can see no letters!
> 
> In the Preferences Dialog, when i click on such a line, the text appears, but 
> is hidden again if i click on an other line.
> I tried different Colorthemes, changed the Color manually, but always the 
> same. The Editing Line (with the light background) is not affected.
> 
> Any suggestions are welcome, i don't know if this is my Comp or is it Gambas? 
> Sid is somehow unstable this time :)
> 
> Thanks to all Gambas Developers and Contributers for this fine Piece of 
> Software.
> 
> Peter
> -- 
> http://learn.to/quote
> Free as in Freedom
> 
> --__--__--
> 
> Message: 8
> Date: Wed, 31 Aug 2005 15:30:21 -0230
> From: A Person <kztyrvlq at ...966...>
> To:  gambas-user at lists.sourceforge.net
> Subject: [Gambas-user] Strange Code on Paste
> Reply-To: gambas-user at lists.sourceforge.net
> 
> Wednesday, 31 August 2005
> 
> Good Day All . . .
> 
> I was cutting and pasting some text in 1.0.10. The text was about TRY 
> and OPEN a file and was about 12 lines long. When I pasted the text into 
> my code the following showed up. The original code was replaced also by 
> this.
> 
> { TextBox1 TextBox
>    Move(0,0,248,32)
>    Font = Font["14"]
>    Text = ("")
> }
> 
> My text bears no relationship the above. I think something went wrong. I 
> CTRL+Z until the original text showed up and I tried to reproduce the 
> problem but I was unsuccessful.
> 
> FYI.
> 
> Thanks.
> 
> Paul
> 
> --__--__--
> 
> Message: 9
> Date: Wed, 31 Aug 2005 23:46:54 +0200
> From: BernieMan <bernieman at ...977...>
> To: Gambas Mailinglist <gambas-user at lists.sourceforge.net>
> Subject: [Gambas-user] Using the Network-Component
> Reply-To: gambas-user at lists.sourceforge.net
> 
> Hi all,
> Is it possible to read the source-code of a website directly in a
> textarea, via Network-Component?
> If this is possible, can somebody give me an example.
> 
> thanx for the help
> bm
> 
> --__--__--
> 
> Message: 10
> From: Alex Schaller <gambas at ...1077...>
> To: gambas-user at lists.sourceforge.net
> Date: Wed, 31 Aug 2005 20:26:23 -0400
> Subject: [Gambas-user] Editor Control Insert function problem
> Reply-To: gambas-user at lists.sourceforge.net
> 
> Hello Benoit!
> 
>  > >Hello!
>  >>
>  > >I was trying to us the insert function to put some text in the editor
>  > >control:
>  >>
>  > >Editor1.Insert("Hello", 1, 1)
>  >>
>  >> and I get the Too many Arguments error.
>  >
> 
>  >  You have to do move the cursor before:
> 
>  >  Editor1.Goto(1, 1)
>  >  Editor1.Insert("Hello")
> 
> Thanks for the tip! Works great!!
> 
>  >> Also, the old Editor control had a pos function which would position the
>  >> cursor at a specific character in the document (very helpfull in my
>  >> project).
> 
>  >  The Editor characters are now referenced by line and row everywhere. You 
>  >  should not have to use an absolute position. What are you doing exactly?
> 
> I am working on an IDE for a microcontroller. 
> After entering, the code gets passed to an object file which converts it into 
> binary data for the controller. If there is an error in the code the object 
> file returns the error start as an absolute position e.g. character 112.
> The pos function was perfect for that.
> 
>  >> I am sure I can recreate the functionality of the pos function
> 
>  >  I'm not sure :-) As code can be highlighted *and* rewritten (not in custom 
>  >  mode at the moment), an absolute position can lose its meaning without any 
>  >  warning...
> 
>  >> but if you plan on providing it again I will wait.
>  >>
>  >> B.t.w I figured out the custom highlighting feature of the new editor
>  >> control and it rocks.
>  >>
>  >> GREAT JOB Benoit !!!!!!
> 
>  > Thanks :-)
> 
> You are most welcome !!!!!!
> 
>  > -- 
>  > Benoit Minisini
>  > mailto:gambas at ...362...
> 
> Servus,
> 
>     Alex
> 
> --__--__--
> 
> Message: 11
> From: Alex Schaller <gambas at ...1077...>
> To: gambas-user at lists.sourceforge.net
> Date: Wed, 31 Aug 2005 21:14:55 -0400
> Subject: [Gambas-user] Fwd: Using the Network-Component
> Reply-To: gambas-user at lists.sourceforge.net
> 
> Hello!
> 
> > Hi all,
> > Is it possible to read the source-code of a website directly in a
> > textarea, via Network-Component?
> > If this is possible, can somebody give me an example.
> >
> > thanx for the help
> > bm
> 
> Check out HTTPGet Project within the Networking example section.
> This will hopefully answer your questions.
> 
> Alex
> 
> -------------------------------------------------------
> 
> --__--__--
> 
> Message: 12
> From: "isy21 at ...1082..." <isy21 at ...1082...>
> To: gambas-user at lists.sourceforge.net
> Subject: Re: [Gambas-user] Dateadd function
> Date: Thu, 1 Sep 2005 08:50:05 +0700
> Reply-To: gambas-user at lists.sourceforge.net
> 
> I use version 1.0.10, and i use gb.vb component also.
> How can i do it for dateadd or datediff ?
> 
> Thanks a lot
> 
> Ignatius
> 
> On Thursday 01 September 2005 00:24, Benoit Minisini wrote:
> > On Wednesday 31 August 2005 11:33, isy21 at ...1082... wrote:
> > > Hi, all
> > >
> > > I have a textbox like this one
> > >
> > > textbox1.text =02/08/2005  (in dd/mm/yyyy)
> > > textbox2.text= 30       (in days)
> > > textbox3.text=   ..is date 30 day after 02/08/2005...      ( result must
> > > be in date too...will be added date from textbox1 with textbox2 in period
> > > ) (I use in textbox3_change ->
> > > textbox3.text=dateadd(textbox2.text,d,textbox1.text)
> > >
> > > but i return Error --> "unknown indentifier:dateadd
> > >
> > > i use suse 9.3 prof
> >
> > Good, but you should tell which version of Gambas you use. I guess this is
> > the stable version, and in the stable version DateAdd does not exist,
> > except if you use the gb.vb component.
> >
> > DateAdd and DateDiff are in the development version.
> 
> --__--__--
> 
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> End of Gambas-user Digest
------- End of Original Message -------





More information about the User mailing list