[flexcoders] amfphp, flex sending custom class trouble

2007-03-07 Thread Kun Janos
Hi all I made a custom class: ExtendedArrayCollection extends ArrayCollection{...i written a few functions here...}. If I make a ProductVO that has a member mediaList:ExtendedArrayCollection and name:String for example I am unable to send the ProductVO to amfphp. Flex doesn't give me any error,

Re: [flexcoders] FDS and single items

2007-03-07 Thread Carlos Rovira
Hi Dimitros, Why don't use those methods directly from the DataService? I mean, DataService.mergeRequired and Dataservice.merge()...could be different? 06 Mar 2007 18:06:42 -0800, Dimitrios Gianninas [EMAIL PROTECTED]: And then use the DataService.dataStore.mergeRequired property to know

RE: [flexcoders] DB access in Apollo

2007-03-07 Thread Jason Hawryluk
+5 fro Sqlite absolutely. Why MySQL? It's a server product not a embedded db. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Muzak Envoye : mercredi 7 mars 2007 00:12 A : flexcoders@yahoogroups.com Objet : Re: [flexcoders] DB

RE: [flexcoders] DB access in Apollo

2007-03-07 Thread Jason Hawryluk
My bad, there is an embedded version of MySQL. Still think SQLLite is the best contender here. jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Jason Hawryluk Envoye : mercredi 7 mars 2007 09:31 A : flexcoders@yahoogroups.com

[flexcoders] Automatic Getter / Setter Generation

