RE: [flexcoders] Re: RPC result paging - please, help

2006-07-06 Thread Kelly Birr
Very cool! Where were you 2 months ago when I wrote my code :) - Kelly -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flashorbman Sent: Thursday, July 06, 2006 10:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: RPC result paging

[flexcoders] Re: RPC result paging - please, help

2006-07-06 Thread flashorbman
Kelly and Dmitry, Our implementation of FDS-like functionality for .NET can handle method invocations returning .NET DataSet objects. On the client side, you would use mx.data.DataService or you can just use the RemoteObject tag. You can read more about it here: http://www.themidnightcoders.com/

RE: [flexcoders] Re: RPC result paging - please, help

2006-07-06 Thread Kelly Birr
Dmitry, I've done it from ASP.NET to Flex 2.0 without FDS by caching the Datasets in memory on the Application Server and sending pages to the UI as requested. It works very well but it uses a lot of memory and CPU time on the mid-tier servers and took a bit of code for the server-side threading r

[flexcoders] Re: RPC result paging - please, help

2006-07-06 Thread Dmitry Miller
David, Thank you for your response. In the article that you have recommended Data Services were used. I was wondering if there is a way to create my own implementation of FDS using just RPC --- In flexcoders@yahoogroups.com, "David Mendels" <[EMAIL PROTECTED]> wrote: > > Hello, > > Have you

Re: [flexcoders] Run Flex (swf) offline

2006-07-06 Thread JesterXL
Yeah, baby! http://forums.ultrashock.com/ff.htm?http://forums.ultrashock.com/forums/showthread.php?threadid=82610 Good stuff. - Original Message - From: "Jianlong Chen" <[EMAIL PROTECTED]> To: Sent: Thursday, July 06, 2006 9:28 PM Subject: [flexcoders] Run Flex (swf) offline Hi all,

[flexcoders] Re: Beta 3 WebService Result

2006-07-06 Thread someguy7_7
Actually this is looking more like a bug. I have submitted an example application to Adobe. All my items are all at the same level in the xml but flex is interpretting it like the first item is the parent for the rest of the items. Here is the xml returned by my webservice. Flex interprets it like

[flexcoders] Alert launched from popup component replaces component?

2006-07-06 Thread stacey
Couple of things- I have a mxml component that extends VBox . When i launch this component as a popup using : PopUpManager.createPopUp(parent,ManageEvents,true); Now in this component I have some validation, as its basically a form popped up on top of the app. So if you havent selected something

RE: [flexcoders] RPC result paging - please, help

2006-07-06 Thread David Mendels
Hello, Have you read this in the docs: http://snipurl.com/Flex_Paging -David Adobe > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller > Sent: Thursday, July 06, 2006 9:56 PM > To: flexcoders@yahoogroups.com > Subject: [flexcod

[flexcoders] modellocator and double bindings

2006-07-06 Thread Douglas Knudsen
Ok, before the big hoorah relase of FB 2 and cairngorm2 I had a app that has a few forms in it bound to a VO hanging out in the modellocator. I used double bindings to display and update values in the VO like this things worked swell. Then came the update to Flez 2 and cairngorm and

[flexcoders] Run Flex (swf) offline

2006-07-06 Thread Jianlong Chen
Hi all, I just joined this group recently to find out more information about Flex 2, which seems to be a very exciting platform to develop interactive web apps. I have a question regarding deploying Flex (or Flex-compiled swf) in a offline environment. Basically I like to know if it is possi

RE: [flexcoders] How Flex can be receive a Server Notification

2006-07-06 Thread David Mendels
Hi, This is one of the core goals of Flex Data Services: http://snipurl.com/FDS_DS -David > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of mvbaffa > Sent: Thursday, July 06, 2006 5:54 PM > To: flexcoders@yahoogroups.com > Subject: [flexco

[flexcoders] RPC result paging - please, help

2006-07-06 Thread Dmitry Miller
Is there a way to do paging of RPC results? Is there a good example for that? Thanks, --- Dmitry Yahoo! Groups Sponsor ~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nh

