Re: [flexcoders] Xframe option in flex

2015-12-09 Thread Dave Glasser dglas...@pobox.com [flexcoders]
X-Frame-Options is an HTTP response header. It is set on the server. You can't set it from your Flex code. From: "Ranadeep ghosh rnd...@yahoo.in [flexcoders]" To: "flexcoders@yahoogroups.com" Sent: Wednesday, December 9, 2015 4:21 AM Subject: [flexcoders] Xframe option in flex

Re: [flexcoders] Re: flex multiple filter function using text input, combobox and date range

2015-12-03 Thread Dave Glasser dglas...@pobox.com [flexcoders]
Help with what? From: "stinas...@yahoo.com [flexcoders]" To: flexcoders@yahoogroups.com Sent: Thursday, December 3, 2015 9:31 AM Subject: [flexcoders] Re: flex multiple filter function using text input, combobox and date range any help?

Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Dave Glasser dglas...@pobox.com [flexcoders]
or my needs.  Yeah, obviously the lists died and we are never going to see Flash adopted on mobile devices or tablets through the player, but there is still definitely a niche for Flex and native applications developed in it. On Sep 23, 2015 9:41 AM, "Dave Glasser dglas...@pobox.com [flexcod

Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Dave Glasser dglas...@pobox.com [flexcoders]
You must live in a different world than I do, because my world did not "hold its breath for Apple putting the Flash Player in iOS." And Flash/Flex-based apps run fine on both iOS and Android, with little or no changes. From: "Julian Tenney julian.ten...@nottingham.ac.uk [flexcoders]" T

Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Dave Glasser dglas...@pobox.com [flexcoders]
That's news to me, that Apple "won the battle of the Flash Player." I have an iOS Flex app in the Apple App Store. And the Flash player is probably still installed in about 97% of desktop browsers. From: "Julian Tenney julian.ten...@nottingham.ac.uk [flexcoders]" To: "flexcoders@yahoog

