There aren't any <P> tags . The help documents the tags that are implemented!The <P> </P> tags do not work ?
There aren't any <P> tags . The help documents the tags that are implemented!The <P> </P> tags do not work ?
txt=StrReplace(txt,CRLF,"<br/>")
txt=StrReplace(txt,"&","&")
txt="<html>" & "<Body>" & "<Font size="& q & FSize & q &">" & txt & "</Font>" & "</Body>" & "</html>"
Is there a reason why you can't use comment tags <!-- this won't show -->?please add a new tag: <hide>...</hide
HtmlPanel.ChangeColor("color1", cGold) ' color1 to color5 are supported
HtmlPanel.ShowHtmlFile(html)
ooops)i'm don't know about it.Is there a reason why you can't use comment tags <!-- this won't show -->?
ok)how many constants do you add?now i think...this constants сan be useful for fontsize too.:sign0060:I can do custom colors like this but you will need to invoke the redraw explicitly.
B4X:HtmlPanel.ChangeColor("color1", cGold) ' color1 to color5 are supported HtmlPanel.ShowHtmlFile(html)
I was going to add 5 custom colors which I thought would be enough. It is not really possible to do the same with Font sizes as, unlike colors, they are not symbolic constants and the structure of the code expects numeric values.ok)how many constants do you add?now i think...this constants сan be useful for fontsize too
Sorry, but I don't understand this. Can you explain giving the HTML you might expect to write and the effect you want.1)href parametr (as in links) for Images.
Yes, I can provide the same information as the ClickedItemText and ClickedItemType properties would return for a MouseDown at the same X and Y.2)new Method for checking type of content on specifid X and Y (without clicking).
now LinkClick event fired when we click on Link.and htmlpanel.href contain a 'href' parametr.Sorry, but I don't understand this. Can you explain giving the HTML you might expect to write and the effect you want.
I'm sorry but I still don't understand. How is this href parameter defined? Do you expect to navigate somewhere after clicking the image like a normal LinkClick? Can you post the HTML you would expect to write to do this.and i want when we click on Image 'LinkClick' event fired too.and htmlpanel.href contain a 'href' parametr.
Yes!:sign0060:Do you expect to navigate somewhere after clicking the image like a normal LinkClick?
<img src="cray1tn.gif" bordercolor="lime" border="1" width = "30" height="0" ignore="true" [COLOR=Red]href="#test"[/COLOR] name="Right image"/>
In what way? It seems to be correct in the demo.VScrollMax return not true value.
I can on my device but note that it doesn't work in App_Start on the device because the Form isn't drawn then. It only gets drawn after App_Start ends. On the desktop the undrawn ScrollBars seem to keep the Visible setting if set False in App_Start but on the device they appear to default to Visible when first drawn.i'm can't hide scrollbars on device (on desctop all work right)