Re: [Gambas-user] A question about WebView

2016-10-16 Thread Jorge Carrión
Hi Gianluigi:

Sorry for the delay but this has been a hard (or good!) weekend for me, no
computers at all... .
I hope the problems of the whilwind are fixed yet in your town.
I've seen your code and it's a good javascript based solution but I'm
afraid I'm not able to implement it in my proyect. This is the first time I
deal with webview component and I prefer to do it whith Gambas.

Essentialy the tricky solution I've found is keep the external urls (href
tags) of the html text in a string[] and then  to replace all  with "blind
inner links" (:

> Lucky you Jorge,
> if here in Genoa, today not there had been a whirlwind (no electricity and
> discarge notebook :-( ) I (too) would have answered so:
> '--
> Public Sub Form_Open()
>
>   WebView1.HTML = MakeHtml()
>
> End
>
> Private Function MakeHtml() As String
>
>   Dim sHtml As String
>
>   sHtml = "" & "\n"
>   sHtml &= "" & "\n"
>   sHtml &= "" & "\n"
>   sHtml &= "http://gambaswiki.org/wiki\;
> onclick=\"myFunction(event)\">Documentation" & "\n"
>   sHtml &= "" & "\n"
>   sHtml &= "function myFunction(event) {" & "\n"
>   sHtml &= "event.preventDefault();" & "\n"
>   sHtml &= "document.getElementById(\"myAnchor\").innerHTML =
> \"Canceled\";" & "\n"
>   sHtml &= "}" & "\n"
>   sHtml &= "" & "\n"
>   sHtml &= "" & "\n"
>   sHtml &= "" & "\n"
>
>   Return sHtml
>
> End
>
> Public Sub Form_Close()
>
>   Print WebView1.HTML
>
> End
> '--
> It is no good code, but I had come this way.
> As I'm starting to study WebView I wanted to ask you, this is how it should
> be implemented the script.
> Otherwise?
> Can you give me any suggestions?
>
> Regards
> Gianluigi
>
> 2016-10-14 17:25 GMT+02:00 Jorge Carrión :
>
> > Well... I think that I've found a workaround only with gambas. (It's a
> > little tricky but it works),
> >
> > Thank you for the answers.
> >
> > Best Regards
> >
> > 2016-10-14 15:03 GMT+02:00 Moviga Technologies :
> >
> > > There might be a way to do it with Gambas, but you can use javascript's
> > > preventDefault()
> > >
> > > http://www.w3schools.com/jsref/event_preventdefault.asp
> > >
> > >
> > > Den 14. okt. 2016 12:15, skrev Jorge Carrión:
> > > > I'm trying to do a control like textEdit, but allowing with links and
> > > > images, based on webBrowser example.
> > > >
> > > > All is done and works fine, but if I create a link ( and
> > I
> > > > click on it the webview, naturally, follows the link and I loose all
> > the
> > > > changes on the page.
> > > >
> > > > I want prevent that behaviour in the way that if user clik on a link
> > and
> > > > the editable property is true, the webview doesn't follow the link.
> > > >
> > > > Hope this will be more clear.
> > > >
> > > > Best Regards
> > > >
> > > > 2016-10-14 11:39 GMT+02:00 Gianluigi :
> > > >
> > > >> Hello Jorge,
> > > >> I do not understand the question, could you be more specific?
> > > >> Thank you
> > > >> Gianluigi
> > > >>
> > > >> 2016-10-13 18:29 GMT+02:00 Jorge Carrión :
> > > >>
> > > >>> Is there a way to stop the follow of links in webview when webview
> is
> > > in
> > > >>> "edit mode" (editable=true)?
> > > >>>
> > > >>> Best Regards
> > > >>> 
> > > >>> --
> > > >>> Check out the vibrant tech community on one of the world's most
> > > >>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > > >>> ___
> > > >>> Gambas-user mailing list
> > > >>> Gambas-user@lists.sourceforge.net
> > > >>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> > > >>>
> > > >> 
> > > >> --
> > > >> Check out the vibrant tech community on one of the world's most
> > > >> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > > >> ___
> > > >> Gambas-user mailing list
> > > >> Gambas-user@lists.sourceforge.net
> > > >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> > > >>
> > > > 
> > > --
> > > > Check out the vibrant tech community on one of the world's most
> > > > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > > > ___
> > > > Gambas-user mailing list
> > > > Gambas-user@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/gambas-user
> > >
> > >
> > > 
> > > --
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > > ___
> > > Gambas-user mailing list
> > > Gambas-user@lists.sourceforge.net
> > > 

Re: [Gambas-user] Incomplete gambas 3.9 install

2016-10-16 Thread richard terry
Thanks, didn't see this before I just used the ppa someone had listed 
previously, it seemed to work fine.

richard

On 14/10/16 12:56, T Lee Davidson wrote:
> Whatever distribution you are using may likely did not automatically install 
> ALL of the Gambas components. For this particular
> project, you will probably need to also install the gambas3-gb-desktop and 
> gambas3-gb-media (however they are named in your
> distro) components.
>
>
> On 10/13/2016 06:05 PM, richard terry wrote:
>> Hi List,
>>
>>
>> Just built a new machine for work and after doing a standard apt-get
>> install gambas3  when running my project the error messages missing
>> desktop.x11, gb.media and gb.media.form
>>
>> ?what's going on and how to fix.
>>
>>
>> Thanks
>>
>>
>> richard
>>
>>
>>
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Documentation, 2 things

2016-10-16 Thread dag
hi

but as i learned that the site from jbsan is in spanish. i love spanish, 
even live there. but for technical reasons i think english is better. 
confess  that i cath my selfby programming in german, no good thing if 
sharing with others.(  i know i can translate, but the fieldnames...). i 
will stil go in and look. no more tonight...

regards
Dag

Am 17.10.2016 um 00:12 schrieb PICCORO McKAY Lenz [via Gambas]:
> hi Dig and Jbsan, Dig i recomended personally the jbsan blog course.. its
> the only cource with a timeline based on learn for beginners
>
> the site from jbsan its the best, its a great course for beginners
>
> i think if a oficial course will be made in near future, jbsan mus be the
> right men, the choose one for manage the direction of...
>
> Lenz McKAY Gerardo (PICCORO)
> http://qgqlochekone.blogspot.com
>
> 2016-10-16 17:03 GMT-04:00 dag <[hidden email] 
> >:
>
> > Hi Fabien,
> >
> > I am sure I do not have the grand overview like you, but I can 
> definitly
> > tell what i miss. I have programmed frontends for 30 years, not into
> > systemprogramming. I had about 5 years of gambas-break, and was stunned
> > over how fast things was growing. only the wast of objects is 
> suprising,
> > and also suprisingly good, I feel humble to the project. the thought of
> > the different web-sites taking care of Gambas is good and nice, but a
> > leading site is really wanted, as you say. also the forums have the 
> lack
> > of different levels of knowlegde: a newbie often gets abused from 
> other:
> > why do you not read the manual and so. not very nice. I see in the
> > gambas-user more respectful taking care, and that i am glad for. i want
> > to help with this task wherever i can.
> >
> > regards
> > Dag
> >
> > Am 16.10.2016 um 21:22 schrieb Fabien Bodard-4 [via Gambas]:
> > > The truth is we really need an official courses site. Like Julio 
> did it
> > > must start from the begining ... Learning the basic and 
> programming stuff
> > > like gambas oo programming. Then from the front page allows the 
> user to
> > > choose courses on different subject from control using to Linux
> > > generalities
> > > Le 16 oct. 2016 13:24, "Julio Sanchez" <[hidden email]
> > > > a écrit :
> > >
> > > > Hi Dag:
> > > > In his day believed the website (and still active):
> > > >
> > > > http://cursogambas.blogspot.com.es/p/indice.html
> > > >
> > > > Has multiple examples and simple projects, applied to each article.
> > > >
> > > > The course starts from "0" and ends in design patterns (via GUI, 
> data
> > > > structures, databases, and even examples with arduino !!). And
> > > referring to
> > > > more information on gambaswiki related article.
> > > >
> > > > The only flaw: languaje  is Spanish
> > > >
> > > > But you can help translate the web using google translate
> > > >
> > > > regards
> > > >
> > > > Jsbsan
> > > >
> > > > 2016-10-15 23:10 GMT+02:00 dag <[hidden email]
> > > >:
> > > >
> > > > > hello,
> > > > >
> > > > > #1
> > > > > can someone recommend me a good documentation place, please. I 
> am a
> > > > person
> > > > > who needs an example, mostly. The officail documentation does not
> > > help me
> > > > > often, it seems to me it uses the same word for explaining 
> itself.
> > > > normaly
> > > > > I
> > > > > am not so bad in abstraction...
> > > > >
> > > > > It gets irritating when i get completly different results doing
> > > exact as
> > > > in
> > > > > the official documentation, example translation. I can tell 
> more, but
> > > > don't
> > > > > want to go off topic. I am aware of that the documentation is as
> > > complex
> > > > as
> > > > > the programming itself, have been through that many times in my
> > > job life,
> > > > > so
> > > > > you have my understanding. Thanks in advance.
> > > > >
> > > > > #2
> > > > > Would it be any help if I write some small projects, with which
> > > can help
> > > > > newbies? (like me. I am not a newbie for real, was with gambas 
> very
> > > > early,
> > > > > but had brakes, due to illness). I find the small sniplets very
> > > useful,
> > > > > sometimes only one line gives the aha-effect. I am mostly into 
> using
> > > > mysql
> > > > > with direct access, not the built in objects.( oldfashioned, 
> almost
> > > > > prehistoric,  line by line programmer who likes the full control)
> > > . In
> > > > the
> > > > > moment I  make a project I call Sniplets: reading out the
> > > structures of a
> > > > > mysql (or any DB), and prepare them for easy to make formulas 
> for the
> > > > data
> > > > > handling on this table. If done well, a new programm is made in
> > > 0.5 secs,
> > > > > avoding very much boring typing. In phpmyadmin one can do it 
> too, but
> > > > this
> > > > > is a little more advanced. I plan one easy template and one 
> some more
> > > > > complex to use in combination with Sniplets (i called). To be
> > > clearer,
> > > > > Sniplet is a code generator.
> > > > >
> > > > > Many have given me help, not at least 

Re: [Gambas-user] Documentation, 2 things

2016-10-16 Thread PICCORO McKAY Lenz
hi Dig and Jbsan, Dig i recomended personally the jbsan blog course.. its
the only cource with a timeline based on learn for beginners

the site from jbsan its the best, its a great course for beginners

i think if a oficial course will be made in near future, jbsan mus be the
right men, the choose one for manage the direction of...

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2016-10-16 17:03 GMT-04:00 dag :

> Hi Fabien,
>
> I am sure I do not have the grand overview like you, but I can definitly
> tell what i miss. I have programmed frontends for 30 years, not into
> systemprogramming. I had about 5 years of gambas-break, and was stunned
> over how fast things was growing. only the wast of objects is suprising,
> and also suprisingly good, I feel humble to the project. the thought of
> the different web-sites taking care of Gambas is good and nice, but a
> leading site is really wanted, as you say. also the forums have the lack
> of different levels of knowlegde: a newbie often gets abused from other:
> why do you not read the manual and so. not very nice. I see in the
> gambas-user more respectful taking care, and that i am glad for. i want
> to help with this task wherever i can.
>
> regards
> Dag
>
> Am 16.10.2016 um 21:22 schrieb Fabien Bodard-4 [via Gambas]:
> > The truth is we really need an official courses site. Like Julio did it
> > must start from the begining ... Learning the basic and programming stuff
> > like gambas oo programming. Then from the front page allows the user to
> > choose courses on different subject from control using to Linux
> > generalities
> > Le 16 oct. 2016 13:24, "Julio Sanchez" <[hidden email]
> > > a écrit :
> >
> > > Hi Dag:
> > > In his day believed the website (and still active):
> > >
> > > http://cursogambas.blogspot.com.es/p/indice.html
> > >
> > > Has multiple examples and simple projects, applied to each article.
> > >
> > > The course starts from "0" and ends in design patterns (via GUI, data
> > > structures, databases, and even examples with arduino !!). And
> > referring to
> > > more information on gambaswiki related article.
> > >
> > > The only flaw: languaje  is Spanish
> > >
> > > But you can help translate the web using google translate
> > >
> > > regards
> > >
> > > Jsbsan
> > >
> > > 2016-10-15 23:10 GMT+02:00 dag <[hidden email]
> > >:
> > >
> > > > hello,
> > > >
> > > > #1
> > > > can someone recommend me a good documentation place, please. I am a
> > > person
> > > > who needs an example, mostly. The officail documentation does not
> > help me
> > > > often, it seems to me it uses the same word for explaining itself.
> > > normaly
> > > > I
> > > > am not so bad in abstraction...
> > > >
> > > > It gets irritating when i get completly different results doing
> > exact as
> > > in
> > > > the official documentation, example translation. I can tell more, but
> > > don't
> > > > want to go off topic. I am aware of that the documentation is as
> > complex
> > > as
> > > > the programming itself, have been through that many times in my
> > job life,
> > > > so
> > > > you have my understanding. Thanks in advance.
> > > >
> > > > #2
> > > > Would it be any help if I write some small projects, with which
> > can help
> > > > newbies? (like me. I am not a newbie for real, was with gambas very
> > > early,
> > > > but had brakes, due to illness). I find the small sniplets very
> > useful,
> > > > sometimes only one line gives the aha-effect. I am mostly into using
> > > mysql
> > > > with direct access, not the built in objects.( oldfashioned, almost
> > > > prehistoric,  line by line programmer who likes the full control)
> > . In
> > > the
> > > > moment I  make a project I call Sniplets: reading out the
> > structures of a
> > > > mysql (or any DB), and prepare them for easy to make formulas for the
> > > data
> > > > handling on this table. If done well, a new programm is made in
> > 0.5 secs,
> > > > avoding very much boring typing. In phpmyadmin one can do it too, but
> > > this
> > > > is a little more advanced. I plan one easy template and one some more
> > > > complex to use in combination with Sniplets (i called). To be
> > clearer,
> > > > Sniplet is a code generator.
> > > >
> > > > Many have given me help, not at least Benoít, thanks to you!, whom
> > I must
> > > > have made desperate with tiny things. I want to give something
> > back, the
> > > > humble things I can, meassured against the huge project Gambas
> > grew up
> > > to.
> > > >
> > > > kind regards
> > > > Dag
> > > >
> > > >
> > > >
> > > > --
> > > > View this message in context: http://gambas.8142.n7.nabble.
> > > > com/Documentation-2-things-tp57577.html
> > > > Sent from the gambas-user mailing list archive at Nabble.com.
> > > >
> > > > 
> > > > --
> > > > Check out the vibrant tech community on one of the world's most
> > > > engaging tech sites, 

Re: [Gambas-user] Documentation, 2 things

2016-10-16 Thread dag
Hi Fabien,

I am sure I do not have the grand overview like you, but I can definitly 
tell what i miss. I have programmed frontends for 30 years, not into 
systemprogramming. I had about 5 years of gambas-break, and was stunned 
over how fast things was growing. only the wast of objects is suprising, 
and also suprisingly good, I feel humble to the project. the thought of 
the different web-sites taking care of Gambas is good and nice, but a 
leading site is really wanted, as you say. also the forums have the lack 
of different levels of knowlegde: a newbie often gets abused from other: 
why do you not read the manual and so. not very nice. I see in the 
gambas-user more respectful taking care, and that i am glad for. i want 
to help with this task wherever i can.

regards
Dag

Am 16.10.2016 um 21:22 schrieb Fabien Bodard-4 [via Gambas]:
> The truth is we really need an official courses site. Like Julio did it
> must start from the begining ... Learning the basic and programming stuff
> like gambas oo programming. Then from the front page allows the user to
> choose courses on different subject from control using to Linux 
> generalities
> Le 16 oct. 2016 13:24, "Julio Sanchez" <[hidden email] 
> > a écrit :
>
> > Hi Dag:
> > In his day believed the website (and still active):
> >
> > http://cursogambas.blogspot.com.es/p/indice.html
> >
> > Has multiple examples and simple projects, applied to each article.
> >
> > The course starts from "0" and ends in design patterns (via GUI, data
> > structures, databases, and even examples with arduino !!). And 
> referring to
> > more information on gambaswiki related article.
> >
> > The only flaw: languaje  is Spanish
> >
> > But you can help translate the web using google translate
> >
> > regards
> >
> > Jsbsan
> >
> > 2016-10-15 23:10 GMT+02:00 dag <[hidden email] 
> >:
> >
> > > hello,
> > >
> > > #1
> > > can someone recommend me a good documentation place, please. I am a
> > person
> > > who needs an example, mostly. The officail documentation does not 
> help me
> > > often, it seems to me it uses the same word for explaining itself.
> > normaly
> > > I
> > > am not so bad in abstraction...
> > >
> > > It gets irritating when i get completly different results doing 
> exact as
> > in
> > > the official documentation, example translation. I can tell more, but
> > don't
> > > want to go off topic. I am aware of that the documentation is as 
> complex
> > as
> > > the programming itself, have been through that many times in my 
> job life,
> > > so
> > > you have my understanding. Thanks in advance.
> > >
> > > #2
> > > Would it be any help if I write some small projects, with which 
> can help
> > > newbies? (like me. I am not a newbie for real, was with gambas very
> > early,
> > > but had brakes, due to illness). I find the small sniplets very 
> useful,
> > > sometimes only one line gives the aha-effect. I am mostly into using
> > mysql
> > > with direct access, not the built in objects.( oldfashioned, almost
> > > prehistoric,  line by line programmer who likes the full control) 
> . In
> > the
> > > moment I  make a project I call Sniplets: reading out the 
> structures of a
> > > mysql (or any DB), and prepare them for easy to make formulas for the
> > data
> > > handling on this table. If done well, a new programm is made in 
> 0.5 secs,
> > > avoding very much boring typing. In phpmyadmin one can do it too, but
> > this
> > > is a little more advanced. I plan one easy template and one some more
> > > complex to use in combination with Sniplets (i called). To be 
> clearer,
> > > Sniplet is a code generator.
> > >
> > > Many have given me help, not at least Benoít, thanks to you!, whom 
> I must
> > > have made desperate with tiny things. I want to give something 
> back, the
> > > humble things I can, meassured against the huge project Gambas 
> grew up
> > to.
> > >
> > > kind regards
> > > Dag
> > >
> > >
> > >
> > > --
> > > View this message in context: http://gambas.8142.n7.nabble.
> > > com/Documentation-2-things-tp57577.html
> > > Sent from the gambas-user mailing list archive at Nabble.com.
> > >
> > > 
> > > --
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > > ___
> > > Gambas-user mailing list
> > > [hidden email] 
> > > https://lists.sourceforge.net/lists/listinfo/gambas-user
> > >
> > 
> > --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > ___
> > Gambas-user mailing list
> > [hidden email] 
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> 

Re: [Gambas-user] Documentation, 2 things

2016-10-16 Thread Fabien Bodard
The truth is we really need an official courses site. Like Julio did it
must start from the begining ... Learning the basic and programming stuff
like gambas oo programming. Then from the front page allows the user to
choose courses on different subject from control using to Linux generalities
Le 16 oct. 2016 13:24, "Julio Sanchez"  a écrit :

> Hi Dag:
> In his day believed the website (and still active):
>
> http://cursogambas.blogspot.com.es/p/indice.html
>
> Has multiple examples and simple projects, applied to each article.
>
> The course starts from "0" and ends in design patterns (via GUI, data
> structures, databases, and even examples with arduino !!). And referring to
> more information on gambaswiki related article.
>
> The only flaw: languaje  is Spanish
>
> But you can help translate the web using google translate
>
> regards
>
> Jsbsan
>
> 2016-10-15 23:10 GMT+02:00 dag :
>
> > hello,
> >
> > #1
> > can someone recommend me a good documentation place, please. I am a
> person
> > who needs an example, mostly. The officail documentation does not help me
> > often, it seems to me it uses the same word for explaining itself.
> normaly
> > I
> > am not so bad in abstraction...
> >
> > It gets irritating when i get completly different results doing exact as
> in
> > the official documentation, example translation. I can tell more, but
> don't
> > want to go off topic. I am aware of that the documentation is as complex
> as
> > the programming itself, have been through that many times in my job life,
> > so
> > you have my understanding. Thanks in advance.
> >
> > #2
> > Would it be any help if I write some small projects, with which can help
> > newbies? (like me. I am not a newbie for real, was with gambas very
> early,
> > but had brakes, due to illness). I find the small sniplets very useful,
> > sometimes only one line gives the aha-effect. I am mostly into using
> mysql
> > with direct access, not the built in objects.( oldfashioned, almost
> > prehistoric,  line by line programmer who likes the full control) . In
> the
> > moment I  make a project I call Sniplets: reading out the structures of a
> > mysql (or any DB), and prepare them for easy to make formulas for the
> data
> > handling on this table. If done well, a new programm is made in 0.5 secs,
> > avoding very much boring typing. In phpmyadmin one can do it too, but
> this
> > is a little more advanced. I plan one easy template and one some more
> > complex to use in combination with Sniplets (i called). To be clearer,
> > Sniplet is a code generator.
> >
> > Many have given me help, not at least Benoít, thanks to you!, whom I must
> > have made desperate with tiny things. I want to give something back, the
> > humble things I can, meassured against the huge project Gambas grew up
> to.
> >
> > kind regards
> > Dag
> >
> >
> >
> > --
> > View this message in context: http://gambas.8142.n7.nabble.
> > com/Documentation-2-things-tp57577.html
> > Sent from the gambas-user mailing list archive at Nabble.com.
> >
> > 
> > --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Documentation, 2 things

2016-10-16 Thread dag
Hello Tobi,

yes thank you, I know that. Perhaps I am a little impatient in my seeking.

in one point I didnt find the solution. New topic.
,
Regards
Dag

Am 16.10.2016 um 16:55 schrieb Tobias Boege-2 [via Gambas]:
> On Sun, 16 Oct 2016, dag wrote:
> > hello jsbsan
> >
> > my situation: a norwegian talking german at home, english outside. why:
> > living in spain :) a little bit i can, i try as much as possible to
> > speak native. i take the pages as spanish course.
> >
> > thank you very much!
> >
>
> If you speak German, there is also the Gambas-Buch [1], a 
> work-in-progress
> online book with many example projects.
>
> Regards,
> Tobi
>
> [1] http://gambas-buch.de
>
> -- 
> "There's an old saying: Don't change anything... ever!" -- Mr. Monk
>
> --
>  
>
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> [hidden email] 
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://gambas.8142.n7.nabble.com/Documentation-2-things-tp57577p57580.html 
>
> To unsubscribe from Documentation, 2 things, click here 
> .
> NAML 
> 
>  
>





