htmlview tabbing

BlitzMax Forums/BlitzMax Programming/htmlview tabbing

Gavin Beard(Posted 2006) [#1]
hi,

does n e one know why tabbing between fileds in an php script wont work with html view?

check www.3dcg.co.uk/main.rar and click the gehister button and try to tab between fields? i havent set any flags that should stop it


Gavin Beard(Posted 2006) [#2]
*bumping :D


Perturbatio(Posted 2006) [#3]
source would help.

The fact that the page is generated using PHP should be irrelevant since the output seen by the HTML component will be HTML.


Gavin Beard(Posted 2006) [#4]
regWin=CreateWindow ("Register",(ClientWidth(Desktop())/2)-100,(ClientHeight(Desktop())/2)-200,200,400,Null,WINDOW_TITLEBAR|WINDOW_STATUS)
regHtml=CreateHTMLView (0,0,ClientWidth(RegWin),ClientHeight(RegWIn),RegWin,HTMLVIEW_NOCONTEXTMENU)
HtmlViewGo regHtml , "http://www.google.co.uk"

(sorry not sure how to do code blocks)
doesnt matter what site i connect to, tab doesnt work


Gavin Beard(Posted 2006) [#5]
nobdy got n e ideas


Dreamora(Posted 2006) [#6]
I think this has something to do with BMs key input handling ...


tonyg(Posted 2006) [#7]
The createhtmlview.bmx example doesn't allow tabbing either so,I guess, it's a bug.


Gavin Beard(Posted 2006) [#8]
ctrl+v for paste doesnt work either