Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Flex 2 & 3 | Forum profile

Forum profile page for Flex 2 & 3 on http://www.actionscript.org. This report page is the aggregated overview from a single forum: Flex 2 & 3, located on the Message Board at http://www.actionscript.org. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Flex 2 & 3" on the Message Board at http://www.actionscript.org is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: ActionScript.org Forums - Flex 2 & 3 (site profile, domain info actionscript.org)
Title: Flex 2 & 3
Url: http://www.actionscript.org/forums/forumdisplay...
Users activity: 22 posts per thread
Forum activity: 56 active threads during last week
 

Posting activity on Flex 2 & 3:

  Week Month 3 Months
Threads: 56 226 714
Post: 102 482 1,547
 

Flex 2 & 3 Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Barna Biro
9
user's latest post:
I want learn Flex ?
Published (2009-11-26 16:51:00)
Hi, Shortly put, yeah, you'll need to learn AS 3.0 one way or another. In theory, you could build simple flex applications without writing almost any AS code but that will lead you as far. So, AS 3.0 is definitely a must. If you say you have no programming experience then maybe you should leave Flex for a later time... Start with procedural programming first and once you get familiar with that and AS, then you can take it one level higher...
Peter Cowling
8
user's latest post:
Help setting the selectedChild...
Published (2009-11-24 17:16:00)
Hi, Not needed to do this before, but this might work: ActionScript Code: myVS. selectedChild = Container ( o. view ) ; If not, this will: ActionScript Code: var myView: String = String ( o. view ) ; myVS. selectedChild = Container ( viewStack. getChildByName ( myView ) ) ;
Jerry62712
6
user's latest post:
How to I tame TextArea
Published (2009-11-20 19:29:00)
Attached are two images. The first shows the good (word wrap) and the minor problem with the fields being too tall for one line. The second shows to worse (scroll bar instead of word wrap). What I'm worried about on this is with keyboard access, would it become a pain for JAWs users. I tried using Text instead of TextArea. The problem is it truncates.
janisiv
5
user's latest post:
How to pass XML from preloader...
Published (2009-11-22 21:45:00)
Hi Barni, Thanks for the code and example. It works like a charm. I just checked out the documentation for URLVariables() and that is exactly what i needed to be able to pass now any variables to the main.swf file. Thanks a lot. The problem is that i am just learning AS3, and i try to figure out how to do things as i go along and then implement them in my code. I checked out the Loader documentation as well, and i can just directly add it to...
ronniecr7
5
user's latest post:
[Flex2] How to convert Int value...
Published (2009-11-26 09:15:00)
Thx for the replies....
tracisummers
4
user's latest post:
How to kill a loaded component?
Published (2009-11-25 15:55:00)
I know how garbage collection works. What I don't know is how to kill the HTML component's html embedded swf files to ensure it shuts up while it's waiting to be GC'd.. Unless I'm doing something wrong. So lets say I make a blank air application and add a HTML component to the stage, set the initial location to a long youtube video or a page with a playlist or something. Any swf with sound. How do I then go about...
salim_designer
3
user's latest post:
How to show Legend Label for Pie...
Published (2009-11-19 13:00:00)
Thank you so much! This link helped me a lot.
jmfuo
3
user's latest post:
Datagrid with transparent gaps
Published (2009-11-23 17:09:00)
I seem to be having some success with overriding DataGrid actually. This gives me the fine controll I need. Thanks for your suggestion. jq
flexfdggdf
3
user's latest post:
adding a control to a window
Published (2009-11-26 05:32:00)
ok, say i create a window using the following code, how can i add a single button to newWindow that when clicked shows an alert saying "hello world"? (the code is from adobe help files and it works) //create the init options var options:NativeWindowInitOptions = new NativeWindowInitOptions(); options.transparent = false; options.systemChrome = NativeWindowSystemChrome.STANDARD; options.type = NativeWindowType.NORMAL; //create...
hardcoremore
3
user's latest post:
I want learn Flex ?
Published (2009-11-26 18:05:00)
Hi, yeah you will definitely need to learn actionscript 3.0. AS 3.0 is object oriented programming language so you'll need to learn OOP principles first. Like Barna Biro said you should first start with procedural programming language like PHP ( although PHP is also OOP language but can be written in both procedural and OOP way ). As far as learning OOP principles when you learn the basics i will recommend looking at OOP design patterns...
 

