[flexcoders] Here is a puzzling error.

2008-01-10 Thread Andrew Strader
An application that I have been working on for a while occasionally throws the following error. TypeError: Error #1009: Cannot access a property or method of a null object reference. at ::ModuleInfo/completeHandler() This does not seem to be impede functionality. If I am using the

Re: [flexcoders] Re: newbie: pushing data changes back to server

2008-02-04 Thread Andrew Sinning
Thanks William. What a fantastic resource that site is. Man, this Flex thing is making me mad! Mad that I didn't start using it two years ago! Mad about all the time I've wasted building php-HTML! Abyss Knight wrote: Basically, to make any changes to the data in the datagrid you just need

[flexcoders] Re: Repeater

2008-02-27 Thread Andrew Strader
The simplest solution is: mx:TileList top=10 bottom=40 left=10 right=10 dataProvider={languageData} columnCount=4 mx:itemRenderer mx:Button label={data.name} toggle=true / /mx:itemRenderer /mx:TileList The only caveat is that TileList carries a lot of visual and

[flexcoders] Re: Custom Compound Components with States and Transform

2008-03-02 Thread Andrew Strader
I got temporarily burned by something similar to this. I had a public property in a custom component which really should have been private. But when I changed it to private, I got a run-time error when the custom component was constructed. It turned out to be an issue with the SetProperty

Re: [flexcoders] general flex usage question

2008-03-04 Thread Andrew Wetmore
(unless I can demonstrate they are not needed) will be in Ajax, with as much of the same functionality as can be achieved. The business and data layers will be the same for both versions. -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

[flexcoders] Trouble with resource files and language display

2008-03-06 Thread Andrew Wetmore
I am using FB beta 3 (will be buying the real deal in a day or so). I have noticed an odd thing when I create properties files. The project is set to UTF-8 encoding, but when I create a properties file its encoding is set to ISO-8859.1, which it calls default. Why doesn't the file inherit the

Re: [flexcoders] localization issue: acute accents display incorrectly

2008-03-12 Thread Andrew Wetmore
that might help, but it didn't. Thanks, Paul _ -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324 -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

[flexcoders] Re: Bindable Metatag

2008-03-12 Thread Andrew Strader
I think the ability to put the metatag at the top of the class is a shortcut for putting it on every public property. In certain cases it can be a huge time saver, but you shouldn't do it just in case. You should do it because you really want to allow binding to every single property. Maybe I

Re: [flexcoders] HTML Wrapper

2008-03-21 Thread Andrew Wetmore
engine optimization stuff yet. Maybe there is a better way now. Recommendations? Thanks, Don -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

[flexcoders] Re: Perl with Flex

2008-03-25 Thread Andrew Strader
--- In flexcoders@yahoogroups.com, moonrchand [EMAIL PROTECTED] wrote: Hi, how can i integrate perl script with flex. simple example is appreciated. Thanks in Advance, Chandra It is not clear what you mean by integrate? You can host a Perl script on a web server, run it as CGI or

Re: [flexcoders] Styling Alert

2008-03-28 Thread Andrew Westberg
Try: Alert{ /* your css styling here */ } On Fri, Mar 28, 2008 at 6:32 AM, wubzorz [EMAIL PROTECTED] wrote: Hi all, I want to style my Alert boxes. What form elements do they use? I already found out that they use Button styles for the button. I use the Flex 2 style explorer to get the

[flexcoders] AIR installer works on PC, not on Mac

2008-04-04 Thread Andrew Wetmore
that generated the error? This is fairly urgent, as not being able to post something the Mac users can install is impeding progress on our project and casting doubts on the viability of AIR as a platform. Thanks in advance. Andrew Open Learning Exchange www.ole.org

[flexcoders] Re: AIR installer works on PC, not on Mac

2008-04-05 Thread Andrew Wetmore
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Wetmore Sent: 04 April 2008 14:23 To: flexcoders@yahoogroups.com Subject: [flexcoders] AIR installer works on PC, not on Mac Hi: I am using FB3 and compiled the first version of an AIR app to test the installation process

[flexcoders] My AIR installer does not include my icons

