Re: [flexcoders] Flex validator in action script

2010-08-16 Thread Geoffrey Moussiere
Hey, I'm not sure but you should definately have an eye on BindigUtils. Adnan a écrit : Hello, How can I represent the following validator in action script; mx:Validator required=true source={myText} / s:TextInput id=myText / I am starting with this; var textInput:TextInput = new

Re: [flexcoders] Re: Bookmark no longer valid when moving items in AdvancedDataGrid

2010-07-30 Thread Geoffrey Moussiere
Hi, I had a bookmark error once. I was removing item in a ArrawyCollection during a for each loop, something like that : for each(var myEntry:Entry in _entries) { ... _entries.removeItemAt(_entries.getItemIndex(myEntry)); ... } Maybe you have something similar somewhere. Matthew a écrit :

[flexcoders] Re: SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-30 Thread Geoffrey
. Unfortunately I haven't has an opportunity to try this fix yet, but maybe you'll find it useful: http://stackoverflow.com/questions/850466/properly-serializing-flash-utils-dictionary-to-a-sharedobject --- In flexcoders@yahoogroups.com, Geoffrey geoffhom@ wrote: Muzak, thank you

[flexcoders] Re: SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-30 Thread Geoffrey
@yahoogroups.com, Alex Harui aha...@... wrote: Please file a bug with a small test case. 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 Of Geoffrey Sent: Friday

[flexcoders] Re: SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-29 Thread Geoffrey
...@... wrote: Add a RemoteClass metadata tag to the custom class: Example at the bottom of the article http://cookbooks.adobe.com/post_How_to_keep_the_type_of_your_objects_when_serializ-8323.html - Original Message - From: Geoffrey geoff...@... To: flexcoders@yahoogroups.com Sent

