HtmlView and Open in a new window
BlitzMax Forums/MaxGUI Module/HtmlView and Open in a new window| 
 | ||
| Hi It is possible to open a link in a browser window from an HtmlView ? because when i activate this option there is nothing :) | 
| 
 | ||
| there is nothing stopping you handling the EVENT_GADGETACTION that is raised when you click a link, when you create your HTMLView using the HTMLVIEW_NONAVIGATE style. Then you can make it open a new window and show a new page etc... | 
| 
 | ||
| Hum ok :) many thanks brucey :) |