[Gambas-user] gb.form.stock not usable with gb.web.gui
T Lee Davidson
t.lee.davidson at gmail.com
Sun Jul 16 18:47:54 CEST 2023
On 7/15/23 14:00, Safiur Rahman wrote:
> Hi
> The gb.web.gui applications are no more loading gb.form.stock icons from gambas version 3.18.3. The result is as all controls
> using icons from this components look ugly.
> Now neither gb.web.gui loads this stock icon components nor you can select this component in your web project. Is there any way
> out to use these stock icons?
>
> --
> Regards
> Safiur Rahman
Confirmed on v3.18.3.
I tried it with the small "apply" icon.
The HTML for the image source on the button is:
<img src="/~user/cgi-bin/webguiapp.gambas/icon:icon::small:apply" class="gw-button-image">
What actually works is:
<img src="/~user/cgi-bin/webguiapp.gambas/icon:small:apply" class="gw-button-image">
I realize that doesn't help you with the issue at the moment. But, it might help someone, who knows more about gb.web.gui than
I, track down the cause.
--
Lee
More information about the User
mailing list