[flexcoders] SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-28 Thread Geoffrey
Hi, I have a subclass of ByteArray (let's call it ByteArrayPlus), which I want to write to a SharedObject. I can store it fine, but when I read it back, it says it's of type ByteArray, not ByteArrayPlus. Does anyone have an idea what may be wrong? Has anyone gotten this to work? FYI, I am

[flexcoders] Re: SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-28 Thread Geoffrey
I forgot to mention what versions I am using: Flex SDK 3.4 (via Flex Builder 3), targeting Flash Player 10. --- In flexcoders@yahoogroups.com, Geoffrey geoff...@... wrote: Hi, I have a subclass of ByteArray (let's call it ByteArrayPlus), which I want to write to a SharedObject. I can

[flexcoders] RegExpValidator Not working with code-behind

2009-08-13 Thread Geoffrey
We use the code-behind technique to attach AS to MXML. Doing this has caused an interesting issue with RegExpValidator. If the regular expression is defined in the AS file and contains a quantifier, it causes validation to act funky. In the following example, if you type about 20 zeroes into

[flexcoders] Re: RegExpValidator Not working with code-behind

2009-08-13 Thread Geoffrey
Didn't seem to help. I changed the String to a RegExp, escaped and didn't escape the {} characters, and also tried with and without the [Bindable] metadata tag. As long as the regular expression is in the actionscript file, it just doesn't work properly. Actually, in this instance, nothing

[flexcoders] Re: any tool can create Java entities from as 3 VOs?

2009-08-13 Thread Geoffrey
I've used XDoclet to create VOs from Java Beans, so I'd imagine the process can work in reverse. Here's the xml XDoclet uses: project name=value-object-generator default=main property name=xdoclet.plugin.install.dir value=C:/eclipse/xdoclet-plugins-dist-1.0.4/ path id=xdoclet.task.classpath

[flexcoders] Re: any tool can create Java entities from as 3 VOs?

2009-08-13 Thread Geoffrey
This is the plugin I used. http://docs.codehaus.org/display/XDOCLET/Actionscript+plugin Maybe someone made a plugin that goes the other way, AS to Java. Geoff --- In flexcoders@yahoogroups.com, Geoffrey gtb...@... wrote: I've used XDoclet to create VOs from Java Beans, so I'd imagine

[flexcoders] Re: Instantiation of State Objects

2009-08-10 Thread Geoffrey
, but are never recreated since it doesn't re-instantiate the component in state B. Any ideas? Thanks, Geoff --- In flexcoders@yahoogroups.com, Geoffrey gtb...@... wrote: Great, that's exactly what I wanted to know. For Flex 3, is there any way to free the children for garbage collection, hack

[flexcoders] Re: Instantiation of State Objects

2009-08-07 Thread Geoffrey
that the child should not only be removed from the display list but also freed for garbage collection. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoffrey Sent: Thursday, August 06, 2009 2:43 PM To: flexcoders

[flexcoders] Instantiation of State Objects

2009-08-06 Thread Geoffrey
Are the objects for a state recreated every time a state is entered, or if the object was created once, is it reused? Basically, I want to know if I swap between states, are the objects defined by AddChild new instances every time I enter that state.

[flexcoders] Re: Eclipse Crashing

2009-05-14 Thread Geoffrey
? Eclipse won't even start. In general it seems to be fairly stable. Changes to our ValueObject project (used by almost every other project) take 2:30 to compile, but has not crashed as of yet. Thanks for the suggestions! ~Geoff --- In flexcoders@yahoogroups.com, Geoffrey gtb...@... wrote: I'll

[flexcoders] Eclipse Crashing

2009-04-30 Thread Geoffrey
Recently, FB(Eclipse) keeps crashing on me. I've looked all over the place for solutions, have tried many, but none seem to do the trick. My current setup is: Eclipse 3.4.2 (M20090211-1700) FB 3.0.2.214193 Flex SDK 3.3 JDK 1.6.0_13 My eclipse.ini is: -showsplash org.eclipse.platform -framework

[flexcoders] Re: Eclipse Crashing

2009-04-30 Thread Geoffrey
library projects in the same workspace? Have you tried excluding all of the Flex SDK swcs from the project library path that are not needed by each project? -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoffrey Sent: Thursday

[flexcoders] Re: Eclipse Crashing

2009-04-30 Thread Geoffrey
@yahoogroups.com flexcoders%40yahoogroups.com] On Behalf Of Geoffrey Sent: Thursday, April 30, 2009 2:30 PM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: [flexcoders] Eclipse Crashing Recently, FB(Eclipse) keeps crashing on me. I've looked all over the place for solutions

[flexcoders] Re: Eclipse Crashing

2009-04-30 Thread Geoffrey
minimum to save memory. Pete -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoffrey Sent: Thursday, April 30, 2009 4:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Eclipse Crashing Yes, there are AIR and Flex

[flexcoders] Re: Eclipse Crashing

2009-04-30 Thread Geoffrey
...@yahoogroups.com] On Behalf Of Geoffrey Sent: Thursday, April 30, 2009 11:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Eclipse Crashing Recently, FB(Eclipse) keeps crashing on me. I've looked all over the place for solutions, have tried many, but none seem to do

[flexcoders] Creating PDFs with embedded Flex apps from Flex

2009-04-14 Thread Geoffrey
I've read that you can create PDFs from your Flex application, and that you can embed Flex applications into PDFs using Acrobat. Do you think it's possible to create a PDF from a Flex application that has an embedded Flex app inside it? Here's a possible scenario. You have some sort of custom

[flexcoders] Re: LCDS data management - original data on the client

2009-03-13 Thread Geoffrey
I'm interested in somehow showing that an item from a managed collection in a datagrid has pending changes, whatever they may be. Change the color of the row, bold the text, add another column with a status symbol, etc Something that let's the user know that this particular item has

[flexcoders] Re: MouseOver Event Not Firing - SOLVED

2009-02-03 Thread Geoffrey
); } HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoffrey Sent: Monday, February 02, 2009 3:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] MouseOver Event Not Firing

2009-02-02 Thread Geoffrey
I have a Button that doesn't seem to know the mouse is over it. It doesn't dispatch MouseOver/Out/click events. I have a Panel that has an HBox(Label/Spacer/Button) and a Canvas. the Canvas gets stuff added to it dynamically via Actionscript. pre mx:Panel

