Results matching “Flex” from Naoki Hada: Healthy, Lucky, Wealthy & Happy with HadaSeicha's Green Tea


Wrong default setting:

C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\3.5.0\fbpro\projects\datavisualization\src

Correct path on Win 64 bit OS

C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\3.5.0\frameworks\projects\datavisualisation\src

Thank you,
Naoki

Contact Form(Question, Order, etc) | Order HadaSeicha green tea | 日本語ページ

hslider_sample.png

Flex 3.x HSlider Skin Sample

Sample:
http://naoki.hada.org/hsliderskin/

Source:
http://naoki.hada.org/hsliderskin/srcview/

Thank you,
Naoki

Contact Form(Question, Order, etc) | Order HadaSeicha green tea | 日本語ページ

cell_split.png

Splitting cell by box and itemrenderer.

Sample:
http://naoki.hada.org/datagridcellsplit/

Source code:
http://naoki.hada.org/datagridcellsplit/srcview/index.html


Thank you,
Naoki

Contact Form(Question, Order, etc) | Order HadaSeicha green tea | 日本語ページ

datagriditemrenderer.png

Simplified sample with source code.

Sample:

http://naoki.hada.org/datagriditemrenderer/

Source code:

http://naoki.hada.org/datagriditemrenderer/srcview/index.html


Thank you,
Naoki

Contact Form(Question, Order, etc) | Order HadaSeicha green tea | 日本語ページ

20110127_chart.png

Just a enhancement for adding label inside column with each value (not sum as default)

Sample
http://naoki.hada.org/chartrandom2/

Source
http://naoki.hada.org/chartrandom2/srcview/index.html

Arigatou,
Naoki

Contact Form(Question, Order, etc) | Order HadaSeicha green tea | 日本語ページ

20110126.png

Just experimenting dynamic series updating on ColumnChart.

http://naoki.hada.org/chartrandom/

Source code:
http://naoki.hada.org/chartrandom/srcview/index.html

Thank you,
Naoki

Contact Form(Question, Order, etc) | Order HadaSeicha green tea | 日本語ページ

Windows 7/Vista

Flash log file location
C:\Users\{UserName}\AppData\Roaming\Macromedia\Flash Player\Logs\flashlog.txt

mm.cfg file location
C:\Users\{UserName}\mm.cfg

mm.cfg file setting (sample)
====================
PolicyFileLog=1 # Enables policy file logging
PolicyFileLogAppend=1 # Optional; do not clear log at startup

ErrorReportingEnable=1
TraceOutputFileEnable=1
MaxWarnings=0
====================

Contact Form(Question, Order, etc) | Order HadaSeicha green tea | 日本語ページ

It is from LinkedIn.com job posting as of May 30th.
Area is limited in San Francisco Bay Area
The number is number of posting for job opening.

Programming Language:

  1. Java 418
  2. JavaScript 293
  3. C++ 266
  4. Python 209
  5. Perl 200
  6. PHP 153
  7. Ruby 87
  8. Flex 62
  9. C# 56
  10. ActionScript 40
  11. VB 9
  12. ExtendScript 0
  13. VisualBasic 0
C# seems not major player any more.

Sub- Programming  language (?):
  1. HTML 315
  2. CSS 182
  3. AJAX 133
  4. DHTML 32
  5. HTML5 13
  6. CSS3 3
  7. MXML 3
  8. XAML 2
HTML5/CSS3 seems getting popular

Framework:
  1. J2EE 79
  2. .Net 69
  3. JSP 69
  4. Ruby on Rails 34
  5. MVC 33
  6. ASP.Net 21
  7. YUI 21
  8. RoR 6
  9. Cairngorm 1

Database:
  1. SQL 310
  2. Oracle 237  (Counted as company name too)
  3. MySQL 139
  4. MS-SQL 79
  5. MSSQL 3

Server:
  1. Apache 86
  2. IIS 19

Contact Form(Question, Order, etc) | Order HadaSeicha green tea | 日本語ページ


URL parameter

Flex 3
=== begin ===
Application.application.parameters
=== end ===

Flex 4
=== begin ===
import mx.core.FlexGlobals;
FlexGlobals.topLevelApplication.parameters
=== end ===


Application layout

Flex 3
=== begin ===
<mx:Application layout="vertical">
   .....
</mx:Application>
=== end ===

Flex 4
=== begin ===
<s:Application>
   <mx:Vbox>
      .....
   </mx:Vbox>
</s:Application>
=== end ===

CSS: external file

Flex 3
=== begin ===
<mx:Style source="style.css" />
=== end ===

Flex 4
=== begin ===
<fx:Style source="style.css" />
=== end ===

CSS
Flex 3
=== begin ===
Application {
   backgroundColor: #888888;
}
=== end ===

Flex 4
=== begin (Flash) ===
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/halo";

s|Application {
   backgroundColor: #888888;
}
=== end (Flash) ===
=== begin (AIR) ===
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/halo";

s|WindowedApplication{
   backgroundColor: #888888;
}
=== end (AIR) ===

Array
Flex 3
=== begin ===
<mx:Array>
=== end ===

Flex 4
=== begin ===
<fx:Array>
=== end ===

Graph related

Flex 3
=== begin ===
<mx:lineStroke>
    <mx:Stroke />
</mx:lineStroke>
=== end ===

Flex 4
=== begin ===
<mx:lineStroke>
    <mx:SolidColorStroke />
</mx:lineStroke>
=== end ===

Flex 3
=== begin ===
<mx:itemRenderer>
    <mx:Component>
        <mx:CircleItemRenderer/>
    </mx:Component>
</mx:itemRenderer>
=== end ===

Flex 4
=== begin ===
<mx:itemRenderer>
    <fx:Component>
        <mx:CircleItemRenderer/>
    </fx:Component>
</mx:itemRenderer>
=== end ===





Contact Form(Question, Order, etc) | Order HadaSeicha green tea | 日本語ページ

I'm learning Adobe Flex. This is one sample.

How to use:

  • Click button or hit space key with saying "Thank you".
Following award & roles are from Mr. Seikan Kobayashi, Japanese best seller author's book.

Awards:

  • Your age multiple 10,000 times : You will receive 1st miracle.
  • Your age multiple 20,000 times : You will receive 2nd miracle.
  • Your age multiple 30,000 times : You will receive 3rd miracle.
Rule:
  • You have to say "Thank you". Not just thinking. Action is better than thinking.
  • Even you don't think "thank you", just saying is OK.
  • If you say nod good word, complaining, this counter will reset. (very important)
  • If you say "cancel" with in 10 second, the counter will not get reset. If you don't notice you said, it will reset.
  • Other people say "thank you" to you, it counts.
  • Actual count is done by god or guardian angel or something great, so you don't need to count by yourself.
So, this counter is just addition. Have fun.

Here's just counter http://www.hada.org/counter/thankyou/.

-Naoki

Contact Form(Question, Order, etc) | Order HadaSeicha green tea | 日本語ページ

Profile

Maintenance by

Pages

Recent Posts

Archives