Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread Alex Harui
Post a small test case. On 3/12/12 9:28 AM, Dave Glasser dglas...@pobox.com wrote: I have an app originally developed in Flex 3.3, which I'm in the process of migrating to Flex 4.6. I don't want to have to rewrite everything using Spark components and containers. I have a

Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread Dave Glasser
. This is a Flex bug, IMHO. From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Monday, March 12, 2012 1:34 PM Subject: Re: [flexcoders] ControlBar not visible in Flex 4.6 Re: [flexcoders] ControlBar not visible in Flex 4.6

Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread claudiu ursica
You need to put your stuff inside controlBarContent array. C From: Dave Glasser dglas...@pobox.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Monday, March 12, 2012 5:28 PM Subject: [flexcoders] ControlBar not visible in Flex 4.6   I

Re: [flexcoders] Webcam recording without flash/flex?

2012-03-12 Thread claudiu ursica
As far as I know JS does not have support of capturing camera. If somebody else knows different I would be happy to be proven wrong. Probably you can do the same with silverlight as with flash. C From: mulchand12345 mulchand12...@yahoo.in To:

Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread Dave Glasser
I'm using a subclass of mx.containers.Panel. There is no controlBarContent array. From: claudiu ursica the_bran...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Monday, March 12, 2012 3:23 PM Subject: Re: [flexcoders] ControlBar

RE: [flexcoders] Flex Menu.createMenu on mouseDown issue

2012-03-08 Thread Philip Smith
click=createAndShow();/ /s:VGroup /s:Application To: flexcoders@yahoogroups.com From: aha...@adobe.com Date: Wed, 7 Mar 2012 22:55:23 -0800 Subject: Re: [flexcoders] Flex Menu.createMenu on mouseDown issue What happens? On 3/7/12 6:06 PM

RE: [flexcoders] Flex Menu.createMenu on mouseDown issue

2012-03-08 Thread Philip Smith
+ Subject: RE: [flexcoders] Flex Menu.createMenu on mouseDown issue The menu doesn't open. And 'mouseDown' is required in the context of the app. Any ideas, Alex? Here's the test code: ?xml version=1.0 encoding=utf-8? s:Application

Re: [flexcoders] Flex Menu.createMenu on mouseDown issue

2012-03-08 Thread Alex Harui
=createAndShow();/ To: flexcoders@yahoogroups.com From: loudj...@hotmail.com Date: Thu, 8 Mar 2012 17:27:45 + Subject: RE: [flexcoders] Flex Menu.createMenu on mouseDown issue The menu doesn't open. And 'mouseDown' is required in the context of the app. Any

RE: [flexcoders] Flex Menu.createMenu on mouseDown issue

2012-03-08 Thread Philip Smith
That works. Thanks. To: flexcoders@yahoogroups.com From: aha...@adobe.com Date: Thu, 8 Mar 2012 14:38:38 -0800 Subject: Re: [flexcoders] Flex Menu.createMenu on mouseDown issue Did you try callLater on createAndhow? On 3/8/12 9:30 AM

Re: [flexcoders] CSS Type selectors are not supported in component

2012-03-07 Thread Alex Harui
You are not inheriting from UIComponent? I’m not sure how well that is tested. You might just need to implement some IStyleXXX interface, but there’s a chance it is just not going to work. On 3/7/12 1:53 AM, k.sigiscar k.sigis...@yahoo.com wrote: Hi, I have a custom ActionScript

RE: [flexcoders] Flex Menu.hide listener...which component was clicked to close menu?

2012-03-07 Thread Philip Smith
I figured this one out...added a stage mouse down listener, and found the value in MouseEvent target. To: flexcoders@yahoogroups.com From: loudj...@hotmail.com Date: Thu, 8 Mar 2012 00:20:21 + Subject: [flexcoders] Flex Menu.hide listener...which component was clicked to close menu?

Re: [flexcoders] Flex Menu.createMenu on mouseDown issue