[flexcoders] Re: SocetMonitor not working as expected

2008-12-10 Thread Geoffrey
this issue? --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: Trying out the SocketMonitor and what I'm experiencing is not what I'm expecting to happen. Here's a code snippet: __sm = new SocketMonitor(HOSTNAME, PORT_NUMBER); __sm.addEventListener(StatusEvent.STATUS

[flexcoders] SocetMonitor not working as expected

2008-12-09 Thread Geoffrey
Trying out the SocketMonitor and what I'm experiencing is not what I'm expecting to happen. Here's a code snippet: __sm = new SocketMonitor(HOSTNAME, PORT_NUMBER); __sm.addEventListener(StatusEvent.STATUS, onNetworkStatusChange); __sm.start(); The onNetworkStatusChange() method gets called

[flexcoders] LCDS: DataService.fill() not filling

2008-11-18 Thread Geoffrey
Does anyone know what would prevent a DataService.fill() call to not populate it's managed collection? I have an ArrayCollection that is the dataProvider for a DataGrid. I see that data is coming back from the fill() call, but it doesn't appear to be passing that data to the ArrayCollection.

[flexcoders] saveCache() - Couldn't acquire lock error.

2008-11-11 Thread Geoffrey
I'm getting an error when trying to save fill results to the local cache. Here's the error spew: onSaveCacheFault(): ERROR: (mx.messaging.messages::ErrorMessage)#0 body = (Object)#1 clientId = (null) correlationId = destination = extendedData = (null) faultCode =

[flexcoders] Re: Resource Bundle Missing in AIR

2008-10-20 Thread Geoffrey
Still have not found a fix for this. Any one else run into an issue like this? Thanks, Geoff --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: I'm using localization on a flex project for a slightly different use. We have 2 projects that share the same code base, but we

[flexcoders] Re: Resource Bundle Missing in AIR - Solved

2008-10-20 Thread Geoffrey
RTFM mx:Metadata [ResourceBundle(Resource_file_name)] /mx:Metadata Forgot this part --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: Still have not found a fix for this. Any one else run into an issue like this? Thanks, Geoff --- In flexcoders

[flexcoders] Resource Bundle Missing in AIR

2008-10-13 Thread Geoffrey
I'm using localization on a flex project for a slightly different use. We have 2 projects that share the same code base, but we want to change some UI text that's displayed. So, we're using localization to swap certain text strings to be project specific. Everything works fine for the web

[flexcoders] TextInput with Prompt

2008-10-07 Thread Geoffrey
If you don't have a lot of space for a label next to a TextInput, then you may want to try using my TextInputPrompted class. You use this class just like you would any other TextInput, but there's an extra prompt property. Whatever you set prompt to is displayed in the TextInput in light grey.

[flexcoders] Re: LCDS: Debug RTMP Traffic

2008-09-26 Thread Geoffrey
@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: Adobe support thought that it might be that too, but it doesn't look like that's the issue since it didn't really do anything different when I commented that out. --- In flexcoders@yahoogroups.com, Geoffrey gtb104@ wrote: I'll try using

[flexcoders] Re: LCDS: Debug RTMP Traffic

2008-09-25 Thread Geoffrey
Adobe support thought that it might be that too, but it doesn't look like that's the issue since it didn't really do anything different when I commented that out. --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: I'll try using the TraceTarget class. Our config uses port

[flexcoders] Re: LCDS: Debug RTMP Traffic

2008-09-21 Thread Geoffrey
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Friday, September 19, 2008 7:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS: Debug RTMP Traffic I'm having some issues with 2 DataServices running over RTMP. The first DataService loads

[flexcoders] Re: LCDS: Debug RTMP Traffic

2008-09-21 Thread Geoffrey
'my-rtmp' channel is connected. 'ds-producer-configurationData' producer acknowledge of '0ADAF447-0616-0F7B-376A-8758AC3385D9'. 'ds-producer-configurationData' producer connected. ConfigDS.as: Connection to DataService success. --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote

[flexcoders] Re: LCDS: Debug RTMP Traffic