Re: [flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-29 Thread Dave Glasser dglas...@pobox.com [flexcoders]
52 Yeah, there should be per-module styles in all Apache Flex versions. BTW, you’ll get more timely assistance by asking on the us...@flex.apache.org mailing list. -Alex From: on behalf of "Dave glasserdglas...@pobox.com [flexcoders]" Reply-To: "flexcoders@yahoogroups.com&q

Re: [flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-29 Thread Dave Glasser dglas...@pobox.com [flexcoders]
I think if each window loads a module, that module gets its own styles.  You might need Flex 4.6 or later for that to work. -Alex From: on behalf of "Dave glasserdglas...@pobox.com [flexcoders]" Reply-To: "flexcoders@yahoogroups.com" Date: Friday, July 24, 2015 at

[flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-24 Thread Dave Glasser dglas...@pobox.com [flexcoders]
I'm developing a multi-window Flex/AIR desktop app. I would very much like to be able to change CSSStyleDeclarations on a per-window basis. It seems that if I do: var decl:CSSStyleDeclaration = window.styleManager.getCSSStyleDeclaration("fully.qualified.WidgetClassName");decl.setStyle("widgetColo

[flexcoders] Seeking Flex Contractors

2015-02-24 Thread Dave Glasser dglas...@pobox.com [flexcoders]
I'm looking for 1 or 2 Flex contractors, located in the US or Canada, for remote work. Please contact me at dglas...@pobox.com if interested.

Re: [flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread Dave Glasser dglas...@pobox.com [flexcoders]
Doing this:var url:String="documents/" + encodeURIComponent(docs.selectedItem.documentName); will handle cases where the document name contains special characters that would break the URL. On Thursday, November 6, 2014 9:14 AM, "Jim Hayes j...@primalpictures.com [flexcoders]" wrote:

Re: [flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread Dave Glasser dglas...@pobox.com [flexcoders]
I don't mean to be rude, but does it not occur to you that the actual text of the error message might be important in diagnosing your problem? In your initial request for help, you didn't even bother to mention the problem was "concerning the path". Stinasius, I'd like to help you, but if it requ

Re: [flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread Dave Glasser dglas...@pobox.com [flexcoders]
What do do you mean by "not working"? On Thursday, November 6, 2014 4:20 AM, "stinas...@yahoo.com [flexcoders]" wrote: Any help guys?

Re: [flexcoders] Which AIR SDK to use with Flex?

2014-10-25 Thread Dave Glasser dglas...@pobox.com [flexcoders]
h AIR SDK to use with Flex? [1 Attachment]   [Attachment(s) from Dave Glasser included below]  From the PDF I gather that you can't build Flex apps with the AIR SDK, which makes sense. But the notice on the page suggests that you should not package Flex Apps as AIR apps using the full AIR SDK, bu

Re: [flexcoders] Which AIR SDK to use with Flex? [1 Attachment]

2014-10-23 Thread Dave Glasser dglas...@pobox.com [flexcoders]
nt-weight:bold;}#yiv2173584811 #yiv2173584811 [Attachment(s) from John McCormack included below] The link "Read the ActionScript Compiler 2.0 (PDF, 20Kb)" explains that "... it does not support mxmlc compc compiling Flex applications" Maybe its because some of Flex code is

[flexcoders] Which AIR SDK to use with Flex?

2014-10-23 Thread Dave Glasser dglas...@pobox.com [flexcoders]
On the download page for the AIR SDK: http://www.adobe.com/devnet/air/air-sdk-download.html It says: Note: Flex users will need to download the original AIR SDK without the new compiler. and provides separate links to SDKs that are about 15% smaller. Does anyone know the reasoning behind this?

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Dave Glasser
d all cases (and I couldn't find the old bug report).  Not having the recycler might slow down your app a bit.  If you have a small test case, please file a bug at issues.apache.org/jira under the Flex project there. From: Dave Glasser Reply-To: "flexcoders@yahoogroups.com&quo

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Dave Glasser
turning off the recycler:  http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/compose/TextLineRecycler.html From: Dave Glasser Reply-To: "flexcoders@yahoogroups.com" Date: Thursday, June 13, 2013 9:16 AM To: "flexcoders@yahoogroups.com" Subjec

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Dave Glasser
Flex SDK?  This sounds like an old bug. From: Dave Glasser Reply-To: "flexcoders@yahoogroups.com" Date: Thursday, June 13, 2013 8:57 AM To: "flexcoders@yahoogroups.com" Subject: [flexcoders] UIFTETextField - randomly disappearing lines   I have a UIFTETextField that is displ

[flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Dave Glasser
I have a UIFTETextField that is displaying a line of text 115 characters long. I set its width to 300 with wordwrap enabled, and it wraps the text into 3 lines. The weird thing is that any or all of the lines may be invisible when this object is displayed. Sometimes you'll see the first and thir

Re: [flexcoders] Array literals - odd behavior

2013-04-11 Thread Dave Glasser
Array literals - odd behavior On 11/04/2013 20:45, Dave Glasser wrote: >Yes, I think it matters quite a bit. It would be very easy for someone, even >in their right mind, to unintentionally have an extra comma somewhere in the >middle of a long array literal and not notice it. And

Re: [flexcoders] Array literals - odd behavior

2013-04-11 Thread Dave Glasser
Yes, I think it matters quite a bit. It would be very easy for someone, even in their right mind, to unintentionally have an extra comma somewhere in the middle of a long array literal and not notice it. And the compiler would not tell them, but instead would insert an empty element at that spot

[flexcoders] Array literals - odd behavior

2013-04-11 Thread Dave Glasser
In Java and other C-derived languages, an array literal can have a comma after the last element, for example: int[] numList = {1, 2, 3,}; In ActionScript, you can do the same thing: var numList:Array = [1, 2, 3,]; In both cases, the array has a length of 3. The trailing comma is basically ign

Re: [flexcoders] Apple Mobile App

2013-03-28 Thread Dave Cates
You can safely ignore that :) On 28 March 2013 23:52, Jake Churchill wrote: > ** > > > Guys, > > I just submitted an update (bug fixes) to an iOS flex mobile app and I got > this email back saying: > > *Missing Push Notification Entitlement* - Your app appears to include API > used to register w

Re: [flexcoders] What happened to the Flex Style Explorer?

2013-03-27 Thread Dave Glasser
h.ca Author, Professional Flex 3 :: http://tinyurl.com/proflex3book Dave Glasser wrote: >The old Flex Style Explorer seems to be gone from the web. Does anyone know where any copies (or the source) might exist? > > >

Re: [flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App

2013-03-06 Thread Dave Glasser
ups.com" Sent: Wednesday, March 6, 2013 12:24 PM Subject: Re: [flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App Re: [flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App Is the child app’s main class also called Main.mxml? On 3/6/13 7:00 AM, &

[flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App

2013-03-06 Thread Dave Glasser
I'm using a SWFLoader to load a Flex app -- I'll call it the child app - inside my main Flex app. I've used tracing code on the server to prove that the child app is being requested and served by the SWFLoader. What's happening, however, is that a new instance of the main app is being created an

Re: [flexcoders] What happened to the Flex Style Explorer?

2013-02-14 Thread Dave Glasser
12:32 AM Subject: Re: [flexcoders] What happened to the Flex Style Explorer? [1 Attachment] [Attachment(s) from Tandon, Rishi included below] PFA is the Flex 3 style explorer build for desktop. Cheers! Rishi From: Dave Glasser To: "flexcoders@yahoogro

[flexcoders] What happened to the Flex Style Explorer?

2013-02-13 Thread Dave Glasser
The old Flex Style Explorer seems to be gone from the web. Does anyone know where any copies (or the source) might exist?

Re: [flexcoders] updateDisplayList() called before commitProperties()

2012-09-26 Thread Dave Glasser
ayList() called before commitProperties() If you are adding the component in the updateDisplayList of a parent, I think that can happen.  The List classes call validateClient on components added in updateDisplayList in order to get them through their other phases. On 9/26/12 12:35 PM, "

[flexcoders] updateDisplayList() called before commitProperties()

2012-09-26 Thread Dave Glasser
I have a custom component and the first time updateDisplayList() is called, it is called before commitProperties() has been called for the first time. It still happens even after I put: invalidateProperties(); in the constructor. The stacktrace looks like this:     at mx.core::UIComponent/val

[flexcoders] Styling MX button in Spark Theme application

2012-07-14 Thread Dave Glasser
I have an app that I'm porting from Flex 3.3 to Flex 4.6. I'm not using the Halo theme, and I don't want to. I have a lot of mx.controls.Button objects. They have a nice, 3-D look, with a gradient that goes from a light gray at the top to a slightly darker gray at the bottom. The CSS styles tha

Re: [flexcoders] Looking for a developer to convert an AIR app to iPad in Flash Builder

2012-06-01 Thread Dave Cates
Hi Kevin, That's exactly what we specialise in. Would love to hear more... Won't pass on my personal email address here because of spam but you can reach me here: i...@redemptionmedia.co.uk Thanks, Dave. On 1 Jun 2012, at 23:11, Kevin MacDonald wrote: > Hello, > >

Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread Dave Glasser
You need to put your stuff inside controlBarContent array. C ____ From: Dave Glasser To: "flexcoders@yahoogroups.com" Sent: Monday, March 12, 2012 5:28 PM Subject: [flexcoders] ControlBar not visible in Flex 4.6   I have an app originally developed

Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread Dave Glasser
test case. On 3/12/12 9:28 AM, "Dave Glasser" 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 >compo

[flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread Dave Glasser
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 mx.containers.TitleWindow with a mx.containers.ControlBar added as the last child. It shows up as expecte

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 To: flexcoders@yahoogroups.com Sent: Saturd

Re: [flexcoders] Flex & Virtual Camera

2012-01-11 Thread Dave Cates
camera. http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebView.html That will display the camera output as it would do in a standard browser. Hope that helps! Dave. On 11 Jan 2012, at 19:42, markflex2007 wrote: > Hi, > > I have a ip camera and it i

Re: [flexcoders] You are the product

2011-12-17 Thread Dave Glasser
Can you do something comparable to this with HTML5/JS/CSS? http://examples2.idashboards.com/idashboards/?guestuser=wputil1&dashID=260 If so, do you have any links to examples? From: Guy Morton Using HTML/JS/CSS you CAN do apps that look every bit as nice as Fl

Re: [flexcoders] E-Mail from flex.

2011-12-14 Thread Dave Glasser
If you're only sending mail, it's fairly simple with the Javamail API: http://www.oracle.com/technetwork/java/javamail/index.html Your flex app would send the parts of the email message to the server and the server would construct the message and send it using the Javamail API, and smtp or smtp

[flexcoders] won't compile

2011-11-26 Thread Dave Glasser
The code below compiles fine with the Flex 4.5.1 SDK if I remove the line: but with the line in there, I get the error: Error: Could not resolve to a component implementation. In fact, I can't seem to get the tag to work anywhere. Does anyone know what I'm doing wrong? Here's the code: ht

Re: [flexcoders] Re: We've published Flash Player versions stats from our site

2011-11-22 Thread Dave Cates
Bug fixes and optimisations? On 22 Nov 2011, at 21:44, tom.chiverton wrote: > Why would I want to use a more recent SDK, if not to use the latest features ? > > Tom > >

[flexcoders] srikanth reddy

2011-11-22 Thread Dave Glasser
Would the owner of this list please remove srikanth reddy so we don't have to get any more of this spam? From: srikanth reddy To: "anjaneyare...@yahoo.com" ; "bits_vi...@yahoo.co.in" ; "flexcoders@yahoogroups.com" ; "haribabun...@hotmail.com" ; "jagdish...@

Re: [flexcoders] Re: We've published Flash Player versions stats from our site

2011-11-22 Thread Dave Cates
They do unless you use the swf-version override which is what I meant - sorry, didn't explicitly mention it as we never use the -target-player override just the -swf-version one. If you compile to -swf-version=9 Then it will work on player 9 if you don't use any SDK elements requiring a more a

Re: [flexcoders] We've published Flash Player versions stats from our site

2011-11-22 Thread Dave Cates
Hey Tom, Interesting… Not sure I understood your last line though… What features of FP11 are you requiring? Am sure you know that in Flex 4.5/4.6 you can easily target older players? We consistently are targeting FP9 using Flash Builder 4.6 Dave. On 22 Nov 2011, at 10:52, tomchiverton wrote

Re: [flexcoders] Embedded SVG scales like bitmap.

2011-10-16 Thread Dave Glasser
_ From: Johannes Nel To: flexcoders@yahoogroups.com Sent: Sunday, October 16, 2011 2:39 PM Subject: Re: [flexcoders] Embedded SVG scales like bitmap. export it as a swf On Sun, Oct 16, 2011 at 6:46 PM, Dave Glasser wrote: >  >I drew a simple irregular polygon in Adobe Illustrator

[flexcoders] Embedded SVG scales like bitmap.

2011-10-16 Thread Dave Glasser
I drew a simple irregular polygon in Adobe Illustrator and saved it as an SVG. I embedded it in my Flex app as a SpriteAsset.  I then set it as the skin (all states) for a button. When I set the button size much larger than the original size of the SVG (approx 75X75 pixels), the sides of the pol

[flexcoders] SWFLoader - handling 401 response

2011-09-27 Thread Dave Glasser
I'm working with a SWFLoader to load images. If it tries to load an image from a URL that requires authorization, IE pops up a login dialog. This is particularly annoying when there are many SWFLoaders displayed. I'd like it to quietly fail. I'm calling unloadAndStop() when the 401 response code

Re: [flexcoders] How to insert mobile ad?

2011-08-22 Thread Dave Cates
ve thought Google would have their act together by now though! Dave. On 22 Aug 2011, at 08:14, luvfotography wrote: > Can someone recommend an easy way to serve ads in my flex mobile game? > (so I can make sow money) > Has any one used admob, mochiads, etc? Do I need an actionscript API? > Thanks > >

Re: [flexcoders] Purchase Previous Adobe Licenses

2011-08-17 Thread Dave Cates
Great ;) Makes you wonder why Adobe Licensing never mentioned it though... Dave. On 17 Aug 2011, at 12:54, Paul Andrews wrote: > On 17/08/2011 11:41, Dave Cates wrote: > >> Hey, >> >> Am I missing something or does this page not provide what you need? (a

Re: [flexcoders] Purchase Previous Adobe Licenses

2011-08-17 Thread Dave Cates
Hey, Am I missing something or does this page not provide what you need? (a Coldfusion 8 license?) http://www.adobe.com/products/coldfusion/coldfusion8/buy/ Dave. On 17 Aug 2011, at 10:52, Paul Andrews wrote: > On 17/08/2011 10:37, Brendan Meutzner wrote: > >> Paul, >>

[flexcoders] Re: unable to bind to property

2010-08-04 Thread Dave Bonnell
As Alex mentioned, binding expressions require bindable objects. The plain Object elements in your ArrayCollection are not bindable, so you will get binding warnings if you attempt to bind to properties (e.g. name) on those objects. To make your Object's bindable, wrap them with ObjectProxy's.

Re: [flexcoders] Re: DataGrid decides not to render on some occasions

2010-07-05 Thread Dave Glasser
FTR, here's the top of the stacktrace: ReferenceError: Error #1069: Property prepareForRemoval not found on Type2_v1 and there is no default value.     at controller_v4/swfAppComplete()[/Users/stevelux/Sites/builder5_FLEX4_3.5sdk/src/controller_v4.mxml:729]     at flash.events::EventDispatcher/d

Re: [flexcoders] Re: RadioButton as DataGrid item editor

2010-06-26 Thread Dave Glasser
Thanks! --- On Sat, 6/26/10, Amy wrote: > From: Amy > Subject: [flexcoders] Re: RadioButton as DataGrid item editor > To: flexcoders@yahoogroups.com > Date: Saturday, June 26, 2010, 9:25 AM > > > --- In flexcoders@yahoogroups.com, > Dave Glasser wrote: > >

Re: [flexcoders] Re: RadioButton as DataGrid item editor

2010-06-25 Thread Dave Glasser
--- On Fri, 6/25/10, Amy wrote: > What is your itemRenderer code? I'm just using the RadioButton, out of the box. I'm setting the itemRenderer property on the DataGridColumn to new ClassFactory(RadioButton).

Re: [flexcoders] Re: RadioButton as DataGrid item editor

2010-06-24 Thread Dave Glasser
--- On Thu, 6/24/10, Amy wrote: > > What logic are you using to "transfer" the value of the > RadioButtonGroup to the appropriate properties? None, actually. I would expect the DataGrid to handle that, since it is creating the RadioButtonGroup and my code would not have easy access to it. Plu

[flexcoders] RadioButton as DataGrid item editor

2010-06-23 Thread Dave Glasser
It seems like it should be simple, but it's a nightmare. I'm using Flex 3.3. The items in my dataProvider have a Boolean property. I want only 1 item to have this property set to true, and all others set to false. So I use a RadioButton as the renderer and editor. Although the items initially o

[flexcoders] Re: TextArea -- allow tab character in restrict property

2010-06-11 Thread Dave Bonnell
The problem is that the Flash TextField control does not seem to apply the restrict when text is pasted into the field. TextField dispatches a textInput event whenever text is typed or pasted, so by intercepting this, you can manually apply the restrict yourself. http://www.adobe.com/2006/m

[flexcoders] Re: TextArea -- allow tab character in restrict property

2010-06-10 Thread Dave Bonnell
Here's an even simpler solution ... create a MyTextArea component that extends TextArea, capture the keyFocusChange event to block it and insert a tab. MyTextArea.mxml -- http://www.adobe.com/2006/mxml";> event.preventDefault(); this.textField.replaceSelectedText("\t");

[flexcoders] Re: TextArea -- allow tab character in restrict property

2010-06-10 Thread Dave Bonnell
A tab is normally specified in a string using the escape sequence "\t", similarly to how you use "\n" to represent a newline. BUT ... the tab key is used to move focus to the next control in the container, so the TextArea is not going to respond to it anyway, even if you add it to restrict.

Re: [flexcoders] Web development with Flex

2010-01-31 Thread Dave Cates
be a whole quicker and easier to do in Flash! Basically, just need to be aware of which tool is best for the application. Hope that helps. Dave. On 31 Jan 2010, at 09:46, Christophe wrote: > Hello, > > Is it possible to developp Html/php classical websites with Flex animations > ins

RE: [flexcoders] Can't select null item in ComboBox

2009-12-15 Thread Dave Glasser
if the item is null.   Tracy Spratt, Lariat Services, development services available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dave Glasser Sent: Tuesday, December 15, 2009 9:47 AM To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] Ca

[flexcoders] Can't select null item in ComboBox

2009-12-15 Thread Dave Glasser
I have some code that was originally written under Flex 2, where a ComboBox's data provider is an array of objects, with the first element set to null. When this code is built under Flex 2, I can select the first item in the combo's dropdown list, and selectedItem returns null, which is what I e

Re: [flexcoders] Tab control of repeater items

2009-11-04 Thread Dave Cates
t and have focusEnabled=true and tabEnabled=true From: flexcoders@yahoogroups.com [flexcod...@yahoogroups.com] On Behalf Of Dave Cates [d...@redemptionmedia.co.uk] Sent: Tuesday, November 03, 2009 5:27 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Tab control of repeater items Any one got

Re: [flexcoders] Tab control of repeater items

2009-11-04 Thread Dave Cates
t and have focusEnabled=true and tabEnabled=true From: flexcoders@yahoogroups.com [flexcod...@yahoogroups.com] On Behalf Of Dave Cates [d...@redemptionmedia.co.uk] Sent: Tuesday, November 03, 2009 5:27 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Tab control of repeater items Any one got

Re: [flexcoders] Tab control of repeater items

2009-11-03 Thread Dave Cates
Any one got any ideas?! From: Dave Cates Reply-To: Date: Mon, 02 Nov 2009 23:00:03 + To: "flexcoders@yahoogroups.com" Subject: [flexcoders] Tab control of repeater items Hi all, I¹m creating an app that needs to make use of the tab control to cycle through the visibl

[flexcoders] Tab control of repeater items

2009-11-02 Thread Dave Cates
Hi all, I¹m creating an app that needs to make use of the tab control to cycle through the visible controls. Buttons, checkboxes etc are working great but I can¹t seem to be able to tab to the elements within my repeaters. Within the repeaters are custom components made up of things like textfie

Re: [flexcoders] TitleWindow Popup Question(s)

2009-09-29 Thread Dave Cates
: Tue, 29 Sep 2009 17:01:01 -0700 (PDT) To: Subject: Re: [flexcoders] TitleWindow Popup Question(s) Hi Dave, This is what I was doing previously. I agree with you that the titlewindow popup should have quite a minimal set of codes in it. What puzzles me though is that I am unable to make a

Re: [flexcoders] TitleWindow Popup Question(s)

2009-09-29 Thread Dave Cates
the title window. Then I can update the title by simply assigning values to that variable whenever I like. Hope that helps. Dave. From: Angelo Anolin Reply-To: Date: Tue, 29 Sep 2009 00:55:35 -0700 (PDT) To: Subject: [flexcoders] TitleWindow Popup Question(s) Hi FlexCoders, Just

Re: [flexcoders] How do I determing If I'm running an Air app vs. Flex app?

2009-09-29 Thread Dave Cates
Erwhat do you mean exactly??? If the app uses/needs a browser, it¹s just a Flash/Flex based app. If it executes/runs on the desktop it¹s an Air app. That¹s the only real difference. Does that help? From: luvfotography Reply-To: Date: Mon, 28 Sep 2009 21:30:17 - To: Subject: [flexcoder

Re: [flexcoders] TitleWindow Popup Question(s)

2009-09-29 Thread Dave Cates
the title window. Then I can update the title by simply assigning values to that variable whenever I like. Hope that helps. Dave. From: Angelo Anolin Reply-To: Date: Tue, 29 Sep 2009 00:55:35 -0700 (PDT) To: Subject: [flexcoders] TitleWindow Popup Question(s) Hi FlexCoders, Just

Re: [flexcoders] How do I determing If I'm running an Air app vs. Flex app?

2009-09-29 Thread Dave Cates
Erwhat do you mean exactly??? If the app uses/needs a browser, it¹s just a Flash/Flex based app. If it executes/runs on the desktop it¹s an Air app. That¹s the only real difference. Does that help? From: luvfotography Reply-To: Date: Mon, 28 Sep 2009 21:30:17 - To: Subject: [flexcoder

Re: [flexcoders] Custom icon in air installer

2009-09-28 Thread Dave Cates
p the install experience uniform across the platform. 2009/9/26 Dave Cates > > > Hi all, > > I¹m trying to display my client¹s logo next to the app description in the air installer window. > > Any ideas of how to do this?! The normal descriptor file doesn¹t seem to have this

[flexcoders] Custom icon in air installer

2009-09-25 Thread Dave Cates
Hi all, I¹m trying to display my client¹s logo next to the app description in the air installer window. Any ideas of how to do this?! The normal descriptor file doesn¹t seem to have this field available. Many thanks, Dave.

[flexcoders] Custom icon in air installer

2009-09-25 Thread Dave Cates
Hi all, I¹m trying to display my client¹s logo next to the app description in the air installer window. Any ideas of how to do this?! The normal descriptor file doesn¹t seem to have this field available. Many thanks, Dave.

[flexcoders] *** So you think you know ActionScript? (THE ANSWER) ***

2009-08-13 Thread Dave Glasser
Consider this code snippet: var xml:XML = null; var xmlList:XMLList = xml.inner; trace(xmlList == null); What does the trace statement output, true or false, and why? Well, first, let's stipulate that the "innner" element in the XML object contains the String "null". It's not an empty element,

RE: [flexcoders] Re: *** So you think you know ActionScript? (Read original post first) ***

2009-08-13 Thread Dave Glasser
ders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dave Glasser Sent: Thursday, August 13, 2009 5:22 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: *** So you think you know ActionScript? (Read original post first) ***     Actually, n

RE: [flexcoders] Re: *** So you think you know ActionScript? (Read original post first) ***

2009-08-13 Thread Dave Glasser
--- On Thu, 8/13/09, Tracy Spratt wrote: >Ok, if you say so. What is the >result of your investigation? I just checked, and it does indeed convert null to "null". So it's effectively the same with or without the curly braces. The element contains a String 4 characters long. >It gets kin

RE: [flexcoders] Re: *** So you think you know ActionScript? (Read original post first) ***

2009-08-13 Thread Dave Glasser
e: > > _ > > From: flexcod...@yahoogro ups.com [mailto:flexcod...@yahoogro ups.com] On > Behalf Of Paul Andrews > Sent: Wednesday, August 12, 2009 9:33 PM > To: flexcod...@yahoogro ups.com > Subject: Re: [flexcoders] *** So you think you know ActionScript? (Read >

Re: [flexcoders] *** So you think you know ActionScript? (Read original post first) ***

2009-08-13 Thread Dave Glasser
get asked this on an interview?  Or are you testing responses to a question you want to ask while interviewing?    Dave Glasser wrote:   Consider this code snippet: var xml:XML = null ; var xmlList:XMLList = xml.inner; trace(xmlList == null); What does the trace statement output

[flexcoders] *** UPDATED: So you think you know ActionScript? (Read original post first) ***

2009-08-12 Thread Dave Glasser
Just so there's no confusion, the XML literal in the code snippet below should contain no whitespace at all. It seems that when I posted originally in HTML, there was a space added on either side of the string "null" by the mail client, but they shouldn't be there. --- O

[flexcoders] *** So you think you know ActionScript? (Read original post first) ***

2009-08-12 Thread Dave Glasser
Consider this code snippet: var xml:XML = null; var xmlList:XMLList = xml.inner; trace(xmlList == null); What does the trace statement output, true or false, and why? Please provide an answer without running the code (of course) and, better yet, without consulting any documentation, or any of t

Re: [flexcoders] Re: PopUp databinding - possible?

2009-08-10 Thread Dave Cates
com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dave Cates Sent: Monday, August 10, 2009 7:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: PopUp databinding - possible? Hi Tracey, Many thanks for your responses so far. My only question is how do you bind any data into the po

Re: [flexcoders] Re: PopUp databinding - possible?

2009-08-10 Thread Dave Cates
inserted, how would the code above look different so that when the _someData var in the parent changed, popup would automatically see that change? (without creating another function in the parent ­ it needs to be binded). Thanks! Dave. From: Tracy Spratt Reply-To: Date: Fri, 7 Aug 2009 22:49:00

Re: [flexcoders] PopUp databinding - possible?

2009-08-07 Thread Dave Cates
Hi Tracey, Thanks for your advice. The compiler is ing Œaccess of undefined property Application¹ Any ideas? Thanks, Dave. From: Tracy Spratt Reply-To: Date: Fri, 7 Aug 2009 10:31:06 -0400 To: Subject: RE: [flexcoders] PopUp databinding - possible? Sure. In the pop-up, define a

[flexcoders] PopUp databinding - possible?

2009-08-07 Thread Dave Cates
problems but the popup, my nature, is created at run-time. So is it possible and if so, how?! Thanks! Dave.

[flexcoders] PopUp databinding - possible?

2009-08-07 Thread Dave Cates
problems but the popup, my nature, is created at run-time. So is it possible and if so, how?! Thanks! Dave.

[flexcoders] fontFamily style: inconsistency between ASDocs and developers guide.

2009-07-22 Thread Dave Glasser
In every ASDoc description of the fontFamily style that I've read, it says, "Unlike in a full CSS implementation, comma-separated lists are not supported." But in the Adobe Flex 3 Developer Guide, on the first page of chapter 19 (Using Fonts), it says, "This property can take a list of fonts, a

[flexcoders] Trouble with Combobox within a dynamically loaded swf

2009-07-19 Thread Dave Kong
When I load a swf dynamically within another swf, there is a combobox near the bottom edge of the inner swf. When I click on it, the dropdown extends downward beyond the border of the inner swf, and is therefore mostly obscured. How can I make it so that the dropdown will extend upward? In a no

Re: [flexcoders] Closures in ActionScript 3?

2009-06-05 Thread Dave Cates
to each of the input boxes in the loop. So using your I iterative you could have: input.name = ³inputbox² + String(i); Then in your event listener have: Trace(³input box changed = ³ + Event.currentTarget.name); That should work ;) Hope that helps. Dave. From: Keith Hughitt Reply-To: Date: Fri

Re: [flexcoders] HTML Formatting lost in TextArea

2009-06-01 Thread Dave Glasser
I'm encountering a strange problem which I can't reliably replicate. I have a TextArea. During its lifetime, I set the htmlText property one time with a string of HTML that includes an IMG tag. The text property never gets set. Sometimes, when the TextArea is first displayed, I'll see that all

Re: [flexcoders] httpservice error #2032

2009-05-26 Thread Dave Cragg
On 26 May 2009, at 05:35, flexaustin wrote: > _httpservice.url = "/ditto/myfunction"; Shouldn't that be _httpservice.url = "ditto/myfunction"; Cheers Dave Cragg

Re: [flexcoders] HTML Formatting lost in TextArea

2009-05-19 Thread Dave Glasser
**bump** I'm encountering a strange problem which I can't reliably replicate. I have a TextArea. During its lifetime, I set the htmlText property one time with a string of HTML that includes an IMG tag. The text property never gets set. Sometimes, when the TextArea is first displayed, I'll see

[flexcoders] HTML Formatting lost in TextArea

2009-05-15 Thread Dave Glasser
I'm encountering a strange problem which I can't reliably replicate. I have a TextArea. During its lifetime, I set the htmlText property one time with a string of HTML that includes an IMG tag. The text property never gets set. Sometimes, when the TextArea is first displayed, I'll see that all

Re: [flexcoders] Tree does not show scrollbar after inserting items

2009-05-13 Thread Dave Kong
K release. > > Also, if you are using an array collection as data provider, maybe you can > force a refresh of the collection instead of reassigning the provider? > > -- > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > B

[flexcoders] Tree does not show scrollbar after inserting items

2009-05-13 Thread Dave Kong
After some googling, this seems to be an existing issue with Tree refreshes and I haven't been able to find a good workaround. The issue can be repro'ed at one of Adobe's quickstart demo page: http://www.adobe.com/devnet/flex/quickstart/working_with_tree/ Go to the last example, and expand all

[flexcoders] Debugging in Flex Builder crashes IE, Firefox, Safari...

2009-05-12 Thread Dave Kong
this doesn't seem to be a Mem issue for me. Is anyone else experiencing this? -dave

[flexcoders] flex 3.3 sdk set up problem

2009-04-28 Thread Dave Segal
ing is fine. Any help is much appreciated. Dave

Re: [flexcoders] Re: Is it possible to query Flash Player attributes e.g. "allowFullScreen"?

2009-03-23 Thread Dave Kong
Thanks Carlos, That's not what I need though. I need to know if fullscreen is enabled via html tag (a security safeguard) before I show the button to go into fullscreen. -dave On Sat, Mar 21, 2009 at 8:46 PM, carloscarvalhar wrote: > about full screen:

[flexcoders] Is it possible to query Flash Player attributes e.g. "allowFullScreen"?

2009-03-21 Thread Dave Kong
I couldn't find a way to check if "allowFullScreen" is set to true from within my Flex app. Is this possible at all? And to generalize, is it possible to query the other Flash settings that are set via or tag in the html, such as "wmode", etc?

[flexcoders] Re: Is there a way to detect mouse button state without tracking events?

2009-03-10 Thread Dave Kong
27;s already a bug filed, but if not, please file > one. > > Alex Harui > Flex SDK Developer > Adobe Systems Inc.<http://www.adobe.com/> > Blog: http://blogs.adobe.com/aharui > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf

  1   2   3   4   5   6   7   8   >