[flexcoders] Flex job @ Dell, Inc.

2011-08-11 Thread michael_regert
Dell is looking for an experienced Flex developer for the Austin, TX area. Please email me your questions and/or resume privately if you are interested or know someone. Serious emails only. 8+ years software development experience or MSCS Experience with developing Rich Internet Applications (

RE: [flexcoders] Problem with showing less then sign as axis label

2011-08-15 Thread michael_regert
Try: {Month:"

[flexcoders] e4x help

2011-09-22 Thread michael_regert
I must be missing something simple here. I'm reading in XML that looks like this: Attr_1 Attr_2 Attr_3 I'm trying to get all nodes using t

RE: [flexcoders] e4x help

2011-09-22 Thread michael_regert
I guess I should have copied the entire XML. http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://schemas.dell.com/wbem/biosattributeregistry/1 file:///C:/work/12G/Attribute%20Registry/DCIM_AttributeRegistry.xsd" xmlns="http://schemas.dell.com/wbem/biosattributeregistry/1";>

RE: [flexcoders] e4x help

2011-09-22 Thread michael_regert
Ahhh. YES! That fixed it. Thanks! Michael J. Regert Please consider the environment before printing this email. Confidentiality Notice | This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or proprietary information.

RE: [flexcoders] Re: Red error borders on form items before form is validated

2011-11-21 Thread michael_regert
Can you give an example of how you've written your validator? I'm suspecting it is on how you defined the trigger. Michael J. Regert From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Khanh Sent: Thursday, November 17, 2011 4:20 PM To: flexcoders@yahoogroups.com

[flexcoders] How to get the right locale in IE?

2011-12-15 Thread michael_regert
I'm trying to get the locale from IE 9. I've written the following, but it is not working as expected. In IE 9, I can add more than one language, so I can add [de], then [de_DE], then [en_US] (listed in that order). If I call 'navigator.userLanguage.toString', then IE returns en-us, even thoug

[flexcoders] Flash Caching

2012-01-04 Thread michael_regert
I'm seeing an issue maybe some of you have run into. IE 9 seems to be caching our Flex app swf, even after clearing the cache. I've confirmed using Charles Proxy that sure enough, the SWF is never requested and IE 9 is using a cached version. We can try clearing the cache all day, shutting do

RE: [flexcoders] Re: Flex alternatives

2012-01-11 Thread michael_regert
Staying with Flex. Not looking elsewhere. Michael From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ron G Sent: Wednesday, January 11, 2012 8:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex alternatives Yes, we have also abandoned Flex in f

RE: [flexcoders] Re: Flex alternatives

2012-01-13 Thread michael_regert
You bring up some good points. I have been on a few calls between our company and with Adobe on this exact subject right after the announcements were made. We grilled them with questions, and though I won't fully disclose many of their answers here, our development teams were confident enough

[flexcoders] Skinning question

2012-01-16 Thread michael_regert
I'm still trying to learn solid skinning practices and looking for a recommendation. I need to skin a component based on our UXD design. I can do half of what I need in CSS ,but then I need to actually copy the spark skin and modify it for the remain part. My question is, since I'm already cre

[flexcoders] FT Permanent Flex position @ Dell, Inc.

2012-01-31 Thread michael_regert
If you know of anyone looking for a full-time, permanent Flex 4 development position in the Austin, Texas area, please email me an updated and complete resume. Right now, I'm being told by HR this is for US residents only (meaning, Dell cannot do international relocation at this time, sorry).

[flexcoders] Fonts and localization

2012-04-11 Thread michael_regert
I’m trying to understand what Adobe Flex is doing for Korean (and other languages) fonts. I’m seeing that the font used for a Spark label is different than what is used in an MX Advanced Data Grid. I’m using Adobe Flex 4.0 and 4.6. I have the following sample app. The font used to display th

RE: [flexcoders] Fonts and localization

2012-04-11 Thread michael_regert
Thanks. I’m being told by our Korean QA that the default font that is used in the MS Advanced Data Grid is much cleaner than what is used in the Spark controls. How do I change this to use the same font as the grid across my whole app? Michael J. Regert Please consider the environment before

RE: [flexcoders] Fonts and localization

2012-04-11 Thread michael_regert
Typo Correction: … in the MX Advanced Data Grid… Michael J. Regert Please consider the environment before printing this email. Confidentiality Notice | This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or proprietary i

RE: [flexcoders] Fonts and localization

2012-04-11 Thread michael_regert
Can you clarify something then? I’m learning all of this. For Korean, Simplified Chinese, and Japanese, I’m being told the font (or rendering) of characters in MX is cleaner and more readable then the Spark components. Why the change? Using MX only would be a serious step backwards… Michael

[flexcoders] css syntax for states

2012-04-25 Thread michael_regert
I have a label which I need to change the font color on various states. Originally I had the code as below with no CSS: I'm trying to move everything into a CSS and have the syntax as follows, but the state ones do not seem to get triggered. Why? s|Label.MyLabel { color: #202020; fontSize

[flexcoders] Using Windows fonts in Flex

2012-05-07 Thread michael_regert
How can I use the fonts in the Windows/Fonts directory in Flex? Looks like in Flex 3, I could say @font-face {src:local("fontname"_... But, with Flex 4, it says local is no longer supported. I don't want to hardcode a url, like c:\Windows\Fonts given that it may not be installed on C: Michael

[flexcoders] RE: Using Windows fonts in Flex

2012-05-07 Thread michael_regert
Got it working. Michael J. Regert From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Regert, Michael Sent: Monday, May 07, 2012 1:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using Windows fonts in Flex How can I use the fonts in the Windows/Fonts d

[flexcoders] utf-8 format with csv extension

2012-05-10 Thread michael_regert
I want to save a file in utf-8 encoding format (NOT utf-8 without BOM). There is no explicit information on Adobe Charset support page (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/charset-codes.html) I want to save the file in utf-8 format with csv extension. I have tried t

[flexcoders] Binding from a

2012-06-15 Thread michael_regert
Just found out that you can no longer bind FROM a spark label's text TO some other object. With MX components, this could be done. Looking at the Adobe code, seems like they removed (or forgot) the binding on the text property for Spark. Is there a reason for this change, or is this a bug?

[flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-05 Thread michael_regert
I'm working on a bug which has us puzzled and I'm looking for a bit of direction. When we launch our external help documents (HTML) with the following command, sometimes we get an array of XML parse errors. It is very inconsistent and sometimes requires clicking the help button multiple times

RE: [flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-06 Thread michael_regert
Thank you Alex for your reply. Can you further clarify what you mean by "try encoding entities in the urlString and maybe the additional args". I guess I'm not understanding. The URLString I'm passing in is like https://hostname/resources/locale/en_US/help/GUID-1234567890.html and the args I

RE: [flexcoders] Re: Errors in flash.external::ExternalInterface$/call()

2012-07-06 Thread michael_regert
Thanks. I'm not retrieving any XML content though. All we're doing is launching an external browser window to display a URL so no data is coming in. Michael J. Regert From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jameel Ahmad Sent: Friday, July 06, 2012 1:4

RE: [flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-09 Thread michael_regert
Changing the function use encoding (%3D in place of the =) causes the function to completely fail. I guess I can chalk this one up as an Adobe bug overall? ExternalInterface.call("window.open",urlString,"_blank","status%3D1,scrollbars%3D1,toolbar%3D1,menubar%3D1,location%3D1,resizable%3D1"); M

[flexcoders] New Spark DG vs. MX ADG

2013-01-17 Thread michael_regert
Now that Adobe released the new Spark DataGrid in 4.5+, what are the main differences with the MX AdvancedDataGrid, and why is there not an equivalent Spark AdvancedDataGrid component? When should I use one vs the other? Thanks for your time on this! Michael

[flexcoders] Form indentation

2013-04-08 Thread michael_regert
Is there an easy with a Spark Form to accomplish indentation on some of the items' labels? I'm not seeing a good way unless I write a whole new skin... I want the text input boxes left and right aligned, but want the 2nd and third items to have their label indented from the top one. Thanks!

[flexcoders] RE: Form indentation

2013-04-09 Thread michael_regert
I have, but cannot seem to make any CSS changes that cause indentation. I have tried two forms as suggested, but then the logic for the items to be aligned to the longest label fails since they're no longer in the same form so all items are not properly aligned. *sigh* Michael J. Regert Sof