2008-04-16 Thread Andrew Wetmore
I have an AIR installer for the app we are developing. I have specified four icons in the app xml file, and have put them in the folder I have named. They are png's of the appropriate sizes. When I build the app, the icons are not used and never appear. What's with that? a

Re: [flexcoders] Re: AIR Modules - I've hit a wal

2008-04-19 Thread Andrew Westberg
I'm not sure if this is your problem, but there is a property that's AIR-only called allowLoadBytesCodeExecution. I forget which class it's a property of, but it might help. -Andrew On Thu, Apr 17, 2008 at 12:23 PM, ed.syrett [EMAIL PROTECTED] wrote: Could somebody please confirm this to me

[flexcoders] Can't change state from the menu bar

2008-04-21 Thread Andrew Wetmore
Hi: I want the menu bar choices in my app to change the app's current state. In the code below, the correct value shows up in the alert when one of the two active options is selected, but the state does not change whether I use the first pattern or the second. What am I missing? private

[flexcoders] Re: Can't change state from the menu bar

2008-04-21 Thread Andrew Wetmore
Got this figured out. Now if I can figure out why half of the localizations aren't working, I'll be all set.

[flexcoders] Re: currentState question

2008-04-25 Thread Andrew Wetmore
The other possibility is that the problem comes from using double quotation marks () instead of single(''). currentState likes single quotation marks. --- In flexcoders@yahoogroups.com, Dmitri Girski [EMAIL PROTECTED] wrote: Bonjour, I am pretty sure that this error comes as a consequence

Re: [flexcoders] GIF image doesn't blinking in Flex App

2008-04-28 Thread Andrew Westberg
Doug McCune also has a commercial component for $50 to do this. http://dougmccune.com/blog/2007/05/24/animated-gif-loader-flex-component-updated/ -Andrew On Mon, Apr 28, 2008 at 9:12 AM, Flap Flap [EMAIL PROTECTED] wrote: Arf allready sent sorry... 2008/4/28 Flap Flap [EMAIL PROTECTED

[flexcoders] problem with missing dB on Mac for AIR app

2008-05-11 Thread Andrew Wetmore
Hi: A colleague tried to install the app I am working on on his Mac. App installed, but the database is nowhere to be seen. App stalls at the first point where it would be expected to call (as opposed to initialize) the dB. Where should I start looking to figure out what is going on? a

[flexcoders] Bump: problem with missing dB on Mac for AIR app

2008-05-15 Thread Andrew Wetmore
! a --- In flexcoders@yahoogroups.com, Andrew Wetmore [EMAIL PROTECTED] wrote: Hi: A colleague tried to install the app I am working on on his Mac. App installed, but the database is nowhere to be seen. App stalls at the first point where it would be expected to call (as opposed to initialize) the dB. Where

[flexcoders] Re: Bump: problem with missing dB on Mac for AIR app

2008-05-15 Thread Andrew Wetmore
--- In flexcoders@yahoogroups.com, shaun [EMAIL PROTECTED] wrote: What is the path to your db file? C:\My Documents ain't gunna work.. :) Indeed it would not. Here is the declaration: var dbFile:File = File.documentsDirectory.resolvePath(Open Learning Exchange/OLEcds.db); According to

[flexcoders] Re: Bump: problem with missing dB on Mac for AIR app

