[flexcoders] Refreshing Project

2008-10-20 Thread Guilherme Blanco
and... nothing. Maybe a fresh checkout and merge of patch? Yeah... let's try it and... nothing. Reboot again? Oh my God!... Nothing! Now I'm asking to you HOW CAN I GET THIS REFRESHED??!?!??!?! Regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16

Re: [flexcoders] clear request parameters httpservice

2008-09-25 Thread Guilherme Blanco
keep adding new requests dynamically but i dont want to send test since i already sent it until the event is chosen. how do i clear request area ? example i want to post only the items i need ? -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166

Re: [flexcoders] Alex going offline for a while

2008-09-18 Thread Guilherme Blanco
. http://flex.joshmcdonald.info/ :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED] -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

[flexcoders] Bindable does not behavior in extended class

2008-09-18 Thread Guilherme Blanco
in my ServiceEditForm class. Thanks in advance, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

Re: [flexcoders] Bindable does not behavior in extended class

2008-09-18 Thread Guilherme Blanco
that. Mike On Thu, Sep 18, 2008 at 10:00 AM, Guilherme Blanco [EMAIL PROTECTED] wrote: Hi, Here is my daily question. I have a class that handles Form + HTTPService (a subclass called Service w/ events complete and fail) automatically called ServiceForm. Since most code is replicated

Re: [flexcoders] Bindable does not behavior in extended class

2008-09-18 Thread Guilherme Blanco
(binding) and a bug. You might try making the Bindable property and object and test if you get the same error. If that doesn't work try using a getter-setter (for the bindable XML) with bindable and use commitProperties(). Mike On Thu, Sep 18, 2008 at 10:59 AM, Guilherme Blanco [EMAIL

Re: [flexcoders] Bindable does not behavior in extended class

2008-09-18 Thread Guilherme Blanco
://www.blog.teotigraphix.com You can find more by solving the problem then by 'asking the question'. -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

Re: [flexcoders] Bindable does not behavior in extended class

2008-09-18 Thread Guilherme Blanco
or being typed as XML. Change the binding expression to be less complicated perhaps? What if you wrote a simple function that did the ternary expressions and just passed in a parameter that doesn't do any e4x drilldown? matt On 9/18/08 8:48 AM, Guilherme Blanco [EMAIL PROTECTED] wrote: Nope

[flexcoders] Multiple requests to load module do weird behaviors in app

2008-09-17 Thread Guilherme Blanco
- It loads the first one (but not the others), but never removes the progress bar The most reproduceable ones are numbers 2 and 4. Can someone please give me any idea how do I fix this? Thanks in advance, Best regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell

Re: [flexcoders] Multiple requests to load module do weird behaviors in app

2008-09-17 Thread Guilherme Blanco
to build some way so you only request a module once From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Blanco Sent: Wednesday, September 17, 2008 7:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Multiple requests to load module do weird behaviors

Re: [flexcoders] Multiple requests to load module do weird behaviors in app

2008-09-17 Thread Guilherme Blanco
() again if it is ready just to be safe. Also make sure you aren't unloading a module that isn't fully loaded and ready. Posting the stack traces you get might also help -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Blanco Sent: Wednesday

Re: [flexcoders] Multiple requests to load module do weird behaviors in app

2008-09-17 Thread Guilherme Blanco
Perfect! I have enough info to solve everything by myself. Thanks a lot! On Wed, Sep 17, 2008 at 9:29 PM, Alex Harui [EMAIL PROTECTED] wrote: The ModuleInfo.factory should be valid. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Blanco Sent: Wednesday

Re: [flexcoders] UI Prototype Tool

2008-09-16 Thread Guilherme Blanco
In my case, Paper + Pen to draw screens =) On Tue, Sep 16, 2008 at 1:17 PM, Rajan Jain [EMAIL PROTECTED] wrote: Hi All I just wanted to know which tool do you use to prototyping the application before actually start coding in flex? Thanks Rajan -- Guilherme Blanco - Web

[flexcoders] Reaching subclass constant inside base class (similar to self.CONSTANT)

2008-09-16 Thread Guilherme Blanco
(handleSelectClick) should be able to recognize the MODULE defined in subclass and define the subclass one to be loaded. I tried it by several ways to achieve the same thing as self in some known languages, without success. Has anyone any ideas how to do that? Regards, -- Guilherme Blanco - Web

Re: [flexcoders] Reaching subclass constant inside base class (similar to self.CONSTANT)

2008-09-16 Thread Guilherme Blanco
not make it an instance getter? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Blanco Sent: Tuesday, September 16, 2008 2:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Reaching subclass constant inside base class (similar to self.CONSTANT) Hi

[flexcoders] Dispatching AdvancedDataGrid change event by hand

2008-09-15 Thread Guilherme Blanco
regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

Re: [flexcoders] Dispatching AdvancedDataGrid change event by hand

2008-09-15 Thread Guilherme Blanco
] On Behalf Of Guilherme Blanco Sent: Monday, September 15, 2008 4:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Dispatching AdvancedDataGrid change event by hand Hi all, I'm implementing an automate way to select items by passing the id of rows. The idea is to simple do: root

Re: [flexcoders] Get xml element name

2008-08-21 Thread Guilherme Blanco
schedules[i].hasOwnProperty('car') []s, On Thu, Aug 21, 2008 at 11:05 AM, markgoldin_2000 [EMAIL PROTECTED] wrote: Is there a way to get an xml element name? schedule train 100 /train car 1 /car /schedule I want to know if an i element has a name car. Thanks -- Guilherme

Re: [flexcoders] PHP vs. Coldfusion 8 for beginner?

2008-08-20 Thread Guilherme Blanco
-- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

Re: [flexcoders] PHP vs. Coldfusion 8 for beginner?