Re: CF/Flex wizards (was Re: [flexcoders] Re: any disadvantages to using FDS + CF vs

2006-07-06 Thread Douglas Knudsen
thanks for the info Tom. The wizards are truly uber kewl. They'd be over-the-top if maybe they were xsl based with a mutable xsl template and have the ability to act on multiple tables at once, maybe even scriptable. You know us developers, Hubris and all, eh? We have to have our code generated

Re: [flexcoders] Possible Flex Builder internal error

2006-07-06 Thread Clint Modien
Here is some debug info from eclipse on the error...eclipse.buildId=M20060628-1325java.version=1.4.2_09java.vendor=Sun Microsystems Inc.BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_USFramework arguments:  -showlocation Command-line arguments:  -os win32 -ws win32 -arch x86 -showloca

[flexcoders] Re: swc too heavy

2006-07-06 Thread lyon.james
Have you created an empty flex application to see what it adds to the size of a compiled swf? IIRC, SWC size != SWF size -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: FDS on CFMX configuration problems

2006-07-06 Thread Jim
Well that is encouraging that you were able to get them working together. Are you using the Mulitserver (JRUN4) option for CFMX7? And if so, is your WEB-INF directory in a webroot? Did you have to do any tweaking to services-config.xml? Write us the technote that Adobe won't man...c'mon (grin).

Re: [flexcoders] Possible Flex Builder internal error

2006-07-06 Thread Clint Modien
ya I just started getting the same error after upgrading to flex2 final... i wasn't getting the error in flex2 beta 3 though...has anyone contacted you about it?On 7/5/06, Angus Johnson <[EMAIL PROTECTED]> wrote: Has anyone else encountered this error in Eclip

RE: [flexcoders] Re: DataGrid Totals Row

2006-07-06 Thread Lisa Nelson
Torey, I'd be interested to see your "two datagrid" solution, as that is what I am resorting to as well. I bound the widths of the totals datagrid to the widths of the main datagrid, but when I resize the widths in the main datagrid, the column widths in the totals datagrid don't come along for t

[flexcoders] Re: TreeItemRenderer question

2006-07-06 Thread lownlazy000
I too had trouble with getting a checkBox to display consistantly in a TreeItemRenderer. After many, many hours I have produced some code that works very well. Perhaps the reason it works so well is because I eventually looked in the TreeItemRenderer.as class and saw how Adobe does it, and it was m

Re: [flexcoders] How to properly subclass a component using mxml

2006-07-06 Thread Jeremy Lu
np, last time I did it I was using something like this: ... so no need to add any namespace, but in your case is surely needed, anyway, glad it's working now :-) On 7/7/06, hank williams <[EMAIL PROTECTED]> wrote: Hi jeremy,Thank you very much. That was

Re: [flexcoders] SWF's not unloading

2006-07-06 Thread Jeremy Lu
Resource management and garbage collection is a lot different then it used to be, here's a great post on it (from Grant Skinner's blog): http://www.gskinner.com/blog/archives/2006/07/as3_resource_ma_1.html The point is, you should stop all playing sound, remove all listeners from EventDispatc

Re: [flexcoders] Applet running on Flex (production version)

2006-07-06 Thread Jeremy Lu
One possible solution is to serve the image stream from applet thru a socket, flex receive the stream and save in a ByteArray, then you could display the image from ByteArray. Jeremy.   Can someone please tell me how to display the image in a Flex window, considering the image is coming as a

[flexcoders] Re: ColdFusion vs. PHP as the back-end

2006-07-06 Thread Tom Jordahl
--- In flexcoders@yahoogroups.com, "Ville Walveranta" <[EMAIL PROTECTED]> wrote: > > * If you want to go hardcore though, Java is your best option. > > Why Java over PHP in this instance? PHP is a very capable language, albeit > maybe a little "fragmented" due to it's nature. Perhpas the bi

RE: [flexcoders] How Flex can be receive a Server Notification

2006-07-06 Thread Tracy Spratt
You could use sockets, but FDS (Flex Data Services) is designed for push and subscribe type data flow.   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of mvbaffa Sent: Thursday, July 06, 2006 5:54 PM To: flexcoders@yahoogroups.com Sub

[flexcoders] How Flex can be receive a Server Notification

2006-07-06 Thread mvbaffa
Hi All, I have a flex 2.0 application that need to be notified when an event occurs at the server. I could start a timer at the flex client and poll periodically the server, but this can be too heavy for specific tasks. The better solution is to notified. Maybe the solution is to listen to a

[flexcoders] FlexFactory example