2008-05-15 Thread Andrew Wetmore
--- In flexcoders@yahoogroups.com, Andrew Wetmore [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, shaun shaun@ wrote: What is the path to your db file? C:\My Documents ain't gunna work.. :) Indeed it would not. Here is the declaration: var dbFile:File

[flexcoders] Re: Bump: problem with missing dB on Mac for AIR app

2008-05-15 Thread Andrew Wetmore
Our investigations seem to show that the installer can't create a subdirectory on Mac in the documents folder, either with the name as displayed above or as OLE without spaces. If we create the folder manually, the installer is able to create the database in it. I am now going to switch

[flexcoders] Re: Bump: problem with missing dB on Mac for AIR app

2008-05-15 Thread Andrew Wetmore
--- In flexcoders@yahoogroups.com, Andrew Wetmore [EMAIL PROTECTED] wrote: Our investigations seem to show that the installer can't create a subdirectory on Mac in the documents folder, either with the name as displayed above or as OLE without spaces. If we create the folder

Re: [flexcoders] Help FLEX 3 and jasperReports

2008-05-29 Thread Andrew Westberg
I haven't done it yet, but I'll probably be working on this next week. I was planning on generating the PDF in JasperReports server-side and downloading it into an html component for viewing. Let me know if you find another solution for viewing PDFs in Flex. -Andrew On Thu, May 29, 2008 at 10

Re: [flexcoders] Re: What next after getting FLEX ?

2008-06-03 Thread Andrew Close
don't you just start with Flex if that's where you eventually want to be? not that it's a bad thing to learn other technologies and languages. but if you want to be doing Flex, then do Flex. :) -- Andrew Close

RE: [flexcoders] Re: Enable / Disable Flex Menu Items Programmatically using AS 3.0

2008-06-03 Thread Andrew Price
I am new to flex myself but is it not just. menuDown.enabled=true or menuDown.enabled=fasle -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bc24fl Sent: 03 June 2008 14:56 To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Unable to Display Hindi

2008-06-04 Thread Andrew Wetmore
am using the resource manager to retrieve the strings:... -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

Re: [flexcoders] Re: Is there a flex based Tag Cloud component?

2008-06-05 Thread Andrew Wetmore
Are you susceptible to coding the thing in SwishMax and then using the resulting Flash movie as a plugin? Here is part one of a two-part tutorial about building a really cool linksphere: http://blog.swishzone.com/?p=73 -- Andrew Wetmore User Experience Director Open Learning Exchange

Re: [flexcoders] Re: Unable to Display Hindi

2008-06-05 Thread Andrew Wetmore
at a loss. a -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

[flexcoders] Generating AS3 code from Java

2008-06-18 Thread andrew.0000
Hi, I am using a Flex UI talking to a Blaze DS / Java backend. The sever has a set of DTO objects used for talking to Flex and other web services. Is there any open source tools out there to generate the AS3 code from Java? This should be a fairly easy program to write using reflection,

[flexcoders] Trouble passing values to a child window

2008-07-09 Thread Andrew Wetmore
=none text=title/ mx:TextArea x=10 y=89 width=278 height=289 id=noteContents wordWrap=true editable=false borderStyle=solid fontSize=12 text=The note/ /mx:Window Anybody see what I am missing? Thanks in advance. andrew

Re: [flexcoders] Trouble passing values to a child window

2008-07-09 Thread Andrew Wetmore
sorry, I should have said below if I DO comment out the two lines that are currently commented out, the code runs fine On Wed, Jul 9, 2008 at 2:02 PM, Andrew Wetmore [EMAIL PROTECTED] wrote: Hi. I have an app where the user can select a note and opt to pop -- Andrew Wetmore User

[flexcoders] Re: Trouble passing values to a child window -- solved

2008-07-09 Thread Andrew Wetmore
Thank you all for your help! It was indeed a timing issue. Be back at you with a couple more questions soon. andrew

[flexcoders] What files should be in the WEB-INF/flex directory to dynamically compile

2008-07-15 Thread Andrew Longley
I haven't been able to discover this information despite much searching. We have a Flex 2 app that dynamically recompiles on the server when the index.jsp is requested via an object/embed tag. The JSP requests file.mxml.swf. Because the WEB-INF/flex directory contains the Flex 2 SDK, the app

[flexcoders] Re: What files should be in the WEB-INF/flex directory to dynamically compile

2008-07-16 Thread Andrew Longley
, which can be deployed to any web app server. I can then add my Flex app and it dynamically recompiles, and it's the Flex 3 version. Thanks again. Andrew --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 15 Jul 2008, Andrew Longley wrote: I'm trying

[flexcoders] Looking for Flex consulting help. Any tips, experiences, etc?

2008-07-30 Thread andrew.0000
I work for a startup and we are in need of extra Flex muscle. Any advise in this area? So far the responses from our craigslist add have been all over the place, from total designers, to outsourcing firms, to recruiters. We basically need OO programmers that know Flex. Is that going to be hard

Re: [flexcoders] SWF/Flex security

2008-08-03 Thread Andrew Westberg
with some other non-commercial techniques you can use on your own. http://www.360conferences.com/360flex/2008/04/360flex-san-jose-schedule.html -Andrew Westberg On Sun, Aug 3, 2008 at 4:51 PM, Scott [EMAIL PROTECTED] wrote: In preparing for securing the site before I code the main site

Re: [flexcoders] SWF/Flex security

2008-08-04 Thread Andrew Westberg
I'm not sure whether or not it'll be archived or not. Just send our sales guy an email and he can schedule my time for a demo on Adobe Connect. sales [at] nitrolm.com -Andrew On Sun, Aug 3, 2008 at 7:04 PM, Scott [EMAIL PROTECTED] wrote: Is there going to be an archived webcast afterwards

[flexcoders] Datagrid selected item highlight behavior changes based on dataprovider object

2008-08-12 Thread Andrew Longley
. Andrew

[flexcoders] Re: Datagrid selected item highlight behavior changes based on dataprovider object

2008-08-12 Thread Andrew Longley
or just manufacture a collection of typed objects. So far I'm using the work-around of manufacturing untyped objects. Andrew --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hmm, strongly typed objects or not, the DataGrid should behave the same; as long as you're not using

[flexcoders] what is a reliable way to know when your component is re-displayed

2008-08-12 Thread andrew.0000
What is a reliable way to know when your component is displayed? The show event is only called when a component goes from visible=false to true. The creationComplete event is only once. My problem is I have various views (forms basically) nested in all sorts of crazy viewstacks and so on, and

[flexcoders] Re: Datagrid selected item highlight behavior changes based on dataprovider object

2008-08-13 Thread Andrew Longley
thank you. Andrew --- In flexcoders@yahoogroups.com, Ryan Gravener [EMAIL PROTECTED] wrote: Have your typed objects implement IUID. Read this entry for a better explanation: http://ryangravener.com/wordpress/?p=36 On Tue, Aug 12, 2008 at 3:54 PM, Alex Harui [EMAIL PROTECTED] wrote

[flexcoders] Chaining IResponders in a remote call via AsyncToken.addResponder

2008-08-13 Thread andrew.0000
For any remote call (which is how all real work is done in our app) there are two types of things that need to happen: - Domain logic: updating the model and other stuff related to the domain / data - View logic: displaying messages, showing and hiding progress indicators etc. I was thinking of

[flexcoders] Re: what is a reliable way to know when your component is re-displayed

2008-08-13 Thread andrew.0000
So far I have been able to rely on the implicit set thing(thing : Thing) as the init for a given component. Seems a strange thing to rely on though. Would like some sort of onPaint or onDisplay event. Keeping track of what is null and what isn't is a pain sometimes.

[flexcoders] dealing with apostrophes in text saved to Sqlite from an AIR app

2008-08-23 Thread Andrew Wetmore
I am developing an AIR app which has a lot of text-entry fields. I have not managed to figure out how to escape apostrophes that users may enter so that the text can be saved properly to the Sqlite database. As a workaround, we can insert '' where we mean ', and the dB swallows it. This is not a

Re: [flexcoders] Re: dealing with apostrophes in text saved to Sqlite from an AIR app

2008-08-23 Thread Andrew Wetmore
all those ' thingies... -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

Re: [flexcoders] dealing with apostrophes in text saved to Sqlite from an AIR app

2008-08-23 Thread Andrew Wetmore
I am concatenating in text. I will try using @ or : parameters and see what happens. Thanks for the suggestion! a -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

[flexcoders] Re: dealing with apostrophes in text saved to Sqlite from an AIR app

2008-08-24 Thread Andrew Wetmore
using parameters seems to have solved the problem. What a relief!! a -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

[flexcoders] HSlider thumb goes beyond the track (with my custom skin)...

2008-08-25 Thread Andrew Jones
I am having a problem where I made a custom skin for an HSlider (using Photoshop CS3 and the flex skin script), and when I import that skin into my flex project and use it for HSlider, my thumb graphic goes beyond the track on both the left and right sides. It looks like its going about 1

[flexcoders] how to give focus to a new browser window

2008-09-05 Thread Andrew Wetmore
Hi: In my AIR project I need to pop a browser window and give it focus. The current code is: private function launchAFile():void{ var theURL:String = resourceContentsList.selectedItem.path; navigateToURL(new URLRequest(theURL)); } Is there a way to give that new window focus? At the moment,

[flexcoders] Re: how to give focus to a new browser window

2008-09-05 Thread Andrew Wetmore
IMiJ Software http://www.imijsoft.com http://www.ianmjones.net (blog) On 5 Sep 2008, at 09:42, Andrew Wetmore wrote: Hi: In my AIR project I need to pop a browser window and give it focus. The current code is: private function launchAFile():void{ var

[flexcoders] Re: how to give focus to a new browser window

2008-09-05 Thread Andrew Wetmore
As it turns out, I already have that in use in a couple of places, and it does not give focus to the new window in tabbed browser systems. Seems to be okay if you don't already have a browser window open, or if you do not use tabbed browser windows. Any other thoughts? a --- In

[flexcoders] Help on Visual Design, Graphic Designers, Firms, Consultants

2008-09-05 Thread andrew.0000
Hi All, We are building an enterprise Flex app and it is time to make this thing look good. The UI is in various states of completion and some areas are not designed. We basically need: - icons - visual design framework and style guide What are people's experiences in the Visual Design

Re: [flexcoders] key listeners in air windows

2008-09-11 Thread Andrew Wetmore
; ... } } } This gives me a lot of control over what function responds in each part of the application, and lets me govern a variety of keys in different ways depending on what page we're on. You could dispense with the switch statement and have the key click work the same everywhere. -- Andrew Wetmore User

