[Gambas-user] MapView "Proxy" Property override

gen braga genbraga1 at gmail.com
Tue Feb 12 15:21:07 CET 2019


Things become easier with example code :-D

Attached modified sources only, from gb.map . Everything else from Git.

Problem is in MapView.class, line 19:

Property Read Proxy1 As Proxy

should be something like:

Property Read Proxy As _Proxy

but I get an override error...

Gen.


Em ter, 12 de fev de 2019 às 09:09, gen braga <genbraga1 at gmail.com>
escreveu:

> Hi there
>
> I'm working on GB.Map's MapView to add authenticated proxy support, and so
> far it's ok.
>
> Benoit suggested to replicate HttpClient interface, which has an Proxy
> property pointing to a virtual class intended to store proxy server
> parameters like User and Password.
>
> The fact is: MapView already has a Proxy property inherited from
> UserControl and I cant override it because of different signature.
>
> Any ideas?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190212/bf89ea26/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gb.map-3.12.90.tar.gz
Type: application/gzip
Size: 8150 bytes
Desc: not available
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190212/bf89ea26/attachment.gz>


More information about the User mailing list