[flexcoders] Re: Module issue

2007-03-25 Thread fabio_sebastiano
Hi, i'm triyng to understand what you mean...i'm developing the client side of an application, using components of varius types. I don't know why they can't run in my code... --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I'm starting to think you are trying to use

[flexcoders] Re: Line inbetween comboItems

2007-03-25 Thread sanjaypmg
Hi, The menu is coming if I run the MXML directly in browser... If I run the see the SWF in my JSP page it doesnt show the menu when I click on the popup button... What could be the problm pls suggest me to make it correct... Thanks in Advace Sanjay --- In flexcoders@yahoogroups.com,

[flexcoders] how can i cache the data?

2007-03-25 Thread rikencpatel_2005
hi all, i am using httpservice to fetch the data from server. how can i cache that data ? should i cache it on client or server? if i am caching data on client than how much is it unsecure?

[flexcoders] Re: Line inbetween comboItems

2007-03-25 Thread sanjaypmg
Hi thanks... :) But I am using this combo in a dataGrid headerRenderer and all the items values are unique from the corresponding column. When I replace the combo code with PopUP Menu It doesnt load the menu when i click on the arrow. I dont know y its behaving like dis Pls hel

[flexcoders] Re: VERY interesting title button behaviour! (??)

2007-03-25 Thread Danko Kozar
What are "unnneded regions"? Thanks. ps. my pngs are EXACTLY 16x16 --- In flexcoders@yahoogroups.com, "Janis Radins" <[EMAIL PROTECTED]> wrote: > > Probably your button png has some unnneded regions filled with pixels. > Check it with some image editor >

[flexcoders] Re: Set as Default Application: for an AS Class

2007-03-25 Thread Anthony Lee
Perhaps I should rephrase this question as: How can I compile a pure AS application from Flex Builder 2.0.1?

[flexcoders] Are Events OK in the MVC (S) pattern

2007-03-25 Thread rumpleminzeflickr
Hi there, I'm building a flex app using MVS and it seems to me events can break the MVC pattern? I.e a event in the ui layer could trigger something directly in the model etc.. Is it recommended to use Events in this way or am I being totally dumb here.? Any feedback appreciated.. Many thanks

Re: [flexcoders] If im using the same code twice, should i re-use?

2007-03-25 Thread slangeberg
-*will it be ok to create a class that just handle the service? Not just ok, but great! *does it really worth considering we are using the code just 2 times? *why? Just wait till you need to modify anything about that service, like the URL. Who wants to track down multiple instances that

Re: [flexcoders] Re: Coercion failed ArrayCollection with Objects inside Object AMFPHP 1.9

2007-03-25 Thread Kevin
I am interested in your fix. I think it may actually be easier than my approach of having to cast the Array each time it comes back to Flex. How do you create the initial Array collection in PHP? $myArray = new ArrayCollection(); $myArray->source = array(); Or is there a different way? - Kev

Re: [flexcoders] Http Compression for Flex

2007-03-25 Thread Kelly Birr
Yes, I use IIS6 built in GZip compression with Flex with no problems. We're using Flex WebServices and HttpServices against .NET Web Services. I did have to manually edit the IIS6 Metabase.xml to include ASMX and ASHX in the list of dynamically compressible extensions. The configuration req

[flexcoders] If im using the same code twice, should i re-use?

2007-03-25 Thread Yaison Alcantara
Hi coders, This is a newbie question, finding its way to "The enlightenment of Best-Practices and Re-use". Consider this case: Custom Component A --+ http://company.com/dbmanager/"/> //components for comp A>... -

Re: [flexcoders] What is the correct way to detect activation of a Canvas in a ViewStack?

2007-03-25 Thread Carlos Rovira
Have you seen "processDescriptors" property? Check the docs for that one, maybe is what you are lookinf for 2007/3/24, Tim Walling <[EMAIL PROTECTED]>: You could try setting up a show event listener to trigger your initialization code. Something like this: Whenever the ViewStack mak

