OWB 2.7 (30.8.2008) - Fixed copying text. - Optimized scrolling. - Added text zoom and and redraw to the menu. - Added reload gadget. - Fixed wrong underlining offsets. - Implemented PlatformScreen for AmigaOS4. - Fixed wrong window height. - Added WINDOWLEFT, WINDOWTOP, WINDOWWIDTH and WINDOWHEIGHT tooltypes for configuring the position and size of the window. WINDOWWIDTH and WINDOWHEIGHT are only used if WIDTH/HEIGHT aren't used. - Fixed checkbox markers. - Updated to SVN revision 460.
It just keeps getting better and better! The tooltypes for the browser display width/height as opposed to the window width/height gave me a little trouble for a while (trial and error eventually got the numbers right). There are all kinds of graphical corruption problems when the browser dimensions exceed the window dimensions; but once I got that corrected, everything has been looking nice.
If a program is olny for OS4 it's right to use data management offers y application.library, it's a wonderful library (but it should be much documented). You not olny store and retreive informations with application.library, but you can even interact with AmiDock in many nice ways...
Btw joerg, please don't add the same bookmark used on Blastoise version, it's ugly, it takes a part of visible area to visualized links and it is few usable... you should implement bookmark managment from menu item (or web page like aweb), more useful and usable than old one. I suppose Reaction gives you a menu class (MUI does)... If you have choosen to save prefs information with tooltypes you should give to user a menu voice from which he can save them instead to manually insert them from workbench (it should be inserted a similar function into icon.library, so you can suggest this to other OS4 devs ;-D, something of "SaveToolType(STRPTR *toolTypeArray, STRPTR typeName)")... And please, give as a way to add button links on GUI
When I press and hold arrow down it only scrolls one step whil I think that it should repeat the keypress.
Anyway, great update that works very nicely .
EDIT: Forget about that, it's working now. For some reason it didn't work when I wrote the message. Holding the right mousebutton didn't work either. I have switched mouse now and it seems to work now (not knowing if that was the problem).
As near as I can tell, the new OWB seems to hang about 1/6th of the way through the progress bar if you provide it with any CLI paramaters... at that point, all I can do is close the window... there is nothing on the serial port that indicates a crash, per se.
Besides window size parameters that used to work on 2.6, even just providing a URL causes this to happen, like:
Great Update joerg, thanks! Especially the scrolling speed has become so much faster compared to 2.6. One little strange thing though is for example on the amigans.net main page scrolling down is smoother than scrolling up.
A couple of suggestions:
1. It takes relatively long for OWB to start (I measured it to be about 8 seconds or so from double-clicking of the OWB icon to the Window opening). If the startup time cannot be shortened, maybe opening the window sooner, or adding some startup progress bar or similar would be good as the user would at least be aware that something is actually happening.
2. Support for opening on its own screen instead of running on the Workbench screen would be very good, and probably not difficult to add.
And well, I'm looking forward to the other stuff that was in the Blastoise version and then it'll be perfect :)
OWB is making such fast progress that I strongly suggest everyone to consider donating to support it, I did the same.
2. Support for opening on its own screen instead of running on the Workbench screen would be very good, and probably not difficult to add.
On my system OWB does open on its own screen. Looking at prefs/screens, I have an "OrigynWebBrowser" screen, which is set up a clone of workbench, with GUI like workbench, and palette like workbench.
I am not sure at what point I set that up, but OWB opens every time on it's own screen
History: 1.9 (12.2.2008) - To open OWB on an own screen you can define a screen in Prefs/Screens with the name "OrigynWebBrowser" (was supported in 1.8 already, I just forgot to mention it in the release notes). - Fixed return/enter not working in text areas. - Cursor left/right for scrolling in too wide pages works now. - Added progress bar with status bar text. - The window title is changed to the page title now. - URL string gadget is updated when loading a new page. - Added tooltype support, you can configure the home page (HOME) and minimum font size (MINFONTSIZE) now. - Added home gadget. - Search engine is configurable now (SEARCH tooltype). - With <ALT> pressed you can scroll horizontally with the vertical mouse wheel now.
Working lovely! Thanks for all the nice new features.
One small glitch: With no start page defined (tooltype set to just "HOME="), and with WINDOWLEFT=64, WINDOWTOP=77, WINDOWWIDTH=1152, and WINDOWHEIGHT=870, only part of the empty page is painted white (looks like perhaps the "default" 800?600 area), the rest is grey. Screen is 1280?1024, and the old WIDTH/HEIGHT tooltypes are disabled with parentheses.