Re: [flexcoders] Re: key listeners in air windows

2008-09-11 Thread Andrew Wetmore
presume you have this line: import flash.events.KeyboardEvent; In the event handler I am dealing with the enter, escape, and sometimes tab keys, and in different ways on different screens, all from one process. -- Andrew Wetmore User Experience Director Open Learning Exchange

[flexcoders] Date issue - need to create date out of string like xxxx-xx-xx from XML

2008-09-16 Thread Andrew Jones
on what I might do? Andrew

Re: [flexcoders] Preventing cutpaste in Flex3 application

2008-09-16 Thread Andrew Wetmore
area. a -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

Re: [flexcoders] Preventing cutpaste in Flex3 application

2008-09-16 Thread Andrew Wetmore
editable = false doesn't seem to do the trick. I will try selectable = false. -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

Re: [flexcoders] Preventing cutpaste in Flex3 application

2008-09-16 Thread Andrew Wetmore
16, 2008 at 10:41 AM, Andrew Wetmore [EMAIL PROTECTED]wrote: editable = false doesn't seem to do the trick. I will try selectable = false. -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324 -- Andrew Wetmore User Experience Director Open

Re: [flexcoders] Preventing cutpaste in Flex3 application

2008-09-16 Thread Andrew Wetmore
Yes. I need to write about 15 context menus for various states in the app, and use a generic menu elsewhere. On my to-do list. a -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