2008-09-21 Thread Geoffrey
sure you are compiling against the services-config.mxml file (it is a project/compiler option). Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Sunday, September 21, 2008 5:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: LCDS: Debug

[flexcoders] LCDS: Debug RTMP Traffic

2008-09-19 Thread Geoffrey
I'm having some issues with 2 DataServices running over RTMP. The first DataService loads on application startup and work fine (I get data). The second load later on in the application, but this one get's no data. It doesn't appear that it even makes the connect request because my result and

[flexcoders] Re: LCDS ds-console WAR

2008-08-25 Thread Geoffrey
@yahoogroups.com, Geoffrey gtb104@ wrote: Does anyone use it? What does it do? I deployed it, and can run it, but I'm getting NPE errors when I select the other tabs. Also, there are no Applications listed in my ComboBox. I have a LCDS application up and running on my server, so I'd expect

[flexcoders] Re: RTMP and Spring Security(Acegi) Issues - SOLVED

2008-08-25 Thread Geoffrey
I was wondering if anyone knows exactly when the AcegiLoginCommand class gets processes. Does it get processed once when you create a DataService object, or does it get processed every time an RTMP request is made? --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: One last

[flexcoders] Re: FDS (or LCDS) and refreshFill() from Java

2008-08-21 Thread Geoffrey
I'm having the same issues that Dimitrios had below(changes to properties of items in managed collections not showing up). I was wondering if Jeff Vroom's advice is still the preferred method for LCDS2.6. quote To update those properties, you need to call dts.updateItem for each item where the

[flexcoders] LCDS ds-console WAR

2008-08-19 Thread Geoffrey
Does anyone use it? What does it do? I deployed it, and can run it, but I'm getting NPE errors when I select the other tabs. Also, there are no Applications listed in my ComboBox. I have a LCDS application up and running on my server, so I'd expect to see something listed. Here's the error

[flexcoders] Re: DataServiceException

2008-08-12 Thread Geoffrey
); out.print(seq.getItemInfo()); out.print(/pre); out.print(p); } } % done /code /body From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Wednesday, August 06, 2008 2:16 PM To: flexcoders

[flexcoders] Re: DataServiceException

2008-08-06 Thread Geoffrey
) { out.println(ne.toString()); } % done /body From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Monday, August 04, 2008 2:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: DataServiceException I just went

[flexcoders] Multiple AIR Instances

2008-08-04 Thread Geoffrey
Did I miss something? Can you only run one instance of an AIR app?

[flexcoders] DataServiceException

2008-08-04 Thread Geoffrey
I'm trying to create a DataServiceTransaction to push an update out to my DataService clients. I'm getting the below error when it tries to create the DataServiceTransaction. flex.data.DataServiceException: Unable to access UserTransaction in DataService. at

[flexcoders] Re: DataServiceException

2008-08-04 Thread Geoffrey
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Monday, August 04, 2008 1:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataServiceException I'm trying to create a DataServiceTransaction to push an update out to my DataService clients. I'm getting

[flexcoders] LCDS - Tomcat - JOTM Integration

2008-07-31 Thread Geoffrey
After a couple days of fussing around, I was able to successfully integrate JOTM into our webapp, and thought that I'd share what I did. Hopefully it will be useful to someone else. Environment: Eclipse 3.3.1.1 Tomcat 6.0.16 LCDS 2.5.1 JOTM 2.0.10 Installation: 1) Download JOTM 2.0.10 from

[flexcoders] How do you auto-refresh LCDS?

2008-07-31 Thread Geoffrey
I'm not sure how you refresh clients when there's a change on the server. After I perform a _ds.fill(), the user can delete 1+ of the items from the managed collection. The ActionScript looks like: private function deleteItems():void { var selectedTasks:Array = taskList.getSelectedTasks();

[flexcoders] Re: LCDS Memory Usage

2008-07-24 Thread Geoffrey
-data that is attached to all changes made. That meta-data is used to route changes to the right subscribed clients. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Wednesday, July 23, 2008 5:21 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] LCDS Memory Usage