2006-07-06 Thread billy_d_white
I'm wanting to use Spring for my backend for Flex Data Services. I found the docs on using a class that implements the FlexFactory interface, but the really is not enough detail in the docs to fully understand how to fill out the FlexFactory implementation class. Has anyone successfully used this

Re: [flexcoders] SWF's not unloading

2006-07-06 Thread Hilary Bridel
Hi Angus I have an example of loading a swf in Flex 2 with code on my site.   http://www.bridel.org/   Let me know if it helps...   Hilary   --  On 7/6/06, Angus Johnson <[EMAIL PROTECTED]> wrote: Hi,I have a canvas called parentView into which I add SWF child objects via...parentView.addChild

CF/Flex wizards (was Re: [flexcoders] Re: any disadvantages to using FDS + CF vs

2006-07-06 Thread Tom Jordahl
--- In flexcoders@yahoogroups.com, "Douglas Knudsen" <[EMAIL PROTECTED]> wrote: > Speaking of these wizards, how can we modify the templates they are > generated from? > How difficult would it be to make them scriptable or add the ability > for them to act on mulitple tables? Hi Doug, The CFC wiz

[flexcoders] Re: Working with CFC's

2006-07-06 Thread Tom Jordahl
--- In flexcoders@yahoogroups.com, "Bacardi Bryant" <[EMAIL PROTECTED]> wrote: > Oops, as you can see, I'm new to the list as well. The problem is the > results ARE NOT being loaded into the datagrid. > Thanks, > Bacardi Bryant Bacardi, There are several article on the Adopbe Developer Center tha

[flexcoders] swc too heavy

2006-07-06 Thread kobi6810
Hi, I have compiled my first component and was very surprise by its size...255 KB. It's just a login component which extends the panel class and is made of a username & password textInput and a button. All theses components are put in form. this is the command i have used for compilation compc.

[flexcoders] Re: Beta 3 WebService Result

2006-07-06 Thread Tom Jordahl
The important thing with tns1:string vs. s:string is that the namespace prefixes (tns1 and s) point to the XML Schema namespace: xmlns:xsd="http://www.w3.org/2001/XMLSchema"; In general with Axis, 'tns1' points to something other than XML Schema, for instance (from a ColdFusion CFC web service)

RE: [flexcoders] Re: DataGrid Totals Row

2006-07-06 Thread Lisa Nelson
This is something I have been wanting as well. The closest I have found is the lockedRowCount property. But you have to have your top row have the totals. If you set it to your dataprovider array collection's length, then it freezes all the rows. I don't know any way to get it to freeze the bot

[flexcoders] Re: ItemRenderer with Button

2006-07-06 Thread g8torjoe
Thanks for the help everyone! I love this group!!! --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > Too funny. Three heads are better than one. :) > > -TH > > --- In flexcoders@yahoogroups.com, "Brendan Meutzner" > wrote: > > > > Joe, > > > > Scoping issues... >

RE: [flexcoders] when I deploy samples in JRun, I get: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy

2006-07-06 Thread Carson Hager
That's interesting. Those are all web apps and their classloaders should have no effect on each other. It's possible that the logging classes are simply included in a larger bundled JAR file used by JRun making it harder to locate them. I don't have JRun installed but you could search files

RE: [flexcoders] Re: FDS on CFMX configuration problems

2006-07-06 Thread João Fernandes
The only problem that I see running seperated instances of FDS & CFMX is the fact that FDS doesn't ship with the remoting for CF so when you define CF remoting destinations(the "ColdFusion" one) it throws an error, so to be able to use a mix of remoting + data management you'll have to keep 2 x

[flexcoders] Re: ItemRenderer with Button

2006-07-06 Thread Tim Hoff
Too funny. Three heads are better than one. :) -TH --- In flexcoders@yahoogroups.com, "Brendan Meutzner" <[EMAIL PROTECTED]> wrote: > > Joe, > > Scoping issues... > > http://livedocs.macromedia.com/flex/2/docs/0843.html > > Brendan > > > > On 7/6/06, g8torjoe <[EMAIL PROTECTED]> wrote

[flexcoders] Re: Using and image as a link

2006-07-06 Thread Scott Romer
Can't you just set buttonMode to true on the image, and then the handCursor automatically shows up? (Seems to work for me...) Just a thought. I suppose both would work though. -Scott --- In flexcoders@yahoogroups.com, "Rob Rusher" <[EMAIL PROTECTED]> wrote: > > I suggest just adding a click eve