Latest active threads on Flex 2 & 3::

ActionScript.org Forums
Started 2 days, 21 hours ago (2009-11-27 23:00:00)  by wvxvw
Loading is asynchroneus in AS3. The data isn't yet there when you try to output it into alert. wait until Event.COMPLETE and then display the messge, it should be there by that time.
Thread:  Show this thread (3 posts)   Thread info: Data not returning from as3 class to mxml app Size: 182 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Data not returning from as3 class to mxml app :: Flex 2 & 3 :: ActionScript.org Forums"
ActionScript.org Forums
Started 4 weeks, 1 day ago (2009-11-01 13:58:00)  by encoder
if i wait much longer i think i will answer my question. dose any know where should i post it if i succeed?
Thread:  Show this thread (4 posts)   Thread info: Develop a flex CMS for flash sites Size: 115 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: anybody? :: Flex 2 & 3 :: ActionScript.org Forums"
ActionScript.org Forums
Started 4 days, 1 hour ago (2009-11-26 19:26:00)  by JustinJDW
AMF is fast and carries minimal overhead when sending and receiving. That being said, you should maintain a per instance value for your company_id in the application and pass that as a param to the AMF service when needed. Global variables are usually used as a workaround to a bad program design anyway and should be avoided. If you need to store data on the client's machine, use the ...
Thread:  Show this thread (2 posts)   Thread info: Sync client model with server session Size: 428 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Sync client model with server session :: Flex 2 & 3 :: ActionScript.org Forums"
ActionScript.org Forums
Started 4 days, 4 hours ago (2009-11-26 16:51:00)  by Barna Biro
Hi, Shortly put, yeah, you'll need to learn AS 3.0 one way or another. In theory, you could build simple flex applications without writing almost any AS code but that will lead you as far. So, AS 3.0 is definitely a must. If you say you have no programming experience then maybe you should leave Flex for a later time... Start with procedural programming first and once you get familiar with ...
Thread:  Show this thread (3 posts)   Thread info: I want learn Flex ? Size: 625 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I want learn Flex ? :: Flex 2 & 3 :: ActionScript.org Forums"
ActionScript.org Forums
Started 5 days, 9 hours ago (2009-11-25 11:44:00)  by wvxvw
ActionScript Code: var i: int = 100 ; var s: String = String ( i ) ;
Thread:  Show this thread (4 posts)   Thread info: Flex 2: How to convert Int value to String Size: 692 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flex 2: How to convert Int value to String :: Flex 2 & 3 :: ActionScript.org Forums"
 

Hot threads for last week on Flex 2 & 3::

