My Universe - Fashion Boutique Mac OS

broken image


  1. Hi again, readers of NSBlog! This is my first guest post of 2012, and also my first one writing the introduction myself. I plan to do posts every two weeks, alternating with Mike's to bring back the once-a-week format. This week, at my own suggestion, I'm doing a historical piece on the original programming environment for Macs: The Mac Toolbox.
  2. My Universe - Fashion Boutique. Available now $29.99 Buy download. Eligible for up to points Your shop, your rules, your signature look! MANAGE YOUR OWN SHOP Create and manage your own fashion.

Shop at GameStop online at GameStop.com, via the GameStop app or in stores. Welcome to the world's largest retail gaming and trade-in destination. Find current gen and next-gen consoles, games and accessories for PlayStation, Xbox and Nintendo, along with a wide selection of gamer-centric apparel, collectibles & more.

Posted at 2012-01-13 19:28 | RSS feed (Full text feed) | Blog Index
Next article: Plausible Labs is Hiring
Previous article: Buy Videos of My VTM Presentations
Tags: classicfridayqnaguestnostalgiaoldschooltoolbox

Hi again, readers of NSBlog! This is my first guest post of 2012, and also my first one writing the introduction myself. I plan to do posts every two weeks, alternating with Mike's to bring back the once-a-week format. This week, at my own suggestion, I'm doing a historical piece on the original programming environment for Macs: The Mac Toolbox. Time for a trip down memory lane!

Back In My Day, We Tracked Mouse Drags 512 Pixels Through One-Bit Color!
Knights adventures mac os. When the very first Macintosh computers were released, they didn't have much of anything we take for granted in modern times. For example:

  • Virtual memory
  • Color
  • Networking
  • Hard drives
  • Large software libraries

What you had was an 8 Mhz Motorola 68000 CPU, 128KB of RAM (that's kilobytes, as in half the size of the raw rendered HTML for this article!) a 512x384 black & white screen, one 400K 3.5' floppy disk drive, a keyboard with no arrow keys connected with a RJ11 (telephone) plug, a one-button mouse plugged into a DB-9 connector, and if you had paid the extra money or had one left over from your Apple ][, a rather noisy dot-matrix printer with a proprietary DE-9 connector. The machine was not upgradable in any meaningful fashion.

While many of these limitations, ridiculous to the point of absurdity by modern standards, were eventually lifted, its legacy carried forward in one very visible way right up until the introduction of the Carbon API with the development Mac OS X: The Mac Toolbox, the original API for programming with the Macintosh computer.

What Is This Toolbox?
The Mac Toolbox was a comprehensive set of APIs for interacting with the Macintosh hardware and operating system to read input, process data, and output results (the fundamental nature of any program). Space ribbon - demo mac os. It was originally written in a mix of MC68000 assembly language and Lisa Pascal. To those used to today's Objective-C programming in Cocoa, it can look like quite a lot of gibberish.

In particular, even in its most modern incarnation before Carbon, the Toolbox did not do things that many Cocoa programmers have never even considered handling manually. To create an application which has a single window, containing a simple text field with a scroll bar, and functional File and Edit commands is the work of almost zero code in modern Cocoa. The equivelant program using the Mac Toolbox is a bit more complicated.

We start with the resource file for the program. A resource file is a document containing an organized database of resources, various formatted bits of data in a known format that the OS can load on command. Nib files are partially an evolution of resource files, but resources contained considerably more than UI elements, and were considerably harder to manage than nibs. Far and away, the most popular program for editing resources was Apple's free ResEdit tool. To save time and space, I won't walk through the fairly simple process of setting up the resources the program will use; here's the completed resources file:

That's three MENU resources for the Apple, File, and Edit menus, an MBAR resource listing the three menus and their resource IDs, and a WIND resource with the basic template for the window. There's also an ALRT/DITL Bug fighter (johnjack.hirsh) mac os. pair for the about box.

Put The Tools In The Box And Rattle Them Around
Now for some code. Please be aware that to keep things from getitng wildly out of hand with complications, I've ignored error checking. This is a Bad Idea at the best of times; with the Toolbox it could often be all but suicidal. It's 'okay' for sample code, but you'd never try it in reality.

Fashion

No, I mean it. In Cocoa you can often get away with ignoring errors, though you shouldn't. Back in Toolbox days, you couldn't get away with it. Period.

As you can see, I've left a lot of the 'meat', the routines that actually do anything, unimplemented. There's two reasons for that: First, it shows just how much raw boilerplate code one had to write in Toolbox-land; a lot of this was unnecessary even with Carbon. In Cocoa only a few lines of it translate to anything other than empty space.

The other reason is I just don't remember enough Toolbox anymore to show the implementation of those routines! There are at least three 'major' flavors of Classic code: The old System 6 routines, the newer System 7 routines, and the 'appearance-aware' routines that came with OS 8.5. Keeping track of which functions belong to which era is problematic enough without realizing that with the amount of manual lifting that has to be done, the 5-line Cocoa app becomes a 2000-line Classic program.

Conclusion
All in all, I feel I have to apologize for the terseness of this article. I'd hoped to explore the Toolbox in more depth, but I don't have the time to invest in re-learning a system that, in all likelihood, I will never use again. The Toolbox was a brilliant API for its time, and its worst fault was that it suffered from what all good things do: Age.

The Toolbox is gone, but not forgotten. Classic Mac OS, I salute you. Thanks for reading, everyone; I'll be making a followup post in the next few days looking at the code in detail, and I'll be back in two weeks with another Friday Q&A. Stay tuned for Mike's article next week!

Did you enjoy this article? I'm selling whole books full of them! Volumes II and III are now out! They're available as ePub, PDF, print, and on iBooks and Kindle. Click here for more information.
Comments:
So.. who is the guest blogger? As far as I can see, there's no attribution other than 'This is my first guest post of 2012, and also my first one writing the introduction myself.'
So, not-Mike, thanks for a trip back through history. We'd love to know who you are.
Gwynne Raskind I believe.
Apologies to both readers and author, I forgot to add the byline when I uploaded it. It's fixed now. It is indeed Gwynne.
Pedantic Moment: I may be wrong, but I'm pretty sure that it's a 4P4C, non-registered jack on the original Mac keyboard and not an RJ-11.
Ian: Completely possible! My information on that particular model comes from Wikipedia and nothing else; I never personally owned a Mac older than the SE/30. For that matter, I've only ever seen an actual Mac 128K once :). It's not what you'd call a common find these days.
Other small nit: the B&W displays were 512x342. 512x384 was for the lowest-resolution Mac color displays that Apple ever sold (e.g. the 12' display that matched the LC's width, or the Color Classic).
Good things don't suffer from age, they suffer from everything else getting better, don't they? :-)