[flexcoders] problem with soundAsset

2008-09-16 Thread Andrew Wetmore
Hi: I am trying to add sounds to my app. I have imported mx.core.SoundAsset and flash.media.*, and am trying to embed the files like this: [Embed('soundfx/oleLogin.mp3')] private var oleLogin_mp3:Class; private var oleLogin:SoundAsset = new oleLogin_mp3() as SoundAsset; The correct files are in

Re: [flexcoders] problem with soundAsset

2008-09-16 Thread Andrew Wetmore
As one of the fifteen sounds is working correctly, I guess I have to assume that the other 14 mp3 files are corrupt in some way. Wil investigate. -- Andrew Wetmore User Experience Director Open Learning Exchange - www.ole.org 978-319-7324

[flexcoders] is anyone using a CryptGuard digital certificate

2008-09-17 Thread Andrew Wetmore
I see CryptGuard offers a free digital certificate for use by new non-profits. This is a much better price than Thawte's $300 a year! Is anyone now using a CryptGuard certificate to sign their AIR app? Does it seem to work ok? Thanks in advance. a

[flexcoders] Odd problem with autoupdater

2008-09-17 Thread Andrew Wetmore
I have added applicationupdater_ui.swc to my project, and it works fine along with the required code to manage automatic updates of the published application. HOWEVER, when I have it in the project, the buttons and other UI elements lose their style and get crappy. When I comment it out, the

