[Gambas-user] Networkmonitor in WebView?

2017-05-19 Thread ingo
Hi web-experts.
Many of us know the developer tools in browsers like Firefox etc. or maybe
FireBug. The tools include a network monitor where you can get the
information of GET/POST methods during a website is loading.

Is something like this also possible in the WebView Component?

Than you.
Ingo





--
View this message in context: 
http://gambas.8142.n7.nabble.com/Networkmonitor-in-WebView-tp59056.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] Huge data in gridview documentation wiki does not explain how

2017-05-19 Thread PICCORO McKAY Lenz
the Datasource code? inside gambas code or in fram? the project that i
found that implements something similar are the DataBrowser component but i
not foud a usefull way to use for me, as u ask in the other mail i send to
you the project .. (in private mail due list does not handle it)

For my 50c of contribution, i'll need to report some test for the freetds
project this weekend, when done, i'll talk about provide count and i'll try
to make some docs for improve the odbc code module.. the odbc freetds
implementation for sybase in linux are pretty good now supporting n
type data

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

2017-05-19 2:51 GMT-04:00 Fabien Bodard :

> in fact there is a way for you i think.
>
> You must take a look at the DataSource code. It use a load on the need
> system that i think allow to make something
>  about data provider wich not give any info about the number of data rows.
>
>
> 2017-05-17 1:28 GMT+02:00 PICCORO McKAY Lenz :
> > Ingo, that My german is not very good, quite limited, a regret to have
> > family, that German gambas wiki is the best in information, the shrimp
> > documentation should be so, I mean the amount of documentation aimed
> > at implementing pieces of code..
> >
> > the example in the documentation was a good started point thanks.. and
> > for better the example its attached in each wiki page! wonderfully
> >
> > if that wiki were in english or spanish, . oh men!
> > Lenz McKAY Gerardo (PICCORO)
> > http://qgqlochekone.blogspot.com
> >
> >
> > 2017-05-16 16:53 GMT-04:00 ingo :
> >> Hi,
> >> have look to the german Gambas-Buch with an example how to load date
> from a
> >> db and show it in the gridView.
> >> http://gambas-buch.de/dw/doku.php?id=k17:k17.7:k17.7.5:
> start&s[]=gridview
> >>  start&s[]=gridview>
> >>
> >> Hope that helps.
> >> Ingo
> >>
> >>
> >>
> >> --
> >> View this message in context: http://gambas.8142.n7.nabble.
> com/Huge-data-in-gridview-documentation-wiki-does-not-
> explain-how-tp59004p59007.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
>
>
>
> --
> Fabien Bodard
>
> 
> --
> 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] ComboBox as a SearchBox?

2017-05-19 Thread Fabien Bodard
you can built something with a textbox a drawing area for drawing the
but with the current style and a listbox in a popuped window


you can also use the completion class.

2017-05-19 9:35 GMT+02:00 Matti :
> Thanks, Rolf.
> Good idea. Now, I have set the search string on first position of the list.
> But something ist still wrong - I'll investigate.
> Matti
>
> Am 19.05.2017 um 08:47 schrieb Rolf-Werner Eilert:
>> Am 18.05.2017 20:18, schrieb Matti:
>>> My idea was: entering the beginning of a word in a ComboBox, the list 
>>> should display all the possible matches, then either select from the list 
>>> or narrow the search by entering more letters.
>>> This works perfect - but when I fill the list with the matches, my search 
>>> string (= ComboBox.Text) is overridden with the first result of the search. 
>>> So there is no chance of searching farther.
>>>
>>> Ok, I have built the same now with a TextBox to search and a ListBox to 
>>> show the results, but I still wonder why. It would be far more elegant...
>>
>> Just a vague idea - have you tried leaving the first entry out or blank
>> when you fill the list?
>>
>> Regards
>> Rolf
>>
>>
>>
>> --
>> 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



-- 
Fabien Bodard

--
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] ComboBox as a SearchBox?

2017-05-19 Thread Matti
Thanks, Rolf.
Good idea. Now, I have set the search string on first position of the list.
But something ist still wrong - I'll investigate.
Matti

Am 19.05.2017 um 08:47 schrieb Rolf-Werner Eilert:
> Am 18.05.2017 20:18, schrieb Matti:
>> My idea was: entering the beginning of a word in a ComboBox, the list should 
>> display all the possible matches, then either select from the list or narrow 
>> the search by entering more letters.
>> This works perfect - but when I fill the list with the matches, my search 
>> string (= ComboBox.Text) is overridden with the first result of the search. 
>> So there is no chance of searching farther.
>>
>> Ok, I have built the same now with a TextBox to search and a ListBox to show 
>> the results, but I still wonder why. It would be far more elegant...
>
> Just a vague idea - have you tried leaving the first entry out or blank
> when you fill the list?
>
> Regards
> Rolf
>
>
>
> --
> 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] Class startup?