2012-03-07 Thread Alex Harui
What happens? On 3/7/12 6:06 PM, method_air loudj...@hotmail.com wrote: Attempting to create a flex Menu on 'mouseDown' is failing (but works using the 'click' event): private function createAndShow():void { var myMenu:Menu = Menu.createMenu(null, myMenuData, false); myMenu.show(10,

Re: [flexcoders] How to find intersection point between a lineseries and a vertical line.

2012-03-06 Thread Brendan Meutzner
I replied to the thread you mention below with the solution as well, but here I'll paste below here as well... Here are a few functions I wrote years ago for common chart transformations... the function you're going to focus on for your solution is chartToScreen... /** * Converts the screen

Re: [flexcoders] Re: Tap Android app slow to respond.

2012-03-06 Thread James Ong
Yup, mobile hardware are not as powerful as desktop PC that why there are spark components optimize for mobile, but some of the 2nd generation smartphone aren't good enough, I hope LG 4x that use quad-core can overcome the limitation. So did you code in AS3 or Flex mobile project? On Wed, Mar

Re: [flexcoders] Flex mobile - fullscreen on acer tablet ?

2012-02-27 Thread Csomák Gábor
It is Android ICS and Honeycomb limitation. You won't access that space on a factory firmware. Try it with the video player. same problem there. I hate this on my Xoom.. but it seems like Android either not want to pay, or not stable enough to use iPads finger gesture like program switching,

Re: [flexcoders] Adobe AIR run time Installer

2012-02-23 Thread James Ong
AIR 3.0 runtime for Linux is not supported. You could export a release version with Capitive Runtime that only found on FB 4.6. On Thu, Feb 23, 2012 at 7:02 PM, heman kkheman...@yahoo.com wrote: ** Hello all, I am developing adobe AIR application. I would like to bundle AIR runtime

Re: [flexcoders] Re: Adobe AIR run time Installer

2012-02-23 Thread James Ong
You have to export an AIR on Mac using Mac OS X. You will not be able to export a Mac installer from Windows environment. On Thu, Feb 23, 2012 at 8:47 PM, heman kkheman...@yahoo.com wrote: ** By using captive run time, the give the file will be with.exe extension.But we cannot use .exe in

Re: [flexcoders] Adding a button in VideoPlayer

2012-02-23 Thread claudiu ursica
Can you show code, I assume you marked the button as skinPart. C From: grimmwerks gr...@grimmwerks.com To: flexcoders@yahoogroups.com Sent: Thursday, February 23, 2012 8:41 PM Subject: [flexcoders] Adding a button in VideoPlayer   Ok I don't know if I'm

Re: [flexcoders] Adding a button in VideoPlayer

2012-02-23 Thread grimmwerks
*cough* well I *did* -- but for some reason I had public var overlayButton:ButtonBase; [SkinPart(required=false)] rather than [SkinPart(required=false)] public var overlayButton:ButtonBase; I *knew* it was something stupid… Thanks! On Feb 23, 2012, at 2:47 PM, claudiu ursica wrote:

Re: [flexcoders] How Can I Rewind/Replay SWF

2012-02-22 Thread Alex Harui
Maybe: transition.content.currentFrame=0 On 2/22/12 4:01 PM, freewillie0800 wdec...@radiantsolutionsgroup.com wrote: My Flex expert (my brother) is at a Buddhist retreat for 3 months and I need help. I have a Flex application where the intro is a looping SWF file. When someones click

Re: [flexcoders] Flex popup module ignores context menu

2012-02-21 Thread Adnan Doric
Thank you! I just remembered the related bug: https://bugs.adobe.com/jira/browse/SDK-25598 Cheers, Adnan On 21/02/2012 07:27, Alex Harui wrote: Set mouseEnabled=true on the TitleWindow On 2/20/12 3:29 AM, Adnan Doric astronaute@gmail.com wrote: Hi all, I followed the

Re: [flexcoders] Flex popup module ignores context menu

2012-02-20 Thread Alex Harui
Set mouseEnabled=true on the TitleWindow On 2/20/12 3:29 AM, Adnan Doric astronaute@gmail.com wrote: Hi all, I followed the Alex's Popup Dialogs as Modules blog entry: http://blogs.adobe.com/aharui/2007/08/popup_dialogs_as_modules.html It works with mx.containers.TitleWindow as

Re: [flexcoders] Re: popup on screen certer? [1 Attachment]

2012-02-19 Thread Jeff Gomes
Mark- I don't know what you did to test this, but I was not guessing at my answer. This is something I actually use (FB 4.6, btw, in case that matters). As my gift to you, here is my simple Alert component that extends s:SkinnablePopUpContainer (attached as a ZIP and also pasted into the

Re: [flexcoders] Re: Line Chart like Task Manager

2012-02-18 Thread Brendan Meutzner
Geoff, Not literally Zero data, but blank data. I modified the following simple example from StackOverflow to show what you can do... see the link, and then the modified code below. http://stackoverflow.com/questions/3233357/flex-extending-x-axis-on-linechart-for-unknown-future-data ?xml

Re: [flexcoders] popup on screen certer?

2012-02-17 Thread Jeff Gomes
PopUpManager.centerPopUp(pop); On 2/17/2012 14:36, markflex2007 wrote: Hi I uses:SkinnablePopUpContainer build a pop component for mobile app and use the following code to call the popup var pop:PopUpWindows = new PopUpWindows(); pop.open(this,true);

Re: [flexcoders] Line Chart like Task Manager

2012-02-15 Thread Tandon, Rishi
Geoff, you can  check the Stock chart from amcharts http://flex.amcharts.com/examples/stock_chart_example  Regards, Rishi Tandon From: gtb104 gtb...@yahoo.com To: flexcoders@yahoogroups.com Sent: Wednesday, February 15, 2012 8:30 PM Subject: [flexcoders] Line

Re: [flexcoders] Re: Line Chart like Task Manager

2012-02-15 Thread Brendan Meutzner
Geoff, You can create a large dataset with empty, or 0 values, for your Y Axis. Then when you populate data from your service, add/append those values to the end of your dataset, while removing an equal number of empty values from the beginning of the dataset. If you've created an

Re: [flexcoders] external debugger

2012-02-14 Thread Csomák Gábor
http://demonsterdebugger.com/ is the wery best. i think you'll be happy with it. On Thu, Feb 9, 2012 at 12:22 PM, Wouter Schreuders wschreud...@gmail.comwrote: well the kind of functionality I'm looking for is really for the back end programmers, occasionally they need to dip into the flex

Re: [flexcoders] external debugger

2012-02-14 Thread Wouter Schreuders
thanks! I'll have a look 2012/2/14 Csomák Gábor csom...@gmail.com ** http://demonsterdebugger.com/ is the wery best. i think you'll be happy with it. On Thu, Feb 9, 2012 at 12:22 PM, Wouter Schreuders wschreud...@gmail.comwrote: well the kind of functionality I'm looking for is

Re: [flexcoders] Advantages and Disadvantages of skinning

2012-02-10 Thread Haykel BEN JEMIA
The new skinning architecture in Flex 4 separates business logic and design for a component. The component itself contains only the functionality (the M and C of the MVC pattern) and the skin defines its visual aspect (the V of MVC). If used correctly, you can change the design (skin) of a

Re: [flexcoders] Advantages and Disadvantages of skinning

2012-02-10 Thread Tandon, Rishi
: Thursday, February 9, 2012 10:37 PM Subject: RE: [flexcoders] Advantages and Disadvantages of skinning   I think the skinning allows the components to be lighter.  But it makes everything a lot more complex.   A month ago I started a thread on what the pieces in a skin mean and not one person

Re: [flexcoders] Advantages and Disadvantages of skinning

2012-02-10 Thread The Real Napster
In the march 2010 skinning concept was introduced in version Flex 4. Its been almost 2 years, it seems like many people don't have in depth knowledge of skinning. I am struggling a lot to understand skinning properly. I have started looking into it very recently and I think its not much useful

Re: [flexcoders] different handling of mouseWheelEvents in internet explorer and firefox/Chrome

2012-02-10 Thread Wouter Schreuders
it's the same version of flash player(11.1.102.55) On 9 February 2012 21:22, Rishi Tandon rishitandon...@yahoo.com wrote: ** Have u checked the version of flash player plugin installed for IE? Sent from my iPad On 09-Feb-2012, at 5:26 PM, Wouter Schreuders wschreud...@gmail.com wrote:

Re: [flexcoders] external debugger

2012-02-09 Thread Wouter Schreuders
well the kind of functionality I'm looking for is really for the back end programmers, occasionally they need to dip into the flex side of things and they have a lot of difficulty figuring out which class they need to work on(for instance you have your application, then a module, then a component

Re: [flexcoders] different handling of mouseWheelEvents in internet explorer and firefox/Chrome

2012-02-09 Thread Rishi Tandon
Have u checked the version of flash player plugin installed for IE? Sent from my iPad On 09-Feb-2012, at 5:26 PM, Wouter Schreuders wschreud...@gmail.com wrote: Hi All I've been having problems with the amount of scrolling that happens when you use the mouse-wheel with VScrollBar. I

RE: [flexcoders] Displaying spark scrollbars for mx components wrapped in a scroller

2012-02-09 Thread Philip Smith
to have to skin the mx scroll bars separately for now. To: flexcoders@yahoogroups.com From: hayke...@gmail.com Date: Thu, 9 Feb 2012 08:19:38 +0100 Subject: Re: [flexcoders] Displaying spark scrollbars for mx components wrapped in a scroller

Re: [flexcoders] Multiple service calls in Flex Application?

2012-02-09 Thread Tandon, Rishi
Hi Mark, The service calls (I am assuming RMI) are asynchronous and you can make as many as RMI (HTTP, Web Service, Remote Class) in an flex application. You can also use some framework to chain concurrent calls in flex. Try Chaining API of SWIZ

RE: [flexcoders] Advantages and Disadvantages of skinning

2012-02-09 Thread Davidson, Jerry
I think the skinning allows the components to be lighter. But it makes everything a lot more complex. A month ago I started a thread on what the pieces in a skin mean and not one person was able to respond so there seems to be a learning curve at work. From: flexcoders@yahoogroups.com

Re: [flexcoders] privacy settings popup

2012-02-08 Thread claudiu ursica
You can't, FP does not provide a close event for that panel. There was a request in Jira but I am not sure what the status of this is  You need to listen for camera events and guess. There is activity and status events. In addition what I do I start a timer and monitor for a couple of

Re: [flexcoders] privacy settings popup

2012-02-08 Thread Csomák Gábor
thanks On Wed, Feb 8, 2012 at 2:52 PM, claudiu ursica the_bran...@yahoo.comwrote: You can't, FP does not provide a close event for that panel. There was a request in Jira but I am not sure what the status of this is You need to listen for camera events and guess. There is activity and

Re: [flexcoders] external debugger

2012-02-08 Thread Alex Harui
FDB comes with the SDK. It is command-line, but I use it 99% of the time as it is way faster than the GUI debugger in FlashBuilder for most problems I have to solve. On 2/7/12 11:06 PM, Wouter Schreuders wschreud...@gmail.com wrote: Hi All Can anyone recommend a debugger for flex that

Re: [flexcoders] Advantages and Disadvantages of skinning

2012-02-08 Thread James Ong
There only 3's advatanages and disadvantages: Pros: Customizable to distingish itself; ex, cancel button is red in color. More personalize for different applications rather than using boring theme style. Unique-ness Cons: Incurred more CPU processing Increase memory consumption for using Bitmap

Re: [flexcoders] Displaying spark scrollbars for mx components wrapped in a scroller

2012-02-08 Thread Haykel BEN JEMIA
The child of the Scroller (called viewport) must resize freely for scrolling to work. If you set its size to '100%' then it will always have the size of the scroller and scrolling will never be required. Try this (not tested): s:Scroller width=100% height=100% verticalScrollPolicy=on s:Group

Re: [flexcoders] Flex 3 - 4 migration and s:States

2012-02-07 Thread Tandon, Rishi
Well I tried your code in flex sdk 4.6 and could not include mx:states as it is deprecated. But replacing ms:states with s:states works like a butter. Please refer to the code below: ?xml version=1.0 encoding=utf-8? s:Application xmlns:fx=http://ns.adobe.com/mxml/2009   

Re: [flexcoders] Re: s:Image and s:BitmapImage?

2012-02-07 Thread Haykel BEN JEMIA
Use Image if you want to display loading states of images, generally when loading external images based on user interaction. Use BitmapImage for skinning purposes. Haykel Ben Jemia Allmas Web Mobile Development http://www.allmas-tn.com On 7 February 2012 15:38, markflex2007

Re: [flexcoders] Flex 3 - 4 migration and s:States

2012-02-07 Thread The Real Napster
Set/assign the state( currentState=Oct2010 ) inside creationComplete handling method. Ex. protected function application1_creationCompleteHandler(event:FlexEvent):void { // TODO Auto-generated method stub this.currentState = Oct2010; } May be all the states might have not laid-out while

Re: [flexcoders] Flex 3 - 4 migration and s:States

2012-02-07 Thread The Real Napster
In that example he has mentioned like bellow. s:states mx:State id=Oct2010 name=Oct2010/ mx:State name=Oct2011/ mx:State name=Apr2012/ /s:states WORKS *but not this one* mx:states s:State id=Oct2010 name=Oct2010/ s:State name=Oct2011/

RE: [flexcoders] Flex 3 - 4 migration and s:States

2012-02-07 Thread Sells, Fred
/MdsClientBeta1/src/sections Flex Problem From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tandon, Rishi Sent: Tuesday, February 07, 2012 4:35 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 3 - 4 migration and s:States Well I

Re: [flexcoders] soundchannels for 3+ speakers

2012-02-06 Thread James Ong
No, both are not related. Stage3D is for graphic, not audio On Feb 6, 2012 8:06 PM, Csomák Gábor csom...@gmail.com wrote: Hi! Since Stage3D is out, can you play sounds from specific speakers in AIR? Like in a 5.1 system, use the center? Thanks

Re: [flexcoders] soundchannels for 3+ speakers

2012-02-06 Thread Csomák Gábor
yes, but i tought, if adobe wants 3d games, then maybe they'll support 3d sounds. thanks :( On Mon, Feb 6, 2012 at 1:15 PM, James Ong yanlile...@gmail.com wrote: No, both are not related. Stage3D is for graphic, not audio On Feb 6, 2012 8:06 PM, Csomák Gábor csom...@gmail.com wrote:

Re: [flexcoders] spark scrollbar skinning

2012-02-06 Thread Wouter Schreuders
in Flash Build create a new skin, specify the host component as HScrollBar and FB will generate a generic HScrollBar skin for you, inside of that skin are a couple of buttons which make up the skin. Repeat this procedure for those buttons and you'll have your skin. On 2 February 2012 23:03,

Re: [flexcoders] soundchannels for 3+ speakers

2012-02-06 Thread James Ong
*Multichannel audio digital output* (AIR for TV only). Adobe AIR for TV can now play Dolby Digital Plus 5.1 Surround and DTS 5.1 audio streams. The new Capabilities.hasMultiChannelAudio property, the new AudioDecoder class (containing constants representing several different multichannel audio

Re: [flexcoders] Problems creating/updating DB record with selection from DropDownList

2012-02-05 Thread Scott Fanetti
It looks like you are setting the status on the change in the drop down list but not casting it. Is that your issue? The change handler does not seem attached - what is triggering it? When you debug it - what are the contents of the drop down list data provider? Sent from my iPhone On Feb

Re: [flexcoders] s:Image and s:BitmapImage?

2012-02-04 Thread Alex Harui
There are “primitives” and “components” in Spark. Primitives like s:BitmapImage go in a skin for a skinnable component like s:Image On 2/3/12 10:18 AM, markflex2007 markflex2...@yahoo.com wrote: Hi, what is the different between s:Image and s:BitmapImage? I am a little confuse.Thanks

Re: [flexcoders] Security Sandbox Violation for module accessing localhost rest service in dev

2012-02-03 Thread Alex Harui
Use a testing server, don’t run from file:// On 2/2/12 9:45 AM, Greg Lafrance glafra...@chikaradev.com wrote: Our app has a main module with link button, and clicking each link button loads different modules in the main content area. For only one module, we get a Security Sandbox

Re: [flexcoders] TileLayout for DataGrid [1 Attachment]

2012-02-02 Thread Tandon, Rishi
Jeff, What do you mean by toggle b/w vertical tile layout w.r.t. Data Grid? Spark's datagrid uses spark.components.gridClasses.GridLayout which is a virtual two dimensional layout for the Grid class and is not a general purpose layout, it's only intended to be use with Grid. Anyhow if you want

Re: [flexcoders] spark DataGrid

2012-02-02 Thread Tandon, Rishi
http://stackoverflow.com/questions/5900231/flex-4-5-hero-sdatagrid-rowcount  From: Wouter Schreuders wschreud...@gmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, February 1, 2012 6:05 PM Subject: [flexcoders] spark DataGrid   Hi All Does anyone

Re: [flexcoders] spark DataGrid

2012-02-02 Thread Wouter Schreuders
Thanks, I actually decided to just rebuild the entire thing using spark lists. DataGrid seems very problematic. On 2 February 2012 10:19, Tandon, Rishi rishitandon...@yahoo.com wrote: ** http://stackoverflow.com/questions/5900231/flex-4-5-hero-sdatagrid-rowcount

Re: [flexcoders] Re: Audio codecs?

2012-02-02 Thread Dan M
On 02/01/2012 05:56 PM, Dan M wrote: On 02/01/2012 03:59 PM, Dan M wrote: I've got my encoder mostly working. I can do live streaming just fine. However, when the streaming server on the other end archives my streams I can't play the archived files. Looking through the documentation for

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-31 Thread Tandon, Rishi
Murthy s.m.srini...@gmail.com To: flexcoders@yahoogroups.com Sent: Tuesday, January 31, 2012 10:08 AM Subject: Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.   Rishi, Please read the complete email before you ask for something. I understand you like to help

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-31 Thread Dan M
Thanks, Srinivas. It's true, I came to Flash Builder in a bit of a hurry and didn't take the time to read as much of the documentation as I should have. I had indeed not understood the FB mechanisms properly. With your explanation I understand a bit better what I need to do. Thanks again! On

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-31 Thread Dan M
Thank you, Rishi! That helps a lot. And I was able to import that fxp file and compile with no problems. It looks like I can continue to push ahead with development and maybe learn a little more about the proper use of Flash Builder in the process. On 01/31/2012 12:43 AM, Tandon, Rishi wrote:

Re: [flexcoders] Flex icon filed on list

2012-01-30 Thread Isabelle Loyer Perso

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-30 Thread Tandon, Rishi
Dan, send over your mxml and as file here. There could be many reasons for the exception: 1. Compatible with the sdk. Try to change to flex sdk 3.2 or 3.6 2. Namespace inclusion. In you code, the namespace is pointed to http://www.adobe.com/2006/mxml; Whereas, in sdk 4 onwards, we are using three

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-30 Thread Dan M
On 01/30/2012 06:11 AM, Tandon, Rishi wrote: Dan, send over your mxml and as file here. There could be many reasons for the exception: 1. Compatible with the sdk. Try to change to flex sdk 3.2 or 3.6 2. Namespace inclusion. In you code, the namespace is pointed to http://www.adobe.com/2006/mxml;

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-30 Thread Srinivas Sandur Madhu Murthy
Rishi, Please read the complete email before you ask for something. I understand you like to help, but please read-up completely, understand problem then ask for things to help more. Dan, Whether you use Command-line or Flex Builder it doesn't matter, you always will try to compile 1

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused. [1 Attachment]

2012-01-30 Thread Tandon, Rishi
: Srinivas Sandur Madhu Murthy s.m.srini...@gmail.com To: flexcoders@yahoogroups.com Sent: Tuesday, January 31, 2012 10:08 AM Subject: Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.   Rishi, Please read the complete email before you ask for something. I

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-30 Thread Srinivas Sandur Madhu Murthy
To: flexcoders@yahoogroups.com Sent: Tuesday, January 31, 2012 10:08 AM Subject: Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused. Rishi, Please read the complete email before you ask for something. I understand you like to help, but please read-up completely

Re: [flexcoders] Need help dynamically modifying text displayed based on DB return

2012-01-30 Thread Haykel BEN JEMIA
I think the best way is to use states. Define the different states for your component, e.g. s:states s:State name=available / s:State name=sold / s:State name=other / /s:states You have now to track changes to win.status and set the current state accordingly, e.g. by listening to the

RE: [flexcoders] Flex icon filed on list

2012-01-29 Thread Alex Harui
The default itemrenderer doesn't load external images as icons. You will need a custom itemRenderer. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

Re: [flexcoders] Flex icon filed on list

2012-01-29 Thread Isabelle Loyer Perso

RE: [flexcoders] Flex icon filed on list

2012-01-29 Thread Alex Harui
, 2012 11:04 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex icon filed on list Thanks for this answer. Can you explain to me how to refer to item renderer in AS3. Thanks Le 29/01/12 19:01, Alex Harui a écrit : The default itemrenderer doesn't load external images as icons. You

Re: [flexcoders] explicitly setting tabbing order on an itemrenderer in a datagrid

2012-01-28 Thread Wouter Schreuders
Spark Sent from my iPad On 28 Jan 2012, at 8:51 AM, Alex Harui aha...@adobe.com wrote: Mx or spark DG? Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

Re: [flexcoders] explicitly setting tabbing order on an itemrenderer in a datagrid

2012-01-28 Thread Wouter Schreuders
Spark Sent from my iPad On 28 Jan 2012, at 8:51 AM, Alex Harui aha...@adobe.com wrote: Mx or spark DG? Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

Re: [flexcoders] Re: mobile app need show a web page

2012-01-27 Thread Haykel BEN JEMIA
StageWebView Haykel. Sent from my Android phone. Le 27 janv. 2012 19:53, markflex2007 markflex2...@yahoo.com a écrit : ** Hi, any way to embed HTML page in mobile application? it seem not uicomponent to do this for mobile. Please help. Mark --- In flexcoders@yahoogroups.com,

RE: [flexcoders] explicitly setting tabbing order on an itemrenderer in a datagrid

2012-01-27 Thread Alex Harui
Mx or spark DG? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Wouter Schreuders Sent: Friday, January 27, 2012 1:42 AM To: flexcoders@yahoogroups.com

Re: [flexcoders] Calling ViewNavigator from an .as file

2012-01-26 Thread Tandon, Rishi
I didn't got much time to read through it, but this might interest you http://devgirl.org/2011/05/18/flex-4-5-mobile-data-handling/ Regards, Rishi Tandon From: stldvd stl...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thursday, January 26, 2012 7:21 AM

RE: [flexcoders] Evaluating a Boolean String Expression

2012-01-26 Thread Merrill, Jason
Separate out the (, ), |,not etc. by splitting the string up based on what you find. You could add some logic to split the string into an array from where those characters are found and look to the values to the left if an OR (||) is found, for example. Then put that logic into a function like

RE: [flexcoders] Exiting from a Flex app

2012-01-26 Thread Gordon Smith
I think you can call flash.net.navigateToURL() to change the browser page. When you change the page, the instance of the Flash Player playing the old page will get terminated. - Gordon Smith, Adobe From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dan M Sent:

RE: [flexcoders] Passing query string to swf through flashplayerdebugger

2012-01-25 Thread Alex Harui
If you are using FLashBuilder, you should be able to see traces in the console if you use Debug as menu option. Usually a SWF is launched with parameters from an HTML wrapper, and FlashBuilder will start up a browser with that HTML wrapper. Alex Harui Flex SDK Developer Adobe Systems

RE: [flexcoders] Passing query string to swf through flashplayerdebugger

2012-01-25 Thread Alex Harui
://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: Alex Harui Sent: Wednesday, January 25, 2012 2:55 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Passing query string to swf through flashplayerdebugger If you are using FLashBuilder, you should be able to see traces

Re: [flexcoders] Passing query string to swf through flashplayerdebugger

2012-01-25 Thread Dan M
I'm developing on Linux, so don't have access to FlashBuilder. I'm just using the Flex SDK tools from the command line. I figured it out, though. I just make sure to move my swf over to my web server docroot and access it with flashplayerdebugger with the appropriate ? and arguments. Now

Re: [flexcoders] Native extension for windows

2012-01-24 Thread James Ong
Yes, you could on Windows, Mac or mobile device. On Tue, Jan 24, 2012 at 9:13 PM, chiek...@gmail.com chiek...@gmail.comwrote: ** Hey people! I want to write some native app for windows, and sadly enough I have no experience with C or C++. Though, I can write Java... Is it possible to use

Re: [flexcoders] Native extension for windows

2012-01-24 Thread Tandon, Rishi
Yes you can. Use the window.runtime.flash.desktop.NativeProcess class Video to check: http://tv.adobe.com/watch/adc-presents/invoke-native-process-in-adobe-air-2/ Regards, Rishi Tandon From: chiek...@gmail.com chiek...@gmail.com To: flexcoders@yahoogroups.com

Re: [flexcoders] Native extension for windows

2012-01-24 Thread James Ong
Try not to use NativeProcess, I have a bad experience with pipe data that couldn't read value from Java properly which is why I have implement Java socket to read and sent data over Flash XMLSocket. On Tue, Jan 24, 2012 at 10:22 PM, Tandon, Rishi rishitandon...@yahoo.comwrote: ** Yes you

Re: [flexcoders] I am finally became Boss...

2012-01-24 Thread anas naeem
Another one  From: srikanth reddy srikanthli...@yahoo.co.in To: anjaneyare...@yahoo.com anjaneyare...@yahoo.com; bits_vi...@yahoo.co.in bits_vi...@yahoo.co.in; flexcoders@yahoogroups.com flexcoders@yahoogroups.com; haribabun...@hotmail.com

Re: [flexcoders] send failed

2012-01-20 Thread Michal Szczepanski
Try the firebug you have 99% wrong server url or port so there won't be any serverside logs 2012/1/20 Greg Morphis gmorp...@gmail.com We have an older flex app written in Flex 2 with ColdFusion as middle ware. I haven't messed with this app or Flex in well over a year. The app partially

Re: [flexcoders] VGroup vertical gap cannot be reduced

2012-01-20 Thread Alex Harui
You mean you set gap to 0 and nothing happened? On 1/20/12 3:26 PM, Patricia Han flex...@yahoo.com wrote: Hi, We just moved from flex 3.5 to 4.5 and found that the gap property cannot be reduced. The default is pretty big. Please let me know if you happen to know the answer. Thanks, Pat

Re: [flexcoders] AIR - Content resize according window

2012-01-19 Thread Isabelle Loyer Perso

Re: [flexcoders] AIR - Content resize according window

2012-01-19 Thread Isabelle Loyer Perso

Re: [flexcoders] Re: Flex alternatives

2012-01-19 Thread Dave Glasser
I'll use what I've always used. Visual SlickEdit and Apache ant. And from what I've heard, FlashDevelop (http://www.flashdevelop.org), which is mature, robust, free and open source, is also pretty good. From: Ron G rgri...@sinclairoil.com To:

Re: [flexcoders] odd crossdomain.xml problem

2012-01-19 Thread Alex Harui
Are you setting the SecurityDomain parameter in loadStyleDeclarations? On 1/19/12 8:06 PM, flexwdw flex...@yahoo.com wrote: So, I have a situation where my app swf is separate from my stylesheet swf. I use styleManager.loadStyleDeclartions to do this. In some situations we have, my app

Re: [flexcoders] Announcing Flex User Group 2012 Tour: North America Dates

2012-01-18 Thread ganaraj p r
Just a request. Would be great if you guys could record the sessions and upload on adobe tv or atleast youtube. On Wed, Jan 18, 2012 at 7:08 AM, Tandon, Rishi rishitandon...@yahoo.comwrote: ** Announcing Flex User Group 2012 Tour: North America Dates by Deepa Subramaniam As we promised at

Re: [flexcoders] Re: Flex alternatives

2012-01-18 Thread Sam Lai
On 18 January 2012 02:05, Merrill, Jason jason.merr...@bankofamerica.comwrote: The problem isn’t even that large companies are in bed with Microsoft (that is a problem), but it’s that they have many many existing legacy enterprise apps that only work or have only been tested to work in IE,

Re: [flexcoders] Checkbox

2012-01-18 Thread Alex Harui
See the itemrenderer posts on my blog On 1/18/12 2:08 AM, abhinay.dronamraju abhinay.dronamr...@yahoo.com wrote: Hi I am new to flex and I am not able to figure out how to stop checkboxes from randomly getting selected in a datagrid. here is the code I have so far. Thanks ?xml

Re: [flexcoders] Re: How to access IP camera with Adobe air?

2012-01-18 Thread James Ong
You need to convert that into MPEG-4 format before it can be playback on Adobe AIR. Try google for flash video tutorial and NativeProcess to give you some idea how to implement it. The NativeProcess function in AIR is useful to control FFMPEG application in the background which can be convert the

Re: [flexcoders] Re: Flex alternatives

2012-01-17 Thread John Fletcher
Out of interest... why does ZK marketing material never mention HTML5? They used to say direct RIA though I can't see that on the site anymore. I thought HTML5 was the new buzzword and that it would make sense to state it at least 3 times on every page? John 2012/1/17 Ron G rgri...@sinclairoil.com

Re: [flexcoders] Re: Flex alternatives

2012-01-17 Thread Johannes Nel
I have said this before, look at google closure. you code in javascript, annotate your types a compiler which gives you real errors, it has a component library with a well defined livecycle. it is what gmail, docs, goog+ is written in. it is really really good. On Tue, Jan 17, 2012 at 8:58 AM,

Re: [flexcoders] AIR - Content resize according window

2012-01-17 Thread Tandon, Rishi
Could you send over your code? From: isa_loyer isa_lo...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Tuesday, January 17, 2012 5:22 PM Subject: [flexcoders] AIR - Content resize according window   Hi, I have a window witch is resizing on creationcomplete

Re: [flexcoders] AIR - Content resize according window

2012-01-17 Thread Robert VanCuren Jr
Check minWidth and minHeight On Tue, Jan 17, 2012 at 7:31 AM, Tandon, Rishi rishitandon...@yahoo.comwrote: ** Could you send over your code? -- *From:* isa_loyer isa_lo...@yahoo.fr *To:* flexcoders@yahoogroups.com *Sent:* Tuesday, January 17, 2012 5:22 PM

<    1   2   3   4   5   6   7   8   9   10   >