2007-03-07 Thread Giles Roadnight
I was teaching a college to use Flex yesterday (he's a java man and Flex was a breath of fresh air for him after struggling with Flash for weeks!) and he asked if Flex Builder 2 can automatically generate Getters / Setters for a class. Apparently Sprint can do this and FB2 is based on sprint

Re: [flexcoders] CF flex2gateway vs JavaAdapter

2007-03-07 Thread Tom Chiverton
On Tuesday 06 Mar 2007, João Fernandes wrote: Rich, unfortunately if you work with Arrays of VO's you'll see that CF is lacking of performance comparing with Java. This is related with the overhead of creating CFCs. CreateObject() calls in particular. Adobe is aware of the current low

Re: [flexcoders] Re: httpservice; ie and 2032 error

2007-03-07 Thread Tom Chiverton
On Tuesday 06 Mar 2007, dantmcgowan wrote: Tom, Yes I am running under ssl. I did get a response back suggesting I take a look at the response headers, particularly for pragma: no cache or expires. I was also given this link for reference: And cache-control. The Adobe tech note is:

[flexcoders] Component Constructors

2007-03-07 Thread Giles Roadnight
When I make an MXML component that extends for example the panel class how do I get to the constructor? I want to pass parameters when I create a new login box but can't seem to get a constructor to work. Thanks Giles Roadnight

RE: [flexcoders] Component Constructors

2007-03-07 Thread Soenke Rohde
MXML components can't have a constructor with parameters. You should set parameters with setters implemented within the component. Cheers, Sönke From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Mittwoch, 7.

[flexcoders] Mike nimmer Debug component !!

2007-03-07 Thread bobrene07
hello, did anyone tried to work with Mike nimmer debug component (http://www.mikenimer.com/index.cfm/2006/7/5/FlexDebugPanel) ?? I always add an error (can't work with null obeject) when i do Debug.show(myObject). hope one can help. thx bob

Re: [flexcoders] [OT]Bugs of flash player 9 when rendering filtered and scrollRected object?

2007-03-07 Thread iiley
Hi, Mask works buggy with filters too: If your sprite is masked and filtered, and moved, then the event trigger will not works. You can see a test demo here: http://www.rgenerat.org/iileyblog/?p=64 Sadly, the only hope that Rakos tiped me is destroied, where is my future . Regards~~ --

RE: [flexcoders] Component Constructors

2007-03-07 Thread Giles Roadnight
Ok, that’s what I thought might be the case. Thanks Giles Roadnight From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Soenke Rohde Sent: 07 March 2007 10:36 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Component Constructors MXML components can’t

[flexcoders] convert result from webservice to use in bytearray en uncompress

2007-03-07 Thread amigo_fd
Hello, I'm testing some compression systems to make my webservice results smaller. Now I have a webservice with the following action: input = test output = base64BinaryK0ktLgEA/base64Binary How can I uncompress this result in Flex ? This code gives the error: Parameter bytes must be non-null.

Re: [flexcoders] Overlaping tabs - is it possible ?

2007-03-07 Thread Tom Chiverton
On Tuesday 06 Mar 2007, pitziilu wrote: Can this be done? Sure, just extend the tab navigator and override the bits that draw the buttons. -- Tom Chiverton Helping to proactively lead bleeding-edge functionalities On: http://thefalken.livejournal.com

Re: [flexcoders] Drawing in Flex

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, schmaltsyman wrote: exception of drawing shapes. While I know how I might do this in Flash, how might you allow a user to draw a shape in Flex past addChild()? Thanks for the help. Take a look at the LiveDocs for Graphic. -- Tom Chiverton Helping to globally

[flexcoders] UIComponent: keyUpHandler - what's it for anyway?

2007-03-07 Thread Danko Kozar
The livedocs suggest that every UIComponent has automatically set event listeners for keyUp (adn keyDown) events: http://livedocs.adobe.com/flex/2/langref/mx/core/UIComponent.html#key UpHandler() So, I expected that it's enough to override this method to make some action on key-click. But that

[flexcoders] ASX to mp3

2007-03-07 Thread Cato Paus
Hi all! do anyone know how to pass a asx stream into flash ? Cato

Re: [flexcoders] Automatic Getter / Setter Generation

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, Giles Roadnight wrote: Apparently Sprint can do this and FB2 is based on sprint isn't it? Never heard of Sprint. FB is a packaged version the Eclipse IDE. -- Tom Chiverton Helping to synergistically supply principle-centered web-readiness On:

Re: [flexcoders] Re: DataGridColumn headerText Runtime Exception , a Flex bug ?

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, jmorpher03 wrote: I did not see any documentation mentioning this anywhere, nor is there an indication about the settings for headerWordWrap. The LiveDocs for DataGridColumn.headerWordWrap, though giving it type '*', do also refer to DataGrid.wordWrap which is a

Re: [flexcoders] Re: cairngorm strategy question

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, Russell Munro wrote: I access the methods on the Controller singleton inline like this as the article does: Controller.instance.registerInfoTip(data) As opposed to setting a 'var model' like we do with ModelLocator. We have instances of static classes (like

[flexcoders] FileReference.download and Web Service

2007-03-07 Thread Battershall, Jeff
Is it possible to combine FileReference.download() with a web service call? So that you're invoking a download dialog in containing content returned from a web service? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

Re: [flexcoders] Re: cairngorm strategy question

2007-03-07 Thread hank williams
Russel, This is very interesting. I am going to look at the article more closely. It sounds like this is exactly the right concept. Thanks, Hank On 3/6/07, Russell Munro [EMAIL PROTECTED] wrote: I ran into this similar problem with a mapping application I am creating. There was allot of

Re: [flexcoders] Overlaping tabs - is it possible ?

2007-03-07 Thread Michael Schmalle
Have fun, One thing I think Tom is forgetting is that those tabs are arranged by index. This also means that you have to accept that the order they appear is the order of z index also. The only way is to maintain a proxy array and completely re implement the layout part of the tab bar. This

[flexcoders] Re: DB access in Apollo

2007-03-07 Thread Paul Whitelock
I'm working on Flex app that would be great for Apollo but it too requires DB access and I don't see how the app would ever work unless Apollo includes an integrated DB (I vote for MySQL too). I think that Apollo would generate a lot more interest if an integrated DB was included sooner rather

[flexcoders] Set Button Icon at Runtime !!

2007-03-07 Thread bobrene07
Hello, i don't want to embed my image in my SWF, I want to set my button Icon image at Runtime. Do you know how i could possibly do that ?? Thx for ur help Bob

[flexcoders] flex main-debug.html won't build...

2007-03-07 Thread jamiebadman
Hi, Wonder if someone can help! My project's stopped working with Debug - I have no idea why! It no longer builds flex main-debug.html at all - though it does create a debug SWF. If I run in debug it complains of no flex main-debug.html and if I run the debug SWF directly, FlexBuilder can't

Re: [flexcoders] Overlaping tabs - is it possible ?

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, Michael Schmalle wrote: The only way is to maintain a proxy array and completely re implement the layout part of the tab bar. Yes, that's what I meant. -- Tom Chiverton Helping to interactively synthesize out-of-the-box services On: http://thefalken.livejournal.com

RE: [flexcoders] flex main-debug.html won't build...

2007-03-07 Thread Soenke Rohde
Did you try Project-clean? Cheers, Sönke From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jamiebadman Sent: Mittwoch, 7. März 2007 14:01 To: flexcoders@yahoogroups.com Subject: [flexcoders] flex main-debug.html won't build...

Re: [flexcoders] Set Button Icon at Runtime !!

2007-03-07 Thread Michael Schmalle
Hi, You could use setStyle() at runtime and load a module that holds your assets library. Peace, Mike On 3/7/07, bobrene07 [EMAIL PROTECTED] wrote: Hello, i don't want to embed my image in my SWF, I want to set my button Icon image at Runtime. Do you know how i could possibly do that ??

Re: [flexcoders] Mike nimmer Debug component !!

2007-03-07 Thread Jeffry Houser
I was never able to get it to work myself. On paper it looks great, though. At 05:42 AM 3/7/2007, you wrote: hello, did anyone tried to work with Mike nimmer debug component

[flexcoders] Apollo and where do we start.

2007-03-07 Thread nboulet
Hi guys :) I've been reading this mailing list since quite a bit and I have a question. Where can I start with Apollo development? And, please, don't send me to the Adobe Labs, there is no place to download the SDK and no tutorials or infos. And yes, I ordered my Apollo Pocket Guide on Amazon

[flexcoders] Modules

2007-03-07 Thread darvon4u
I try to create modules by using mx:Module xmlns:mx=http://www.adobe.com/2006/mxml; and flexbuilder 2.0.143459 doesn't know anything about it. From the dropdown suggestions there is no Module keyword, and when i compile it fb gives me Could not resolve mx:Module to a component implementation Am

RE: [flexcoders] Apollo and where do we start.

2007-03-07 Thread David Mendels
Hi, You need to be patient for a bit more to get the Apollo early releases. But for now, start by using Flex. Everything in Flex will move to Apollo seamlessly. David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nboulet Sent:

Re: [flexcoders] Apollo and where do we start.

2007-03-07 Thread hank williams
On 3/7/07, nboulet [EMAIL PROTECTED] wrote: Hi guys :) I've been reading this mailing list since quite a bit and I have a question. Where can I start with Apollo development? Hmm... I guess you missed the part about it not being released yet ;) Sorry for being snarky, I just couldnt resist!

[flexcoders] List based components, FDS and UID bug

2007-03-07 Thread Carlos Rovira
Hi, There's a problem in list based components (List, Tree, Datagrid,..). When we retrieve the same managed object from FDS and have more than one row, FDS set the same UID for those diferent rows, so a list based component shows a bad behaviour. For example, in a Tree if we open a node, other

RE: [flexcoders] Flex Player 9's (Flex 2) Memory Usage - What's Normal?

2007-03-07 Thread Roger Gonzalez
Er, this isn't strictly correct. The module (the SWF and the class factory it contains) are only ever loaded/instantiated once, ever, no matter how many times you call load. ModuleLoader, on the other hand, creates -instances- using the module's class factory, and adds them as a child. These

RE: [flexcoders] Question about Flex WebService

2007-03-07 Thread Shibli Zaman
You may wish to specify that this is an SAP related question in the future as it will help those familiar with this subject identify the problem and offer solutions. You don't need FDS when consuming a Web Service. The error is saying that your WSDL is malformed. So I have some questions for

[flexcoders] Flex Configuration to use remote object on Websphere

2007-03-07 Thread aspid760
Hello, I am newbie in flex and I am trying to make an application that use remote object onwebsphere. And I have some trouble. I followedstep by step this link : http://weblogs.macromedia.com/pmartin/archives/2006/11/deploying_flex.c\ fm

[flexcoders] Asigning customized scrollbar to containers

2007-03-07 Thread ajayflash
Hi all, I'm want to customize Scrollbar, e.g. change the position of the top arrow button next to bottom arrow button. I tried a few things but its not working. I know it cant be done with style or programmatic skins. I will create custom Scrollbar, but the problem is the attach that scrollbar to

[flexcoders] debug AMFPHP/flex -- beginner question

2007-03-07 Thread Rico Leuthold
Hi there, I do my first steps in programming flex and using amfphp. I have a simple program that loads data from mysql into a flex table. When I tried to extend the example into an adress book app, it didn't work any longer. The mysql data is not shown in the flex table. So I tried to

[flexcoders] Re: DB access in Apollo

2007-03-07 Thread helix206
Hi all, If i remember corectly, Mike Chambers sad in his Flex presentation that its possible to write drivers is AS3 for direct DB communication. Anyone tryed that? Also, Apollo direct DB comm would be a great addition to the package. --- In flexcoders@yahoogroups.com, David Mendels [EMAIL

[flexcoders] Excellent job opportunities in Bangalore

2007-03-07 Thread gjn_2001
Hi, Presently we are looking for candidates with below mentioned skills: Role: Developer Skill Set: Flash,MAcromedia Flex,XML,HTML,Java Bit development exp is added advantage Exp: 3-5yrs Qualification: Any Degree Location: Bangalore Kindly send me your updated profile at the earliest.

[flexcoders] Re: Set Button Icon at Runtime !!

2007-03-07 Thread bobrene07
It's not possible to creat a class object at runtime with an image in it ? anyone ?? thx 4 ur help bor --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, You could use setStyle() at runtime and load a module that holds your assets library. Peace, Mike

[flexcoders] Re: Mike nimmer Debug component !!

2007-03-07 Thread bobrene07
Yep it looked great, maybe it's only working with coldfusion i use Xpanel ( http://flexblog.faratasystems.com/?p=5 ) it is quit good too bob --- In flexcoders@yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote: I was never able to get it to work myself. On paper it looks great,

[flexcoders] Re: Overlaping tabs - is it possible ?

2007-03-07 Thread nathanpdaniel
You could try reskinning the tabs to where it looks like they're overlapping... I've actually done this before. -Nathan --- In flexcoders@yahoogroups.com, pitziilu [EMAIL PROTECTED] wrote: Hello. I am trying to make some tabs that are overlaping.. I extended the TabBar flex's default

RE: [flexcoders] Apollo and where do we start.

2007-03-07 Thread Steve Cox
There is no public SDK as of yet. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nboulet Sent: 07 March 2007 13:23 To: flexcoders@yahoogroups.com Subject: [flexcoders] Apollo and where do we start. Hi guys :) I've been reading this mailing

[flexcoders] Re: flex main-debug.html won't build...

2007-03-07 Thread jamiebadman
I wasn't aware of that option - but I just tried it and it still doesn't work. Thanks for the suggestion though. Regards, Jamie. --- In flexcoders@yahoogroups.com, Soenke Rohde [EMAIL PROTECTED] wrote: Did you try Project-clean? Cheers, Sönke

Re: [flexcoders] Modules

2007-03-07 Thread Dave Carabetta
That would be because Modules weren't introduced until Flex 2.0.1. You'll need to update your Flex Builder/SDK to the 2.0.1 release in order to use Modules. Regards, Dave. Cynergy Systems, Inc. On 07 Mar 2007 05:29:28 -0800, darvon4u [EMAIL PROTECTED] wrote: I try to create modules by

[flexcoders] Re: Apollo and where do we start.

2007-03-07 Thread nboulet
Thank you all. This is what I'm doing now, I'm learning as much Flex ans I can. By the way, anyone uses the Total Training DVD on Flex also? I've almost finished the 1 DVD (Adobe® Flex 2 Rich Internet Applications) and I'll start the second (Adobe® Flex 2 Advanced Visual Programming) today.

Re: [flexcoders] Re: flex main-debug.html won't build...

2007-03-07 Thread Troy Gilbert
I've run into the same issue before -- I usually chalk it up to the project settings getting confused when syncing to SVN. To fix it, I usually have to revert the project settings manually from outside of Flex Builder. Try these steps: 1) Remove your project from Flex Builder (close it, delete

[flexcoders] AMF Serialization hooks?

2007-03-07 Thread Samuel R. Neff
Is there any way to run custom code related to AMF serialization without writing everything from scratch using IExternalizable? From the docs it seems like the only option is to do it all yourself or do nothing yourself--no middle ground. I'd like to primarily use the built-in AMF serialization

[flexcoders] is it possible a ErrorToolTip can work with Flex2's effect?

2007-03-07 Thread garylee0709
eg:i want a error tooltip showing with a fade in effect.then i found some solutions about how to apply effects with tooltip in the help document as below: ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; width=600 height=600 initialize=app_init(); mx:Script![CDATA[

[flexcoders] Is it a proxy setting?

2007-03-07 Thread smccran
Hi all! First post, so go easy on me I'm using this code ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns=* layout=absolute creationComplete=userRequest.send() !-- Set the url for the cfm template -- mx:HTTPService id=userRequest

[flexcoders] Re: alternating row color in bar chart

2007-03-07 Thread Mark
I was able to get the alternating row color but now I also get an extra line right in the middle of the last bar item. It falls behind the bar but right down the middle of that area. Has anyone else seen this happen? I also tried using the ActionScript methond of adding the color and got

Re: [flexcoders] Re: Set Button Icon at Runtime !!

2007-03-07 Thread Michael Schmalle
No, You missed what I said.. A module library that has embedded images in the class library. That is as close as you will get. I have done this before. Peace, Mike On 07 Mar 2007 06:00:21 -0800, bobrene07 [EMAIL PROTECTED] wrote: It's not possible to creat a class object at runtime with

RE: [flexcoders] DB access in Apollo

2007-03-07 Thread Samuel R. Neff
Definitely +1 to SQLite. It makes the most sense as it's the smallest footprint and requires zero administration. Sam --- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington D.C.

[flexcoders] small problem with Bar Chart showing days

2007-03-07 Thread Mark
I'm using a bar chart to show the start and end of a product roll-out. I'm using the xField as the start date and the minField as the end date, it works and looks real nice. The one problem I've run into though is the product(s) that roll out in one day. So if the start and end dates are the

[flexcoders] Re: image hotspots

2007-03-07 Thread Paul DeCoursey
Rectangle has contains(x:Number, y:Number):Boolean All you need to do is create an array of Rectangles and iterate through them until one matches. Here is an example of where I do this kind of thing: private function whereMouse(x:int, y:int):void {

Re: [flexcoders] Re: Mike nimmer Debug component !!

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, bobrene07 wrote: i use Xpanel ( http://flexblog.faratasystems.com/?p=5 ) it is quit good too I just use the debugger. -- Tom Chiverton Helping to appropriately pursue interdependent channels On: http://thefalken.livejournal.com

Re: [flexcoders] Modules

2007-03-07 Thread Andrey
But i have 2.0.143459, doesn't that mean 2.0.1? On 3/7/07, Dave Carabetta [EMAIL PROTECTED] wrote: That would be because Modules weren't introduced until Flex 2.0.1. You'll need to update your Flex Builder/SDK to the 2.0.1 release in order to use Modules. Regards, Dave. Cynergy Systems,

Re: [flexcoders] Modules

2007-03-07 Thread Andrey
Never mind, you're right :) On 3/7/07, Andrey [EMAIL PROTECTED] wrote: But i have 2.0.143459, doesn't that mean 2.0.1? On 3/7/07, Dave Carabetta [EMAIL PROTECTED] wrote: That would be because Modules weren't introduced until Flex 2.0.1. You'll need to update your Flex Builder/SDK to

[flexcoders] where are flex bug reports?

2007-03-07 Thread lrhazi
Hello, Is there a place to browse and/or report bugs for flex and flex builder? Thank you.

Re: [flexcoders] Slideshow problem: Preloading a hidden image resets its visible property

2007-03-07 Thread Tom Chiverton
On Tuesday 06 Mar 2007, Tony Wu wrote: How can I keep the image hidden? Or is there a better approach with doing fade in/out in picture slideshow? Firstly I'd try setting includeInLayout as well as visible, closely followed y a visit to the various Image components on FlexBox. -- Tom

[flexcoders] Re:debug AMFPHP/flex -- beginner question

2007-03-07 Thread Hasan Otuome
amfphp returns an object to your onFault handler. so, you can either use something like mx.utils.ObjectUtil.toString(fault) for your trace to see all the properties of the fault object. or, i think description is the user-friendly prop so, you could just trace (fault.description) if

[flexcoders] Apollo External API

2007-03-07 Thread bruce1976
Hi, Currently, Flex has an External API that allows a Flex app to call javascript or an ActiveX control within the browser. Will Apollo be bundled with a JVM and use an External API to call Java methods? Thanks, Bruce

Re: [flexcoders] Apollo External API

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, bruce1976 wrote: Will Apollo be bundled with a JVM I'd say that's gonna be a no :-) -- Tom Chiverton Helping to quickly improve impactful systems On: http://thefalken.livejournal.com This email is sent for and

Re: [flexcoders] DB access in Apollo

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, hank williams wrote: +1 sqlite. MySQL is impractical to put on everyones computer in the country. Depends how it works. Maybe there's an apollo:Database / tag, with a 'type' parameter :-) -- Tom Chiverton Helping to proactively lead leading-edge

Re: [flexcoders] Apollo External API

2007-03-07 Thread Mike Chambers
No. mike chambers [EMAIL PROTECTED] bruce1976 wrote: Hi, Currently, Flex has an External API that allows a Flex app to call javascript or an ActiveX control within the browser. Will Apollo be bundled with a JVM and use an External API to call Java methods? Thanks, Bruce

[flexcoders] Strange List behaviour

2007-03-07 Thread g_odds
I am attempting to populate a List from Model filled by the result of an HTTPService. However, the list only shows one entry as [object Object], [object Object],... As far as I am aware that is the result of a toString() on a collection. But why is the List not using that collection to populate

Re: [flexcoders] Re: Set Button Icon at Runtime !!

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, bobrene07 wrote: It's not possible to creat a class object at runtime with an image in it ? If you want, you could create a new Button from AS, use a Loader to load an image, assign the style and then addChild(), maybe. -- Tom Chiverton Helping to proactively

Re: [flexcoders] Strange List behaviour

2007-03-07 Thread Tom Chiverton
On Wednesday 07 Mar 2007, g_odds wrote: I am attempting to populate a List from Model filled by the result of an HTTPService. However, the list only shows one entry as [object Object], [object Object],... As far as I am aware that is the result Firstly, you don't need the Model tag: mx:List

RE: [flexcoders] DB access in Apollo

2007-03-07 Thread Jason Hawryluk
I think that if we could talk to a dll (Mac equivalent, Linux equivalent) like via a local remote call type thing, then that would be the ultimate. I don't think distributing the dll (etc..) would be a big deal. With that you' d basically use any DB you like. Plus allot of other crazy stuff you

Re: [flexcoders] Reposition label inside button component

2007-03-07 Thread Roman Protsiuk
Haven't tried anything like this myself but afaik my colleagues play around with UITextField inside of a Button to get rid of some unpleasant behavior. Better late than never? ;) R. On 1/24/07, evert_dennis [EMAIL PROTECTED] wrote: I'm trying to create an Actionscript class that extends

Re: [flexcoders] Mouse events in non-drawn areas?

2007-03-07 Thread Roman Protsiuk
You can pass along this events to your component from the application itself. E.g. // in application: private function onMouseClick(event : MouseEvent) : void { yourComponent.onMouseClick(event); } R. On 1/2/07, Reid Priedhorsky [EMAIL PROTECTED] wrote: Hi folks, I have a component

Re: [flexcoders] small problem with Bar Chart showing days

2007-03-07 Thread Ely Greenfield
I don't think there's any way to do this theokgh configuration alone. But you could override the bar series update function to always layout an item with a min width. Easier would be to provide a custom item renderer that, below some minimum width, ignored what the chart was telling it and

Re: [flexcoders] Mouse events in non-drawn areas?

2007-03-07 Thread Daniel Freiman
draw transparent pixels using the graphics object of the UIComponent: componentInstance.graphics.beginFill(0,0); componentInstance.graphics.drawRect(0,0,componentInstance.width, componentInstance.height); - Dan On 07 Mar 2007 08:49:59 -0800, Roman Protsiuk [EMAIL PROTECTED] wrote: You can

[flexcoders] Re: Strange List behaviour

2007-03-07 Thread g_odds
I need the model because I use the data elsewhere as well. I thought the labelField property of List told it which property to use for labels (hence my setting it to name). I also don't think I need another layer of properties in the List result because I should be able to use Objects (so I can

Re: [flexcoders] create a column chart that also goes below the x-axis?

2007-03-07 Thread Brendan Meutzner
Have a look at Ely's charting sampler for examples... www.quietlyscheming.com Brendan On 06 Mar 2007 23:46:29 -0800, arpan srivastava [EMAIL PROTECTED] wrote: Hi All, I want to create a column chart that also goes below the x-axis, such that the columns can be seen above and below

Re: [flexcoders] DB access in Apollo

2007-03-07 Thread hank williams
Apollo is not supporting any DLL stuff at this time for security reasons. Hank On 3/7/07, Jason Hawryluk [EMAIL PROTECTED] wrote: I think that if we could talk to a dll (Mac equivalent, Linux equivalent) like via a local remote call type thing, then that would be the ultimate. I don't think

[flexcoders] Databinding of a read only property

2007-03-07 Thread durnelln
Hi all, How do I make a read-only property bindable for users of my class? It sounds so simple but has me stumped at the moment. I'm sure there must be a simple solution but for the life of me I can't figure it out... E.g. say I have a property testProp which is maintained by my class and

[flexcoders] Skin Button with Sprite from Flash 9 library

2007-03-07 Thread franto
Hi list we have deadline and we have stuck on this: We need mx:Button skin with Sprite from Flash 9 library... I can skin it with mx:Style just add states upSkin, overSkin and so on... but we need e.g overSkin animated on timeline, just on MouseEvent.MOUSE_OVERstart skin.gotoAndPlay(over);

[flexcoders] Convert MySQL result to VO?

2007-03-07 Thread Kevin
I am trying to explore strategic solutions to convert my MySQL results into VOs for a Cairngorm App. I am using PHP5, MySQL 5 AMFPHP 1.9. My original thought was to: 1) Use arrays to map the MySQL field names to the VO properties and then call a fetch_array loop to convert the MySQL

[flexcoders] Re: Set Button Icon at Runtime !!

2007-03-07 Thread bobrene07
Thx but i tried that, i did not get the wanted result. if i extend the button element and try to add an image with a loader, it do not display properly (the position is not right, and the image seems shady, like if it has not been on the top of the button ) and it disapear when the buttton is

RE: [flexcoders] Re: Strange List behaviour

2007-03-07 Thread Tracy Spratt
I have never been comfortable with predicting how Model would convert my xml, so I never use it. Instead, use an instance variable, either typed XML, or XMLListCollection, set resultFormat=e4x. Also, I never bind directly to last result because, as you have seen, it is difficult to debug.

RE: [flexcoders] Databinding of a read only property

2007-03-07 Thread Tracy Spratt
Don't implement the setter function? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of durnelln Sent: Wednesday, March 07, 2007 12:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Databinding of a read only property

[flexcoders] Is the Graphics class available in the SDK anywhere?

2007-03-07 Thread Rick Schmitty
I'd like to extend the functionality of lineStyle to allow for a shape option. Drawing with the lineTo commands is ok, but that creates a circle by default, which leaves the only option of using drawRect and drawEllipse as methods for other strokes. This doesnt work too hot, if you run this

[flexcoders] Re: DB access in Apollo

2007-03-07 Thread jason_williams_mm
I was looking for something more along the lines of: MySQL supports this particular SQL dialect, or has this feature which make development so much easier, etc...

[flexcoders] Error #1502 with Tree::mouseOutHandler()

2007-03-07 Thread Oscar_Tseng
Hi, I'm getting 1520 error very often when mousing in and out of a Tree. I'd appreciate your help. Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at mx.core::UIComponent/get parent() at mx.core::UIComponent/get owner()

[flexcoders] Re: strange Could not resolve mx:Script to a component implementation. error

2007-03-07 Thread Erdem
Hi i have got same problem my code is below ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ ]] /mx:Script /mx:Application --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Strange List behaviour

2007-03-07 Thread Doug Lowder
It seems to me that you need to specify a property of the model as the list's dataprovider, instead of using the model itself. I haven't tested this, but I'd be curious to see what happens if you try the following changes: mx:Model id=listData

[flexcoders] Flex / Flash specific search engine

2007-03-07 Thread Steve Drucker
http://www.gotswf.com http://www.gotswf.com Feedback appreciated. Regards, Steve Drucker CEO Fig Leaf Software www.figleaf.com http://www.figleaf.com

[flexcoders] Loading image steals focus from DataGrid

2007-03-07 Thread Ralf Bokelberg
I have a DataGrid with some rows of data and an Image. When i change the row of the datagrid i load a jpg into the Image. The problem is, that the focus is stolen from the DataGrid. The image has an attribute scaleContent=false. when i remove this attribute, it works as expected. Has anybody

[flexcoders] I set VideoDisplay.source to a 404, but VideoDisplay simply says it's loading

2007-03-07 Thread Yair Flicker
Hello people, I have a problem where I set the videoDisplay.source property to an invalid URL - 404 - call the .play() method, and then the videoDisplay simply says that it's loading. It doesn't give any indication of an error, just sits there and says it's loading. It's the most annoying thing

[flexcoders] VideoDisplay.complete event doesn't get called when a video ends

2007-03-07 Thread Yair Flicker
Hello again! I'm having ANOTHER problem with the VideoDisplay control where I set it to play a video, attach an event handler to its complete event, but the complete event never gets triggered/fired! Note this happens consistently with select FLV's - it doesn't happen all the time. To rephrase

Re: [flexcoders] Re: DB access in Apollo

2007-03-07 Thread Andrew D. Goodfellow
+1 sqlite for me as well. An embedded SQL database would add tremendous value in the B2B custom app realm where I live. -Andy

Re: [flexcoders] Flex / Flash specific search engine

2007-03-07 Thread Andrew D. Goodfellow
Steve, At first glance it seems like this will be very useful! I especially like the LiveDocs search. I'll add it to my daily work flow and see how it goes. -Andy On 07 Mar 2007 10:21:40 -0800, Steve Drucker [EMAIL PROTECTED] wrote: http://www.gotswf.com Feedback appreciated. Regards,

Re: [flexcoders] Modules

2007-03-07 Thread Dave Carabetta
No, that means 2.0. When you click Help - About Adobe Flex Builder 2 in the IDE, you'll just see 2.0.1 displayed for the 2.0.1 release. Regards, Dave. Cynergy Systems, Inc. On 3/7/07, Andrey [EMAIL PROTECTED] wrote: But i have 2.0.143459, doesn't that mean 2.0.1? On 3/7/07, Dave Carabetta

Re: [flexcoders] AMF Serialization hooks?

2007-03-07 Thread Jim Cheng
Samuel R. Neff wrote: Is there any way to run custom code related to AMF serialization without writing everything from scratch using IExternalizable? From the docs it seems like the only option is to do it all yourself or do nothing yourself--no middle ground. The ByteArray native class

[flexcoders] Re: Special characters after end tag of XML document (HTTPService issue)

2007-03-07 Thread klumikaze
Peter, I have resolved the issue. It turns out that when I was adding a character set to our application (so users could enter French/Latin characters), I used the old System.useCodePage trick from my days as a Flash developer... when that property is set to true, the extra characters get

[flexcoders] Drawing in a Scrollable Canvas

2007-03-07 Thread Mike Cantrell
I'm attempting to make an Organization Chart component for Flex. In short, I have a canvas which contains child panels These child panels represent a position in the organization. I'm drawing lines (on the canvas) between the panels to represent their relationship to each other. Everything

  1   2   >