RE: [flexcoders] Re: Can't get value after labelfunction

2006-11-30 Thread Tracy Spratt
First: Does your dataProvider (the item objects specifically) have a property for each of the three columns? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bsdensmore Sent: Thursday, November 30, 2006 1:58 PM To: flexcoders@yahoo

[flexcoders] assets used in SWC file

2006-11-30 Thread jgraham_us
I have several component which use various assets, images, and some SWF's for several components. These are all build into a Flex Library project, for example TestLib.swc I access the assets like this for example. TestComp.mxml http://www.adobe.com/2006/mxml"; width="100%" height="100%" back

[flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread ben.clinkinbeard
Annoying I can see, and so I apologize for that. My title was definitely borne out of significant frustration and should have been more factual. I also agree that most of Flex's CSS implementation is pretty cool. Gordon, in the spirit of making pain points known, here is one that looks like it was

RE: [flexcoders] how to access assets in RSL file

2006-11-30 Thread Roger Gonzalez
SWC files are used at compile time. SWFLoader is runtime. Won't work. (Note that if you caused MyTest.swf to be embedded instead of included when you built TestLib.swc, you can then refer to it as a class from your main project, and just instantiate an object of type SpriteAsset, MovieClipAsset

Re: [flexcoders] Re: How to control depth

2006-11-30 Thread Daniel Freiman
DisplayObjectContainer.setChildIndex() is probably what you are looking for. Alternatively you can use the swapChildren/swapChildrenAt(). - Dan On 11/30/06, elevight <[EMAIL PROTECTED]> wrote: Does anyone know how to control the z-axis of objects? Here's a very short code snippet to illust

[flexcoders] Re: Can't get value after labelfunction

2006-11-30 Thread bsdensmore
yes, they do. I'm just doing a very small example to get my head around this. I actually took the ClassFactory stuff out and went to using the itemrenderer as is. It works but now I'm running into the issue of my datagrid losing it's state when you scroll. This is what my main Application looks

[flexcoders] Re: My flex app's content on google search

2006-11-30 Thread mrinal.wadhwa
Thank you Scott and JD ... Can you guys please present a comparison of the 2 different approaches that both of you are suggesting? Thank you, Mrinal --- In flexcoders@yahoogroups.com, slangeberg <[EMAIL PROTECTED]> wrote: > > No, your page needs to generate the content, which is imported to

[flexcoders] DataGrid horizontalScrollPosition and scrollbar out of sync

2006-11-30 Thread coderjun
Hello, I was wondering if anyone has run into this scenario and has an elegant solution. Symptom: When a DataGrid comes into view that has the column set to an index other than 0, the scrollbar is out of whack. The only way to get it to sync up again is via user interation. (For instance, inte

Re: [flexcoders] Announcing FlexSearch.org !

2006-11-30 Thread Clint Modien
Oops... that's what I get for sending email @ 5 am. the actual blog site is of course not .com but .org ... my bad. http://blog.flexsearch.org Please direct all feedback to there. Thanks! On 11/30/06, Clint Modien <[EMAIL PROTECTED]> wrote: I created an aggregation of developer conten

[flexcoders] Re: Charting Questions

2006-11-30 Thread polonycjunk
--- In flexcoders@yahoogroups.com, "polonycjunk" <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to add borders to the inside rectangular region of the > charts. Would anyone know how to accomplish this task? I am able to > modify the gridLines inside the chart, modify the thickness of the >

Re: [flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread Daniel Wabyick
One other thing, the little elves hiding behind the Adobe wish form are amazing responsive. When I make a bug / feature request, I usually get a verification or clarification email within a few days. Pretty good stuff. Gordon Smith wrote: > > The only thing that annoyed me about Ben's compla

[flexcoders] Return the application name

2006-11-30 Thread michrx7
If I build out a project called "InvestorStuff" every time the user opens another instance it gives it a new number like: InvestorStuff0 InvestorStuff1 InvestorStuff2 InvestorStuff3 How do I check this value to see how many they have open?

RE: [flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread Gordon Smith
Yes, that's an oversight... our components shouldn't be hard-coding RGB colors. I've asked for it to be logged in our bugbase. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, November 30, 200

Re: [flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread Ethan Miller
While in general I've been fairly happy with my ability to style flex, one area in which really lacking (and unfortunately for me in a key place for my application) is in styling text, especially text contained in an htmlText element. Despite reading the docs 5 times now, I remain unable to

[flexcoders] Re: how to access assets in RSL file

2006-11-30 Thread jgraham_us
To give more details on the problem. Basically I have a Flex Library Project called for example TestLib.swc this has a flex component in it called MyComp.mxml. In this component I have a SWFLoader that points to an asset in the same SWC file. I refer to it via url="com/bmc/assets/myimage.png"

[flexcoders] Flash Player 9 issues on Windows 2005 Tablet PC Edition

2006-11-30 Thread Steven Toth
Has any testing been done of the Flash Player 9 on Windows 2005 Tablet PC edition? When running our application under Flash Player 7 it responded as expected. However, Flash Player 9 is responding poorly to pen gestures such as textInput focus and double click. We filed a bug report and the A

[flexcoders] Re: My flex app's content on google search

2006-11-30 Thread mrinal.wadhwa
Thanks a lot JD .. That was exacly the kind of info I was looking for Maintaining sitemap looks like the solution for me. I plan to store my blog content in an xml and not in a database as I want to avoid having a server side component like a Java Servelet or something ... so for now it will be

Re: [flexcoders] not draggable TitleWindow

2006-11-30 Thread Roman Protsiuk
Hi, Tracy. Maybe. But we needed the dialog to look like TitleWindow and what I know about TitleWindow is that it specially designed to be used as pop-up. Why to use Panel? By the way if dialog is Panel we'll have to include something like TitleBar or some kind of Label, FormHeader, etc in it to s

Re: [flexcoders] Re: My flex app's content on google search

2006-11-30 Thread slangeberg
The search engines have looked inside static SWF for quite some time You'd have to tell me how that was done. There is a pertinent comment at the second site that I agree with, at this time: (Rich media and advanced interactive features are never going to be indexed conventionally anyway, s

Re: [flexcoders] {data} current index

2006-11-30 Thread Lachlan Cotter
Hi Alex, Item renderers aren't really aware of the wider context in which they are show (i.e. as one item in a collection). They are only concerned with how to render the particular data object that is passed to them. If you want to render some kind of index number on the view, your best

RE: [flexcoders] Charting Questions

2006-11-30 Thread Ely Greenfield
To draw into the data area of the chart, you'll need to wite a custom chart element. See my numerous posts on the subject to this list, or some of the examples at http://www.quietlyscheming.com/ For the region of the chart...By default, a chart takes the space given to it by its parent, s

[flexcoders] Action Script Metatags

2006-11-30 Thread Valy Sivec
Hello, Can you recommend me a good material about action script meta tags? I'd like to learn more about them. Thanks, Valy Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.

RE: [flexcoders] Re: Can't get value after labelfunction

2006-11-30 Thread Tracy Spratt
Oops, guess I'm not looking close enough, I see the text control. Again, I'll post with any success. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bsdensmore Sent: Thursday, November 30, 2006 4:07 PM To: flexcoders@yahoogroups.c

RE: [flexcoders] not draggable TitleWindow

2006-11-30 Thread Dustin Mercer
Actually, the TitleWindow extends from the Panel, so they share the same base code. The only main differences between the 2 are the closeButton and the drag features (Panel does not have a close button). If you can sacrifice the close button (just use a button with a label of close or cancel in t

RE: [flexcoders] Re: Can't get value after labelfunction

2006-11-30 Thread Tracy Spratt
Ah, HBox won't work by itself because it is a container, not a control. I am working with your example right now, I'll post when I have any success. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bsdensmore Sent: Thursday, Novem

[flexcoders] Chart: Filter point after transformation from global to local

2006-11-30 Thread Claude Hussenet
What is the way to filter points in a line serie after the point is transformed from the "data space" to the "screen/mouse space" ? Is is by adding a filter function in a lineserie through the method filters from a serie ? Is there an example available ? I am interested in filtering a point in

RE: [flexcoders] Re: how to access assets in RSL file

2006-11-30 Thread Roger Gonzalez
Did you actually include-file com/bmc/assets/myimage.png? That is the only way that file will be inside the SWC. But in any case, that's irrelevant. Do you really want it to be runtime-loaded and not embedded? You could use @Embed(source='com/bmv/assets/myimage.png') to transcode and embed it

[flexcoders] launch email client and pass vars

2006-11-30 Thread bghoward3
hi can anyone direct me to the proper way to word a funtion so that i can pass it 2 argumetns and have it open the users email client and populate the to: and subject fileds? ie public function launchEmail(aParam:Array):void { getURL("mailto:var1?subject=var2";); } thanks

[flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread Darin Kohles
goto mysite" mouseOver="hover()" /> function hover():void{ linkTxt.htmlText = String(linkTxt.htmlText).replace('FF','00FF00'); } you get the idea --- In flexcoders@yahoogroups.com, Ethan Miller <[EMAIL PROTECTED]> wrote: > > While in general I've been fairly happy with my ability to styl

[flexcoders] Problem with Flex-Ajax Bridge: Error calling method on NPObject!

2006-11-30 Thread zenwarden
Hello, I am using the flex ajax bridge. Up until now it's been easy to work with, but I have finally encountered a problem. I am trying to find out if I can pass my own custom objects. I am trying to pass data from one flex application to another. I CANNOT use a server, so I am using the bridge

[flexcoders] Re: launch email client and pass vars

2006-11-30 Thread Doug Lowder
This should help: http://livedocs.macromedia.com/flex/2/docs/1013.html#193815 --- In flexcoders@yahoogroups.com, "bghoward3" <[EMAIL PROTECTED]> wrote: > > hi > > can anyone direct me to the proper way to word a funtion so th

[flexcoders] Re: Can't get value after labelfunction

2006-11-30 Thread bsdensmore
Thanks Tracy. Like I said, it is working now but I'm running into the issue with scrolling. I thought overriding the data() method was supposed to stop that from happening. But, maybe because I'm not dispatching an event from the itemrenderer back to my Application is what's causing that. Ben -

Re: [flexcoders] launch email client and pass vars

2006-11-30 Thread Brendan Meutzner
import flash.external.ExternalInterface; public static function emailViewURL():void { var callResult:String = ExternalInterface.call('emailURL', to, subject); } Inside your HTML wrapper, include the following javascript function emailURL(to, subject) { this.location.href = "mailto:"; + to +

RE: [flexcoders] Re: Can't get value after labelfunction

2006-11-30 Thread Tracy Spratt
Ok, I have it working First your dataProvider item objects do NOT have properties for all three columns, only the item weight column. So this condition: if (value.claimed != null ... will always be false and the calculation will not happen. Add the other two columns to the dataprovide

[flexcoders] Re: Can't get value after labelfunction

2006-11-30 Thread Darin Kohles
instead of adding the calculation to the value object, which is scoped locally, try adding it to the data object: super.data.net_lbs = total; --- In flexcoders@yahoogroups.com, "bsdensmore" <[EMAIL PROTECTED]> wrote: > > yes, they do. > > I'm just doing a very small example to get my head aroun

RE: [flexcoders] Red 5

2006-11-30 Thread Mike Shaw
Hi Eduardo, I think Red5 only supports AMF0 so when you create your connection just tell it to use AMF0 connection = new NetConnection(); connection.objectEncoding = ObjectEncoding.AMF0; Mike. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eduardo Dias Sen

Re: [flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread Ethan Miller
Effective for color, but how about text-decoration, border, etc.? It would be really nice to keep this in the CSS domain. cheers, ethan > href='http://mysite.com'>goto mysite" mouseOver="hover > ()" /> > > function hover():void{ > linkTxt.htmlText = String(linkTxt.htmlText).replace > ('FF

RE: [flexcoders] {data} current index

2006-11-30 Thread Dustin Mercer
You could also look at the listData property on the renderer (if it implements IDropInListItemRenderer, which it should). It has the rowIndex and columnIndex properties on it. For some reason listData is not bindable, but if your renderer is built in AS, you won't need the binding, if it's mxml,

RE: SPAM-LOW: [flexcoders] Re: ActiveX with Flex

2006-11-30 Thread Mike Shaw
Bruce, somebody (sorry can't remember who) aggregated on http://www.fullasagoog.com/ blogged about it. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of boy_trike Sent: Friday, 1 December 2006 1:36 AM To: flexcoders@yahoogroups.com Subject: SPAM-LOW: [flexcoders] R

RE: [flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread David Mendels
Hi, For specific issues like this, please do file a bug or enhancement request! -David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ethan Miller Sent: Thursday, November 30, 2006 5:40 PM To: flexcoders@yahoogroups.com Subject: Re: [fle

[flexcoders] Re: launch email client and pass vars

2006-11-30 Thread bghoward3
wait i think i am close but wrapper is overwritten when i publish, is there another teqnique to storing the javascript so it is always written into the wrapper? --- In flexcoders@yahoogroups.com, "Brendan Meutzner" <[EMAIL PROTECTED]> wrote: > > import flash.external.ExternalInterface; > public

[flexcoders] Re: launch email client and pass vars

2006-11-30 Thread bghoward3
thanks but i am not having success with this, it generates several errors once i declare the vars --- In flexcoders@yahoogroups.com, "Brendan Meutzner" <[EMAIL PROTECTED]> wrote: > > import flash.external.ExternalInterface; > public static function emailViewURL():void > { > var callResult:Stri

Re: [flexcoders] Red 5

2006-11-30 Thread John Grden
AMF3 is in the works, but we don't have an eta On 11/30/06, Mike Shaw <[EMAIL PROTECTED]> wrote: Hi Eduardo, I think Red5 only supports AMF0 so when you create your connection just tell it to use AMF0 connection = new NetConnection(); connection.objectEncoding = ObjectEncoding.AMF0; Mike.

RE: [flexcoders] Re: Can't get value after labelfunction

2006-11-30 Thread Tracy Spratt
No, its not that complicated, just a bug in your sample code. See my other reply. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bsdensmore Sent: Thursday, November 30, 2006 5:12 PM To: flexcoders@yahoogroups.com Subject: [flexc

[flexcoders] RED5

2006-11-30 Thread Eduardo Dias
Can RED5 be used to connect client applications in an Applications Server environment using AMF3 and remote objects like FDS ? in other words, Can I use the tag to transfer data between client and server like FDS? " Thanks, Eduardo Dias

RE: [flexcoders] Re: Can't get value after labelfunction

2006-11-30 Thread Tracy Spratt
I think he should be fine using the value:Object argument variable, because, being an object, it is passed by reference. This is working fine in my sample. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darin Kohles Sent:

Re: [flexcoders] charting trial banner

2006-11-30 Thread Tom Chiverton
On Wednesday 29 November 2006 17:51, Tom Sammons wrote: > seen anything on entering the serial number at the server level. licence.properties :-) -- Tom Chiverton Helping to autoschediastically envisioneer proactive users This email is sent

Re: [flexcoders] Re: launch email client and pass vars

2006-11-30 Thread Brendan Meutzner
Add the javascript to the template file inside the html-template directory... and what are the errors you're getting? Brendan On 11/30/06, bghoward3 <[EMAIL PROTECTED]> wrote: thanks but i am not having success with this, it generates several errors once i declare the vars --- In flexcode

RE: [flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread Dustin Mercer
Keeping on par with the current suggestions, extending a base class (probably either Text or Label) and add these styleable properties to it. This isn't that hard to do, but it does add complexity by moving things out of the framework, but as long as we keep submitting enhancement requests for the

RE: SPAM-LOW: [flexcoders] Re: ActiveX with Flex

2006-11-30 Thread Mike Anderson
I am not sure if this is the same Janus Systems website you are talking about, but try visiting this: http://www.janusys.com Mike From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Shaw Sent: Thursday, November 30, 2006 4:07 PM To

[flexcoders] RED5

2006-11-30 Thread eduardodias
Can RED5 be used to connect client applications in an Applications Server environment using AMF3 and remote objects like FDS ? in other words, Can I use the tag to transfer data between client and server like FDS? " Thanks, Eduardo Dias

[flexcoders] What was second nature has me researching through pages of docs

2006-11-30 Thread dj
These little things take me forever to find and i simply can't find these solutions easily, if you have a moment. Answer one or two of them. I appreciate it, i'd gladly paypal you a few bucks for a peet's coffee, i'm going to get one myself and maybe i'll have my answer when i return, yum. Than

RE: [flexcoders] How can I change the color of DataGrid header's bottom border?

2006-11-30 Thread Robert Vollmar
Hi Ben, The code below changes that bottom border. Is this what you're trying to do? I am sending along a screen shot. http://www.adobe.com/2006/mxml"; layout="absolute">

Re: [flexcoders] not draggable TitleWindow

2006-11-30 Thread Doug McCune
As far as I know the dragging functionality has nothing to do with TitleWindow vs. Panel, it's all about whether the Panel was created by the PopupManager. So if you use the PopupManager to add the Panel then it will be draggable. The code that determines whether or not to drag a Panel when the

Re: [flexcoders] Re: My flex app's content on google search

2006-11-30 Thread John Dowdell
slangeberg wrote: > John Dowdell wrote: >> The search engines have looked inside static SWF for quite some time > > You'd have to tell me how that was done. ... it sounds like there's an "or else" left unsaid there ;-) For "How did search engines look for text inside SWFs?" then Google hand

Re: [flexcoders] RED5

2006-11-30 Thread Bjorn Schultheiss
As far as i know, No AMF3 support for Red5 yet. Check out Renaun Erickson's AMF0 Remote Object Implementation. You will be able to use that with Red5 remoting. B On 01/12/2006, at 8:11 AM, Eduardo Dias wrote: Can RED5 be used to connect client applications in an Applications Server environme

Re: [flexcoders] fit text width & height to amount of text

2006-11-30 Thread Paul Hastings
On 12/1/06, Gordon Smith <[EMAIL PROTECTED]> wrote: > I'm curious... If you're a newbie, what are you doing that requires access to > low-level Flash objects like TextField? What are the Flex text components not > doing that you need? wow you doubt i'm a flex newbie ;-) i'm adding user "markup"

[flexcoders] Re: installing FDS

2006-11-30 Thread Jennifer Chan
Russ, Yes, we're using each integrated JRun for both. (ColdFusion's integrated for ColdFusion and FDS's integrated for FDS). They sit side by side pretty well and it beats trying to install everything into one J2EE server instance. Jenn --- In flexcoders@yahoogroups.com, "Russell Sprague" <[

[flexcoders] Re: HistoryManager causing intermittent security errors

2006-11-30 Thread Mark Piller
Rich, Paul, et al Have you guys found a resolution to this problem? I just started getting "Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandbox violation" with my application as well. Any info would be appreciated. Thanks, Mark --- In flexcoders@yahoogroups.com, "Rich

Re: [flexcoders] Second problem: how to delete a component out of the storage

2006-11-30 Thread Lachlan Cotter
Hi Matze, I'm curious how you are measuring the 5mb that is apparently leaked on each call to your pop-up. Cheers, Lach On 30/11/2006, at 4:03 AM, matze.kueby wrote: Hello, My second question is how to delete a component out of storage. We have some own components (basically forms), whic

Re: [flexcoders] Re: IE 7 & Vista

2006-11-30 Thread John Dowdell
cluebcke wrote: > The latest release of FP9 will run in Vista. > What I'm more interested to know is if previous versions of FP are > incompatible with Vista, precisely because most of my customers are in > a corporate environment with locked down systems and IT groups that > are reluctant to depl

RE: [flexcoders] role based security vs session based security with a servlet container

2006-11-30 Thread Dimitrios Gianninas
I'm not sure if anyone has responded to your email yet, but I'm just catching up to the list. 1) Build your own UI and for every RemoteObject, execute the setCredentials() method, it will either pass or fail. If you are using Cairngorm, look into v2.1 it can automated this a bit for you. 2) Ev

RE: [flexcoders] not draggable TitleWindow

2006-11-30 Thread Dustin Mercer
Ah yes, well should have tested before I spoke. That was the old Flex 1.5 way, now you can to override that method as Doug said. Nice catch. :-) I overrided the isPopUp method and it worked like a champ. Looks like you can use the TitleWindow and just use this code. override public funct

[flexcoders] Databinding - Actionscript array will not bind to Pie Chart

2006-11-30 Thread phipzkillah
I'm not sure what I may be doing wrong here. I have an XML feed that I need to extract data from to produce a pie chart. [Bindable] public var myHash:Array=[]; private function createDataProviderNetwork():void{

[flexcoders] Re: Flex 2 Garbage Collection (based on AS3 changes)

2006-11-30 Thread gibtinman
Any updates on this? I'm curious myself. --- In flexcoders@yahoogroups.com, "Rich Tretola" <[EMAIL PROTECTED]> wrote: > > What about images that are loaded through bindings? How do I remove > the orginal image from memory when the binding changes which causes > the load of a replacement image? >

RE: SPAM-LOW: Re: [flexcoders] Red 5

2006-11-30 Thread Mike Shaw
Thanks John, good to know. Mike. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Grden Sent: Friday, 1 December 2006 10:05 AM To: flexcoders@yahoogroups.com Subject: SPAM-LOW: Re: [flexcoders] Red 5 AMF3 is in the works, but we don't have an eta On 1

Re: [flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread Jonathan Miranda
Here's a good question, with styling in mind.in flex 1.5, you had access directly to the movieclips that made a component. Aka I could do something like this: function draw():Void { super.draw(); border_mc.borderStyle = "none"; border_mc.s

[flexcoders] Spanish language charcaters on button labels

2006-11-30 Thread dj
I know how to render spanish language characters in htmlText but how do I put them into button labels? What's the best practice for this... these are the kind of utf-codes my Remoting methods are returning: ¿ Thanks, Patrick

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-11-30 Thread Douglas McCarroll
Hi Jeff, > As to why it is not working, from the output, the "filmId" of each Film > object is getting sent to the client as a "null" value. I am not sure > why... I can't tell if it is retrieving the values from the database as > null or if FDMS is just not getting the values from the objects

Re: [flexcoders] Image Slide Show(Quick One)

2006-11-30 Thread Lachlan Cotter
Hi Kumar, Perhaps something like this? http://www.adobe.com/2006/mxml"; layout="absolute" xmlns:local="*" creationComplete="init()"> Cheers, Lach On 30/11/2006, at 12:48 AM, KP wrote: Hi All, Well I want to know some simple approach for c

[flexcoders] building reusable, 'stacking' components

2006-11-30 Thread Steve Hindle
Hi All, Anyone got any good design patterns for building components that can be stacked inside other components and still look good visually? I'm ending up in nested tabNavigator hell... When you build components that can be used both stand-alone (top level) or included _inside_ another comp

Re: [flexcoders] many-to-many managed association in Hibernate destination

2006-11-30 Thread Douglas McCarroll
Hi Jeff, A couple more thoughts... It's worth noting that I don't get the error when I use the hierarchical values approach without lazy loading, and get my films info from my actor objects. > Thanks for this info. The performance problem is most likely due to the > fact that FDMS is fetchin

[flexcoders] Drag/Drop - Datagrid. Target is off?

2006-11-30 Thread lostinrecursion
Hi all, I have a little app I built with some drag/drop functionality that I coded in. I am not using the default and writing my own handlers. Everything is working, meaning all the data gets added, etc. But, this is just more of annoyance really, I cannot get the DataGrid to accept the drop a

RE: [flexcoders] Re: Can't get value after labelfunction

2006-11-30 Thread Tracy Spratt
While this method works, I do not think it is a good solution. I decided to add a "simple" functionality of displaying the total weight value of the items in the calculated column. But the fact that the column's values are calculated by the itemRenderer presents many problems. Because the

Re: [flexcoders] Image Slide Show(Quick One)

2006-11-30 Thread P Smith
Kumar, If you are up for an Image Slide Show with a bit more functionality than Lachlan's excellent reply on your request for a "Quick One", you might want to check out the "Photo Viewer" Sample App that installs with Flex Builder 2. It uses an external xml file (galleries.xml) for loading eac

[flexcoders] Re: ActiveX with Flex

2006-11-30 Thread boy_trike
Since this is an INTRANET application, there is NO need for a browser. I can find a shell and compile / run the application in it (since every user has access to the file server). I tried ZINC which looked GREAT except it does not like the activeX. This is replacing a delphi client server

Re: [flexcoders] Newbie question: Showing a vertical scroll bar on application

2006-11-30 Thread Lachlan Cotter
Hi Flexy, If you create a popup window using the PopupManager than it is not part of the normal view hierarchy and so it will not create scroll bars on the application object, even if it is placed partially out of the visible region. Pop-ups float above the main application window so they

Re: [flexcoders] Re: launch email client and pass vars

2006-11-30 Thread greg h
Hey Bill, You might want to try that link Doug posted earlier suggesting using navigateToURL(). Search that page for: mailto The link for the page is: http://livedocs.macromedia.com/flex/2/docs/1013.html I use use virtually identical syntax in my Flex 2 app and it has proven solid for me.

Re: [flexcoders] Question on itemRenderer

2006-11-30 Thread Lachlan Cotter
Hey Ben, First off, if you're allowing your user to manipulate multiple objects at once, you might consider using the multiple selection abilities of the DataGrid (allowMultipleSelection=true) and allow the user to select the rows that way. Second, if the action of a button is effecting m

[flexcoders] Re: My flex app's content on google search

2006-11-30 Thread mrinal.wadhwa
Well John would be better person to answer that but now as I think I wonder ... even if I present the search engine with a sitemap will it be able to index content that is brought into the swf at runtime using an HTTPService :? --- In flexcoders@yahoogroups.com, slangeberg <[EMAIL PROTECT

[flexcoders] Disclosure triangles

2006-11-30 Thread Lachlan Cotter
Hi List, Is it possible to use the disclosure triangle from the Tree view control outside of a tree view? I want to use it to switch between states on an item renderer (a collapsed, summary state, and a full, detail state). There doesn't seem to be a disclosure triangle component. Cheers, L

RE: [flexcoders] Disclosure triangles

2006-11-30 Thread Gordon Smith
Couldn't you use a Button that has 'toggle' set to true and skinned with triangle graphics? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lachlan Cotter Sent: Thursday, November 30, 2006 5:38 PM To: flexcoders@yahoogroups.

[flexcoders] Re: How can I change the color of DataGrid header's bottom border?

2006-11-30 Thread ben.clinkinbeard
Hi Robert, I only use the web interface so I can't see the attachment, but borderColor does not do what I need. I am trying to color the line between the headers and the first row of data. Looks like borderColor is supposed to fill this need but the getStyle() code was never implemented. Gordon Sm

Re: [flexcoders] Disclosure triangles

2006-11-30 Thread Lachlan Cotter
I might end up having to go that way, but it would be preferable to use an existing framework component, if it exists, so the skin used on the button is that same as the skin used on the tree. Thanks for the suggestion. On 01/12/2006, at 3:09 PM, Gordon Smith wrote: Couldn't you use a But

Re: [flexcoders] Re: My flex app's content on google search

2006-11-30 Thread greg h
I can not speak about the sitemaps . That is all new to me. But I think that I am on sound ground saying that search engines index what is in the page at urls. They have no idea how what is there got there. They just index what they find there. You just need t

Re: [flexcoders] Re: My flex app's content on google search

2006-11-30 Thread greg h
btw ... if you want to learn more about search engine indexing, there are lots of books. You can also just google the acronym: SEO There are also 9 hours of training video here: http://movielibrary.lynda.com/html/modPage.asp?ID=209 Best of luck, g On 11/30/06, greg h <[EMAIL PROTECTED]> wrot

[flexcoders] FDS Stress Testing Framework (Beta) Now Available

2006-11-30 Thread Matt Chotin
Available on Labs: http://labs.adobe.com/wiki/index.php/Flex_Stress_Testing_Framework Info cribbed from the Labs page: The Flex Data Services Stress Testing Framework helps Flex developers using Flex Data Services load test their Flex 2 applications. Flex Data Services offers a number of data tra

Re: [flexcoders] not draggable TitleWindow

2006-11-30 Thread Roman Protsiuk
Seems to me that overriding isPopUp for these purposes isn't very good idea, as isPopUp might be used to determine whether component is popped up by a PopUpManager. And something like custom MOWSE_DOWN handling proposed by Doug or overriding startDragging proposed by Mike looks more flexible. Exc

[flexcoders] How can I create a footer for my datagrid ?

2006-11-30 Thread arpan srivastava
Hi , How can I create a footer for my datagrid. Cheap talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. http://voice.yahoo.com

[flexcoders] RE: [flexcomponents] How can I create a footer for my datagrid ?

2006-11-30 Thread Gordon Smith
I think that's nontrivial. Does it really need to be inside the DataGrid? Couldn't you just put a component that looks like a footer below the DataGrid? - Gordon From: flexcomponents@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arpan srivastava Se

[flexcoders] creating a legend without a chart ?

2006-11-30 Thread arpan srivastava
Hi , I want a legend in my application, but there is no chart. I have a custom designed horizontal gauge which has some colors and I want to show them in the legend. I am not getting how to give values to the legend.? _

[flexcoders] correct way to create rectangles ?

2006-11-30 Thread arpan srivastava
Hi, I have to draw 5 rectangle inside a class extending UIComponent. I have done this : // Draw first base rectangle g.beginFill(baseRectColor1); g.drawRect(0,baseY,bRW1,baseRectHeight); g.endFill();

<    1   2