[flexcoders] advanced datagrid issues

2012-06-20 Thread [p e r c e p t i c o n]
is that the image i'm trying to display (in the columnrenderer) doesn't display except for the last row after i expand it's node. Can anyone shed light on why it's not rendering properly? Thanks percy -- . : . [ p e r c e p t i c o n ] . _ _ _ _ _ _ _ _ _ _ .

[flexcoders] nested mxml components

2012-03-20 Thread [p e r c e p t i c o n]
this is happening? many thanks! -- . : . [ p e r c e p t i c o n ] . _ _ _ _ _ _ _ _ _ _ .

[flexcoders] Flex3 TLS/HTTPS

2011-11-09 Thread [p e r c e p t i c o n]
mean many things) i'm using the as3crypto libs with Flex3sdk TIA percy -- . : . [ p e r c e p t i c o n ] . _ _ _ _ _ _ _ _ _ _ .

[flexcoders] Re: facebook and flex 3

2011-10-08 Thread C Jacquelin
You should better use the Facebook php Api, because the Flex Facebook Api is less updated. Christophe,

[flexcoders] Security error !!!

2010-04-21 Thread Mihai C
Hi! I made a Flex3+J2EE project. The flex app is on http://custom.starlinginteractive.com/michebag/index.html OnCreationComplete of the application I made Security.loadPolicyFile(http://www.custommiche.com/crossdomain.xml;); The hosting site is http://www.custommiche.com/ and use SXORCH

[flexcoders] Security error !!!

2010-04-21 Thread Mihai C
Hi! I made a Flex3+J2EE project. The flex app is on http://custom.swfsitedomain.com/swfapp/index.html OnCreationComplete of the application I made Security.loadPolicyFile(http://www.hostsitedomain.com/crossdomain.xml;); The hosting site is http://www.hostsitedomain.com/ and use SXORCH API.

Re: [flexcoders] Combobox editor problem

2010-04-05 Thread Jayant C R
Looks like you just need to make the combobox opaque. Set fillAlphas=[1, 1] for Combo in checkBoxEditor.mxml. -Jayant On Sun, Apr 4, 2010 at 3:30 AM, Bala_V v_vignes...@yahoo.co.in wrote: Hi. Iam using a combo box as item editor and am rendering it dynamically using action script. My

[flexcoders] Between the client and server....

2010-03-24 Thread C
I am an AS3 developer in that i dont use MXML frequently. Today at work, a fairly large project was put onto the table and we need to discuss it tomorrow. Some features include: Customisable rooms Eventually a catalogue of items Purchase system (real money) Customisable Avatar Achievements

Re: [flexcoders] Label help

2010-02-24 Thread Jayant C R
One way to solve your problem is to position the dots behind your label and make the backgrounds of your labels opaque so that your labels cover part of the dots and give the appearance that the dots extend from one label to another. 1) Add a label containing just , as

[flexcoders] Pelanggan terus bayar ke akaun anda!

2010-02-23 Thread c-usahawan D
100% komisyen akan dibayar terus ke akaun anda!!!   Kami menggunakan sistem - bayar dan daftar. Dimana dalam web anda nanti tertera akaun bank anda dan bukan akaun siapa-siapa. 100% tiada penipuan. Pelanggan terus bayar ke akaun yang tertera dalam web anda.   http://biz4us-1.webs.com/

[flexcoders] IDE does not seem to update on save.... Annoying.

2010-01-29 Thread C
Hi everyone. Since moving to different types of 64 bit systems at work and also at home, i have experienced this weird issue. Sometimes at random, my workspace refuses to update. Lets say, you typo and try to run: trce(hi); This will cause a red error if you save or try to run it. My issue

[flexcoders] kenapa saya tak klik pada 100% komisyen milik anda

2010-01-26 Thread c-usahawan D
Sebabnya...sila baca sampai habis...   Sebabnya kebanyakkan mereka menggunakan systemdaftar dulu baru bayar. Sistem macam ni selalunya apabila pelanggan mendaftar dibawah link anda, admin boleh menghantar maklumat bank mereka untuk pelanggan anda membuat pembayaran. Jadi anda sudah

[flexcoders] sound channels