2008-07-23 Thread Geoffrey
Looking in the LiveCycle Data Services ES Developer's Guide, page 190, it states: By default, the Data Management Service caches items returned from fill() and getItem() calls and uses cached items to implement paging and to build object graphs on the server when implementing lazy

[flexcoders] Re: RTMP and Spring Security(Acegi) Issues - SOLVED

2008-07-16 Thread Geoffrey
, Geoffrey [EMAIL PROTECTED] wrote: I seem to have got it working. Thanks for your help jahhaj12345! What I ended up doing was to create a custom LoginCommand class. I used the one from here: http://blog.f4k3.net/fake/entry/acegi_logincommand_for_fds. I made two changes shown below

[flexcoders] Re: RTMP and Spring Security(Acegi) Issues - SOLVED

2008-07-15 Thread Geoffrey
().setAuthentication(auth); return auth; } This should authenticate the RTMP session. I don't know if this is the best way, but it seems to work. --- In flexcoders@yahoogroups.com, Geoffrey gtb104@ wrote: I'm guessing that we don't implement security the correct way

[flexcoders] Re: RTMP and Spring Security(Acegi) Issues

2008-07-14 Thread Geoffrey
is cause by the RTMPFlexSession being outside the HTTPSession. Is there anyway to sync these up? Or is there anyway to do a single sign-on with RTMP? Jason --- In flexcoders@yahoogroups.com, Geoffrey gtb104@ wrote: I've looked around the net and haven't found anything helpful. Any

[flexcoders] Re: RTMP and Spring Security(Acegi) Issues

2008-07-11 Thread Geoffrey
I've looked around the net and haven't found anything helpful. Any suggestions would be great. Thanks, Geoff --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: I'm wondering if anyone out there has implemented LiveCycle Data Services using Spring Security

[flexcoders] RTMP and Spring Security(Acegi) Issues

2008-07-10 Thread Geoffrey
I'm wondering if anyone out there has implemented LiveCycle Data Services using Spring Security as their security layer? I'm having issues with RTMP communications between server/client, meaning I'm not getting any. I've modified our existing Java delegate to ast as the Assembler for a managed

[flexcoders] Re: Missing AsnDecoder Class - SOLVED

2008-07-07 Thread Geoffrey
I was missing the flex-messaging-req.jar. --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: Odd, the AsnDecoder class isn't listed in the online LCDS Java API. Maybe they didn't release this class. I can't seem to find any info about this class online. Jeeze, what

[flexcoders] Missing AsnDecoder Class

2008-07-02 Thread Geoffrey
I seem to have the wrong version of the flex-messaging jar because when I start my server I get the spew below. I looked at all the flex-messaging jars on my system and I don't see it anywhere. All copies have the same manifest of: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.2

[flexcoders] Re: Missing AsnDecoder Class

2008-07-02 Thread Geoffrey
Odd, the AsnDecoder class isn't listed in the online LCDS Java API. Maybe they didn't release this class. I can't seem to find any info about this class online. Jeeze, what the heck did I do? Geoff --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: I seem to have the wrong

[flexcoders] Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Geoffrey
I know there is a hardware imposed limitation to the number of BlazeDS real-time streaming connections that you can establish. I've heard it's in the hundreds, so I'm trying to see how many I can connect to my server(WinXP Pro 64-bit with two 3GHz Xeon CPUs and 8GB of RAM). Oddly enough after

[flexcoders] Re: Streaming BlazeDS connection reverting to polling

2008-06-05 Thread Geoffrey
Just what I was looking for. Thanks! Geoff --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi Geoffrey, Good info here: http://www.flexlive.net/?p=102 http://www.flexlive.net/?p=102 For long polling, looks like you can change the value for max-waiting-poll

[flexcoders] Re: Automation libraries kill my app

2008-05-27 Thread Geoffrey
:08 AM, Geoffrey [EMAIL PROTECTED] wrote: I'm trying to use FunFX(http://funfx.rubyforge.org/) to do some automated testing of our GUI. I noticed that after I add the automation libraries to the compiler options of my main project, I can no longer interact with various parts of the UI

[flexcoders] Automation libraries kill my app