--
View this message in context: 
http://gambas.8142.n7.nabble.com/Documentation-2-things-tp57577p57581.html
Sent from the gambas-user mailing list archive at Nabble.com.
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Documentation, 2 things

2016-10-16 Thread Tobias Boege
On Sun, 16 Oct 2016, dag wrote:
> hello jsbsan
> 
> my situation: a norwegian talking german at home, english outside. why: 
> living in spain :) a little bit i can, i try as much as possible to 
> speak native. i take the pages as spanish course.
> 
> thank you very much!
> 

If you speak German, there is also the Gambas-Buch [1], a work-in-progress
online book with many example projects.

Regards,
Tobi

[1] http://gambas-buch.de

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Documentation, 2 things

2016-10-16 Thread dag
hello jsbsan

my situation: a norwegian talking german at home, english outside. why: 
living in spain :) a little bit i can, i try as much as possible to 
speak native. i take the pages as spanish course.

thank you very much!

kind regards
Dag

Am 16.10.2016 um 12:00 schrieb jsbsan [via Gambas]:
> Hi Dag:
> In his day believed the website (and still active):
>
> http://cursogambas.blogspot.com.es/p/indice.html
>
> Has multiple examples and simple projects, applied to each article.
>
> The course starts from "0" and ends in design patterns (via GUI, data
> structures, databases, and even examples with arduino !!). And 
> referring to
> more information on gambaswiki related article.
>
> The only flaw: languaje  is Spanish
>
> But you can help translate the web using google translate
>
> regards
>
> Jsbsan
>
> 2016-10-15 23:10 GMT+02:00 dag <[hidden email] 
> >:
>
> > hello,
> >
> > #1
> > can someone recommend me a good documentation place, please. I am a 
> person
> > who needs an example, mostly. The officail documentation does not 
> help me
> > often, it seems to me it uses the same word for explaining itself. 
> normaly
> > I
> > am not so bad in abstraction...
> >
> > It gets irritating when i get completly different results doing 
> exact as in
> > the official documentation, example translation. I can tell more, 
> but don't
> > want to go off topic. I am aware of that the documentation is as 
> complex as
> > the programming itself, have been through that many times in my job 
> life,
> > so
> > you have my understanding. Thanks in advance.
> >
> > #2
> > Would it be any help if I write some small projects, with which can 
> help
> > newbies? (like me. I am not a newbie for real, was with gambas very 
> early,
> > but had brakes, due to illness). I find the small sniplets very useful,
> > sometimes only one line gives the aha-effect. I am mostly into using 
> mysql
> > with direct access, not the built in objects.( oldfashioned, almost
> > prehistoric,  line by line programmer who likes the full control) . 
> In the
> > moment I  make a project I call Sniplets: reading out the structures 
> of a
> > mysql (or any DB), and prepare them for easy to make formulas for 
> the data
> > handling on this table. If done well, a new programm is made in 0.5 
> secs,
> > avoding very much boring typing. In phpmyadmin one can do it too, 
> but this
> > is a little more advanced. I plan one easy template and one some more
> > complex to use in combination with Sniplets (i called). To be clearer,
> > Sniplet is a code generator.
> >
> > Many have given me help, not at least Benoít, thanks to you!, whom I 
> must
> > have made desperate with tiny things. I want to give something back, 
> the
> > humble things I can, meassured against the huge project Gambas grew 
> up to.
> >
> > kind regards
> > Dag
> >
> >
> >
> > --
> > View this message in context: http://gambas.8142.n7.nabble.
> > com/Documentation-2-things-tp57577.html
> > Sent from the gambas-user mailing list archive at Nabble.com.
> >
> > 
> > --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > ___
> > Gambas-user mailing list
> > [hidden email] 
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> --
>  
>
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> [hidden email] 
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://gambas.8142.n7.nabble.com/Documentation-2-things-tp57577p57578.html 
>
> To unsubscribe from Documentation, 2 things, click here 
> .
> NAML 
> 
>  
>