Re: [flexcoders] ItemRenderer with Button

2006-07-06 Thread Brendan Meutzner
Joe,Scoping issues...http://livedocs.macromedia.com/flex/2/docs/0843.htmlBrendan On 7/6/06, g8torjoe <[EMAIL PROTECTED]> wrote: I have a dataGrid control with an itemRenderer containing a button. The button has a click handler which is defined as a private

[flexcoders] Re: ItemRenderer with Button

2006-07-06 Thread Tim Hoff
Scope issue: Since your itemRenderer is a child, you have to reference the parent. Change: TO: -TH --- In flexcoders@yahoogroups.com, "g8torjoe" <[EMAIL PROTECTED]> wrote: > > I have a dataGrid control with an itemRenderer containing a button. > The button has a click handler which is def

[flexcoders] Re: ItemRenderer with Button

2006-07-06 Thread Doug Lowder
Scoping issue. See http://livedocs.macromedia.com/flex/2/langref/mxml/component.html You may be able to access orderItem from within your item renderer component by making the function public and calling outerDocument.orderItem(). --- In flexcoders@yahoogroups.com, "g8torjoe" <[EMAIL PROTECTE

RE: [flexcoders] Binding in Flex 2.0, Cairngorm 2.0

2006-07-06 Thread Moishe Groger
Sorry, nevermind my second question - I found the code below in the docs.  I would still really appreciate help with properly resetting the validators.   Moishe Groger   // Override the setter method. override public function set data(value:Object):void {

[flexcoders] Re: WebService & Cairngorm 2 Example

2006-07-06 Thread Tim Hoff
Agreed, no problem here. -TH --- In flexcoders@yahoogroups.com, "Dimitrios Gianninas" <[EMAIL PROTECTED]> wrote: > > Just read the article, seems much cleaner, something definitely considering. > > Also don't think its much of bother going from 1.x to 2.0, there are many changes to make upgr

[flexcoders] conversion to flex2 final *hell*

2006-07-06 Thread hank williams
So i have not wanted to do it. because I just knew it wouldnt work right. And I wanted to remain productive. But finally I had to give in and install flex2 final because I have a problem that is almost certainly a flex2 beta3 problem. So The first thing I did was uninstall beta 3. Then I uninsta

RE: [flexcoders] Binding in Flex 2.0, Cairngorm 2.0

2006-07-06 Thread Moishe Groger
Right... I guess it depends on your definition of "works". I don't think the behavior my form is exhibiting looks very professional, imho. :-) I'm also having some problems with data binding in itemRenderers. I need to run a function whenever the data object changes. I tried calling the functi

Re: [flexcoders] Applet running on Flex (production version)

