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 sh

[flexcoders] Re: override updateDisplayList

2008-07-04 Thread Amy
--- In flexcoders@yahoogroups.com, "markgoldin_2000" <[EMAIL PROTECTED]> wrote: > > Not sure I understand. Clear() as a function of what? And how do I > tell it what's to clear? Sorry, if I am missing something obvious. The graphics object. Essentially, that would remove the whole row indicato

Re: [flexcoders] amfphp value objects...

2008-07-04 Thread Daniel Gerep
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 what I am receiving as a return value. Test it and see if you're really sending a object type. And you gotta set the same c

Re: [flexcoders] question for the sample code for BlazeDS?

2008-07-04 Thread Fidel Viegas
On Sat, Jul 5, 2008 at 2:17 AM, markflex2007 <[EMAIL PROTECTED]> wrote: > Hi, > > I install BlazeDS turnkey.the samples work fine now. > > I see the sample web root is D:\blazeDS\tomcat\webapps\samples.but I > only can see the swf and html files. Hi Mark, They are found under D:\blazeDS\tomcat\we

[flexcoders] question for the sample code for BlazeDS?

2008-07-04 Thread markflex2007
Hi, I install BlazeDS turnkey.the samples work fine now. I see the sample web root is D:\blazeDS\tomcat\webapps\samples.but I only can see the swf and html files. I try to find flex source files(mxml or as file).but I can not see the code.Please let me know the path I can get the source files.

