[flexcoders] Re: Flash Player 9 issues on Windows 2005 Tablet PC Edition

2006-12-08 Thread sof4real03
Kelly, Simple point click works fine as it did in Flex 1.5 with Flash Player 7, but the issue resides with double-clicking and recognizing text input boxes. In Flex 1.5/Flash Player 7 when you clicked into a text input fields; the fields would display an icon to launch the on-screen keyboard.

[flexcoders] Re: Pen response quirky on tablet pc with Flash Player 9

2006-08-18 Thread sof4real03
Anyone have experience with this issue? --- In flexcoders@yahoogroups.com, sof4real03 [EMAIL PROTECTED] wrote: Has the Adobe team tested the Flash Player 9 against the latest Windows 2005 Tablet PC edition? Flash Player 7 responded fairly well to pen gestures such as textInput focus

[flexcoders] Pen response quirky on tablet pc with Flash Player 9

2006-08-14 Thread sof4real03
Has the Adobe team tested the Flash Player 9 against the latest Windows 2005 Tablet PC edition? Flash Player 7 responded fairly well to pen gestures such as textInput focus and double click, but 9 is responding poorly. Should I be listening for a certain event other than mouseEvents or is this a

[flexcoders] TextInput and masking

2006-05-13 Thread sof4real03
Is there a simple way of enabling a text input mask on the control or do you need to write a custom component to extend the features available with the textInput? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] mx:States and caching

2006-05-08 Thread sof4real03
Is there a way to force states to recreate children objects? Using the RemoveChild does not delete the child instance. Any insight into this matter? - Sof -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] View States(mx:States) and Caching Issue

2006-05-06 Thread sof4real03
I have a panel that has multiple view states: default: empty createPerson: populates the panel with an accordion/form So after I fill out the accordion/form I submit my data and change my view state back to default. Then I want to add another person I click on a button that once again puts me

[flexcoders] Re: mx:States and databinding issue

2006-04-25 Thread sof4real03
I'm at a loss here, Anybody having any issues with binding in States? --- In flexcoders@yahoogroups.com, sof4real03 [EMAIL PROTECTED] wrote: After tracing my code, I'm sure that the event is being propagated, but the button still doesn't become enabled even when the forms are valid. Could

[flexcoders] Re: mx:States and databinding issue

2006-04-25 Thread sof4real03
make the state handle the databind correctly, but I just don't see anything wrong. Thanks, Sof --- In flexcoders@yahoogroups.com, sof4real03 [EMAIL PROTECTED] wrote: I'm at a loss here, Anybody having any issues with binding in States? --- In flexcoders@yahoogroups.com, sof4real03 soubraham2

[flexcoders] mx:States and databinding issue

2006-04-24 Thread sof4real03
I have a custom form component that broadcasts an event every time the form changes validation states: ContactDetails.mxml: [ChangeEvent(formValidationChanged)] Now the parent component of ContactDetails is CreateClientProfile.mxml and it uses an accordian to instantiate the ContactDetails

[flexcoders] Re: Flex 2 Beta 2 - MenuBar events - no menuItem property

2006-04-23 Thread sof4real03
was apparently going down the wrong path, because when I traced the event object itself, I was not seeing a menuItem property...so it's just magically there. Why would that property not show up? Cheers On 4/22/06, sof4real03 [EMAIL PROTECTED] wrote: Try accessing your label attribute

[flexcoders] Re: Developing Flex Book Example not working in Flex 2 Beta 2

2006-04-22 Thread sof4real03
@yahoogroups.com, Stephen Gilson [EMAIL PROTECTED] wrote: Can you be more specific on the code that you are trying? What section or page in the book is it in? Thanks, Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Friday

[flexcoders] Re: Flex 2 Beta 2 - MenuBar events - no menuItem property

2006-04-22 Thread sof4real03
Try accessing your label attribute as follows: [EMAIL PROTECTED] and then you should be able to retrieve the value. Let me know if tht works for you. -Sof --- In flexcoders@yahoogroups.com, Jordan Snyder [EMAIL PROTECTED] wrote: Hello, I'm using Flex 2 Beta 2, and I'm trying to catch

[flexcoders] Re: Developing Flex Book Example not working in Flex 2 Beta 2

2006-04-21 Thread sof4real03
Anybody run into this issue when creating custom components extending mx containers? --- In flexcoders@yahoogroups.com, sof4real03 [EMAIL PROTECTED] wrote: I'm trying to use a similar function as in Chapter 8 of the flex book regarding Forms. In the chapter, we create a base custom

[flexcoders] Re: Can't use RemoteObject on HTTPS ONLY Server?

2006-04-20 Thread sof4real03
flex-remoting-service.xml)? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Monday, April 17, 2006 3:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can't user RemoteObject on HTTPS ONLY Server?

