Re: [flexcoders] Send SMS

2010-06-27 Thread Matthew Muller
Or call a web service. Sent from my iPad mini On 27 Jun 2010, at 09:37, chenrij...@gmail.com wrote: > The API should be able to access the COM port for it, AFAIK there aren't no > solution for that yet, correct me if I'm wrong. > > Powered by Telkomsel BlackBerry® > > From: "Smin Rana" > Sen

[flexcoders] Re: Compile Modules in AIR Project

2010-06-27 Thread jmfillman
Thanks for the reply, I have created a topic there. I tried creating a standard FB project, and linked the src folder to my AIR project. Now the SWF files are generated, but I can't get them to load into the AIR application. http://forums.adobe.com/thread/669101?tstart=0 JF --- In flexcoders@

Re: [flexcoders] Compile Modules in AIR Project

2010-06-27 Thread Alex Harui
Ask on the Flash Builder forum. On 6/26/10 8:40 PM, "jmfillman" wrote: I have a windowedApplication (FB4; AIR 2). I create modules, they are listed as modules in the Project Properties. However, they don't compile to SWF files when I compile the application. The modules aren't compiled w

Re: [flexcoders] Re: Create a handler similar to focusIn/Out

2010-06-27 Thread Alex Harui
[Event] metadata? On 6/27/10 8:48 PM, "aceoohay" wrote: The "thing" I am referring to in my original post is of course the "myMethodComplete" thing. I have defined all manner of properties in my components, including "functions", I just don't know how to begin defining an "anonymous blo

Re: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Paul Hastings
> uh, are you using a web service instead of remote object? how did you confirm your cf server's in the same tz as your w/s? it's possible that the OS & JVM that cf's running under are using different tz. what dos the following snippet tell you? jre=createObject("java","java.lang.System");

[flexcoders] Re: Create a handler similar to focusIn/Out

2010-06-27 Thread aceoohay
The "thing" I am referring to in my original post is of course the "myMethodComplete" thing. I have defined all manner of properties in my components, including "functions", I just don't know how to begin defining an "anonymous block" of code. Paul --- In flexcoders@yahoogroups.com, "aceoohay

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Scott
Interesting and odd... The actual item that I'm receiving is one hour in advance over the time that is logged in the MySQL DB. I just verified for a 3rd time that everything is set correctly in my Coldfusion9 server. Perhaps this is a third bug that I just found with accessing a CF data sourc

[flexcoders] Create a handler similar to focusIn/Out

2010-06-27 Thread aceoohay
This is probably all ready answered, but I can't think of how to search for it. I have a custom component. This component has a method. When this method completes I want to execute user defined code similar to how a focusOut handler allows the programmer to define a block of code in the mxml li

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Scott
Both the server and workstation are in the CST timezone/North America. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Andriy Panas Sent: Sunday, June 27, 2010 3:43 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Wo

[flexcoders] Re: ItemEditor | maxCharacters

2010-06-27 Thread Rajan
I got it working through your pointers. Thanks --- In flexcoders@yahoogroups.com, Alex Harui wrote: > > You may need to call super.listData > > > On 6/26/10 5:52 PM, "Rajan" wrote: > > > > > > > > > I created itemeditor > > public class TextInputFieldEditor extends TextInput > { > pr

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Tracy Spratt
Instead of binding, use a result handler and inspect the actual xml. Have you set resultFormat="e4x"? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Scott Sent: Sunday, June 27, 2010 4

Re: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Andriy Panas
What is timezone value at the client? If you are at one of the region "On Windows XP the behavior can be reproduced with: Beirut (Lebanon) Brasilia (Brasil) Buenos Aires (Argentina) Amman (Jordany) Cairo (Egypt) Manaus (Brasil) Santiago (Chile)" then wait for the winter for DST time to be g

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Smin Rana
You are getting data as xml from cf, so everthing should be fine. if you return A you should get A. now it looks like thing is very interesting, cant you help you in this case, again debug the code and take a look of the network monitor Of FB. -Original Message- From: Scott Sent: 06-28-2

Re: [flexcoders] When browser closes it need to log in db

2010-06-27 Thread Rick Genter
On Jun 26, 2010, at 10:50 PM, narendrafl wrote: > Hai > In my flex application i need to log every action performed by user. but > problem is when user closes the browser i nedd to log that also(means user > loggedout like that in my DB). can anybody give suggetions about it. The > solution m

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Scott
I just verified both server and client are at the same time and same timezone. I wasn't doing anything special with the object I was returning initially when it was giving me the wrong time. I literally assigned the dataGrid to the CFobject that was being passed.

Re: [flexcoders] When browser closes it need to log in db

2010-06-27 Thread Smin Rana
Hi With Flex you cant have such option to know when user close the browser there is a solution in JavaScript but doesnt work properly I dont recommend that. You need to use server side session On Sun, Jun 27, 2010 at 11:50 AM, narendrafl wrote: > > > Hai > In my flex application i need to log e

[flexcoders] When browser closes it need to log in db

2010-06-27 Thread narendrafl
Hai In my flex application i need to log every action performed by user. but problem is when user closes the browser i nedd to log that also(means user loggedout like that in my DB). can anybody give suggetions about it. The solution must work independent of the browser. Thanks in advance wh

Re: [flexcoders] Send SMS

2010-06-27 Thread chenrijano
The API should be able to access the COM port for it, AFAIK there aren't no solution for that yet, correct me if I'm wrong. Powered by Telkomsel BlackBerry® -Original Message- From: "Smin Rana" Sender: flexcoders@yahoogroups.com Date: Sun, 27 Jun 2010 14:44:27 To: Reply-To: flexcoders@

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Smin Rana
Are you sure server and FB got same timezone? I think you got some problem with your manipulation of before you set it to datagrid can you show the code where you set date on datagrid? Response date as a string from cf and set it on datagrid without any formatting? -Original Message- Fr

RE: [flexcoders] Send SMS

2010-06-27 Thread Scott
That's a serverside issue... I use the builtin SMS features of Coldfusion to perform this task. sj From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Christophe Sent: Sunday, June 27, 2010 3:20 AM To: flexcoders@yahoogroups.c

[flexcoders] Working with date/Time in FB

2010-06-27 Thread Scott
There's something I'm not completely understanding yet. I've coded around it but I'm not feeling comfortable with my solution. My FB4 app links up with CF9 and I'm working with dates and times. When I pull up a date from CF9 into a FB4 datagrid the time shows off by one hour. Eg. 2010

RE: [flexcoders] Send SMS

2010-06-27 Thread Smin Rana
There is no such components in adobe flash platform which can send sms you need use others API or Library visit ribbit.com -original message- Subject: [flexcoders] Send SMS From: "Christophe" Date: 06-27-2010 15:19 Hello, Which component can I use for sending SMS from my AS3 application ? Th

[flexcoders] Send SMS

2010-06-27 Thread Christophe
Hello, Which component can I use for sending SMS from my AS3 application ? Thx, Christophe,