2008-05-23 Thread Geoffrey
I'm trying to use FunFX(http://funfx.rubyforge.org/) to do some automated testing of our GUI. I noticed that after I add the automation libraries to the compiler options of my main project, I can no longer interact with various parts of the UI using the mouse. This includes textinput, textarea,

[flexcoders] Stress Testing a BlazeDS Application

2008-05-19 Thread Geoffrey
Is there a FREE way to stress test a real-time messaging BlazeDS application? I tried using JMeter, but I can't capture all of the http request data to set up the test because you need to use a proxy for that, and BlazeDS falls back to a polling channel if a proxy is used. I looked in flexunit,

[flexcoders] Re: insidious gray bar in FULLSCREEN with OS X Air app

2008-05-15 Thread Geoffrey
I believe you mean WindowedApplication, not nativeWindow. --- In flexcoders@yahoogroups.com, Jim Hayes [EMAIL PROTECTED] wrote: Is it the status bar? If so, set the nativeWindow's showStatusBar = false. This one got me! (I felt stupid :-( ) -Original Message- From:

[flexcoders] Re: Can AIR app get Workstation Credentials?

2008-05-15 Thread Geoffrey
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Wednesday, May 14, 2008 3:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can AIR app get Workstation Credentials? Our flex app requires a login(HTML page) before launching the main app(the SWF does not handle

[flexcoders] Can AIR app get Workstation Credentials?

2008-05-14 Thread Geoffrey
Our flex app requires a login(HTML page) before launching the main app(the SWF does not handle the logging in). Converting to an AIR app and I was wondering if I could get the logged in user's credentials from the workstation so we don't require a login screen.

[flexcoders] Re: Can AIR app get Workstation Credentials?

2008-05-14 Thread Geoffrey
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Wednesday, May 14, 2008 2:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can AIR app get Workstation Credentials? Our flex app requires a login(HTML

[flexcoders] Convert Flex App to AIR App

2008-05-07 Thread Geoffrey
I have an existing Flex app... a pretty complex one. Multiple projects, J2EE backend, RemoteObject calls, BlazeDS messaging with JMS, etc, etc. What's the best way to convert this existing app to an AIR app? Would it be possible to just reference the SWF from the main Flex app? I'd rather

[flexcoders] Re: Convert Flex App to AIR App

2008-05-07 Thread Geoffrey
for developers not used to ant to pick up and use in Flex Builder. If I had the time I would make an ant file but separating into a library is quick and easy. best of luck /r http://www.searchcoders.com/ On Wed, May 7, 2008 at 10:18 AM, Geoffrey [EMAIL PROTECTED] wrote: I have

[flexcoders] Can't connect to JMS with BlazeDS

2008-04-21 Thread Geoffrey
I'm trying to connect to our JMS service (Apache ActiveMQ), but am not having much luck. Here are some config files. message-config.xml destination id=flex-jms-topic adapter ref=jms/ properties server allow-subtopicstrue/allow-subtopics subtopic-separator./subtopic-separator

[flexcoders] Re: Can't connect to JMS with BlazeDS

2008-04-21 Thread Geoffrey
? To enable server side logging, go to services-config.xml and under logging section, make sure you have debug level and under patterns, have Service.Message.JMS. -Mete --- In flexcoders@yahoogroups.com, Geoffrey gtb104@ wrote: I'm trying to connect to our JMS service (Apache ActiveMQ

[flexcoders] Re: Can't Get Socket Policy File

2008-03-24 Thread Geoffrey
No ideas? --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: A few points of clarrification. The OK: Policy file accepted status was there because I tried manually loading the policy file by doing: flash.system.Security.loadPolicyFile (http://removed:843/crossdomain.xml

[flexcoders] Re: BlazeDS Subtopics from Java - SOLVED

2008-03-12 Thread Geoffrey
= '*'. This resulted in an error when trying to actually publish a message. The subtopic must be nested, siteData.*. Hope this helps someone else. Geoff --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: I see plenty of examples of how to do subtopics all from MXML/AS code

[flexcoders] Re: Can Flex 2.01 work with blazeds?

2008-03-11 Thread Geoffrey
In Flex 2.0.1, the attribute is uri not url. You would probably also need to add the 'messageTypes' attribute to the service tag for: proxy-config.xml messaging-config.xml remoteingConfig.xml You'll see the values required in your Flex 2.0.1 config files. Geoff --- In

[flexcoders] Re: Setting Chart Origin

2008-03-03 Thread Geoffrey
I've created a JIRA issue(Feature Request) for this. If anyone thinks this would be a useful feature, please vote for it. Issue number: FLEXDMV-1671 https://bugs.adobe.com/jira/browse/FLEXDMV-1671 Geoff --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: I do use

[flexcoders] Re: Setting Chart Origin

2008-02-29 Thread Geoffrey
if you have a non-zero based axis. Geoff --- In flexcoders@yahoogroups.com, Sunil Bannur [EMAIL PROTECTED] wrote: Use the minimum property of the Axis Thanks -Sunil From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey

[flexcoders] Re: Best practices for setting up large applications?

2008-02-29 Thread Geoffrey
February 2008 23:03 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Best practices for setting up large applications? --- In flexcoders@yahoogroups.com, Geoffrey gtb104@ wrote: We currently have a master project that links in 25 other projects

[flexcoders] Re: DateTimeAxis does not work correctly when minField set?

2008-02-29 Thread Geoffrey
I thought that I read somewhere that Flex assumes 2 digit dates are based off of 1900. Try setting the dates in your xml file to 4 character dates(2007, 2008, and 2009). Geoff --- In flexcoders@yahoogroups.com, Nate Pearson [EMAIL PROTECTED] wrote: Bump again. Someone has to have run

[flexcoders] Re: DateTimeAxis does not work correctly when minField set?

2008-02-29 Thread Geoffrey
on my datetimeaxis. I still only see years though Is there a way to custom render the tick marks on that axis? Thanks! Nate --- In flexcoders@yahoogroups.com, Geoffrey gtb104@ wrote: I thought that I read somewhere that Flex assumes 2 digit dates are based off of 1900. Try

[flexcoders] Zero line drawn on plot chart

2008-02-26 Thread Geoffrey
Is there a way to turn off the line that gets drawn to show where 0 (zero) is along the y axis? My y axis is a LinearAxis with a minimum less than 0 (zero). I have baseAtZero set to false, and autoAdjust set to false. Thanks, Geoff

[flexcoders] Re: Colouring the zero line on a chart axis

2008-02-26 Thread Geoffrey
Yea, and I want to turn it off (or set it to the same color as the background). --- In flexcoders@yahoogroups.com, leonpidgeon [EMAIL PROTECTED] wrote: Hi i have a chart with where the y-axis is -200 to 200 and want to know if there is a way to change the look of the zero axis which runs

[flexcoders] Re: Zero line drawn on plot chart

2008-02-26 Thread Geoffrey
--- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: Check out the showLine style of AxisRenderer. Seems like showLine=false ought to do what you want. --- In flexcoders@yahoogroups.com, Geoffrey gtb104@ wrote: Is there a way to turn off the line that gets drawn to show where 0

[flexcoders] Re: Zero line drawn on plot chart

2008-02-26 Thread Geoffrey
: mx:backgroundElements mx:GridLines horizontalShowOrigin=false/ /mx:backgroundElements There are other options with the GridLines class that you may want or need to set as well. --- In flexcoders@yahoogroups.com, Geoffrey gtb104@ wrote: That property actually removes the thick light blue line

[flexcoders] Plot Graph and One Plot Point

2008-02-25 Thread Geoffrey
I have a PlotChart that uses a DateTimeAxis for the x, and a LinearAxis for the y. I get something strange when there is only one point to plot. The point renders fine on the chart, but the horizontal axis renderer only shows one date (1/1/70), and that's not the date of the plot point. I

[flexcoders] Re: BlazeDS - Unknown destination error - SOLVED

2008-02-20 Thread Geoffrey
to Jeff for the help. Geoff --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: I'm less than thrilled with BlazeDS right now. running their canned examples is no problem, but try to integrate it into your app and it's a bitch! Our environment is Eclipse 3.2.2, Apache

[flexcoders] BlazeDS Subtopics from Java

2008-02-20 Thread Geoffrey
I see plenty of examples of how to do subtopics all from MXML/AS code, but how to you create a message in Java that has a subtopic? Here are some code snippets: :::messaging-config.xml::: destination id=siteMessages properties server max-cache-size1000/max-cache-size

[flexcoders] BlazeDS - Unknown destination error

2008-02-14 Thread Geoffrey
I'm trying to get BlazeDS working with our existing Flex application. When the application starts and tried to subscribe to a publisher, I get the following error: [MessagingError message='Unknown destination 'userTopic'.'] at mx.messaging.config::ServerConfig$/getChannelSet()

[flexcoders] Re: BlazeDS - Unknown destination error

2008-02-14 Thread Geoffrey
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Thursday, February 14, 2008 11:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] BlazeDS - Unknown destination error I'm trying to get BlazeDS working with our existing Flex

[flexcoders] Re: Item Renderer Not Updating

2007-11-14 Thread Geoffrey
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Tuesday, November 13, 2007 8:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Item Renderer Not Updating I know there's got to be something simple that I'm

[flexcoders] Re: Item Renderer Not Updating

2007-11-14 Thread Geoffrey
on the collection. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Tuesday, November 13, 2007 8:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Item Renderer Not Updating I know there's got

[flexcoders] Re: Item Renderer Not Updating

2007-11-14 Thread Geoffrey
all of the CheckBoxes. Yea not happening. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Oh, maybe you need to set selectedField=selected From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent

[flexcoders] Re: Item Renderer Not Updating

2007-11-14 Thread Geoffrey
the dp to see if it is picking it up. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Wednesday, November 14, 2007 9:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Item Renderer Not Updating

[flexcoders] Re: Item Renderer Not Updating

2007-11-14 Thread Geoffrey
, Geoffrey [EMAIL PROTECTED] wrote: It's not picking it up. I did the following in my command class: for (var i:uint = 0; i data.result.length; i++) { // Get the current result and create a ResourceItemModel from it userSummaryVO = UserSummaryVO(data.result[i]); item = new ResourceItemModel

[flexcoders] Re: Item Renderer Not Updating - Fixed

2007-11-14 Thread Geoffrey
PROTECTED] wrote: Ok, next thing to see is if collectionChange events fire when the values are reset to false. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Wednesday, November 14, 2007 12:17 PM To: flexcoders

[flexcoders] Item Renderer Not Updating

2007-11-13 Thread Geoffrey
I have a List that is bound to an ArrayCollection. If I programaticly update the ArrayCollection, the itemRenderer fails to update as well. mx:List id=userList dataProvider={__resourceModel.userSummaries} selectable=false itemClick=onItemClick(event)

[flexcoders] Re: Item Renderer Not Updating

2007-11-13 Thread Geoffrey
I know there's got to be something simple that I'm overlooking, and I thought that I read something pertaining to this in the docs, but for the life of me I can't find it. Thanks for any suggestions, Geoff --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: I have a List

[flexcoders] Re: Nested classes picking up CSS

2007-06-07 Thread Geoffrey
I guess it's imposibble Is there a good CSS reference in the Flex docs somewhere? I can't seem to find it. --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: Here's the basic setup. On display 1 there is Panel A, on display 2 there is Panel B. Both Panels contain

[flexcoders] Nested classes picking up CSS

2007-06-06 Thread Geoffrey
Here's the basic setup. On display 1 there is Panel A, on display 2 there is Panel B. Both Panels contain 'CommonPanel'. Using an external CSS file, how can I get CommonPanel to have different styles? I tried something like: Display_1.mxml mx:Panel id=panelA styleName=level1

[flexcoders] Re: Does Drag Drop Only Update the DataProvider?

2007-05-21 Thread Geoffrey
event is for when selection changes, not when the collection changes. Could that be the issue? collectionChange may be what you want. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Friday, May 18, 2007 10:12 AM

  1   2   >