--
View this message in context: 
http://gambas.8142.n7.nabble.com/Documentation-2-things-tp57577p57579.html
Sent from the gambas-user mailing list archive at Nabble.com.
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

Re: [Gambas-user] Documentation, 2 things

2016-10-16 Thread Julio Sanchez
Hi Dag:
In his day believed the website (and still active):

http://cursogambas.blogspot.com.es/p/indice.html

Has multiple examples and simple projects, applied to each article.

The course starts from "0" and ends in design patterns (via GUI, data
structures, databases, and even examples with arduino !!). And referring to
more information on gambaswiki related article.

The only flaw: languaje  is Spanish

But you can help translate the web using google translate

regards

Jsbsan

2016-10-15 23:10 GMT+02:00 dag :

> hello,
>
> #1
> can someone recommend me a good documentation place, please. I am a person
> who needs an example, mostly. The officail documentation does not help me
> often, it seems to me it uses the same word for explaining itself. normaly
> I
> am not so bad in abstraction...
>
> It gets irritating when i get completly different results doing exact as in
> the official documentation, example translation. I can tell more, but don't
> want to go off topic. I am aware of that the documentation is as complex as
> the programming itself, have been through that many times in my job life,
> so
> you have my understanding. Thanks in advance.
>
> #2
> Would it be any help if I write some small projects, with which can help
> newbies? (like me. I am not a newbie for real, was with gambas very early,
> but had brakes, due to illness). I find the small sniplets very useful,
> sometimes only one line gives the aha-effect. I am mostly into using mysql
> with direct access, not the built in objects.( oldfashioned, almost
> prehistoric,  line by line programmer who likes the full control) . In the
> moment I  make a project I call Sniplets: reading out the structures of a
> mysql (or any DB), and prepare them for easy to make formulas for the data
> handling on this table. If done well, a new programm is made in 0.5 secs,
> avoding very much boring typing. In phpmyadmin one can do it too, but this
> is a little more advanced. I plan one easy template and one some more
> complex to use in combination with Sniplets (i called). To be clearer,
> Sniplet is a code generator.
>
> Many have given me help, not at least Benoít, thanks to you!, whom I must
> have made desperate with tiny things. I want to give something back, the
> humble things I can, meassured against the huge project Gambas grew up to.
>
> kind regards
> Dag
>
>
>
> --
> View this message in context: http://gambas.8142.n7.nabble.
> com/Documentation-2-things-tp57577.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user