2006-07-06 Thread John Dowdell
I think that project description may boil down to the question "How can I display a Java applet within a SWF in my audience's various browsers?" (If I'm understanding the wrong question from the project description, then please advise.) If I'm looking at the correct question, then there is no d

[flexcoders] Re: WebService & Cairngorm 2 Example

2006-07-06 Thread ben.clinkinbeard
Although I am quite the Flex noob, Darron's approach does seem to make more sense to me. As I see it, it feels more like a traditional Observer, offers the convenience of multiple responders and, as he pointed out, uses an element of the Flex framework itself exactly as intended. At this point, th

[flexcoders] ItemRenderer with Button

2006-07-06 Thread g8torjoe
I have a dataGrid control with an itemRenderer containing a button. The button has a click handler which is defined as a private function in the script tags. Every time I try to compile I get an error: "1180: Call to a possibly undefined method orderItem." A PARTIAL piece of the code is below.

[flexcoders] Re: Cairngorm Responder interface changes

2006-07-06 Thread Tim Hoff
I'd appreciate the callback approach, so that you could choose to update bound state on the model or update control settings locally. That seems like a logical balance. Inho (.015), not all state needs to be controled by the model. If I wanted to clear a TextInput field or reset a RadioButto

RE: [flexcoders] Re: WebService & Cairngorm 2 Example

2006-07-06 Thread Dimitrios Gianninas
Just read the article, seems much cleaner, something definitely considering.   Also don't think its much of bother going from 1.x to 2.0, there are many changes to make upgrading anyways :)   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mai

[flexcoders] Pivot Tables

2006-07-06 Thread digitalnovanet
Anyone ever seen a flex or flash based Pivot Table? If not, anyone have an idea how it can be made? Yahoo! Groups Sponsor ~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/

[flexcoders] Re: Chart watermark won't go away in SDK

2006-07-06 Thread vanhoese
I also tried that and still no go. I still think it's related to the mxmlc build. -Andy --- In flexcoders@yahoogroups.com, James Ward <[EMAIL PROTECTED]> wrote: > > Try to also clear your browser's cache. > > -James > > > On Wed, 2006-07-05 at 20:17 +, vanhoese wrote: > > I followed the

Re: [flexcoders] when I deploy samples in JRun, I get: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy

2006-07-06 Thread Tom Bray
The only commons-logging jars came from deploying flex and samples.  I searched from the root of JRun and found four copies in the following locations:c:\JRun4\servers\default\flex\WEB-INF\libc:\JRun4\servers\default\flex\WEB-INF\flex\jars c:\JRun4\servers\default\samples\WEB-INF\libc:\JRun4\ser

Re: [flexcoders] Re: ColdFusion vs. PHP as the back-end

2006-07-06 Thread Impudent1
So what does one do then if they are making an application for release? I have people wanting php vs .net for the simple fact they can put in on any server on any os freely. As well, from the tests I have seen, php seems to be a lot faster given similar server loads. So to me it seems to come d

RE: [flexcoders] Re: WebService & Cairngorm 2 Example

2006-07-06 Thread Steven Webster
Darron makes some very fair points; our reasoning for the current Cairngorm implementation was driven from some findings we had during the beta, which no longer seem to apply.  We'll have some discussion internally to reinforce our decisions, but Darron's approach seems a sensible and valid

Re: [flexcoders] Re: Using and image as a link

2006-07-06 Thread Rob Rusher
I suggest just adding a click event on you image object in which the event handler uses the navigateToURL() method. You can find out how to use navigateToURL here: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=1010.htmlYou might

[flexcoders] Re: Using and image as a link

2006-07-06 Thread Henry
HAHA, it would help if I were to look in the correct documentation. I just noticed i googled up into the version 1.5 of this. Thanks a ton for the help. If i find any error in the documentation, I will let you guys know. You guys rock! --- In flexcoders@yahoogroups.com, "Matt Horn" <[EMAIL P

Re: [flexcoders] Re: Cairngorm Responder interface changes

2006-07-06 Thread JesterXL
...or you can have Commands support callbacks, and thus no need for state variables, nor a need for your Commands to update those variables. - Original Message - From: "Steven Webster" <[EMAIL PROTECTED]> To: Sent: Thursday, July 06, 2006 3:57 PM Subject: RE: [flexcoders] Re: Cairngorm

RE: [flexcoders] Re: Using and image as a link

2006-07-06 Thread Matt Horn
Link is now LinkButton. Can you send me a link to any errors in current doc? Tnks, matt horn flex docs > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Henry > Sent: Thursday, July 06, 2006 2:31 PM > To: flexcoders@yahoogroups.com > Subjec

RE: [flexcoders] Re: Cairngorm Responder interface changes

2006-07-06 Thread Steven Webster
Agreed. Developers *have* to take responsibility for creating application-specific classes. If your application has "10 million state variables", then having a StateMachine / StateManager seems like a logical refactoring to aim for. If however, your application has "a decent number of states", n

RE: [flexcoders] Menu - handle sub-menu clicks

2006-07-06 Thread Deepa Subramaniam
What build of Flex are you using? I see MenuEvent.ITEM_CLICK  being dispatched for sub-menu selections as well as root menu selections.   If you could post a bit of code that reproduces your issue, that would help too.   -deepa   From: flexcoders@yahoogroups.com [mailto:fl

RE: [flexcoders] datagrid.selectedItem.image (don't work)

2006-07-06 Thread Deepa Subramaniam
If your DataGrid is consuming e4x XML as its dataProvider, then the selectedItem value will be an e4x XML node. Is ‘imagen’ an attribute of the selected node or a child? If its an attribute then you’ll need to do: source=[EMAIL PROTECTED] in your Image tag. If imagen is a child node, yo

[flexcoders] Re: FDS on CFMX configuration problems

2006-07-06 Thread Jim
I tried the same thing (combining FDS with CFMX 7.0.2) using the same technote and wasn't able to get it to work. I emailed an insider at Adobe on the Coldfusion team I met at the CFObjective conference and learned that they aren't very happy with that technote and recommended that I run FDS an

[flexcoders] [Flex 1.5] Question about RSL and Custom Components

2006-07-06 Thread Pablo Apanasionek
Hey folks,   I happen to have something in hands that has me a bit disoriented:   1) MXML file (let's call it A) using RSL file and some normal mx. components plus some custom components (done exclusively with other mx. components) 2) RSL file has the mx. components and the custom ones (t

RE: [flexcoders] when I deploy samples in JRun, I get: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy

2006-07-06 Thread Carson Hager
Either JRun doesn't normally come bundled with commons logging or they removed it from the server level classloader in the bundling with FDS. Have you looked to see where else commons logging is located?  It is likely in a directory called lib or something to that effect on the server leve

[flexcoders] Re: Legend not Updating

2006-07-06 Thread Brendan Meutzner
Nobody else has tried this yet?  On 7/5/06, Brendan Meutzner <[EMAIL PROTECTED]> wrote: Hi,I'm creating my the series for my Chart instance dynamically.  When I change the yField value for a series it isn't updating the associated legend which uses my Chart instance as it's dataProvider.  Do I a

[flexcoders] Problem auto Refresh in datagrid

2006-07-06 Thread tonyx_788
the problem is that everytime i click on any name or scroll on the datagrid it refreshes to fast anyone know something so it wll go slower Yahoo! Groups Sponsor ~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQ

RE: [flexcoders] iFrame

2006-07-06 Thread Kelly Birr
Here is the code I'm using for IFrames in Flex2, I have no idea if posing code like this is appropriate for this list or not. If not, would someone please let me know. This is basically just a port of the Flex 1.5 sample from http://coenraets.com/viewarticle.jsp?articleId=95 put into a Flex 2.0 A

Re: [flexcoders] when I deploy samples in JRun, I get: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy

2006-07-06 Thread Tom Bray
I'm curious to know why FDS with integrated JRun doesn't have this problem with the samples, yet it has the same jars in the same place.Thanks,TomOn 7/6/06, Tom Bray <[EMAIL PROTECTED]> wrote: Thanks, Carson.  I removed commons-logging.jar from samples/WEB-INF/lib and everything is working grea

[flexcoders] Re: Using and image as a link

2006-07-06 Thread Henry
Thanks for the information. I was looking online this morning after i posted hoping to find something and i ran across a mx:Link tag that actually inherited from the button tag. Did that tag get taken away in Flex 2.0? I tried it this morning and it would throw an error and not compile when used

Re: [flexcoders] when I deploy samples in JRun, I get: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy

2006-07-06 Thread Tom Bray
Thanks, Carson.  I removed commons-logging.jar from samples/WEB-INF/lib and everything is working great now.  It's also in samples/WEB-INF/flex/jars.-TomOn 7/6/06, Carson Hager <[EMAIL PROTECTED]> wrote: You have commons logging classes in more than one pla

[flexcoders] DataGrid with dependent columns... recommendation on implementation?

2006-07-06 Thread Scott Romer
Hi All - We have a dataGrid setup with an ArrayCollection as the dataProvider. In addition, we are making this dataGrid editable with ComboBoxes. Does anyone have any recommendations as to what would be a GREAT approach to setup this with dependent columns? i.e. Depending on what you choose f

[flexcoders] Re: Mixing and image and shapes

2006-07-06 Thread mudwump_vx
Thanks. I did not go in that direction at all, so I am glad that I posted for help. This is exactly the type of thing I wanted to do. --- In flexcoders@yahoogroups.com, "Matt Horn" <[EMAIL PROTECTED]> wrote: > > I think what you want to do is create a new UIComponent (in this case, a > graphics ob

Re: [flexcoders] Download files

2006-07-06 Thread Joan Tan
Title: Re: [flexcoders] Download files A couple of things to look out for. #1 Make sure that your FileReference object is always in scope, otherwise when it goes out of scope, the download just cancels itself and you don’t get an error out. #2 If you try to download something not on your ser

RE: [flexcoders] Mixing and image and shapes

2006-07-06 Thread Matt Horn
I think what you want to do is create a new UIComponent (in this case, a graphics object), and then call addChild to add it to the display list (so it will show up). Hopefully, this example will get you started: http://www.adobe.com/2006/mxml"; backgroundImage="@Embed('../resources/bird.gif')">

[flexcoders] datagrid.selectedItem.image (don't work)

2006-07-06 Thread tonyx_788
i'm using e4x 2questions everything else works great but the images won't show when using e4x,if i use http it'll display the image ok anyone knows why? and the datatip willshow everything on the xml, when hover the datagrid why? ... ..

RE: [flexcoders] Using and image as a link

2006-07-06 Thread Matt Horn
You could use a button and define the skins to be the same graphic (so it doesnt change like a button normally would when its state changes): Button { upSkin:Embed("../assets/mygraphic.jpg"); downSkin:Embed("../assets/mygraphic.jpg"); overSki

RE: [flexcoders] How to get client IP Address?

2006-07-06 Thread Matt Horn
I think the best way is to get the IP addy with whatever language you use in the wrapper (JSP, ASP, PHP, etc) and then pass it to the app as a flashvar variable. hth, matt horn flex docs > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Re: Convert XML to Array(Collection)

2006-07-06 Thread Tracy Spratt
Is there a way to do this XMLList == ArrayCollection Type conversion in AS3?  I have been able to do it using a for loop, but am wondering if there is some casting that can be used.   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of t

Re: [flexcoders] How to get client IP Address?

2006-07-06 Thread Luís Gustavo Sanabio
I use a PHP request to do this. 2006/7/6, Cleiton Luiz Coradelli <[EMAIL PROTECTED]>: There is any way to get the client IP Address in Flex?   TIA     . __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http:

[flexcoders] Batch PDF Printing possible yet?

2006-07-06 Thread wayneposner
Howdy all... Is the following possible: I've got a tree where each node represents a single page pdf file. I'd like to loop through the tree, get each PDF file and send it to the printer without having to click OK or Print more than once for the entire job. I know there are some solutions

RE: [flexcoders] when I deploy samples in JRun, I get: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy

2006-07-06 Thread Carson Hager
You have commons logging classes in more than one place which is causing the classloader to choke.  The likely cause of this is a commons logging jar in the server level classpath.  If you don't need it there for other applications, remove it and restart JRun.     Carson __

[flexcoders] iFrame

2006-07-06 Thread redwylie
Does anyone have any insight as to why the iFrame demos no longer compile This is the error 1046: Type was not found or was not a compile-time constant: iFrame thanks Yahoo! Groups Sponsor ~--> Great things are happening at Yahoo! Groups. See

RE: [flexcoders] FlexPrintJob and large DataGrids?

2006-07-06 Thread Stephen Gilson
Sorry for the delay in responding, but there is an example in the released doc that does just what you are looking for:   http://livedocs.macromedia.com/flex/2/docs/0997.html    Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djbrown_rotonewsSent: Tuesd

[flexcoders] when I deploy samples in JRun, I get: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy

2006-07-06 Thread Tom Bray
The most detailed instructions I've found for deploying FDS and the samples on JRun is this:"For example, for JRun 4 u6, expand the flex.war, samples.war, and flex-admin.war files to directories named flex, samples, and flex-admin, respectively. Then copy these directories to the root of your JR

[flexcoders] How to get client IP Address?

2006-07-06 Thread Cleiton Luiz Coradelli
There is any way to get the client IP Address in Flex?   TIA     . __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO

[flexcoders] Modal Immunity

2006-07-06 Thread Evan Gifford
Anyone know a way to specify a component as “Modal Immune”?   That is … so that the modal blur/transparency does not affect it?   Thanks a bunch, Flex Rocks!! :^) -Evan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.tx

RE: [flexcoders] ColdFusion vs. PHP as the back-end

2006-07-06 Thread Ville Walveranta
Ø   If you want to go hardcore though, Java is your best option. Why Java over PHP in this instance?  PHP is a very capable language, albeit maybe a little “fragmented” due to it’s nature. Perhpas the biggest thing that bothers me in it is the lack of thread safety (which, obviousl

[flexcoders] Re: Handle result/fault from webservice call in Cairngorm 2

2006-07-06 Thread ben.clinkinbeard
Thanks Tom, I have actually gotten my head around this and seen some great example code thanks to Jesse and Darron. http://groups.yahoo.com/group/flexcoders/messages/42307?threaded=1&m=e&var=1&tidx=1 http://www.darronschall.com/weblog/archives/000234.cfm Ben Yahoo!

Re: [flexcoders] Re: How to properly subclass a component using mxml

2006-07-06 Thread JesterXL
You're missing the namespace to map mx: xmlns:mx="http://www.adobe.com/2006/mxml"   Put that in your root tag.   - Original Message - From: hank williams To: flexcoders@yahoogroups.com Sent: Thursday, July 06, 2006 12:51 PM Subject: [flexcoders] Re: How to properly subclass a compo

RE: [flexcoders] How to properly subclass a component using mxml

2006-07-06 Thread Stephen Gilson
The namespace should be the same for the child tags. Try this:                               Stephen   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Thursday, July 06, 2006 12:07 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcod

RE: [flexcoders] Showing data in Datagrid

2006-07-06 Thread Tracy Spratt
You need to use a labelFunction. />   private function lfShowPOS(item:Object, , column:DataGridColumn):void{   var sLabel:String = ""   var sHeaderText:String = column.headerText;   //you could probaly also use index, or dataField   switch (sHeaderText)  {     case "X Pos":

Re: [flexcoders] How to properly subclass a component using mxml

2006-07-06 Thread hank williams
Hi jeremy,Thank you very much. That was not it but it was close. The answer was not that mx needed to be deleted but that it needed to match the parent namespace. In other words it needed to be myComp.That is one I dont think I would have ever figured out! RegardsHankOn 7/6/06, Jeremy Lu <[EMAIL

Re: [flexcoders] How to properly subclass a component using mxml

2006-07-06 Thread JesterXL
A few things.  First, to subclass anything, it needs to be the top tag.  So, to subclass the datagrid, it'd be:   http://www.adobe.com/2006/mxml">     Secondly, say you save that file to "BetterDataGrid.mxml" in com.yourpackage.  To extend that, you'd go:     If you want to use your

[flexcoders] Re: cant set alpha for scrollbar

2006-07-06 Thread hank williams
Ok just thought I would try again here since this message has probably scrolled off most peoples screensI am trying to dim a scrollbar by setting its alpha value.I have tried to change every field that has the work alpha in it and nothing seems to work. I have even put a scrollbar inside a canva

Re: [flexcoders] file uploads

2006-07-06 Thread Clint Tredway
Thanks Phil... that helped alot. I was basically doing the same thing but I must have had something out of order. Now I can finish this project :)On 7/6/06, Phil Marston <[EMAIL PROTECTED]> wrote: Hi Clint, I've just this very moment solved that one!  :-)

RE: [flexcoders] How to properly subclass a component using mxml

2006-07-06 Thread Tracy Spratt
I think since you are using a namespace for the component you must also use it for the columns array:   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Lu Sent: Thursday, July 06, 2006 12:28 PM To: flexcoders

[flexcoders] Download files

2006-07-06 Thread Ingeniero Javier Cruz
Hello, I've a little problem I've to build an application that takes a file from the server an then let the user to download the file. An already read about the FileReference and FileReferenceList classes but I can't make my app works. I made a mxml application that define a Script section i

[flexcoders] Re: How to properly subclass a component using mxml

2006-07-06 Thread hank williams
One guess I have is that there are issues regarding using mxml to populate an *inherited* field. In this case "columns" is not a component, but a field which contains an Array of of DataGridColumn objects. But the error that flex gives indicates that it thinks "columns" is supposed to be a com

Re: [flexcoders] what are people using for as3 documentation generation?

2006-07-06 Thread Jeremy Lu
add me to that "no-dice" list :-)On 7/6/06, Steve Cox <[EMAIL PROTECTED]> wrote: I think we're all after the same thing mate. At the minute there is nothing I am aware of. Rumor is Adobe has something they may release at some point… When who knows. I

Re: [flexcoders] How to properly subclass a component using mxml

2006-07-06 Thread Jeremy Lu
Since you are extending DataGrid via a mxml way, you don't have to use "mx" namespace. Try removing the red text and see if it works, this is how I create extended datagrid several months ago.                             mx:columns> Jeremy. __._,_.___ -- Flexcoders Mai

  1   2   >