[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 someth

[flexcoders] Re: blazeds-turnkey doen't work?

2008-07-04 Thread markflex2007
I want to know if I need set the JAVA_HOME for user variables or system varaables? Thanks Mark --- In flexcoders@yahoogroups.com, "Tim Rowe" <[EMAIL PROTECTED]> wrote: > > This shouldn't be a problem if you encapsulate the path inside quotes. > > > > --Tim Rowe > > ___

[flexcoders] Re: How to access properties of symbols in loaded SWF?

2008-07-04 Thread Tim Hoff
Hi Sherm, Since you're using Flash CS3, I'd recommend that you use the Flex Component Kit for Flash CS3. This will allow you to export a Flash movie as a SWC, and interact with it as if it was a Flex Component. Here's a couple of links that might be helpful: http://blog.halcyonsolutions.net/20

[flexcoders] Re: Setting Focus to the First control

2008-07-04 Thread Tim Hoff
This has been a long-standing problem with FF. No workaround currently exists. -TH --- In flexcoders@yahoogroups.com, "akila_ksri" <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using the following line of code in the html page to set focus to > the first control (TextInput) without any mouse-cli

RE: [flexcoders] WebService Issue

2008-07-04 Thread J, Ajay
Hi, It might be an issue with the Namespace , if your webservice has namespace, use that namespace on your Actionscriont in onComplete method, For example namespace is "abc" create a namespace public namespace ns = "abc"; use this namespace in onComplete function on ur as code, public fu

[flexcoders] Re: PrintDataGrid is not work properly

2008-07-04 Thread Dmitri Girski
--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > > Sometime last row for every page is not appeared and > > next page will skip that row . Sometime printing area is not apply to all > > page . > > This looks like a bug either in your code or the PDG itself. > Could

[flexcoders] Default size in custom UIComponents

2008-07-04 Thread Sean Clark Hess
I don't have a lot of experience making custom UI Components, but there is one thing I've noticed several times that doesn't make any sense. When you add new subcomponents by overriding createChildren, they don't seem to show up at all unless you explicitly set the width and height. For example..

[flexcoders] Skinning SuperTabNavigator - how to change the close button?

2008-07-04 Thread Sean Clark Hess
Hey all, I can't figure out how to change the close button in Doug McCune's SuperTabNavigator. Details and some code snippets here. http://code.steelpotato.com/2008/07/skinning-supertabnavigator.html Thanks for your help!

[flexcoders] Passing value's from C to Actionscript?

2008-07-04 Thread Flex Frenzy
Any resources on passing values from C to Flex/Air?

[flexcoders] Re: Extending RemoteObject

2008-07-04 Thread mbhoisie
Interesting suggestion, but if I try that, I still get the following error: "Could not resolve to a component implementation." I've almost concluded that if you want to extend RemoteObject, you simply cannot use mx:method, because it's special cased in the compiler. -Mike --- In flexcoder

[flexcoders] Re: Extending RemoteObject

2008-07-04 Thread mbhoisie
Sounds interesting, but I'm communication from flex to java (via blazeds :) --- In flexcoders@yahoogroups.com, Simon Bailey <[EMAIL PROTECTED]> wrote: > > Just in case your doing something already done here http://www.nutrixinteractive.com/blog/?p=124 > > On 4 Jul 2008, at 17:20, mbhoisie wro

[flexcoders] FB3: compiling configuration files in a cascaded manner

2008-07-04 Thread bevlu
Hi, I am new to Flex Builder 3. I am planning on using it to build Actionscript projects. I want to setup a single Actionscript project that includes several Actionscript applications. I want to be able to optionality compile the different applications with their own compiler options or custom

[flexcoders] can we use the modelview object, that the controllers from spring

2008-07-04 Thread ashok
hi, i have an application written using the spring framework and i used to extend all my controllers e.g an exception handler would be like "public class ExceptionResolver extends SimpleMappingExceptionResolver" when we extend such resolvers or the abstractcontroller we need to implement the met

Re: [flexcoders] Extending RemoteObject

2008-07-04 Thread Simon Bailey
Just in case your doing something already done here http://www.nutrixinteractive.com/blog/?p=124 On 4 Jul 2008, at 17:20, mbhoisie wrote: I'd like to have a custom remoteobject for specific error handling and logging. However, if I try to extend remoteobject: public dynamic class CustomRemoteO

RE: [flexcoders] I am looking for flex property file?

2008-07-04 Thread Jim Hayes
Check out "Localizing Flex Applications" in the documentation, it should tell you all you need to know. Although, the resource files do get compiled into the application (as I understand it, anyone who knows otherwise please do correct me), so maybe it's not quite what you need in this instance.

Re: [flexcoders] Extending RemoteObject

2008-07-04 Thread Jeffry Houser
Try this: mbhoisie wrote: > I'd like to have a custom remoteobject for specific error handling > and logging. However, if I try to extend remoteobject: > > public dynamic class CustomRemoteObject extends RemoteObject > { > ... > } > > It is completely unusable in an mxml file. If I try to

[flexcoders] Re: Extending RemoteObject

2008-07-04 Thread mbhoisie
Although it isn't clear in my example, I am extending mx.rpc.remoting.mxml.RemoteObject, but I still reveive the errors. -Mike --- In flexcoders@yahoogroups.com, "Pedro Sena" <[EMAIL PROTECTED]> wrote: > > Hi, > > Be sure you are extending the mx.rpc.remoting.mxml.RemoteObject instead of > e

Re: [flexcoders] Extending RemoteObject

2008-07-04 Thread Pedro Sena
Hi, Be sure you are extending the mx.rpc.remoting.mxml.RemoteObject instead of extending the mx.rpc.remoting.RemoteObject. Hope this helps, Pedro Sena On Fri, Jul 4, 2008 at 1:20 PM, mbhoisie <[EMAIL PROTECTED]> wrote: > I'd like to have a custom remoteobject for specific error handling > an

[flexcoders] Extending RemoteObject

2008-07-04 Thread mbhoisie
I'd like to have a custom remoteobject for specific error handling and logging. However, if I try to extend remoteobject: public dynamic class CustomRemoteObject extends RemoteObject { ... } It is completely unusable in an mxml file. If I try to declare any inside of it, I get a "could not res

[flexcoders] AccordionHeader Binding

2008-07-04 Thread linkmatthias
Hello Guys, today i had a problem with the accordion component. i want to bind the "y" property of a canvas to the "y" property of a individual accordionheader. after initialisiation the binding works fine, but if i click on an accordionheader the binding get lost and the canvas don't follow the a

[flexcoders] How to trigger the faulthandler of a httpservice

2008-07-04 Thread max.bruchmann
Hi, Is it possible to trigger the fault handler of httpservice from the server. I'm using php on the backend and in case some database connection error occurs I want to send this to the fault handler. Is this possible or should I use the resulthandler with some if else statement thanks in advance

[flexcoders] Re: How to access properties of symbols in loaded SWF?

2008-07-04 Thread daddyo_buckeye
Thanks for the reply. I really don't need much beyond changing the color of a symbol in position in its parent SWF, don't really need an Illustrator tool (I've already spent the money on the REAL Illustrator!!). I have worked with this same project in SVG before, so I was exploring Degrafa, b

[flexcoders] Re: How to access properties of symbols in loaded SWF?

2008-07-04 Thread daddyo_buckeye
Alex, I can't find any concrete examples on the 'net of users getting at symbols and changing attributes of those symbols using SWFLoader.content. Seems like most are using it to simply check if the content is loaded. Any further, more specific tips, are greatly appreciated. BTW, everything i

RE: [flexcoders] Flex Builder Plugin and Eclipse 3.4 (Ganymede)

2008-07-04 Thread Dimitrios Gianninas
I think someone mentioned a few days ago that this was not supported yet. Probably have to wait for a patch to FB for it to work on Eclipse 3.4 Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMA

RE: [flexcoders] Cairngorm Result and Fault Handlers not called

2008-07-04 Thread Dimitrios Gianninas
Which version of Cairngorm are you using? seems like an old one. At quick glance your code seems fine. Not really sure what to recommend except maybe upgrade to version 2.2.1? You dont have to do that call to loadWSDL(), it is taken of for you. Here is that the delegate should look like: pu

Re: [flexcoders] Re: How to access properties of symbols in loaded SWF?

2008-07-04 Thread Abdul Razack
Hello Tom, This is Abdul Razack i have seen ur mail really its very useful for me . Thank you so much to help me know i can learn flex easily in good way. once again thank you tom. if i need help in subject i can ask u tom. On Mon, Jun 30, 2008 at 8:12 PM, Tom Chiverton <[EMAIL PR

[flexcoders] Problems Binding E4X to Datagrid after converting to Array Collection

2008-07-04 Thread andrewhopkins888
I can load the arrayCollection data into a list, but cannot format the dataGrid. Do I have to format the columns in the datagrid to specific nodes. Any pointers in the right direction, from anyone will make my day. Main MXML file: http://www.flex4you.co.uk/e4x/application.xml

RE: [flexcoders] blazeds-turnkey doen't work?

2008-07-04 Thread Tim Rowe
This shouldn't be a problem if you encapsulate the path inside quotes. --Tim Rowe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shaun Sent: Friday, 4 July 2008 4:44 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] blazeds-t

[flexcoders] Setting Focus to the First control

2008-07-04 Thread akila_ksri
Hi, I am using the following line of code in the html page to set focus to the first control (TextInput) without any mouse-clicks/tab keys in the application once the html page containing the embedded swf comes up: However, this seems to be working only in IE but not in Mozilla FireFox which is

Re: [flexcoders] Scrollbar Thumb turn off stretch?

2008-07-04 Thread Gabor Jokkel
Hi all, In Flex 3 you can do this with skins. The width of the scrollbar is going to be the max width of any of the scrollbar's children: upArrow, downArrow, track, and thumb. Add this to the project's stylesheet.css: .mySkinnyScrollBar { up-arrow-skin: ClassReference( null );

[flexcoders] Loading custom modules

2008-07-04 Thread Deniz Davutoglu
Hello Guys, I try to seperate my application in modules and in runtime to load them as I need so I whan to learn what is differnece beteen module and component Thanks Deniz

[flexcoders] Re: FB3 standalone doesn't find Eclipse plugin

2008-07-04 Thread maximecowez
Some additional info: in 'Configuration Details' (menu:Help > Product Details... > Configuration Details) in the section '*** Plugin Registry' there's a line that reads 'org.vssplugin (1.6.2) "VSS Plugin Functions for Eclipse" [Installed]'. In Eclipse that same line reads 'org.vssplugin (1.6.2) "VS

[flexcoders] LCDS and Hibernate - how to setup bidirectional relationship

2008-07-04 Thread Zdenek Mikan
I have got bi-directional association defined in LCDS and Hibernate - one Parent has ArrayCollection of many Child objects, in Child I have the pointer to its Parent. All works correctly, but when I try to delete one of the child objects (either by parent.childs.removeItemAt() or directly throu

[flexcoders] Re: SWF Object?

2008-07-04 Thread fuad_kamal
public methods and properties in your swf are completely accessible to flex just as if you defined them withing flex - you even get code introspection. So define some public methods that trigger the animations. Fuad Kamal Anaara Media LLC blog.anaara.com --- In flexcoders@yahoogroups.com, "od

[flexcoders] Re: override updateDisplayList

2008-07-04 Thread markgoldin_2000
Not sure I understand. Clear() as a function of what? And how do I tell it what's to clear? Sorry, if I am missing something obvious. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Use clear() to make the rowbackground go away > > > > _

[flexcoders] Datagrid - Connect to multiple tables

2008-07-04 Thread cox.blair
I can't seem to find information on having a datagrid connect to multiple tables. Ultimately I would like to be able to use multiple select statements. Is it possible? Could you point me in the direction of some samples? Thanks,

[flexcoders] Re: Common mistakes when modularizing a flex application

2008-07-04 Thread kallebertell
Now I figured it out when getting the same problem again. Even a new instance of a Internet Explorer window will get swf modules from some browsing cache. Whilst not the great technical conundrum I expected it to be, it's an easy pitfall to fall in. So when developing, see to it that your browser

[flexcoders] Flex Builder Plugin and Eclipse 3.4 (Ganymede)

2008-07-04 Thread John Hauf
Hi All, has anybody success in running Flex Builder 3 plugin (3.0.194161) with Eclipse 3.4 (Ganymede)? I tried this combination, but when I open mxml-files, I get an "assertion failed" error. Thanks John

[flexcoders] FB3 standalone doesn't find Eclipse plugin

2008-07-04 Thread maximecowez
Hi all, for performance reasons I chose to run a pure Java Eclipse and FlexBuilder seperately. I've been using this VSS (Visual Source Safe) plugin for years on all flavors of Eclipse (Europe, Aptana, CFEclipse, PDT, ...). But the FB standalone version just won't use it. This plugin doesn't have

[flexcoders] [ANN] Prana Framework 0.6 Released

2008-07-04 Thread Christophe Herreman
Dear Community, I'm pleased to announce that the 0.6 version of Prana is now available. For more info, please see http://www.herrodius.com/blog/149 Enjoy this release and have fun coding ! regards, Christophe -- Christophe Herreman http://www.herrodius.com http://www.pranaframework.org

Re: [flexcoders] Custom component and clipping

2008-07-04 Thread Weyert de Boer
Alex Harui wrote: > > I’d use mask or scrollrect > > > Thanks. I will give it a try! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Re: Common mistakes when modularizing a flex application

2008-07-04 Thread kallebertell
By some sort of Murphy's law and I got it working right after I posted this. I don't know why it is working now and not before though. I'm suspicious of flex builder's module compilations and of IE's caching mechanisms, but alas, I have no proof. --- In flexcoders@yahoogroups.com, "kallebertell"

RE: [flexcoders] WebService Issue

2008-07-04 Thread Kenneth Sutherland
I'd also recommend installing a tool like Fiddler (free) or service capture (not free) and that will show you where you're crossdomain policy should be as it will show up as a 404 if you've not placed it where it should be. It will also let you inspect everything that gets passed to and from th

[flexcoders] Common mistakes when modularizing a flex application

2008-07-04 Thread kallebertell
After trying to refactor some the views of our application into modules (and failing miserably) I'm finally frustrated enough to post a cry for help here and see if someone could kindly offer me a clue. I have a module (extends ModuleBase) which implements my IViewModule interface, which is a shar

[flexcoders] Air Desktop Gadget in vista sidebar

2008-07-04 Thread sudha_bsb
Hi, I want to add air widgets to the desktop sidebars like by default 1) Vista Sidebar, 2) Google Desktop 3) Yahoo Widgets. Any idea on how to achieve this... Thanks & Regards, Sudha.

Re: [flexcoders] Extending the PromptArrayCollection Class (brain freeze)

2008-07-04 Thread nwebb
Thanks Alex. Yeah, currently I'm taking a similar approach, triggering a method when *model.suppliers* changes dataProvider="{ CollectionUtils.convertToPromptArrayCollection(model.suppliers) }" and that method is: public static function convertToPromptArrayCollection(value:ArrayCollection):

Re: [flexcoders] Re: Anyone familiar with CF-Flex remoting?

2008-07-04 Thread nwebb
Thanks to all who replied - good to know that it is actually possible. Sid, thanks for this example, should help us to resolve the issue :) On Fri, Jul 4, 2008 at 3:30 AM, Sid Maskit <[EMAIL PROTECTED]> wrote: > This definitely works. Just did it using CFC's. > > In MXML: > > endpoint="[URL