Hello Chris On 07.01.11, you wrote:
> >> But Chris want his reaction and this is only here for 68k > > MUI is not supported on OS4, ie. no updates. It's fine for >but zune is the furtherdevelop of MUI and its opensource.its some years ago >port from sebastian Bauer to OS4. its easy to add OS4 draw code to a GUI System, i do that when i port stormwizard.but i get only ok to do a 68k port and OS4 Port if i want.but because i want no OS4, i have testers that use the 68k Version on OS4 and it work. On OS4 it look same as the skin the user use.see the screenshots on this page http://stormwizard.amiforce.de/ I do that with framiclass.on OS4 and AFA the container + frame for each type is draw.OS support also the draw of scroller and slider. #ifdef USE_FRAMEICLASS_ SetAttrs(parentdata->FrameObject, IA_FrameType,1, IA_EdgesOnly,0, IA_Left,obj->LeftEdge, IA_Top,obj->TopEdge, IA_Width,obj->Width, IA_Height,obj->Height, TAG_END); DrawImageState(RPort,parentdata->FrameObject,0,0,IDS_NORMAL,DrInfo); > MOS/AROS/AOS cross-ported stuff, but it doesn't inherit the OS4 GUI > look so I wouldn't touch it for new native OS4 software. > > Anyway, this discussion was about OS3, not AROS, and Reaction on OS3 > is fine for NetSurf and much more trivial to fix than recoding to use > MUI. Yes but when do work, then netsurf should also work on the future platform independent AOS called AROS i think > >> there is class act, it is free but i dont know if netsurf OS4 can >> work with this. > > No idea. I imagine anybody planning to run NetSurf on OS3 has at > least OS3.5 anyway. > > Chris Regards
