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

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

[flexcoders] Re: Capturing ENTER key in a Numeric Stepper

2010-07-11 Thread Andrew
goes and looks at the number stepper and sends whatever its current value is to the search function. a --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: Hi Andrew. Can you trap the ENTER (keyCode = 13) on a Numeric Stepper? I've been failing to do this... :( When a user

[flexcoders] Re: Capturing ENTER key in a Numeric Stepper

2010-07-10 Thread Andrew
In my applications I use the change event to fire events( like change='doThisThing()'). Seems to work for the number stepper just fine. --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: Hello, I've got a form with a few fields on, one being a numeric stepper. On the

[flexcoders] Re: getting added values out of a combobox

2010-07-02 Thread Andrew
Okay, I have found a discussion of this. Getting the value seems to hinge on checking: spark.components.ComboBox.CUSTOM_SELECTED_ITEM. The added item has a nominal index value of -3, I guess until it is added to the data provider. --- In flexcoders@yahoogroups.com, Andrew cottag...@... wrote

[flexcoders] changing view state in an item renderer

2010-07-02 Thread Andrew
Hiya: My current project is a turn builder for a role playing game. Each turn has 30 actions, and each action may have up to 6 entry fields, which may be dropdown menus, number spinners, text fields and like that. The actions are in a list, rendered by a complex itemRenderer. There are about

[flexcoders] getting added values out of a combobox

2010-07-01 Thread Andrew
in Tour de Flex is not illuminating, for it only shows adding a value to a combo box, not doing anything with the value afterwards. Thanks in advance for your help. Andrew

[flexcoders] Re: Setting preferences on the browser in the release folder

2010-06-04 Thread Andrew
. Andrew --- In flexcoders@yahoogroups.com, Quintjer quintj...@... wrote: Hello All, I am trying to set up my browser in the bin-debug folder to scroll properly when I set a specific width and height to my swf file but Flex will overwrite it every time with defaults setting. I am

[flexcoders] Re: Showing the hand icon over an image that links somewhere

2010-05-14 Thread Andrew
Each image object has a Boolean value useHandCursor. You can set it to true right in the properties panel for the image, or set it dynamically as needed. --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I have 3 little icons on a site I am developing (as well as the logo)

[flexcoders] Large number of view states

2010-04-27 Thread Andrew
? Thanks in advance. Andrew

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.

[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

[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] Re: Instant messaging example

2009-08-19 Thread Andrew
Ok cool thank you. How do I go about defining one? --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Well, from that file, there is no channel defined as weborb-rtmp. --- In flexcoders@yahoogroups.com, Andrew roly445@ wrote: Hi valdhor, thanks for any help you can

[flexcoders] Re: Instant messaging example

2009-08-19 Thread Andrew
-config.xml in your compilere settings. weborb-rtmp should be defined in that file. --- In flexcoders@yahoogroups.com, Andrew roly445@ wrote: Ok cool thank you. How do I go about defining one? --- In flexcoders@yahoogroups.com, valdhor valdhorlists@ wrote: Well, from that file

[flexcoders] Instant messaging example

2009-08-18 Thread Andrew
:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\config\ServerConfig.as:222] at Chat/establishConnection()[C:\Users\Andrew\Documents\Flex Builder 3\Chat\src\Chat.mxml:15] at Chat/___Chat_Application1_creationComplete()[C:\Users\Andrew\Documents\Flex Builder 3\Chat\src\Chat.mxml:2

[flexcoders] Re: Instant messaging example

2009-08-18 Thread Andrew
and your remoting-config.xml file both on the flex side as well as the WebORB side. --- In flexcoders@yahoogroups.com, Andrew roly445@ wrote: Hi all, I am hoping for some help on this one as it has me beat. I have been looking around this group trying to find an answer

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] 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

[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

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] 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] Slider dataTip- is it possibole to have this visibale all the time

2009-06-08 Thread Andrew D. Goodfellow
Does anyone have a good example of manually tool-tipping the thumb on a Slider (like what Manish is referring to)? -Andy On Thu, Jun 4, 2009 at 2:15 PM, Manish Jethanimanish.jeth...@gmail.com wrote: On Wed, Jun 3, 2009 at 4:29 PM, jossminker jossmin...@yahoo.com wrote: I woudl like to have

[flexcoders] Reading an UTF-8 document

2009-02-18 Thread Andrew
Please forgive me if the is a post about this already but i can't seem to find it. I am creating an AIR app to convert characters into their HTML entity, hex and dec value and I have just come across an issue. I am reading in xml files which contain the data, these files are saved in a UTF-8

[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] 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

Re: [flexcoders] Re: Export data to Excel

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

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

[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

[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] 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] 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] 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

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] 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

[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] 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

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] 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

[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] 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] 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: 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] 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

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

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

[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] Re: Flex Appointment Calendar Component

2008-07-18 Thread Andrew D. Goodfellow
I get the same error. -Andy On Fri, Jul 18, 2008 at 7:08 AM, Jeremy Anderson [EMAIL PROTECTED] wrote: I'm now getting an error: ReferenceError: Error #1069: Property R918 not found on myComponents.Calendar and there is no default value. at myComponents::Calendar/findMaxColumns() at

[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] 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] 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

Re: [flexcoders] Re: How to get the reference to an item renderer given item index in dataProvide

2008-06-24 Thread Andrew D. Goodfellow
Hi Gordon, I actually found a use-case where I think this is needed. If you are interested I'd be happy to discuss it with you off-list. -Andy On Mon, Apr 28, 2008 at 8:12 PM, Gordon Smith [EMAIL PROTECTED] wrote: Can you please explain your use case for needing a reference to an item

[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,

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

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: 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] 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

[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

[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

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] 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] Flex 3 / AIR: Creating a Timer and binding Text

2008-04-23 Thread Andrew D. Goodfellow
Hi Steve, You need a [Bindable] meta tag in front of every property you need to be bindable. You only have it on callID, not callStatus. -Andy On 4/23/08, Steve Good [EMAIL PROTECTED] wrote: (I sent this earlier, but it never made it through, so I apologize if it ends up being a double

[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.

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] 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

[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] 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

Re: [flexcoders] # sign in URL - how do I get rid of it?

2008-04-04 Thread Andrew D. Goodfellow
Hi Robert, Just set historyManagment=false in your Application tag. -Andy On 4/4/08, Robert Csiki [EMAIL PROTECTED] wrote: After we switched to using Flex3, there's a # sign that occasionally appears in browser, on the URL that accesses the Flex app, right after the context root; how can

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] 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] Average salary of a Flex Developer in the Silicon Valley

2008-03-22 Thread Andrew D. Goodfellow
For what time period? On 3/22/08, heat_samurai [EMAIL PROTECTED] wrote: I've got an offer to join a reputed customized software firm in SF. I've got over 2 yrs of experience as a Flash Developer and migrated to Flex about 8 months back. They've offered me around $4,500. Is that good

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

  1   2   3   4   5   >