My Universe - Fashion Boutique Mac Os X

The event handling code look quite similar to how it's done in low-level X Windows.
Ian You're right about it being a 4P4C, but for some reason the engineers originally referred to it as an RJ-11 jack, and so it stuck. You can see it labeled as such on the 512K logic board schematic on the bottom right (designated as J9): http://www.digibarn.com/collections/diagrams/mac-512klogicboard/mac-logic-schematic.jpg
As a kid I loved digging into the innards of applications using ResEdit (even after warnings from my older brother that doing so would most certainly break something). When I finally got into programming, I only got as far as simple REALBasic apps. It wasn't until '04 or so that I learned C, and by then it was all Objective-C. Ever since, I've been curious about that mysterious Toolbox I've heard so much about. Not curious enough to get a book and actually *learn* it, obviously and unfortunately.. So I was very happy to read this intro, thank you! I'm really really looking forward to further posts on the topic!
Joachim: You'll find the classic Inside Macintosh books and much besides in the legacy documentation portion of Apple's developer site: https://developer.apple.com/legacy/mac/library/navigation/.
One legacy doc worth skimming is TN1122 'Locking and Unlocking Handles' (https://developer.apple.com/legacy/mac/library/#technotes/tn/tn1122.html). It was years before Apple realized you could readily mess up the state of something that's either locked or unlocked without a count: your callstack nests, but your lock/unlocks don't, so you have to take care to save and restore that state manually. You'll likely run across code making this same mistake but with a different (more modern) resource at some point.
Gwynne, Mike, nice article, thank you!
Just a short correction: IdleControls() is a fairly new call. There were no pre-made 'edit text' controls until the Appearance Manager, only dialog items (which weren't all controls). Giving idle time to pushbuttons and scroll bars wasn't necessary at that time.
Apart from that, it is a nice example of a System 7-style application.
Oh, also, the disk event (to handle inserting and mounting/initializing of disks) is a System 6 thing that wasn't necessary with Multi-tasking anymore, while Apple Events were new with System 7. Similarly, all the inSysWindow etc. was abolished in System 7. The app is mixing & matching a bit for compatibility, I presume :-)
Also, I would at least add a stub function for the update event between the BeginUpdate()/EndUpdate() calls, or a call to DrawControls or somesuch.
Uli: It's not for compatibility per se, but rather it's purely a matter of I never did know for certain which things were and weren't part of any given system version :). I was still putting in diskEvt and inSysWindow stuff right up until Carbon Events came along.
Nice trip down memory lane :)
Of course, even waaay back in the day, sensible programmers didn't use this kind of procedural boilerplate, but wrote an object wrapper around it. I started with Object Pascal, then THINK Class Library (TCL), the first version wasn't even C++ but some weird C thing with some proprietary object extensions - but there was MacApp, later CodeWarrior (C++) and even my own (dare I mention it!) MacZoop (C++).
These would be much more familiar to a Cocoa programmer today than raw toolbox stuff.
Comments RSS feed for this page

Add your thoughts, post a comment:

Spam and off-topic posts will be deleted without notice. Culprits may be publicly humiliated at my sole discretion.

My Universe - Fashion Boutique Mac Os Catalina

JavaScript is required to submit comments due to anti-spam measures. Please enable JavaScript and reload the page.

Code syntax highlighting thanks to Pygments.


Stop looking for the best app, we have found it for you. With a pretty good average note of 4.6, Fashion Fantasy is THE application you need to have. And the 500,000 persons who have already install it will tell you the same.

Contents

  • 2 Fashion Fantasy in details
  • 5 Download Fashion Fantasy on your smartphone

Images of Fashion Fantasy


Fashion Fantasy in details

My Universe - Fashion Boutique Mac Os Pro

If you are interested, some numbers may please you :

  • The latest version of this application is 1.8.101
  • Last update was on March 1, 2019.
  • The category of the app is: Libii
  • The total number of downloads is: 500,000
  • And the OS you need to use or play on PC/Mac : Windows (XP, Windows 8, Windows 10, Windows Vista, Windows 7) and Mac OS (macOS Sierra, macOS High Sierra, OS X 10.11, OS X 10.10

Last update details

What's New
- Lookbook Block List added
- More balanced competition voting system
- Cyber Party Event available
- Memory Forest Event available
Optimized:
- User experience optimized
- Some bugs fixed

Description of Fashion Fantasy

Here is a short description of the app to let you know more about it :

Fashionistas, join us on an adventure where fashion meets fantasy. Complete tasks by mixing and matching clothing to express yourself through your sense of style, and unlock new chapters to reveal the untold story. Here every chapter is a show and this whole journey is your runway. Add a dash of fun to the journey with various activities: vote on the best looks of the styling challenges, shop amazing pieces at our Fashion Boutique, andyou can even create your own designs.
KICK OFF AN FASHION ADVENTURE
If fashion is an adventure, you're going to explore in style. Dress up as required to clear tasks and experience exotic cultures while traveling around the world with Lizzy.
COMPETE WITH YOUR FRIENDS
Create looks that will take you all the way to the top of the styling challenges with tons of gorgeous outfits, accessories, chic hairstyles and makeups. Connect to Facebook and invite friends to join you. Gifting APs and competing with your friends will take the fun up to a notch.
COMMUNITY
The official forum gives you access to a platform where you can discuss and share information with other players. Got a problem? Go to theforum for help!
COLLECT FABULOUS OUTFITS
Check the Fashion Boutique for new arrivals or win materials by completing tasks to create your own designs. Collect fabulous outfits of various kind to fill your closet, and you can clean out the closet by swapping the excess for an amazing new one.
CONTACT US:
Email: [email protected]
Facebook Page: https://www.facebook.com/FashionFantasyPage/
Need You Know:
This app is totally free to download and play, some basic items are also free to use, but some additional items need you to purchase and pay to unlock. Therefore, if you do not want to use these items, please turn off the in-app purchase in your settings. Thanks.

Fashion Fantasy on PC and Mac

My Universe - Fashion Boutique Mac Os Download


To have it yourself on your computer Mac or PC, you just have to follow the steps below :

  • Click here => Download Bluestacks <= to install Bluestack, or here => Download Nox for PCDownload Nox <= to install Nox App Player
  • Once the emulator loaded on your computer, you can launch it and search for 'Fashion Fantasy' from the store
  • Then, install Fashion Fantasy and enjoy it from your own computer

Download Fashion Fantasy on your smartphone

If you prefer to have it on your smartphone, it is also easy to download it :

Fashion Fantasy on Android phone

  • Open your Play Store
  • On the research bar, write Fashion Fantasy and 'OK'
  • Once you have found the app you are looking for, click to install it
  • Wait and then enjoy using the application

Fashion Fantasy on iPhone or iPad

  • Launch the App Store
  • Type to found Fashion Fantasy and then install it
  • The dowload may take a few seconds or minute, and be set on your smartphone or tablet
  • You just have to click on the app to use it




broken image