I noticed a new MUI example in the OS4.1 Update3 titled "NewStuff" that displays a semi-transparent boingball. Where can I find the sources for the new example and a developer kit for the new OS4 MUI??
Mon, 2011-09-12 19:35
#1
OS4.1 Update3 MUI autodocs & examples
@Xenic
I think new sdk-files for mui will be included in the new upcoming SDK. If i remember right, "newstuff" contain usage of 3 classes, and one of them are About.mcc class, which basically reicreating of ideas of Morphos's Abouc class, and so, autodocs and offsets for mui.h can be get from mos's SDK.
In general, all the new features which was added to mui3.9, was done to make mui3.9 reacts the same as mui4, so, all offsets, includes and autodocs "mostly" should works. And for full and detailed autodocs and information about offsets in mui.h , includes for necessary classes, you can just get mos's SDK , and grab all the info you need. Of course, its all while new SDK not released and that all usuall "better than nothing" :)
@kas1e
I tried that but the archive was not extractable on my SAM. It looks like it uses some unusual compression method. I guess I'll have to wait for a new release of the OS4 SDK.
X1000 - OS 4.1FE
@Xenic
If you still in interest, i upload for you mui4 includes/autodocs from morphos here. For example, you can easyly replace in our current sdk libraries/mui.h on that one from archive, as well as mui/aboutbox_mcc.h and i think some others. Hope that helps :)
@Xenic
You should be able to extract the SDK.pack with UnArc. It is a TAR file, the content is XZ-packed (so you might rename it to SDK.xz.tar). I just tested it, no problem to unpack it with my SAM.
X1000|II/G4|440ep|2000/060|2000/040|1000
@cha05e90
Extension should be .tar.xz not .xz.tar (it's an xz compressed .tar archive).
@others
xad_xz (client for extracting xz with UnArc)
xzdec (simple commandline program for extracting xz)