RE: [flexcoders] Randomizing Array (from actionscript cookbook3 and other places)

2007-03-25 Thread Gordon Smith
What makes you think that that error is coming from that code? What is your handleComplete() method? And aren't you getting a line number telling you the exact line in which "value is not a function"? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROT

[flexcoders] Re: Posting XML with httpservice

2007-03-25 Thread nathanpdaniel
When you call the httpservice.send() function, try httpservice.send (xmlDocument) - and remove the tag from the MXML :D --- In flexcoders@yahoogroups.com, "Thomas Newcomen" <[EMAIL PROTECTED]> wrote: > > If I have contenttype of my httpservice set to "application/xml" and I have > a variable t

Re: [flexcoders] Binding to Data Model from flexlib PromptingTextInput

2007-03-25 Thread Doug McCune
Kevin, I'll be patching the PromptingTextInput to get data binding working correctly. I'll do that later tonight probably. In case you want a solution right now, you can edit the source of PromptingTextInput.as. Find the part that has the [Bindable] metadata tag for the text property. Instead of

[flexcoders] Binding to Data Model from flexlib PromptingTextInput

2007-03-25 Thread Kevin
I am trying to bind from my PromptingTextInput comonent back to a data model and I am having some trouble. I tried to do it the normal way that I do it with the TextInput component and it doesn't seem to work. I set up this example to illustrate what I am talking about. Is there another

[flexcoders] Re: setting listeners and component parameters from the class

2007-03-25 Thread lazylittleprince
Yes.. In a way my question wasn't clear. Because my first point was to overcome that problem. But I soon realized that my button instance in the class knew nothing about the button in the UI (and vice versa ) before you replied me. And after your post i used addChild(btn) and i ve seen a very tiny

[flexcoders] How to create and apply an easing funtion to a chart using ActionScript

2007-03-25 Thread Claude Hussenet
It's pretty straightforward and well documented to apply an easing function to a chart using MXML. What about in ActionScript ? I am currently stock here : var serieEffect:SeriesInterpolate = new SeriesInterpolate(lineSerie); serieEffect.duration=2000; serieEffect.easing

[flexcoders] [Ann-Syd-AU] CS3 Launch for Sydney-based developers

2007-03-25 Thread Chris Velevitch
The Sydney Flash Platform Developers Group www.flashdev.org.au is holding a special meeting for the launch of Adobe Creative Suite 3 and a chance to win one of the first copies of the new CS3 suite when it starts shipping! When: Wed 28th March at 5:30pm for 6pm start. Where: Adobe's offices, 67 Al

[flexcoders] encrypt/decrypt

2007-03-25 Thread Chad Gray
Is there any simple encrypt and decrypt functions that would be compatible with Coldfusion's encrypt and decrypt functions?

Re: [flexcoders] ArrayCollection problem (binding to a Datagrid)

2007-03-25 Thread leds usop
this has been addressed in a previous post. do a type check for objectproxy before assigning here: grilleTerrainsACDP = event.result.terrains.terrain; to have this: if(event.result.terrains.terrain is ObjectProxy){ var t:Array= ArrayUtil.toArray(event.result.terrains.terrain); grilleTerrains

[flexcoders] Looking for Flex 2 Coder/RIA Developer

2007-03-25 Thread designkid79
We are seeking an experienced Flash/Web developer with knowledge developing Rich Internet Applications in San Francisco, CA. If you are passionate about creating the Best User Experience for users of Enterprise Applications, and feel frustrated by continually pushing the bounds of the DHTML/Ajax t

Re: [flexcoders] Apollo HTMLControl capabilities

2007-03-25 Thread Ben Marchbanks
Hey Mike - Can we assume that all the controls over PDF that are exemplified in the Adobe Digital Edition will be included in the full release of Apollo ? Only thing I would like to see added to the API is ability to apply animated effects to PDF pages. ( Page flip) Ben Marchbanks ::: alQem