I used my modular system now to create a bunch of different applications required for a desktop.
- Window manager
- Finished the app start dock with icons for each application
- Added an application for the top with a date and time
- A start app that quickly tells you what is up
- A browser that is just an iframe
The last app (the Web browser) can’t be used to, well browse the internet. It sets a default URL automatically. I actually managed to implement a search box and a button to search. However many many websites don’t like being iframed. That is why i just hid the controls for now because why will you want to search the www when most websites don’t allow it like this.
The rest of the other applications were pretty problem free and i got everything up and working in a short period of time.
Next i will have to look at the Mission guide again on what i still have to make. Because i still don’t follow it :] .