[flexcoders] Re: Combobox not highlighting on mouseOver (Flex2Beta2)

2006-04-19 Thread sof4real03
Simeon, Thanks as well. Putting the dynamic in the VO class definition worked. I'd like to try the UIDD solution as well for completness. Is this a bug or by design? Thanks, Sof --- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Simeon, Excellent tip, you've come

[flexcoders] Combobox not highlighting on mouseOver (Flex2Beta2)

2006-04-18 Thread sof4real03
I'm returning a native 1 dimensional array of ValueObjects from a java class. The Value Object returned in the array has the following properties (AvtCategory:Object, value:String, code:String). I then databind the array to the dataprovider of the combobox specifying the label and data files to

[flexcoders] Re: Combobox not highlighting on mouseOver (Flex2Beta2)

2006-04-18 Thread sof4real03
controls is doing the same thing with the same problem dataset. Cheers, Tim --- In flexcoders@yahoogroups.com, sof4real03 soubraham2@ wrote: Can the dataprovider for combobox understand an array of specific value objects or does it need to be a plain vanilla object or string

[flexcoders] Re: Combobox not highlighting on mouseOver (Flex2Beta2)

2006-04-18 Thread sof4real03
@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: Instead of casting event.result, would mx.utils.ArrayUtil.toArray(event.result) do the trick? --- In flexcoders@yahoogroups.com, sof4real03 soubraham2@ wrote: A workaround that I had to do was create a new array and push in each

[flexcoders] Flex 2 Beta 2 over HTTPS (Apache/JRun) not working

2006-04-18 Thread sof4real03
The SWF is also loaded over HTTPS, the same domain as the url for the secure amf endpoint. One part of the problem was that I didn't know the configuration files get compiled into the SWF (that still baffles me why you'd compile in configuration files). Once I recompiled with the updated config

[flexcoders] Re: Do RemoteObject results still not operate in parallel?

2006-04-17 Thread sof4real03
Does anyone know if this is a still an outstanding design of RemoteObjects and AMF? Much thanks, Sof --- In flexcoders@yahoogroups.com, sof4real03 [EMAIL PROTECTED] wrote: I've come across an article by Peter Ent regarding how AMF results using RemoteObjects do not return in parallel

[flexcoders] Can't user RemoteObject on HTTPS ONLY Server?

2006-04-17 Thread sof4real03
I'm trying to get a Remote Object to work on an HTTPs only server (one that does not accept HTTP connections). I have it working fine over a regular HTTP connection. I then remove the AMF channel definition in the flex-enterprise-services.xml and replace it with a SecureAMF channel definition and

[flexcoders] Re: Do RemoteObject results still not operate in parallel?

2006-04-17 Thread sof4real03
RemoteObject feature... it's how the flash player NetConnection works with AMF requests (and continues to work in FP 8.5). -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Monday, April 17, 2006 3:15 PM To: flexcoders

[flexcoders] Re: Do RemoteObject results still not operate in parallel?

2006-04-17 Thread sof4real03
:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Monday, April 17, 2006 4:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Do RemoteObject results still not operate in parallel? If RemoteObjects results do not come back in parallel then how would one implement the workaround

[flexcoders] Re: Do RemoteObject results still not operate in parallel?

2006-04-17 Thread sof4real03
consider this desired behavior. I will file an enhancement to turn off the batching but I doubt it will make it into Flex 2. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Monday, April 17, 2006 3:01 PM

[flexcoders] java Calendar type vs. java Date

2006-04-16 Thread sof4real03
I'm using Flex 2 Beta 2 and I'm returning a java Value Object of Calendar, but when Data Services does the AS equivalent mapping it doesn't know how to handle Calendar type. Yet, when I return it an Array, which is comprised of Calendar types it converts it fine. Is this a known issue? Date has

[flexcoders] Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java)

2006-04-09 Thread sof4real03
I'm trying to develop a fairly simple example of accessing a server-side java object with RemoteObject Invocation. Here is my following code snippets. flex-remoting-service.xml: adapters adapter-definition id=java-object class=flex.messaging.services.remoting.adapters.JavaAdapter

[flexcoders] Re: Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java)

2006-04-09 Thread sof4real03
@yahoogroups.com on behalf of sof4real03 Sent: Sun 09-Apr-06 2:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java) I'm trying to develop a fairly simple example of accessing a server-side java object with RemoteObject Invocation. Here is my

[flexcoders] Re: Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java)

2006-04-09 Thread sof4real03
you successfully gotten it to work? --- In flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED] wrote: try to replace your context-root by its value (/flex) and see if it works. -Original Message- From: flexcoders@yahoogroups.com on behalf of sof4real03 Sent: Sun 09-Apr

