|
More site info...
|
|
Forum profile page for Flex on http://www.adobeforums.com.
This report page is the aggregated overview from a single forum: Flex, located on the Message Board at http://www.adobeforums.com.
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" on the Message Board at http://www.adobeforums.com 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:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
508
|
1,631
|
4,448
|
|
Post:
|
1,058
|
3,354
|
9,448
|
|
|
Flex Posting activity graph:
|
Top authors during last week:
user's latest post:
ItemRender creates 2 of each...
Published (2009-11-26 10:43:00)
That's the correct implementation. Renderers are handed an explicitWidth and asked for measuredHeight. Flow-based word wrapping things can be any size so you generally have to tie their explicitWidth to the given explicitWidth so it will measure correctly. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui
user's latest post:
An error about Array
Published (2009-11-26 23:57:00)
I downloaded your .as file and am not getting an error: <mx:Application xmlns:mx= "http://www.adobe.com/2006/mxml" ? creationComplete= "init();" > ? <mx:Script> ? <![CDATA[ ? import MinHeap; ? ? private function init(): void { ? var h:MinHeap = new MinHeap(function cmp(l:Point,r:Point):Boolean { return false ; } ); ? var pt:Point = new Point; ? h.insert(pt.clone());...
user's latest post:
Error in the example of...
Published (2009-11-26 07:14:00)
Hi, You? need to have the first application named FlexApp.mxml in the same folder as that of the main application to get rid of the compiler error. When you run the application, you will get runtime error while clicking on the buttons. To fix that, listen for complete event instead of creationCompete change this line <mx:SWFLoader id = "myLoader" width = "300" source =...
user's latest post:
Alert Box repeating
Published (2009-11-23 19:23:00)
The problem is about resource management. You add listeners without removing them after task done. In Cairngorm, to handle each dispatched event, FrontController will create a new command of corresponding CommandClass. First time you dispatch the search event, command1 will be generated to execute and listen to ResultEvent as well as FaultEvent, but after all the listeners still remain. Next time you dispatch the search event, command2 will...
user's latest post:
Preserve...
Published (2009-11-24 18:20:00)
? Hi, ? All the bold italic font text are changed or added. I hope this should work ? import mx.events.ListEvent; ? public var crntObj:Object = new Object(); ? ? private function unitRPCResult(event:ResultEvent):void ? { ? units=event.result.root.Interval; ? total=event.result.root.Interval; ? ? dg.selectedItem = crntObj; ? } ? //add a new function ? private function...
user's latest post:
Class needs to listen for events
Published (2009-11-24 14:08:00)
EventDispatcher. Alternately, if you cannot (or don't want to) extend EventDispatcher, you can implement IEventDispatcher and implement the interface yourself (though this is typically done by delegating all the functions defined in the interface to a nested IEventDispatcher).
user's latest post:
Find Bluetooth enabled devices
Published (2009-11-26 21:05:00)
Hello You can't find Bluetooth using Flex, but it's possible with other tecnologies. If you work with Java, please, visit this link http://www.jsr82.com/jsr-82-sample-bluetooth-service-search/ You can 'talk' with Java applications using BlazeDS: http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/ Regards
user's latest post:
Break Date Range by Week / Month
Published (2009-11-26 14:13:00)
I have an ArrayCollection which is made up of Objects in the following form: AC = { site='abc.com' date="2009-10-01" visits="2000" ...}, ? { site='abc.com' date="2009-10-02" visits="2000" }, ? { site='abc.com' date="2009-10-03" visits="2000" }, ? { site='abc.com' date="2009-10-04" visits="2000" }, ? {...
user's latest post:
Form requires all text
Published (2009-11-26 09:20:00)
<mx:Button click="sendInfo.send()"/> <mx:HTTPService id="sendInfo" showBusyCursor="true" method="POST"? url="http://localhost/sendInfo.php" useProxy="false"> ? <mx:request xmlns=""> ? <Box1> ? {Box1.text}? ? </Box1> ? <Box2> ? {Box2.text}? ? </Box2> ? <Box3> ?...
|
|
|
|
Latest active threads on Flex::
Started 3 weeks, 6 days ago (2009-11-01 07:32:00)
by levancho
I have never tried it , and it might not work at all, but have you tried ussing relative url? <endpoint uri=" /domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/> like this? again I am not sure if that works since I dont really lik ussing service file on client side....
Started 1 day, 3 hours ago (2009-11-27 09:07:00)
by Subeesh Arakkan
Hi, Try this urlManipulation = titleString.match(new RegExp("/(((http|ftp|https):\/\/){1}([a-zA-Z0-9_-] +)(\.[a-zA-Z0-9_-]+)+([\S,:\/ \.\?=a- zA-Z0-9_-]+))/","igs"));
Started 4 days, 23 hours ago (2009-11-23 13:14:00)
by ShankarFlex3
Hi, Is the date the frist GroupingField, try to group by Date first and see if the data is correct.
Started 14 hours, 20 minutes ago (2009-11-27 22:00:00)
by Greg Lafrance
In Flex/AIR, all you can do is communicate with the server. You'll need a server side script called via HTTPService to create the folder. If this post answers your question or helps, please mark it as such. Greg Lafrance www.ChikaraDev.com Flex Development and Support Services
Started 1 day, 2 hours ago (2009-11-27 09:47:00)
by Greg Lafrance
In the WindowedApplication tag, have applicationComplete="playSound()", and then create a function playSound() in which the sound is played. You can also play the sound directly in the applicationComplete="mySound.play()" If this post answers your question or helps, please mark it as such....
Started 16 hours, 17 minutes ago (2009-11-27 20:03:00)
by Muzak
swc's should go in the libs folder inside the project. The libs folder is already added to the project's Library path .
|
|
Hot threads for last week on Flex::
Started 4 days, 23 hours ago (2009-11-23 13:14:00)
by ShankarFlex3
Hi, Is the date the frist GroupingField, try to group by Date first and see if the data is correct.
Started 1 day, 3 hours ago (2009-11-27 09:07:00)
by Subeesh Arakkan
Hi, Try this urlManipulation = titleString.match(new RegExp("/(((http|ftp|https):\/\/){1}([a-zA-Z0-9_-] +)(\.[a-zA-Z0-9_-]+)+([\S,:\/ \.\?=a- zA-Z0-9_-]+))/","igs"));
Started 3 days, 13 hours ago (2009-11-24 22:34:00)
by flexbuilder3.0
Dont embedd it into variable only use mxml tag like this. as <mx:swfloader source="foldername/swffilename" height=100, width=11/> height or width according to u.try it other wise check it the flash player install or not.
Started 5 days, 6 hours ago (2009-11-23 05:49:00)
by paul.williams
The filter expression works fine for me in a standalone app (although your xml is invalid). Can you post the full error?
Started 1 week, 1 day ago (2009-11-19 19:27:00)
by harihisu
Here is one of the good solutions http://cookbooks.adobe.com/post_Creating_a_dynamic ally_resizing_TextArea_without _s-13628.html
Started 1 day, 2 hours ago (2009-11-27 09:47:00)
by Greg Lafrance
In the WindowedApplication tag, have applicationComplete="playSound()", and then create a function playSound() in which the sound is played. You can also play the sound directly in the applicationComplete="mySound.play()" If this post answers your question or helps, please mark it as such....
Started 5 days, 9 hours ago (2009-11-23 03:15:00)
by manofspirit
Hi I created a sample project to illustrate my problem, my data provider actually use identical value objects like there could be same objects with same data in an array collection. When i bring mouse over the list control, i dont get any sky blue selection/highlight and i cant even click over them and am not getting any change event either. Here is the code, You can also download ...
Started 1 week, 1 day ago (2009-11-20 11:49:00)
by Greg Lafrance
Maybe create another state where you remove image_BackBtn1, such that there is no base state (this new state will effectively be your base state)? If this post answers your question or helps, please mark it as such.
Started 1 week, 2 days ago (2009-11-19 08:45:00)
by msakrejda
Do you need maxChars ? What happens when you remove that and keep just the maximum ?
Started 1 week, 2 days ago (2009-11-19 10:15:00)
by harihisu
Hi Slowly_sa, You can't enable disjoint dates by using selectableRange (because "range" here is singular). Instead, you can easily achieve it by disable all the other days, using disabledRanges array. For example, to enable 2 days 2009/11/23 and 2009/11/25, use these lines of code: dateChooser.disabledRanges = [];
dateChooser.disabledRanges.push( { rangeEnd: new Date( 2009, 10, 22...
|
|