[flexcoders] strange null error on popupMenuButton

2008-09-19 Thread Andrew Wetmore
I use a ton of popupMenuButtons in my application, and they have generally worked pretty well. Today, one set of them has started crashing if you click on them. The error, strangely enough, refers to popupButton, which is a different control type. Has anyone else run into this kind of bad

RE: [flexcoders] Issue with TabBar Label Control

2008-09-23 Thread Andrew Papada
Tracey, Thank you for your response. I will look to implement the solution you described. Sincerely, Andy _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, September 23, 2008 3:54 PM To: flexcoders@yahoogroups.com

[flexcoders] images not appearing in AIR app

2008-09-30 Thread Andrew Wetmore
Hi: I have an AIR application going into alpha test. Images embedded in buttons appear fine, but several images that I display using the mx:Image component are not appearing. This started on the Mac a colleague uses, and I thought it was maybe a lab issue; but now it is happening in the installed

[flexcoders] Odd message on export of release build of AIR app

2008-10-01 Thread Andrew Wetmore
Hi: For the last few weeks when I export a release build of the current project, i get this error message: Flex Builder could not publish the project source: The application file courseDevClient336.mxml was not found.. The referenced file, courseDevClient336.mxml, was an artifact of a Subversion

[flexcoders] TexFlex08 this Friday, October 17 in Plano, TX

2008-10-15 Thread Andrew Longley
as a solution or about Flex career opportunities. Find out more at http://www.mmillerassociates.com - look for the TexFlex 2008 Dallas Flex Camp news item. Andrew Longley Sr. Technology Consultant Miller Associates

[flexcoders] Foriegn language support with an embeded font - need help

2008-10-16 Thread Andrew Jones
Hello - I currently have a Flex Application in which I have an embedded font (a SWF I created in Flash, and included all the glyphs needed for all the languages this app will support, i.e. - Japanese). In my app, I load in a labels XML file, which has the proper characters in it (English for

[flexcoders] FlexBuilder has forgotten my project's build history

2008-11-10 Thread Andrew Wetmore
We are about to move from alpha to beta of an AIR application. For the last fifty builds, when I have selected Export Release Build in FlexBuilder, the system has defaulted to the link to the certificate I have been using for the project. The resulting package, when used, knows to check for a

Re: [flexcoders] Re: Flex training

2008-12-10 Thread Andrew Wetmore
] wrote: We might be getting funding for Flex training early next year. What are some good training vendors that will come on-site for Adobe Flex training? Thanks - Todd Go with Farata Systems - practitioners plus Adobe certified trainers. SD -- Andrew Wetmore

Re: [flexcoders] Re: Export data to Excel

2009-01-22 Thread Andrew Wetmore
-- Andrew Wetmore and...@cottage14.com skype:cottage14

[flexcoders] Alert message containing hyphen is broken

2009-02-04 Thread Andrew Westberg
When I create an alert message without a hypen in email, everything is fine. With the hyphen, my message gets truncated. Any ideas on what's broken with the Alert control? See attached screenshots. -Andrew attachment: without_hyphen.pngattachment: with_hyphen.png

Re: [flexcoders] Local computer access - best practices/successes

2009-02-04 Thread Andrew Powell
Things like the Merapi project: http://www.merapiproject.net aim at tackling this issue. ap On Feb 4, 2009, at 2:29 PM, schneiderjim wrote: We have a need to access resources on the local computer. Specifically, devices connected to the serial/parallel/usb/... interfaces. I was wondering

[flexcoders] FlexCamp Miami Registration Open

