[Gambas-user] gb.form.stock not usable with gb.web.gui

T Lee Davidson t.lee.davidson at gmail.com
Tue Jul 18 00:05:48 CEST 2023


On 7/17/23 09:36, Bruce Steers wrote:
> does it fix if you change the _GetLink line to not have Application.Root in the url?
> (i suggest as my image links do not have a root path just / and they work okay)
> 
>    Else If sLink Begins "icon:/" Or If sLink Begins "flag:/" Then
>      Return "/" & "icon:" & Replace(sLink, "/", ":")
> 

The development version subroutine is at line 1017 at:
https://gitlab.com/gambas/gambas/-/blob/master/comp/src/gb.web.gui/.src/WebControl.class

It also uses Application.Root, and Safiur said that version works fine.


-- 
Lee



More information about the User mailing list