[flexcoders] Refreshing Project

2008-10-20 Thread Guilherme Blanco
... 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 Phon

Re: [flexcoders] clear request parameters httpservice

2008-09-25 Thread Guilherme Blanco
> tabpermissions.request.test2; > tabpermissions.send(); > > now i 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 ? > &g

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

2008-09-18 Thread Guilherme Blanco
27;s due to your bindable property being named "item" 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?

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

2008-09-18 Thread Guilherme Blanco
em():XML > { > return this._item; > } > > > Mike > > > -- > Teoti Graphix, LLC > http://www.teotigraphix.com > > Teoti Graphix Blog > http://www.blog.teotigraphix.com > > You can find more by solving the problem then by 'asking the question'.

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

2008-09-18 Thread Guilherme Blanco
mething? >> >> Regards, >> >> On Thu, Sep 18, 2008 at 11:55 AM, Michael Schmalle >> <[EMAIL PROTECTED]> wrote: >> > Hi, >> > >> > This might be stupid but your ServiceForm is an EventDispatcher right? >> > >> > I have n

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

2008-09-18 Thread Guilherme Blanco
e never seen an error quite like 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

[flexcoders] Bindable does not behavior in extended class

2008-09-18 Thread Guilherme Blanco
roperty _watchers. [Generated code (use -keep to save): Path: modules\center\forms\EditCenterForm-generated.as, Line: 424, Column: 21]Parton Unknown 122177896 17181 Anyone has any ideas about how to solve it? It seems it's an issue regarding the [Bindable] assignment in my

Re: [flexcoders] Alex going offline for a while

2008-09-17 Thread Guilherme Blanco
Read my blog >> >> 8) Feel free to file a bug or enhancement request >> >> 9) Yes it is probably possible, but has difficulty rating of ___ >> >> 10) Ask Matt or Gordon. >> >> >> >> See you in October >> >> >> >

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

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

2008-09-17 Thread Guilherme Blanco
th me. I do not want > code ready, just the concept behind the code. Leave me to implement > it. > That's how I like to work. =) > > Thanks in advance, > > On Wed, Sep 17, 2008 at 5:29 PM, Alex Harui <[EMAIL PROTECTED]> wrote: >> I would try to build some way

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

2008-09-17 Thread Guilherme Blanco
<[EMAIL PROTECTED]> wrote: > I would try 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

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

2008-09-17 Thread Guilherme Blanco
(one per click) 3- It never finishes to load the module and fails silently 4- 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, -- Gu

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

2008-09-16 Thread Guilherme Blanco
override. Why 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 co

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

2008-09-16 Thread Guilherme Blanco
utton event listener (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? Regard

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? > > > > Th

Re: [flexcoders] Dispatching AdvancedDataGrid change event by hand

2008-09-15 Thread Guilherme Blanco
; From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 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'

[flexcoders] Dispatching AdvancedDataGrid change event by hand

2008-09-15 Thread Guilherme Blanco
t by doing: this.dispatchEvent(new ListEvent.CHANGE, false, false, 0, i)); But now the component is AdvancedDataGrid. By answering the first question, I also want to ask about how do I do the same event for multiple rows selection (when allowMultipleSelection = true). Thanks in advance, Best regards, --

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? > > > 100 > > > 1 > > > > I want to know if an i element has a name &qu

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

2008-08-20 Thread Guilherme Blanco
de if you only know CF. Cheers, On Wed, Aug 20, 2008 at 4: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

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

2008-08-20 Thread Guilherme Blanco
tually communicates with the > server and database. > > Cheers, great list! > > -- > Blair > > > > > From: Guilherme Blanco <[EMAIL PROTECTED]> > Reply-To: > Date: Wed, 20 Aug 2008 15:53:25 -0300 > To: > Subject: Re

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

2008-08-20 Thread Guilherme Blanco
ences that > have taught you Java and C? What similarities do you find between 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

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

2008-08-20 Thread Guilherme Blanco
gt;> specialized business applications tailored to data analyses and report >> creation. > > > > -- > Howard Fore, [EMAIL PROTECTED] > "The universe tends toward maximum irony. Don't push it." - Jeff Atwood > -- 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
s there no one who could help me with this? > > > > Unfortunately the author does 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

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

2008-08-04 Thread Guilherme Blanco
, it will probably take longer to crash (unless there's >> a >> > bug in the debug flash player). >> > >> > > Below is the snippet of my impl. Please suggest a solution, to >> > > overcome this issue. >> > >> > Your solution to overcome the issue is as you already found - >> don't >> > try 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] Re: Nested property display in ADG

2008-07-25 Thread Guilherme Blanco
t to display 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" >

[flexcoders] Nested property display in ADG

2008-07-25 Thread Guilherme Blanco
annot 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 PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

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

2008-07-24 Thread Guilherme Blanco
ist([EMAIL 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 info

[flexcoders] Covering XML possibilities for automate object building

2008-07-24 Thread Guilherme Blanco
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 Phone: +55 (16) 9166-6902 MSN: [

Re: [flexcoders] Construct simple http request header

2008-07-23 Thread Guilherme Blanco
me:val of 'foo: bar' > > Tried: var hdr:Array = [{name:"foo", value:"bar"}]; > Header has: [object object] > > Tried: var hdr:Array = ["foo", "bar"]; > Header has: [0]:foo, [1]:bar > > ideas? > > thanks in advance. > &g

[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, > > > D

[flexcoders] Real Multicolumn Form in Flex

2008-07-22 Thread Guilherme Blanco
possible could you share the source 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

Re: [flexcoders] Problem with showing dynamic combobox

2008-07-17 Thread Guilherme Blanco
ayed 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 Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

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

2008-07-17 Thread Guilherme Blanco
he httpRequest > Object but i thought that was pretty standard. > > If anyone can jump in here with sample working code that would really > help. > > Patrick > > --- In flexcoders@yahoogroups.com, "Guilherme Blanco" > > <[EMAIL PROTECTED]> wrote: >>

[flexcoders] HTTPService receiving an array as parameter

2008-07-17 Thread Guilherme Blanco
same in Flex: var 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 Devel

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

2008-07-17 Thread Guilherme Blanco
ared code problems. > > > > > > 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:

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

2008-07-16 Thread Guilherme Blanco
. See my blog > > > > > > 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 Coer

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

2008-07-16 Thread Guilherme Blanco
00% 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