2017-05-19 Thread Fabien Bodard
2017-05-18 17:39 GMT+02:00 PICCORO McKAY Lenz :
> 2017-05-18 11:23 GMT-04:00 Tobias Boege :
>
>> Yes, they can be optional.
>>
>> If you use optional constructor arguments you have to be careful with
>> inheritance, though! Along the inheritance lineage, all constructor
>> arguments are divided into two camps: mandatory and optional arguments.
>> When the final inherited constructor signature is computed, both camps
>> are sorted separately with the elders' arguments first and then all the
>> mandatory arguments precede the optional arguments, e.g.
>>
>>   ' Parent.class
>>   Public Sub _new(ParentArg, ParentArg2, Optional ParentOpt)
>>
>>   ' Child.class
>>   Inherits Parent
>>   Public Sub _new(ChildArg, Optional ChildOpt)
>>
>> results in the following complete signature for Child._new():
>>
>>   _new(ParentArg, ParentArg2, ChildArg, ParentOpt, ChildOpt)
>>
> the signature now takes all the parameters?
>
> umm seems now teste in gambas, the args of the child are alway behind of
> the parents
>
> but if the child have no args? the childs of childrens must have parent1
> and 2?

Yes... it's the principe behind the class control for example.

every inheritance of control must to have a container parent because
they inherit from the control class.

But you can avoid that by embedded an internal instance of the desired
control in a new class that give a new api without _new parameters
(encapsulation)


>
>
>>
>> Note that the optional argument of the parent comes *after* the mandatory
>> argument of the child. There is an extra section in the object model wiki
>> page about this [1].
>>
>> Regards,
>> Tobi
>>
>> [1] http://gambaswiki.org/wiki/doc/object-model#t18
>>
>> --
>> "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
>>
> --
> 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



-- 
Fabien Bodard

--
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] ComboBox as a SearchBox?

2017-05-19 Thread Matti
Thanks, Christof. This looks good.
I'll have a look at it.
Matti

Am 19.05.2017 um 08:59 schrieb Christof Thalhofer:
> Hello Matti,
>
> Am 18.05.2017 um 20:18 schrieb Matti:
>> My idea was: entering the beginning of a word in a ComboBox, the list should 
>> display all the possible matches, then either select from the list or narrow 
>> the search by entering more letters.
>> This works perfect - but when I fill the list with the matches, my search 
>> string (= ComboBox.Text) is overridden with the first result of the search. 
>> So there is no chance of searching farther.
>>
>> Ok, I have built the same now with a TextBox to search and a ListBox to show 
>> the results, but I still wonder why. It would be far more elegant...
> You may have a look here:
>
> https://github.com/Deganius/gb.deg.form
>
>
> Alles Gute
>
> Christof Thalhofer
>

--
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] result from select can be movefirts from ODBC?

2017-05-19 Thread Fabien Bodard
2017-05-18 17:13 GMT+02:00 PICCORO McKAY Lenz :
> yes tobias, I already know.- in last years some bugs where discovered by me
> ... the surprise its that those bugs were inside gambas since some time ..
> that's probe that the usage of was very few and limited .. (i mean too many
> mysql )
>
> but now i can not use, the corporation now used odbc for standard and
> gundows integration ... so i must use odbc inclusivelly for mysql !!! Arrggg
>
> so now i implement your solution, and recors fill the grid .. but when i
> separate the database logic from the form .. now the recorset gives me the
> "only forward" error ...
>
> i try to attadhed the project example ... some one can helpme? the mail
> list cut the message! i cannot attach project!

send it to me :

gambas...@gmail.com
>
> Lenz McKAY Gerardo (PICCORO)
> http://qgqlochekone.blogspot.com
>
> 2017-05-17 18:49 GMT-04:00 Tobias Boege :
>
>> On Thu, 18 May 2017, Cristiano Guadagnino wrote:
>> > If your complaint is due to the fact that the only native implementation
>> > for Gambas is the Mysql one, you have to understand that Mysql (usually
>> in
>> > the form of MariaDB) is available on all linux distributions and it is
>> > free.
>> > One other free DBMS available for all linuxes is Postgresql, but this is
>> > not even nearly as widely used as Mysql. I would not be very surprised
>> if,
>> > in fact, the great majority of Gambas developers were using Mysql. What's
>> > wrong with that?
>> >
>>
>> (Just a quick interjection: Gambas does have a native PostgreSQL driver.)
>>
>> --
>> "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
>>
> --
> 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



-- 
Fabien Bodard

--
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