PDA

View Full Version : Internet Browser with Multiple Windows?


kjm
02-25-2003, 08:30 PM
My web access to Outlook opens new windows to view messages. Is anyone aware of a browser that can open multiple windows?

n2ifp
02-25-2003, 08:35 PM
I have not seen or heard anything like that for the Clie.

evaoni
02-25-2003, 08:36 PM
Netfront for PPC does multiple windows...WHY NOT FOR PALM OS?!

rob_squared
02-25-2003, 10:30 PM
Because palmOS isn't good at multitasking...

ayasin
02-25-2003, 11:01 PM
You don't need multi tasking for multiple browser windows, it could be implemented in a fashion similar to the history buffer since the pages are effectively static anyway. This might be an interesting project...a MDI browser...the only issue is that there is no native MDI interface so you would have to handle all MDI issues manually (very tedious and code bloating work). Alternatively if you don't want split screen/ tile but just an ability to switch back and forth...that may be more easily doable.