Flex 2 & 3
Started 1 week, 1 day ago (2009-11-22 19:08:00)  by janisiv
Hi everyone, I have been trying to figure out the following: main.swf - contains my photo gallery application preloader.swf - loads the main.swf file and on COMPLETE event displays it At the moment the gallery list is in the XML file and the XML file is loaded from the main.swf file. However, as the XML file will grow, I want to preload the XML file along with main.swf file ...
Thread:  Show this thread (9 posts)   Thread info: How to pass XML from preloader to main.swf? Size: 758 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to pass XML from preloader to main.swf? :: Flex 2 & 3 :: ActionScript.org Forums"
Flex 2 & 3
Started 1 week ago (2009-11-23 18:16:00)  by Robbinski12
Modulair Windowed Application Hi everyone, I'm making a CMS application with Flex, and I want it to be modulair. My plan is to have one application, only containing a mx:ModuleLoader. Then, I want to load modules (one for logging in, one for moduleoverview, etc). The problem is that Flex only seems to compile the modules it thinks are ...
Thread:  Show this thread (5 posts)   Thread info: Modulair Windowed Application Size: 1,110 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Modulair Windowed Application :: Flex 2 & 3 :: ActionScript.org Forums"
Flex 2 & 3
Started 1 week, 1 day ago (2009-11-22 07:25:00)  by Dr.Mabuse
Read up on viewstack. http://livedocs.adobe.com/flex/3/htm...igators_3.h tml
Thread:  Show this thread (4 posts)   Thread info: open page B if b1 is click or open page C if b2 is clicked. Size: 189 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: open page B if b1 is click or open page C if b2 is clicked. :: Flex 2 & 3 :: ActionScript.org Forums"
Flex 2 & 3
Started 1 week ago (2009-11-23 13:39:00)  by jmfuo
Datagrid with transparent gaps I want to make a datagrid with transparent gaps between the rows, instead of dividing lines. Does anyone have experience with this?. (is it maybe possible with a programmed skin or by overriding a method, e.g.) thanks jq
Thread:  Show this thread (4 posts)   Thread info: Datagrid with transparent gaps Size: 638 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Datagrid with transparent gaps :: Flex 2 & 3 :: ActionScript.org Forums"
Flex 2 & 3
Started 5 days, 9 hours ago (2009-11-25 11:44:00)  by wvxvw
ActionScript Code: var i: int = 100 ; var s: String = String ( i ) ;
Thread:  Show this thread (4 posts)   Thread info: Flex 2: How to convert Int value to String Size: 692 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flex 2: How to convert Int value to String :: Flex 2 & 3 :: ActionScript.org Forums"
Flex 2 & 3
Error #1009 - 3 new posts
Started 1 week ago (2009-11-23 13:55:00)  by supenguin
Error #1009 Code: package { import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import org.papervision3d.cameras.Camera3D; import org.papervision3d.materials.BitmapAssetMaterial; import org.papervision3d.objects.Plane; import org.papervision3d.scenes.Scene3D;...
Thread:  Show this thread (3 posts)   Thread info: Error #1009 Size: 2,802 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Error #1009 :: Flex 2 & 3 :: ActionScript.org Forums"
Flex 2 & 3
Started 1 week ago (2009-11-22 22:04:00)  by Feldin
Not even one idea? please anyone this thing is bugging me...
Thread:  Show this thread (4 posts)   Thread info: Flex settings inputs not displayed... Size: 77 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flex settings inputs not displayed... :: Flex 2 & 3 :: ActionScript.org Forums"
Flex 2 & 3
Started 5 days, 11 hours ago (2009-11-25 09:38:00)  by hardcoremore
You must first remove any event listeners, stop any sounds or videos playing, remove focus before removing child because garbage collector will not mark it for deletion if there are not all references deleted. I am also trying to figurate how to remove all references using modules and i am stuck with focus http://www.actionscript.org/forums/s....php3?t=222 889 You should take a look at ...
Thread:  Show this thread (3 posts)   Thread info: How to kill a loaded component? Size: 720 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to kill a loaded component? :: Flex 2 & 3 :: ActionScript.org Forums"
Flex 2 & 3
Started 4 days, 4 hours ago (2009-11-26 16:51:00)  by Barna Biro
Hi, Shortly put, yeah, you'll need to learn AS 3.0 one way or another. In theory, you could build simple flex applications without writing almost any AS code but that will lead you as far. So, AS 3.0 is definitely a must. If you say you have no programming experience then maybe you should leave Flex for a later time... Start with procedural programming first and once you get familiar with ...
Thread:  Show this thread (3 posts)   Thread info: I want learn Flex ? Size: 625 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I want learn Flex ? :: Flex 2 & 3 :: ActionScript.org Forums"
Flex 2 & 3
Started 2 days, 21 hours ago (2009-11-27 23:00:00)  by wvxvw
Loading is asynchroneus in AS3. The data isn't yet there when you try to output it into alert. wait until Event.COMPLETE and then display the messge, it should be there by that time.
Thread:  Show this thread (3 posts)   Thread info: Data not returning from as3 class to mxml app Size: 182 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Data not returning from as3 class to mxml app :: Flex 2 & 3 :: ActionScript.org Forums"

This page was found by:   "convert xmllistcollection to arraycollection"