2010-01-07 Thread [p e r c e p t i c o n]
it? thanks -- . | . [ p e r c e p t i c o n ] . _ _ _ _ _ _ _ _ _ _ .

[flexcoders] Image DPI

2009-11-16 Thread Mihai C
Hi, Is there a way to detect the image dpi for an image that I want to diplay on a canvas? Thanks, Mihai

Re: [flexcoders] switch images at runtime

2009-10-15 Thread [p e r c e p t i c o n]
{ this.setStyle( backgroundImage, foo ); } ]] /mx:Script mx:Button x=10 y=10 label=exchange asset width=140 height=43 click=doExchange()/ /mx:Application Cheers, Rick Winscot www.quilix.com On 10/14/09 7:27 PM, [p e r c e p t

[flexcoders] switch images at runtime

2009-10-14 Thread [p e r c e p t i c o n]
Hi all, in my css i set the background image like this.. background-image: Embed('somedirectory/someimagefile.png'); however...there's no way to scale it or change it's width so i'm wondering how i can swap it with another image while the app is running.. thanks percy -- [ p e r c e p t i c

[flexcoders] Re: Tree component

2009-10-09 Thread Mihai C
Of Mihai C Sent: Thursday, October 08, 2009 8:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tree component Hi! Is there a way to create different ItemRenderers for each level from a Tree? Mihai

[flexcoders] Tree component

2009-10-08 Thread Mihai C
Hi! Is there a way to create different ItemRenderers for each level from a Tree? Mihai

[flexcoders] cleanup on exit

2009-09-22 Thread [p e r c e p t i c o n]
Hi all, Is there any way to do some cleanup just before an app exits? for example i've persisted some data to the DB and since the user hasn't completed all the steps, i want to roll back that commit..is there an event i can write a handler for? thanks and cheers -- [ p e r c e p t i c o n ]

[flexcoders] FileReference Upload

2009-07-24 Thread [p e r c e p t i c o n]
Hello all, I'm attempting to upload a file to a remote server then move it to another remote server for which my web-app(the remote server i upload to initially) has permissions. make sense? If I simply leave the file on the initial server things are fine, meaning i don't run into the upload

[flexcoders] Re: FileReference Upload

2009-07-24 Thread [p e r c e p t i c o n]
-0.9.4.jar!/rack/handler/servlet.rb:17:in `call' :1 On Fri, Jul 24, 2009 at 10:30 AM, [p e r c e p t i c o n] percepti...@gmail.com wrote: Hello all, I'm attempting to upload a file to a remote server then move it to another remote server for which my web-app(the remote server i upload

Re: [flexcoders] Re: FileReference Upload

2009-07-24 Thread [p e r c e p t i c o n]
Spratt, Lariat Services, development services available -- *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *[p e r c e p t i c o n] *Sent:* Friday, July 24, 2009 1:45 PM *To:* flexcoders@yahoogroups.com *Subject

Re: [flexcoders] Re: FileReference Upload

2009-07-24 Thread [p e r c e p t i c o n]
, [p e r c e p t i c o n] percepti...@gmail.com wrote: Hi Tracy, Perhaps i mis-spoke what i mean is..the file does the upload without any problems...but when i try to write the file to a directory it fails... here's the scenario: I have 3 separate servers. the first i run web

Re: [flexcoders] Re: FileReference Upload

2009-07-24 Thread [p e r c e p t i c o n]
to server 2? That should be easy enough to find information on. Regards, Wesley On Fri, Jul 24, 2009 at 10:20 PM, [p e r c e p t i c o n] percepti...@gmail.com wrote: Hi Wesley, an astute assumption and a correct one at that, but here's the thing...i'm passing my session id

[flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread [p e r c e p t i c o n]
Hi Coders, I'm having an issue uploading a file to a server only when performed using firefox or chrome..IE 6 + 7 work just fine, so I was wondering what the issue might be and how does one get around it? when I upload it to the server that i'm running my web app on it loads no problem, but when

Re: [flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread [p e r c e p t i c o n]
/browse/SDK-13196 On Mon, Jul 20, 2009 at 10:52 AM, [p e r c e p t i c o n] percepti...@gmail.com wrote: Hi Coders, I'm having an issue uploading a file to a server only when performed using firefox or chrome..IE 6 + 7 work just fine, so I was wondering what the issue might be and how does

Re: [flexcoders] firefox/mozilla file upload issue

2009-07-20 Thread [p e r c e p t i c o n]
for you. I seem to recall something about having to add session info to requests. Also nocache settings on the response. Sorry to be so vague. On Mon, Jul 20, 2009 at 2:29 PM, [p e r c e p t i c o n] percepti...@gmail.com wrote: oh yes...but here's the thing...i'm not using ssl and it still

[flexcoders] Weborb Genius Desparetley Needed!!!

2009-06-30 Thread [p e r c e p t i c o n]
Hi all, Does anyone know about using weborb with jruby??? I'm using Charles to see what's being sent, but somehow the request for weborb is producing a 404 error...basically it's looking for a weborb directory at the root level...(http://myserver.com/weborb)... so confusing.. please help soon

Re: [flexcoders] Weborb Genius Desparetley Needed!!!

2009-06-30 Thread [p e r c e p t i c o n]
i'm on it... :) actually just figured it out... but thanks for the info! On Tue, Jun 30, 2009 at 5:09 PM, Nate Beck n...@tldstudio.com wrote: There is a weborb specific mailing list at: http://tech.groups.yahoo.com/group/flashorb/ Cheers, Nate On Tue, Jun 30, 2009 at 4:51 PM, [p e r c

Re: [flexcoders] Re: ambiguous reference error

2009-06-14 Thread [p e r c e p t i c o n]
-- *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *[p e r c e p t i c o n] *Sent:* Saturday, June 13, 2009 8:11 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: ambiguous reference error Hi Tracy, this is line 349 var

Re: [flexcoders] Re: ambiguous reference error

2009-06-13 Thread [p e r c e p t i c o n]
--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, [p e r c e p t i c o n] percepti...@... wrote: Hi Tracy,that was a mistake, actually i called it 'isValid' like this mx:Button x=504 y=511 id=submitButton label=Continueclick=Submit(); enabled={isValid}/ is valid

Re: [flexcoders] Re: ambiguous reference error

2009-06-13 Thread [p e r c e p t i c o n]
. MediaProfile has nothing to do wih isValid. -TH --- In flexcoders@yahoogroups.com, [p e r c e p t i c o n] percepti...@... wrote: @Timno all methods and vars have to be public in order to be accessed in the view.. @Tracy it's the class itself so the reference states Severity

Re: [flexcoders] Re: ambiguous reference error

2009-06-13 Thread [p e r c e p t i c o n]
@yahoogroups.com flexcoders%40yahoogroups.com, Tim Hoff timh...@... wrote: I think that the error is pointing to mediaupload. Is that a variable in MediaProfile? -TH --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, [p e r c e p t i c o n] percepticon@ wrote

Re: [flexcoders] Re: ambiguous reference error

2009-06-13 Thread [p e r c e p t i c o n]
Spratt, Lariat Services, development services available -- *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *[p e r c e p t i c o n] *Sent:* Saturday, June 13, 2009 4:06 PM *To:* flexcoders@yahoogroups.com *Subject:* Re

Re: [flexcoders] ambiguous reference error

2009-06-12 Thread [p e r c e p t i c o n]
-- *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *[p e r c e p t i c o n] *Sent:* Thursday, June 11, 2009 5:01 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] ambiguous reference error valid

Re: [flexcoders] ambiguous reference error

2009-06-11 Thread [p e r c e p t i c o n]
valid is not the same as enabled...i don't think... On Thu, Jun 11, 2009 at 1:23 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: On Wednesday 10 Jun 2009, [p e r c e p t i c o n] wrote: mx:Button x=504 y=511 id=submitButton label=Continue click=Submit(); enabled={valid}/ So

[flexcoders] ambiguous reference error

2009-06-10 Thread [p e r c e p t i c o n]
Hi flex coders i'm getting a strange error when i refer to a bound variable like thus... mx:Button x=504 y=511 id=submitButton label=Continue click=Submit(); enabled={valid}/ This is the mxml inside my mxml component and the variable is declared in the code behind for the component...any reasons

Re: [flexcoders] Re: FileReference RemoteObject

2009-06-01 Thread [p e r c e p t i c o n]
the files data, base64 encode it and send it as part of the RemoteObject. You would need to base64 decode it at the reomote end and save the file data. --- In flexcoders@yahoogroups.com, [p e r c e p t i c o n] percepti...@... wrote: Hi Flexy People. I'm trying to send the file name and filedata

[flexcoders] FileReference RemoteObject

2009-05-31 Thread [p e r c e p t i c o n]
Hi Flexy People. I'm trying to send the file name and filedata to a service using RemoteObject...can anyone tell me how to access the files data to pass to my service... thanks percy

[flexcoders] Error 2044 - 2038 file io exceptions..

2009-05-31 Thread [p e r c e p t i c o n]
I've looked all over the net and can't find a solution to this problem...seriously...why did I begin getting this error when it worked before...no i can't make any progress whatsoever...does anyone have any insight into why i can't do a simple file upload? i'm running the app from a localhost

Re: [flexcoders] Error 2044 - 2038 file io exceptions..

2009-05-31 Thread [p e r c e p t i c o n]
: Re: [flexcoders] Error 2044 - 2038 file io exceptions.. Have you put in place the necessary crossdomain.xml files? Quoting [p e r c e p t i c o n] percepti...@gmail.com: I've looked all over the net and can't find a solution to this problem...seriously...why did I begin getting this error when

[flexcoders] green background

2009-05-29 Thread [p e r c e p t i c o n]
Dear Flex People,how does one get rid of that awful green background? the default one i mean... thanks percy k

Re: [flexcoders] green background

2009-05-29 Thread [p e r c e p t i c o n]
c e p t i c o n] percepti...@gmail.com wrote: Dear Flex People,how does one get rid of that awful green background? the default one i mean... thanks percy k

Re: [flexcoders] httpservice error #2032

2009-05-26 Thread [p e r c e p t i c o n]
If you are using a windoze machine you can see the request being handled in the command window..i don't think the url is correct On Mon, May 25, 2009 at 9:35 PM, flexaustin flexaus...@yahoo.com wrote: I cannot seem to get my SWF to talk to my rails app. i am getting the following error code:

[flexcoders] change default browser...

2009-05-13 Thread [p e r c e p t i c o n]
Hi all, How do I set firefox as my default browser..my system recognizes it, but FB3 still launches i.e. thx p

Re: [flexcoders] change default browser...

2009-05-13 Thread [p e r c e p t i c o n]
thanks much! On Wed, May 13, 2009 at 3:46 PM, Alan Klement ultr...@gmail.com wrote: PreferencesGeneralWeb Browser On 5/13/09 6:30 PM, [p e r c e p t i c o n] percepti...@gmail.com wrote: Hi all, How do I set firefox as my default browser..my system recognizes it, but FB3 still

[flexcoders] VideoDisplay rewind

2009-04-14 Thread [p e r c e p t i c o n]
Hi all, Does anyone have a cool way to rewind a video using the VideoDisplay Object? thanks and many cheers percy k

[flexcoders] Different filtered dataProviders for the same data ?

2009-03-05 Thread Richard C Haven
I have several lookup tables, some of which refer to or are relationships between others. For instance, I have `membership type included inventory` which has Membership ID and Inventory Type ID and is the amount of each Inventory Type that one gets when one gets a specific type of membership.

Re: [flexcoders] GPS in Flex

2009-01-12 Thread [p e r c e p t i c o n]
Hi Doug,Is it ok if i ask you a blackberry question off list? thanks percy On Thu, Jan 8, 2009 at 4:47 PM, Doug McCune d...@dougmccune.com wrote: Check out Andy Powell's post about using Merapi and GPS: http://www.infoaccelerator.net/blog/post.cfm/live-gps-visualizations-with-air-merapi I

[flexcoders] 500,000 Malaysia Email Address

2008-12-14 Thread c-usahawan D
Perniagaan Internet anda gagal??? Disini saya berikan anda 500,000 Malaysia Email Address untuk anda mempromosikan perniagaan anda. Banyak peniaga Internet membeli Email List ini dan banyak daripada mereka menjana pendapatan lumayan dalam seminggu sahaja.

[flexcoders] VideoDisplay and virtual keys

2008-09-17 Thread [p e r c e p t i c o n]
Hello Coders, I'm wondering if anyone has experience with using the VideoDisplay object to connect to an FMS server. The problem i'm facing is that i'm using virutal keys and thus need to be able to connect to an app on the server and not simply the media. Hope this makes sense... cheers percy

[flexcoders] VideoDisplay Object

2008-09-05 Thread [p e r c e p t i c o n]
Hi People,I'm resizing video display object in my app and the video itself isn't being resized...just the component...how can i change the size of the video itself. percy

[flexcoders] component or movie clip in a datagrid

2008-09-04 Thread [p e r c e p t i c o n]
Hi experts...I know there's a way to have a component or movie clip in a column in a datagrid.. can anyone point me to an example.. thanks p

[flexcoders] ratings component

2008-09-03 Thread [p e r c e p t i c o n]
Hello all,can anyone tell me if there's a ratings component out there somewhere? thx percy

Re: [flexcoders] ratings component

2008-09-03 Thread [p e r c e p t i c o n]
? -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - *From:* [p e r c e p t i c o n] [EMAIL PROTECTED] *To:* flexcoders@yahoogroups.com *Sent:* Wednesday, September 03, 2008 10:56 AM *Subject:* [flexcoders] ratings component Hello all, can anyone tell me

[flexcoders] Itemrender resize state not working

2008-08-10 Thread Rodrigo Reyes C.
Hi all. Does anyone knows why this itemRender resize event is not working? The backgroundColor does work. ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; width=100% height=50 mouseOver=over(event) mouseOut=out(event) horizontalAlign=center verticalAlign=middle

Re: [flexcoders] Re: Itemrender resize state not working

2008-08-10 Thread Rodrigo Reyes C.
Still not working. Any more ideas? Rodrigo 2008/8/10 Tim Hoff [EMAIL PROTECTED] Try setting variableRowHeight=true, on the TileList. -TH --- In flexcoders@yahoogroups.com, Rodrigo Reyes C. [EMAIL PROTECTED] wrote: Hi all. Does anyone knows why this itemRender resize event

Re: [flexcoders] Re: RemoteObject madness

2008-07-29 Thread [p e r c e p t i c o n]
%40yahoogroups.com, [p e r c e p t i c o n] [EMAIL PROTECTED] wrote: Hello Good People... My application has one RemoteObject that i use to connect to different services...in other words i keep the connection open and just switch the destination and source in order to reuse it. I'm having an issue

[flexcoders] RemoteObject madness

2008-07-28 Thread [p e r c e p t i c o n]
Hello Good People... My application has one RemoteObject that i use to connect to different services...in other words i keep the connection open and just switch the destination and source in order to reuse it. I'm having an issue that i'm not sure is related to using it this way...here's how i'm

Re: [flexcoders] Re: changing project settings

2008-07-23 Thread [p e r c e p t i c o n]
%40yahoogroups.com, [p e r c e p t i c o n] [EMAIL PROTECTED] wrote: you must be from the midwest :) On Tue, Jul 22, 2008 at 11:42 AM, valdhor [EMAIL PROTECTED] wrote: I don't normally do it that way but yes, just set the source and the endpoint and Bob's your auntie

Re: [flexcoders] Re: changing project settings

2008-07-23 Thread [p e r c e p t i c o n]
is in the directory MyClasses in the Services directory of WebOrb. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, [p e r c e p t i c o n] [EMAIL PROTECTED] wrote: sorry but i get this... [MessagingError message='A destination name must be specified.'] percy On Tue

Re: [flexcoders] Re: changing project settings

2008-07-22 Thread [p e r c e p t i c o n]
project and setup the compiler settings for you. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, [p e r c e p t i c o n] [EMAIL PROTECTED] wrote: Hi all, i started a project and at the time i didn't need a server, but now i do. is there a way to modify the settings

Re: [flexcoders] Re: changing project settings

2008-07-22 Thread [p e r c e p t i c o n]
you must be from the midwest :) On Tue, Jul 22, 2008 at 11:42 AM, valdhor [EMAIL PROTECTED] wrote: I don't normally do it that way but yes, just set the source and the endpoint and Bob's your auntie ;-} --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, [p e r c e p t i c o

Re: [flexcoders] Re: changing project settings

2008-07-22 Thread [p e r c e p t i c o n]
sorry but i get this... [MessagingError message='A destination name must be specified.'] percy On Tue, Jul 22, 2008 at 3:00 PM, [p e r c e p t i c o n] [EMAIL PROTECTED] wrote: you must be from the midwest :) On Tue, Jul 22, 2008 at 11:42 AM, valdhor [EMAIL PROTECTED] wrote: I don't

[flexcoders] changing project settings

2008-07-21 Thread [p e r c e p t i c o n]
Hi all, i started a project and at the time i didn't need a server, but now i do. is there a way to modify the settings to use a server after the fact? thanks and cheers percy

Re: [flexcoders] controls not not loading..

2008-07-20 Thread [p e r c e p t i c o n]
not sure how you are parenting it, but parents size their children in Flex so maybe you have a custom parent that doesn't do the sizing. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *[p e r c e p t i c o n] *Sent:* Saturday, July

Re: [flexcoders] controls not not loading..

2008-07-20 Thread [p e r c e p t i c o n]
is generating as actionscript and compare -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *[p e r c e p t i c o n] *Sent:* Sunday, July 20, 2008 9:47 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] controls not not loading

[flexcoders] Form question

2008-07-19 Thread [p e r c e p t i c o n]
Hi Experts, is there some advantage to putting the components in a form as opposed to just putting the components in the panel or canvas? thanks percy

[flexcoders] controls not not loading..

2008-07-19 Thread [p e r c e p t i c o n]
Hello Good People, I've Extended TitleWindow and also created a corresponding mxml component. When I create it using mxml in my application it's created with all of the controls i laid out in the design view no problem, but when i try to create it dynamically (new operator) none of the controls

Re: [flexcoders] Re: Form question

2008-07-19 Thread [p e r c e p t i c o n]
wow...i've really been making life hard for myself by using spacers and v/h boxes to lay them out... thanks... On Sat, Jul 19, 2008 at 4:51 PM, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, [p e r c e p t i c o n] [EMAIL PROTECTED] wrote

[flexcoders] flex component kit

2008-07-17 Thread [p e r c e p t i c o n]
Hi experts... can anyone tell me where i can download the flex component kit for flash cs3... adome exchange seems to be down...and i don't need the whole sdk...i have FB3 thanks percy

Re: [flexcoders] flex component kit

2008-07-17 Thread [p e r c e p t i c o n]
i saw that...but i have FB3 which comes with the sdk.. what am i missing? On Thu, Jul 17, 2008 at 10:57 AM, dnk [EMAIL PROTECTED] wrote: On 17-Jul-08, at 10:52 AM, [p e r c e p t i c o n] wrote: Hi experts... can anyone tell me where i can download the flex component kit for flash

Re: [flexcoders] flex component kit

2008-07-17 Thread [p e r c e p t i c o n]
thank you sir On 7/17/08, Matt Chotin [EMAIL PROTECTED] wrote: http://www.adobe.com/go/flex3_skinning Matt On 7/17/08 11:01 AM, [p e r c e p t i c o n] [EMAIL PROTECTED]percepticon%40gmail.com wrote: i saw that...but i have FB3 which comes with the sdk.. what am i missing? On Thu

[flexcoders] flex3 swc bizness

2008-07-17 Thread [p e r c e p t i c o n]
Hi Folks, what's the deal with swcs in flex3...in flex2 i simply add it to my lib path and type local:somename/ and it works... how does this work in flexbuilder3 ??? thanks percy

[flexcoders] Re: flex3 swc bizness

2008-07-17 Thread [p e r c e p t i c o n]
nevermind...solved it... On Thu, Jul 17, 2008 at 3:03 PM, [p e r c e p t i c o n] [EMAIL PROTECTED] wrote: Hi Folks, what's the deal with swcs in flex3...in flex2 i simply add it to my lib path and type local:somename/ and it works... how does this work in flexbuilder3 ??? thanks percy

[flexcoders] rails gateway

2008-07-07 Thread [p e r c e p t i c o n]
Hi Folks, is there a remoting gateway for Rails or django? you know like amfphp...etc... thanks percy

[flexcoders] amfphp value objects...

2008-07-04 Thread [p e r c e p t i c o n]
Hi all, I'm hoping you guys can sort me out... I'm trying to pass a value object to a service using amfphp but the object isn't being mapped... passing strings works fine but objects are another story... here's my method table: someFunction = array( description = do something',

Re: [flexcoders] amfphp value objects...

2008-07-04 Thread [p e r c e p t i c o n]
Hi Daniel, I'm going to try this... thanks p On Fri, Jul 4, 2008 at 6:22 PM, Daniel Gerep [EMAIL PROTECTED] wrote: Hi Percy. When I return a Object value to my application with AMFPHP (I suppose you use AMFPHP or similar), I do just the way you're doin', when I test my class, it shows me

[flexcoders] Re: Please help. Trouble setting button's color via actionscript

2008-06-17 Thread Greg C.
Color is defined as a style, not as a normal property. You want to do similar to the following: tagLabel.setStyle(color, 0x1B82A1); --- In flexcoders@yahoogroups.com, Body Works Studio [EMAIL PROTECTED] wrote: Hello All. I have been asked to color the text in a series of buttons in a color

Re: [flexcoders] Re: How to expose Hibernate 'non' conventional beans into flex apps via remoting

2008-06-09 Thread [p e r c e p t i c o n]
Hi Mehdi, I would also look here: http://livedocs.adobe.com/blazeds/1/blazeds_devguide/ under rpc components / extending applications with factories I did this using ejb3 and seam and i'm sure you can do it with Hibernate as well... best p On Mon, Jun 9, 2008 at 6:26 AM, Mehdi [EMAIL

[flexcoders] RemoteObject vs NetConnection features

2008-06-04 Thread [p e r c e p t i c o n]
Hi All, Using RemoteObject in AS# (as opposed to MXML) I can specify a destination.. In my case I connect to an EJB. Can I do the same using NetConnection? If so, how? thanks p

[flexcoders] DataGrid CheckBox Renderer

2008-05-29 Thread David C. Moody
OK I'm having some trouble with a datagrid checkbox renderer. I have the renderer workign properly. It updates the dataprovider and updates the actual datasource. My problem is if I want to disable the checkbox, how can I do that? Here is my flex code: mx:DataGrid y=309 height=200

[flexcoders] Re: DataGrid CheckBox Renderer

2008-05-29 Thread David C. Moody
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David C. Moody Sent: Thursday, May 29, 2008 10:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid CheckBox Renderer OK I'm having some trouble with a datagrid checkbox renderer. I have

[flexcoders] Re: Add New Item to Datagrid

2008-05-23 Thread David C. Moody
Well I came in this morning and was beginning to start debugging and I don't believe it but the stupid thing is working now?!?!?!? Here's what my code ended up being: private function generateObject():Object { return { ap_trans: } } private function isObjectEmpty(obj:Object):Boolean {

[flexcoders] Re: Add New Item to Datagrid

2008-05-23 Thread David C. Moody
the NewEntryArrayCollection up as so: ac = new NewEntryArrayCollection (evt.result.source as Array ); It will accept a mysql/mysqli result set. This has cost me 2 days, but now I know and now other people will know as well. HTH, -David --- In flexcoders@yahoogroups.com, David C. Moody [EMAIL

[flexcoders] DataGrid placement

2008-05-23 Thread David C. Moody
Is there a particular way to place a user in a certain cell? Like I have a check one one row, and if that check comes back invalid, I want to place the user back in that cell. If its valid I want the user to go to the next cell. A setFocus for a dataProvider is what I'm looking for I guess.

[flexcoders] Add New Item to Datagrid

2008-05-22 Thread David C. Moody
Hi, I'm having trouble. I have done this before, and it is actually running in a program now. But for the life of me I can't make it work again. I'm using Alex Harui's method: http://blogs.adobe.com/aharui/2008/03/custom_arraycollections_adding.h tml Here's my AS code: private function

[flexcoders] Re: Add New Item to Datagrid

2008-05-22 Thread David C. Moody
like you're working on a local var From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David C. Moody Sent: Thursday, May 22, 2008 10:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Add New Item to Datagrid Hi

[flexcoders] Re: DateField disabledRanges

2008-05-21 Thread David C. Moody
: Did yesterday have the correct value at the time it was plugged into the range? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David C. Moody Sent: Tuesday, May 20, 2008 12:41 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: DateField disabledRanges

2008-05-21 Thread David C. Moody
. --- In flexcoders@yahoogroups.com, David C. Moody [EMAIL PROTECTED] wrote: I'm trying to set a DateField's disabledRanges to yesterday and before. Everything I have tried will not do this, I can disabled today and before but I need to include today. Does anyone have any ideas? here's all I've tried

[flexcoders] Re: Debugging Flex3-AMFPHP

2008-05-20 Thread David C. Moody
Do you get results when you run the service function via the AMFPHP service browser? That's the first place to start, make sure your PHP code is returning what you expect. Then code always helps us to be able to help you. --- In flexcoders@yahoogroups.com, mr_delphi_developer [EMAIL

[flexcoders] Re: Debugging Flex3-AMFPHP

2008-05-20 Thread David C. Moody
I agree that WebORB is more advanced, but AMFPHP is much faster. Check out: http://blog.idsklijnsma.nl/weborb-closes-the-gap/ (Based on v3 of WebOrb) http://blog.idsklijnsma.nl/amfphp-vs-weborbphp/ (Based on older WebOrb) While I do agree that the Flex Messaging is very nice from WebOrb. I

[flexcoders] Re: drag from datagrid to textinput

2008-05-20 Thread David C. Moody
{ if (evt.dragSource.hasFormat(items)) { DragManager.acceptDragDrop(TextInput (evt.currentTarget)); } } --- In flexcoders@yahoogroups.com, David C. Moody [EMAIL PROTECTED] wrote: Hi, Is is possible to drag from a datagrid

[flexcoders] DateField disabledRanges

2008-05-20 Thread David C. Moody
I'm trying to set a DateField's disabledRanges to yesterday and before. Everything I have tried will not do this, I can disabled today and before but I need to include today. Does anyone have any ideas? here's all I've tried: Assign yesterday's date to a yesterday variable.

[flexcoders] dataprovider question

2008-05-19 Thread [p e r c e p t i c o n]
Hi Folks, I'm wondering how to force a datagrid to update it's contents when a value on a server changes...do i have to query the server every time? or is there some other way of refreshing this data...shouldn't it update as soon as the data on the server changes? thanks p

[flexcoders] Handle Large Dataset

2008-05-07 Thread David C. Moody
What is the best way to handle a large dataset?? I'm using AMFPHP. I need to display a datagrid that the user can then use to choose an entry to work on. The problem is this database has approximately 35,000 entries in it. I keep getting memory size exhausted errors from PHP. So I need a

[flexcoders] Re: Handle Large Dataset

2008-05-07 Thread David C. Moody
it a bit to suit your needs: http://weblogs.macromedia.com/mchotin/archives/2004/03/large_data_sets .html /r http://www.searchcoders.com/ On Wed, May 7, 2008 at 9:44 AM, David C. Moody [EMAIL PROTECTED] wrote: What is the best way to handle a large dataset?? I'm using AMFPHP. I

[flexcoders] Re: Handle Large Dataset

2008-05-07 Thread David C. Moody
, David C. Moody davidm@ wrote: What is the best way to handle a large dataset?? I'm using AMFPHP. I need to display a datagrid that the user can then use to choose an entry to work on. The problem is this database has approximately 35,000 entries in it. I keep getting

[flexcoders] AMFPHP Dates?

2008-04-29 Thread David C. Moody
Using AMFPHP 1.9beta2... I have a function in an AMFPHP Service like this: function getEditorListing($startDate = '', $endDate = '', $type = 1) { if ($startDate == '') return StartDate Required; if ($endDate == '') return EndDate Required; $startTime = strtotime($startDate . 00:00:00);

[flexcoders] Re: AMFPHP Dates?

2008-04-29 Thread David C. Moody
OK I was able to figure this out on my own. I just used the getTime() function which returns dates in milliseconds since 1/1/1970, divided that result by 1000 and sent Unix TimeStamps. -David --- In flexcoders@yahoogroups.com, David C. Moody [EMAIL PROTECTED] wrote: Using AMFPHP 1.9beta2

  1   2   3   >