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
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
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
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,
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 int
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 ei
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