2009-02-17 Thread Andrew Powell
The next Flex Camp event in Miami, Florida in the Hurricane100 Room at the BankUnited Center on the campus of the University of Miami on March 6th. Registration is only $30 for a whole day of great Flex and AIR content. http://www.flexcampmiami.com

[flexcoders] how to cleanly reduce the height of a TitleWindow's title bar

2009-07-28 Thread Andrew Ball
for something like a CSS attribute I can use in the style I have designated for the title bar, which already selects the font, size, and color of the text in the title bar. Thanks for your help, Andrew -- === Andrew D. Ball 勃安 deus caritas est http://www.ibiblio.org/adball/blog/

Re: [flexcoders] Re: how to cleanly reduce the height of a TitleWindow's title bar

2009-07-29 Thread Andrew Ball
That's exactly what I was looking for! Thanks! Andrew On Tue, Jul 28, 2009 at 8:05 PM, Tim Hoff timh...@aol.com wrote: Hi Andrew, Have you tried the headerHeight Style in CSS? TitleWindow { header-height: 20; } -TH --- In flexcoders@yahoogroups.com, Andrew Ball anb

[flexcoders] input of Chinese characters on OS X to a Flex application using pin1yin1

2009-07-30 Thread Andrew Ball
? Do I need to use some special compiler options for CJK character support? I'm using embedded fonts. Peace, Andrew -- === Andrew D. Ball 勃安 deus caritas est http://www.ibiblio.org/adball/blog/

Re: [flexcoders] input of Chinese characters on OS X to a Flex application using pin1yin1

2009-07-30 Thread Andrew Ball
compile. Willy 617-606-3437 -- 6 X 9 = 42 http://www.wolframalpha.com/input/?i=meaning+of+life -- On Thu, Jul 30, 2009 at 2:45 PM, Andrew Ball anb

[flexcoders] Messaging to only one consumer (me).

2009-08-04 Thread Andrew Voronin
Hello. How to do something like this: 1. I send to destination (subtopic) a message (may be with specific header or selector) and this message will deliver only for my consumer (I need to do some evaluation in my custom MessagingAdapter). It looks like simulation of remote method invocation via

Re: [flexcoders] Messaging to only one consumer (me).

2009-08-05 Thread Andrew Voronin
Any thoughts? -- View this message in context: http://www.nabble.com/Messaging-to-only-one-consumer-%28me%29.-tp24804180p24832498.html Sent from the FlexCoders mailing list archive at Nabble.com.

[flexcoders] Change in Behavior of NetStream in AIR 2 (GET to POST)

2009-11-26 Thread Andrew Phillips
I was all excited about the release of AIR 2 beta yesterday, with the new socket support and improved h.264 encoding I was looking forward to upgrading some applications . So I went and upgraded one of my larger applications to AIR 2 to start the porting process since it would benefit the most.

[flexcoders] BlazeDZ messaging works good in FF and IE, but don't in the Opera

2009-12-08 Thread Andrew Voronin
/target /logging system redeploy enabledfalse/enabled /redeploy /system /services-config May be problem with Opera's settings or I do something wrong with my BlazeDS settings? Andrew. Thx. -- View

Re: [flexcoders] BlazeDZ messaging works good in FF and IE, but don't in the Opera

2009-12-21 Thread Andrew Voronin
Any ideas ? -- View this message in context: http://old.nabble.com/BlazeDZ-messaging-works-good-in-FF-and-IE%2C-but-don%27t-in-the-Opera-tp26680163p26865730.html Sent from the FlexCoders mailing list archive at Nabble.com.

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-04 Thread Andrew Wetmore
of a pain to build, but it should work without any noticeable delays. a On Mon, Mar 4, 2013 at 8:17 AM, ZIONIST stinas...@yahoo.com wrote: ** any help out there... am stuck. -- Andrew Wetmore http://cottage14.blogspot.com/ http://portfolio.cottage14.com https://sites.google.com

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread Andrew Wetmore
I did a quick Google search on array collection multiple filters and came up with several tutorials with examples. Here is one: http://nwebb.co.uk/blog/?p=371 On Tue, Mar 5, 2013 at 12:21 AM, ZIONIST stinas...@yahoo.com wrote: ** any help guys? am really stuck. -- Andrew Wetmore

