|
More site info...
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.
|
|
|
|
|
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:
|
Top authors during last week:
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...
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 ) ) ;
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.
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...
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...
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
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...
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::
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.
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?
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 ...
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 ...
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 ) ;
|
|
Hot threads for last week on 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 ...
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 ...
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
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
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 ) ;
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;...
Started 1 week ago (2009-11-22 22:04:00)
by Feldin
Not even one idea?
please anyone this thing is bugging me...
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 ...
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 ...
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.
|
|