[flexcoders] Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java)

2006-04-08 Thread sof4real03
I'm trying to access a server-side java object via the RPC Data Service RemoteObject. I have the following definitions: Services.mxml: mx:RemoteObject id=securityFacade destination=lsSecurity result=event.call.resultHandler( event )

[flexcoders] Re: Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java)

2006-04-08 Thread sof4real03
-Original Message- From: flexcoders@yahoogroups.com on behalf of sof4real03 Sent: Sun 09-Apr-06 1:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java) I'm trying to access a server-side java object via the RPC Data Service RemoteObject

[flexcoders] Cairngorm 2 and mx:States

2006-04-01 Thread sof4real03
As I'm implementing the usage of the Cairngorm 2 microarchitecture on a project, I came across a question regarding the new Flex 2 States concept and how to best implement it with Cairngorm. My feeling is the States should be defined in the ModelLocator. That would imply the Model knowing more

[flexcoders] Re: CairngormLogin sample on Flex 2.0 beta 2

2006-03-27 Thread sof4real03
After reading through Oriol's thread, I'm assuming the change required would be the following: public function getView(workflowState:Number):Container instead of UIComponent. It will then compile and adhere to the strict type checking. Regards, Sof --- In flexcoders@yahoogroups.com, William

[flexcoders] Tomcat and Flex 2 beta 2

2006-03-24 Thread sof4real03
Has anyone gotten Flex 2 beta 2 configured correctly on tomcat 5, JDK 1.5? I followed the directions on labs, but no luck. I'm having NoClassDefFound error when trying to run the collaboration sample apps. Any insight? Thanks, Sof -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Tomcat and Flex 2 beta 2

2006-03-24 Thread sof4real03
that you are talking about in labs? I am using Tomcat 4.1 and java-1.5.0_04-Linux-i686 Thanks, -San -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Friday, March 24, 2006 4:12 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Flex 2 Beta 2 Samples Error

2006-03-22 Thread sof4real03
I'm running Flex 2 Beta 2 on Tomcat 5. I followed all the instructions on labs site for installing and extra configuration for tomcat (regarding JOTM). When I try to run the Contact Manager app, I get the Send failed message pop-up. When checking the logs, I get the following: Mar 22, 2006

[flexcoders] FAST Framework and Cairngorm

2006-03-21 Thread sof4real03
To get a feel for all the features of the FAST API, I'm applying it to the Cairngorm login sample that ships with architecture. I'm assuming the ServiceLocator will no longer be needed since it will be replaced with the ProxyFactory, which implies the following code snippet: s:ProxyFactory

[flexcoders] Re: FAST Framework and Cairngorm

2006-03-17 Thread sof4real03
428 947 -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: 14 March 2006 17:50 To: flexcoders@yahoogroups.com Subject: [flexcoders] FAST Framework and Cairngorm I'm looking to leverage the FAST frameworks

[flexcoders] Cairngorm's advocation of ValueObject transfer between application tiers

2006-03-16 Thread sof4real03
I'm currently applying the Cairngorm architecture to a large-scale Flex project with a J2EE midtier. The Computer Scientist in me has been burning me with the following performance question: If we advocate passing entire ValueObject entities across the wire and vice-versa instead of passing only

[flexcoders] FAST Framework and Cairngorm

2006-03-14 Thread sof4real03
I'm looking to leverage the FAST frameworks logging and communication capability in conjunction with the Cairngorm micro-architecture. Are there any known issues with them working together? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Re: flex profiler

2006-02-13 Thread sof4real03
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Sunday, February 12, 2006 5:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] flex profiler I installed the flex profiler in my application server and enabled the mm.cfg file as well as the flex-config.xml. I

[flexcoders] flex profiler

2006-02-12 Thread sof4real03
I installed the flex profiler in my application server and enabled the mm.cfg file as well as the flex-config.xml. I make the request to my mxml page and then view the profiler. It adds a row to my tested pages, but the column with the File Name/URL field is blank. I'm sure i've installed the

[flexcoders] Flex/CFMX7/Cairngorm Value Object Pattern implementation

2005-12-24 Thread sof4real03
I have come across various blogs and articles describing methods to implement the Value Object pattern in Coldfusion to map AS VO using Flash Remoting. As a simple exercise I'm trying to convert the sample Cairngorm Login application that comes with the framework to use CFC(s). I have already

[flexcoders] java class access issue with integrated flex 1.5/CFMX 7.0.1

2005-12-18 Thread sof4real03
I have created an integrated JRun4 instance of Flex 1.5 and Coldfusion MX 7.0.1. I created a simple flex 1.5 application that accesses a simple custom java class. For some reason the flex application (flash remoting) can not find the java class. However the flex application is able to locate and