[flexcoders] Flex 1.5 Box container component that wraps?

2006-04-23 Thread Andrew D. Goodfellow
We're all super familiar with the HBox and VBox containers. Has anyone extended one of these to get a wrapping behavior? Almost like an HVBox? :) I want to create a tag cloud using Link components to look like: http://www.flickr.com/photos/tags/ I don't think Grid or Tile will give me the

Re: [flexcoders] Flash Player 9 on Linux?

2006-05-03 Thread Andrew C. Oliver
As a Flex enthusiast, Linux user and open source developer, I think a much more aggressive effort towards Linux support would be greatly appreciated. I might note that the present 7.x version doesn't even support AMD x64. One of the appeals of Flash is its universality and how great it

Re: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-11-02 Thread Andrew D. Goodfellow
on it... what features of Apollo are people most excited about? - Gordon From: [EMAIL PROTECTED]ups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Andrew D. Goodfellow Sent: Tuesday, October 31, 2006 6:15 AM To: [EMAIL PROTECTED]ups.com Subject: Re: [flexcoders] Isn´t there any

Re: [flexcoders] security issues when capturing flex screens that contain other domain bitmaps

2006-11-03 Thread Andrew D. Goodfellow
I literally just hit this problem now too. Did you ever receive a solution Hank? Anyone else?-AndyOn 9/26/06, hank williams [EMAIL PROTECTED] wrote: I have a flex screen that I want to capture into a bitmap using the technique that Andrew Trice described

Re: [flexcoders] Flex help on IRC

2006-11-28 Thread Andrew D. Goodfellow
Great idea Louie! I've been using this channel for about a day now and I'm finding it very useful. I'd definitely encourage everyone on the list to come and participate, or at least lurk. :o) -Andy On 11/27/06, Louie Penaflor [EMAIL PROTECTED] wrote: Hey everyone, For

[flexcoders] Allowing text to follow a curve

2007-01-02 Thread Andrew D. Goodfellow
Hey, has anyone out there ever made text that follows a curve in flex2? Like a besier curve or even a circle? I've searched but can't find any examples of where to start. TIA. -Andy

Re: [flexcoders] FLV Thumbnail

2007-01-08 Thread Andrew D. Goodfellow
John, I don't do it in AS. I always process the flv on the fly (with caching of course) with an open source tool called ffmpeg ( http://sourceforge.net/projects/ffmpeg/) and load the thumbnail via url just like an external image. It's tricky to get it working, but once you do it works

Re: [flexcoders] Re: How can we achieve this effect in flex??? Any Ideas???

2007-01-08 Thread Andrew D. Goodfellow
Omkar, Have you made any progress with this? Maybe I missed it? Otherwise I'm going to try to create it myself. -Andy On 10/3/06, omkarjoe [EMAIL PROTECTED] wrote: Thanks Brian, That are really valuable inputs. I am thinking of creating that effect as my RnD pro. As soon as I finish it

Re: [flexcoders] Re: FLV Thumbnail

2007-01-08 Thread Andrew D. Goodfellow
remoting On 1/8/07, john_69_11 [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Andrew D. Goodfellow Ya, I had heard about that. I was trying to offload some of the processing to the user by doing it in AS. I have found that unless you are getting the FLV

Re: [flexcoders] Flex/Flash on The iPhone ?

2007-01-10 Thread Andrew D. Goodfellow
If y'all haven't seen this you should. The iPhone is not the first interface to show this kind of multiple gesture behavior... http://www.youtube.com/watch?v=PLhMVNdplJc -Andy On 1/10/07, Michael Tuminello [EMAIL PROTECTED] wrote: I think they have no choice but to introduce something new

Re: [flexcoders] Flex/Flash on The iPhone ?

2007-01-10 Thread Andrew D. Goodfellow
Maybe I'm wrong, but I saw a bunch of tiling going on when Jobs was zooming in and out. I also noticed the compression changes when the zoom-in finished from low quality to high. All that makes me wonder if there isn't some faking-it going on for the zoom feature. Almost like a mapping program

<    1   2   3   4   5   >