2008-08-20 Thread Guilherme Blanco
PHP and other languages? On Wed, Aug 20, 2008 at 2:53 PM, Guilherme Blanco [EMAIL PROTECTED] wrote: I'd suggest you PHP. Why? Because it's similar to a lot of languages and the learn path to these others will be minimized. Learning PHP you'll be able to learn C, Java, -- Howard Fore

Re: [flexcoders] PHP vs. Coldfusion 8 for beginner?

2008-08-20 Thread Guilherme Blanco
From: Guilherme Blanco [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com Date: Wed, 20 Aug 2008 15:53:25 -0300 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] PHP vs. Coldfusion 8 for beginner? It's a bit offtopic, but let's go... I'd suggest you PHP. Why

Re: [flexcoders] PHP vs. Coldfusion 8 for beginner?

2008-08-20 Thread Guilherme Blanco
:29 PM, Howard Fore [EMAIL PROTECTED] wrote: On Wed, Aug 20, 2008 at 3:19 PM, Guilherme Blanco [EMAIL PROTECTED] wrote: Pay attention to the way you write your software and you notice what am I meaning... Notice to syntax, it's the main reason I said that. You left out cfscript for cf

Re: [flexcoders] Re: Flex Tree having 20000 nodes crashes

2008-08-04 Thread Guilherme Blanco
to load that much information into a Tree. cheers, jon -- j:pn \\no comment -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

Re: [flexcoders] Is there no one who could help me with this?

2008-08-04 Thread Guilherme Blanco
not answer to requests... -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

[flexcoders] Nested property display in ADG

2008-07-25 Thread Guilherme Blanco
/ But it only displays the first level items (foo in my example) on screen. Any ideas how to solve it (I cannot change the XML structure - it's automatically generated by ORM tool)? Regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL

Re: [flexcoders] Re: Nested property display in ADG

2008-07-25 Thread Guilherme Blanco
on grid). Is it better explained now? There must have a nicer solution for this instead of labelFunction =) Thanks in advance, On Fri, Jul 25, 2008 at 11:55 AM, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Guilherme Blanco [EMAIL PROTECTED] wrote: Hi all, I'm

[flexcoders] Covering XML possibilities for automate object building

2008-07-24 Thread Guilherme Blanco
] = (httpFormat) ? XMLList(selection.id || [EMAIL PROTECTED]).toString() : selection; Without success. I'm interested to know how to achieve it in a simpler way. Can you help me with this one? Thanks in advance Cheers, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell

[flexcoders] Re: Covering XML possibilities for automate object building

2008-07-24 Thread Guilherme Blanco
PROTECTED]).toString()) : selection; Thanks anyway! On Thu, Jul 24, 2008 at 11:20 AM, Guilherme Blanco [EMAIL PROTECTED] wrote: Hi all, I have an automate script that converts a Form to params in both ways: HTTP or Flex. So, if you want to pick information from Form to be used

Re: [flexcoders] Construct simple http request header

2008-07-23 Thread Guilherme Blanco
= [{name:foo, value:bar}]; Header has: [object object] Tried: var hdr:Array = [foo, bar]; Header has: [0]:foo, [1]:bar ideas? thanks in advance. -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http

[flexcoders] Real Multicolumn Form in Flex

2008-07-22 Thread Guilherme Blanco
or swc file? Thanks in advance, Best regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

[flexcoders] Re: Real Multicolumn Form in Flex

2008-07-22 Thread Guilherme Blanco
Also, I forgot to mention that Adobe's solution does not respect the width of each column. In my test, the first column width around 60% and the second column 40%. Regards, On Tue, Jul 22, 2008 at 2:02 PM, Guilherme Blanco [EMAIL PROTECTED] wrote: Hi all, Does anyone have already implemented

Re: [flexcoders] Error #1034: Type Coercion failed.... how to solve?

2008-07-17 Thread Guilherme Blanco
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Blanco Sent: Wednesday, July 16, 2008 7:40 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Error #1034: Type Coercion failed how to solve? Could you

[flexcoders] HTTPService receiving an array as parameter

2008-07-17 Thread Guilherme Blanco
params:Object = new Object(); params.foo = new Array(); params.foo.push(1); params.foo.push(2); params.foo.push(3); service.send(params); But it doesn't work... I'm curious how can this be achieved in Flex Thanks in advance, Regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows

Re: [flexcoders] Re: HTTPService receiving an array as parameter

2008-07-17 Thread Guilherme Blanco
. Patrick --- In flexcoders@yahoogroups.com, Guilherme Blanco [EMAIL PROTECTED] wrote: Hi guys, I'm interested if it's possible to send an array as a parameter when doing an HTTP request. Curretly, we can directly do it: foo[]=1foo[]=2foo[]=3 Most server side languages understand

Re: [flexcoders] Problem with showing dynamic combobox

2008-07-17 Thread Guilherme Blanco
= respArray; cb1.labelField = 'Please Select'; addChild(cb1); When this is displayed the ComboBox displays: [Object Object] [Object Object] [Object Object] [Object Object] Why is the labelField messing up my array? Thanks, timgerr -- Guilherme Blanco - Web Developer CBC - Certified

[flexcoders] Error #1034: Type Coercion failed.... how to solve?

2008-07-16 Thread Guilherme Blanco
% modular) I already imported the ModalDialog and inside the module too researching the internet I saw someone telling that missing this might be a problem (solved the requester' issue), but didn't have any effect for me... []s, -- Guilherme Blanco - Web Developer CBC - Certified Bindows

Re: [flexcoders] Error #1034: Type Coercion failed.... how to solve?

2008-07-16 Thread Guilherme Blanco
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Blanco Sent: Wednesday, July 16, 2008 7:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error #1034: Type Coercion failed how to solve? Hi all, I'm