htmlview tabbing
BlitzMax Forums/BlitzMax Programming/htmlview tabbing
| ||
| 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 |
| ||
| *bumping :D |
| ||
| 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. |
| ||
| 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 |
| ||
| nobdy got n e ideas |
| ||
| I think this has something to do with BMs key input handling ... |
| ||
| The createhtmlview.bmx example doesn't allow tabbing either so,I guess, it's a bug. |
| ||
| ctrl+v for paste doesnt work either |