Category Archives: Components

MinimalComps Fixes

As I mentioned the other day, I’m going to spend the next couple of weeks addressing any bugs or enhancements to the components. In the last few days, here are some of the things I’ve added and fixed: – exposed … Continue reading

Posted in ActionScript, Components | Leave a comment

And finally, Minimal ComboBox

[kml_flashembed publishmethod=”static” fversion=”10.0.0″ movie=”http://www.bit-101.com/blog/wp-content/uploads/2010/03/ComboBox.swf” width=”120″ height=”200″ targetclass=”flashmovie”] [/kml_flashembed] Has most of the same properties / methods as List. And adds: openPosition – “top”, “bottom”, or ComboBox.TOP, ComboBox.BOTTOM. Defaults to bottom. defaultLabel – what shows if nothing is selected. Default to … Continue reading

Posted in ActionScript, Components, Flash | 12 Comments

Font issue in MinimalComps

It was brought to my attention today that there was a possible issue in the MinimalComps regarding font embedding. If you were to compile the component source with the Flex 4 SDK, no labels on any components would show up. … Continue reading

Posted in Components, Flash | 16 Comments

Minimal List

I’m on a roll! [kml_flashembed publishmethod=”static” fversion=”10.0.0″ movie=”http://www.bit-101.com/blog/wp-content/uploads/2010/03/List.swf” width=”120″ height=”220″ targetclass=”flashmovie”] [/kml_flashembed] Now that we have a scroll bar, making a List was not all that hard. Here you can see a generic list with 1000 items. The default item … Continue reading

Posted in Components | 6 Comments

Minimal Charts!

I have an idea in mind for an app. It needs charts. Therefore, we now have minimal charts. First is the Bar Chart and Line Chart: [kml_flashembed publishmethod=”static” fversion=”10.0.0″ movie=”http://www.bit-101.com/blog/wp-content/uploads/2010/03/BarAndLineCharts.swf” width=”250″ height=”250″ targetclass=”flashmovie”] [/kml_flashembed] And then the Pie Chart: [kml_flashembed … Continue reading

Posted in ActionScript, Components, Flash | 7 Comments

Minimal Comps: Now with ScrollBars!

Yes, I finally got off my butt and made a minimal scroll bar. And a scrolling TextArea to boot. It’s in the version 0.101 SWC / source, or just update SVN. http://www.minimalcomps.com The new components are VScrollBar, HScrollBar and TextArea. … Continue reading

Posted in Components | 9 Comments

Skinning Minimal Comps

A lot of people have asked, and continue to ask how to skin minimal comps. Short story, long story, what you can do. Short story: you can’t. Long story: Minimal Comps were designed to be minimal. Mostly for use in … Continue reading

Posted in Components | 4 Comments

Minimal Accordion and lots of fixes

I just added a new MInimal Component: an Accordion. It’s pretty similar to what you see here: http://www.bit-101.com/blog/?p=2313, i.e. a VBox with Windows, but I made into it’s own class with a few nice touches. A new Accordion starts with … Continue reading

Posted in Components | 2 Comments

Announcing www.minimalcomps.com

This is long overdue. Minimal Comps have been a sort of side project of mine, and have various posts here related to them, but enough people are using them and apparently liking them, that it seemed they deserved a home … Continue reading

Posted in Components | 10 Comments

Minimal Comp Examples?

Do you use Minimal Comps? I would love to get a list of sites and apps that feature them. Even if it’s just an experiment or proof of concept type example. Leave links in the comments or email me at … Continue reading

Posted in Components | 19 Comments