[flexcoders] Re: Passing parameters to flashplayer while launching from Flexbuilder

2009-12-17 Thread Erdal
You can modify the html-template/index.template.html in your project to change the generated html --- In flexcoders@yahoogroups.com, "Benjamin" wrote: > > All, > >When I launch my flex application using browser, I am able to pass the > parameters through html page/javascript etc. But duri

[flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-21 Thread erdal
licated remote objects to reduce the average response time. Think each remote object as a thread, so the more threads you have the quicker the work gets done. -erdal --- In flexcoders@yahoogroups.com, Aldo Bucchi wrote: > > Hi, > > Yes! > We figured yesterday that it is, in fact,

[flexcoders] Re: Add Flex Server capability to already existing FlexBuilder project?

2009-03-03 Thread erdal
maybe there's a more formal way of doing it but once I did this editing the .flexProperties file in your project folder. (Use another server project's .flexProperties file for cheat sheet) --- In flexcoders@yahoogroups.com, "javaguy44" wrote: > > Hi, > > I have an existing project that was crea

[flexcoders] Re: UID, how is it used ?

2008-11-25 Thread erdal
me "thing." --- In flexcoders@yahoogroups.com, Alex Harui <[EMAIL PROTECTED]> wrote: > > UID is mainly used by selection management in the list classes. It is not used by actionscript for testing object equality > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] Re: Prob With Remoteobject Timeout in FlexClient -

2008-11-24 Thread erdal
Is managed collection available for BlazeDS ? --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 24 Nov 2008, Fotis Chatzinikos wrote: > > If your calculations are that slow, make a process that precalculates and > > saves the results somewhere and then ret

[flexcoders] UID, how is it used ?

2008-11-24 Thread erdal
I think I am misinterpreting the uid property usage http://livedocs.adobe.com/flex/3/html/help.html?content=about_dataprovid\ ers_8.html In a BlazeDS application I am using an ArrayCollection of items (VOs) ret

[flexcoders] Re: Pageable data provider

2008-11-21 Thread erdal
I was looking for the same thing a couple of months ago and the this is the most close to Implicit Pagination solution I've stumbled upon http://www.badongers.com/blog/?p=73 --- In flexcoders@yahoogroups.com, "Marco Catunda" <[EMAIL PROTECTED]> wrote: > > H

[flexcoders] Re: format code in FB3

2008-11-05 Thread erdal
How can we convince Adobe ;-) that Code Formatting is an important piece missing in FB ? --- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]> wrote: > > It's something we certainly want to do but definitely not committed for FB4. > > > On 11/4/08 3:27 PM, "Josh McDonald" <[EMAIL

[flexcoders] Re: Extending the Datagrid to enable paging

2008-10-29 Thread erdal
Check this out. http://www.badongers.com/blog/?p=73 --- In flexcoders@yahoogroups.com, "oneworld95" <[EMAIL PROTECTED]> wrote: > > Hi, all. For a current project, I need to extend the DataGrid to > enable paging of the data. Can you point me to some examples of how to > do this sort of customizat

[flexcoders] Re: Extending the Datagrid to enable paging

2008-10-29 Thread erdal
Is there a Flex 3 version of these examples out there by any chance ? --- In flexcoders@yahoogroups.com, "Gregor Kiddie" <[EMAIL PROTECTED]> wrote: > > Matt Chotin (yes THE princess himself, *ahem*) wrote an excellent series > of articles back in the mists of time that is an excellent primer of >

[flexcoders] Re: AS3 within eclipse with Flex SDK

2008-10-01 Thread erdal
How about AS3 Code Formatting ? Does anybody knows a plugin for Eclipse (which I suppose I can install to the Flex Builder) to format the AS3 source files ? --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Wednesday 01 Oct 2008, gabriela.perry wrote: > > If we're