[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

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

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

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,

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

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

Re: [Gambas-user] How to use gb.map ".AddPolyLine( )" method ?

2017-05-19 Thread Fabien Bodard
you can use the map.MapPointToPixelRel ( hMapPoint As MapPoint ) function to get directly the position on the draw area. 2017-05-17 10:02 GMT+02:00 ingo : > Hi Fabien, > thankx for the answer and the very fast implementation. > > I found a workaround in the meantime. Using

Re: [Gambas-user] Huge data in gridview documentation wiki does not explain how

2017-05-19 Thread 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

Re: [Gambas-user] ComboBox as a SearchBox?

2017-05-19 Thread 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