[flexcoders] Print / PrintDialog / PrintJob / No Multiple Print

2006-11-30 Thread dingobidon5
Hello, for an Business solution in Flex we have to control the Printer Dialog. We knows that printing without Printer Dialog on the Standard Printer is for security reasons not possible. The PrintJob Class gives return-values for the OK or Cancel Button and the page orientation, but

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

2006-11-30 Thread Seth Hodgson
Hi Jamie, This is separate from servlet container authentication which FDS supports directly. WSSAddUsernameToken is part of the WSS4J API that implements the OASIS WS-Security spec. The Flex web service stack on the client doesn't currently support WS-Security out of the box, but WS-Security

AW: [flexcoders] Re: waiting for the debugger

2006-11-30 Thread Essl, Markus
Hi! Sometimes I have this problem too.. When I pressed STOP Debug while debugging then the next debugging session failed (can not connect to debugger, timeout). What happend was that Firefox 2.0 was closed and then the next time I clicked on run, Firefox was started. But, because of this

Re: [flexcoders] Active Record CFC wizard issue

2006-11-30 Thread Tom Chiverton
On Wednesday 29 November 2006 22:31, tedevang535 wrote: [Bindable] public var allusers:ArrayCollection; public var currentuser:Users = null; .. In the problems panel, I have the messages Data binding will not be able to detect assignments to currentuser and Data binding will not be able to

[flexcoders] Announcement: TorontoFlex Users Group

2006-11-30 Thread Oliver Merk
I'd like to announce the formation of the TorontoFlex Users Group. As an Adobe Certified User Group, we exist for you, the Flex developer. The user group is a public forum where you may participate in sharing ideas about Flex, hear from the experts and even deliver a presentation on something

[flexcoders] Binding results from a RemoteObject to a form

2006-11-30 Thread stephen50232
Hi, I'm trying to create a form that is populated by a CFC method. I have a list of users, in a datagrid, and every time I select a user the change event I pass the userID to a CFC method to return the full details for that user. But I'm having trouble working out how to get the results back and

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

2006-11-30 Thread Michael Schmalle
Ok, I give into the guy with the bigger mouth... Your offensive now. Peace, Mike On 11/29/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: Michael, I have no desire to split semantic hairs with you. While Button may not utilize the border API, it most certainly does have a border. My

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

2006-11-30 Thread EECOLOR
I have to agree with the dude, that its tough to say something like that to a new person at flex. However, i was thinking the other comments were correct, and that if you wanted the the button to look something else, you'd have to use another skin. However, is you want to change the border from

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

2006-11-30 Thread Rogerio Gonzalez
Hi Ben, I agree with Michael that you are beeing offensive, but I also agree with you that new devs may have some questions about it. So, look for skinning and themes in google. The button, is actually an 9 slice image. It doesn´t have any borders and such, because it is not a flex object. It

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

2006-11-30 Thread Michael Schmalle
EDIT :: In a way, the Button does have a borderStyle, it's the button's name property. supposed to be In a way, the ButtonSkin class does have a borderStyle, it's the button skin's name property assigned in the Button class. Peace, Mike On 11/30/06, Michael Schmalle [EMAIL PROTECTED]

[flexcoders] Re: Announcement: TorontoFlex Users Group

2006-11-30 Thread Daniel
Hi! I'd like to know how can we be an Adobe Certified User Group. We're planning on creating a similar group like yours with a forum about Flex for developers from Venezuela. Any suggestion? Thanks in advance!. --- In flexcoders@yahoogroups.com, Oliver Merk [EMAIL PROTECTED] wrote: I'd like

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

2006-11-30 Thread Michael Schmalle
the border style In a way, the Button does have a borderStyle, it's the button's name property. Back in Flash, they used borderStyle in the Button but, in Flex2 to they changed it to switch on the buttons name. Anyway, I will write a skin class and put it on my blog. That will be my

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

2006-11-30 Thread hank williams
Thanks Seth. I actually think I get it now! Of course who knows what will happen after I try it bu the ideas all make sense to me. Regards, Hank On 11/30/06, Seth Hodgson [EMAIL PROTECTED] wrote: Hi Hank, No reason to feel insecure about any of this :) The specifics of authentication

[flexcoders] flex charting watermark in loaded swf's

2006-11-30 Thread Angus Johnson
ok I'm stumped... I have an application which loads in sub applications. When the sub application has charting the watermark appears. I'm using mxmlc via an ant task to compile the main app with all libraries set to be included (the whole lot is compiled in, including charts.swc). The sub

[flexcoders] Announcing FlexSearch.org !

2006-11-30 Thread Clint Modien
I created an aggregation of developer content searchable via a few Google custom search engines (CSE) to help the development community find the answers to questions quicker. It's located at: http://flexsearch.org http://flexsearch.org/Feedback appreciated. I want to be clear that

[flexcoders] Developer/Consultant Needed for Photo Slide Show Project

2006-11-30 Thread pdflibpilot
We are looking for a Flex developer to help us complete one phase of a larger Flex project. Current phase is production of a type of online photo slide show with animated change effects. For detailed requirements please contact me - Ben [EMAIL PROTECTED]

Re: [flexcoders] Conditionally Change the Text Color on a Datagrid Row

2006-11-30 Thread Sam Shrefler
Tracy: Thanks, but both of those solutions seem to work by drawing a sprite background in the row. I was looking for a way to change a textColor, not place a colored background. Any other thoughts? Thanks Sam On 11/29/06, Tracy Spratt [EMAIL PROTECTED] wrote: Here is another:

Re: [flexcoders] Change alpha properties when setting enabled property

2006-11-30 Thread Sam Shrefler
Andy: Thank you very much!!! Sam On 11/29/06, Andrew Trice [EMAIL PROTECTED] wrote: Sorry… let me elaborate more. The previous example would be used inside of the component that is being enabled/disabled. To do this outside of a component, you need to do it in actionscript:

[flexcoders] fit text width height to amount of text

2006-11-30 Thread Paul Hastings
i'm having another newbie flex brain fog ;-) trying to set up a background color for a TextField that is more or less the width height of the it's text. i've tried looping thru the text looking at TextLineMetrics but i still end up w/text backgrounds that are too wide, something along the lines

RE: [flexcoders] Announcing FlexSearch.org !

2006-11-30 Thread Andrew Trice
Good work. I think it could benefit from a search option that is a combination of forums, blogs and LiveDocs, which could be the default view. I did a search, and the first thing I thought was why does this only show forum answers?. -Andy www.cynergysystems.com

Re: RE: [flexcoders] Upper Case ONLY in text fields

2006-11-30 Thread Brian Dunphy
As a side question... is there any way to restrict double quotes from being entered? Obviously restrict= wil not compile. Can you use character codes in there? Thanks, Brian On 11/30/06, Gordon Smith [EMAIL PROTECTED] wrote: From the ASDoc for the 'restrict' property of TextInput:

[flexcoders] handling focusOut for TitleWindow

2006-11-30 Thread Roman Protsiuk
Hi. Is it possible to handle focusOut event for TitleWindow at all? Any suggestions. R.

[flexcoders] how many the classes of flex?

2006-11-30 Thread songhuanren
how many the classes of flex? ha.ha.

Re: [flexcoders] not draggable TitleWindow

2006-11-30 Thread Roman Protsiuk
Almost forgotten, TitleWindow is a pop up. :) I need it to be immovable. R. On 11/30/06, Roman Protsiuk [EMAIL PROTECTED] wrote: Hi, everyone. I guess there is some way to make TitleWindow not draggable, isn't there? Tried titleBar.mouseEnabled = false; that didn't help. Any ideas?

Re: [flexcoders] Change alpha properties when setting enabled property

2006-11-30 Thread Sam Shrefler
Andy: Setting the alpha isn't giving me the exact results I was looking Instead, it was disabledOverlayAlpha from Container that I was looking forthanks for Darron Schall for pointing that out Thanks for the help... Sam On 11/30/06, Sam Shrefler [EMAIL PROTECTED] wrote: Andy:

Re: [flexcoders] Change alpha properties when setting enabled property

2006-11-30 Thread Michael Schmalle
Andy, myComponent.setStyle(alpha, .5); Whay do you use setStyle()? Since alpha is a property, this just seems to use more overhead by calling two methods instead of one. Since all UIComponent implement IUIComponent that extends IFlexDisplayObject that declares alpha, you even have a straight

[flexcoders] Re: how many the classes of flex?

2006-11-30 Thread Jamie O
All your class are belong to flex? :P --- In flexcoders@yahoogroups.com, songhuanren [EMAIL PROTECTED] wrote: how many the classes of flex? ha.ha.

[flexcoders] Re: Announcement: TorontoFlex Users Group

2006-11-30 Thread Oliver Merk
Visit http://www.adobe.com/cfusion/usergroups/index.cfm and you'll see links for starting your own group. Best of luck! Oliver --- In flexcoders@yahoogroups.com, Daniel [EMAIL PROTECTED] wrote: Hi! I'd like to know how can we be an Adobe Certified User Group. We're planning on creating a

[flexcoders] Cairngorm Dynamic ServiceLocator URL's

2006-11-30 Thread mawilliford
So, I need to dynamically change my url for several of my HttpService objects at runtime. I had to do something ugly, perhaps there is a better way. This worked, and can perhaps save me about 10 extra HTTPService objects, if I trade out the entire URL. Am I missing something, I'm trying to

[flexcoders] Re: Announcing FlexSearch.org !

2006-11-30 Thread Jamie O
I had built one myself when CSE first came out. The issue I had then was the number of blogs out there which regular google would turn up that mine would not because I had not added them seemed significant enough to ditch it. I think having one person clean / control the list is invaluable to

Re: [flexcoders] Is there any native media player component?

2006-11-30 Thread Sergey Kovalyov
True. :( FLVPlayer was a high-level media player component. Probably, it was right Adobe decision to get rid of it, because such a high-level components can't be framework element. Though it was very easy to use. :)

[flexcoders] not draggable TitleWindow

2006-11-30 Thread Roman Protsiuk
Hi, everyone. I guess there is some way to make TitleWindow not draggable, isn't there? Tried titleBar.mouseEnabled = false; that didn't help. Any ideas? Thanks, R.

Re: [flexcoders] Announcing FlexSearch.org !

2006-11-30 Thread Rich Tretola
Very nice work. Rich On 11/30/06, Clint Modien [EMAIL PROTECTED] wrote: I created an aggregation of developer content searchable via a few Google custom search engines (CSE) to help the development community find the answers to questions quicker. It's located at: http://flexsearch.org

[flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread ben.clinkinbeard
I must say, I really don't understand how I am being offensive. If you took issue with my hypothetical new developer conversation, well, you shouldn't. I was merely trying to point out that your solution is a complex one, and requiring these types of workarounds does not encourage the very

Re: [flexcoders] not draggable TitleWindow

2006-11-30 Thread Michael Schmalle
Hi, Without getting into the mx_internal namespace, this is an option; ?xml version=1.0 encoding=utf-8? mx:TitleWindow xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=400 height=300 mx:Script ![CDATA[ private var _draggable:Boolean = false;

Re: [flexcoders] Is there any native media player component?

2006-11-30 Thread hank williams
s because such a high-level components can't be framework element. sure it could. No different from any other component like the tree controller for example. They could do it and it was a mistake to leave it out. It was great to be able to easily drop video into a site. Regards, Hank

[flexcoders] Entry point to try ... catch ... all the application exceptions thrown

2006-11-30 Thread Sergey Kovalyov
Hi All! Is it possible to try ... catch ... ALL the application exceptions thrown in one place? Sergey.

[flexcoders] Re: ActiveX with Flex

2006-11-30 Thread boy_trike
Thanks Mike. I never heard of Janus. I will certainly check it out. (Where did you find it? Am I just a little slow in finding flex web sites) Is there a central flex search site? Maybe Adobe should have a section to list all 3rd party flex addons bruce --- In

[flexcoders] Re: Upper Case ONLY in text fields

2006-11-30 Thread boy_trike
Thanks Gordon. Guess I will have to study the DOCS more. I missed it. bruce --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: So it sounds like restrict=^a-z should work.

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

2006-11-30 Thread Michael Schmalle
something that I feel needs to be addressed in order to improve the Flex framework. I think that is all you had to say in your original post. As far as me, along with the line above... what do we do? We know this isn't going to be changed in the near future. So, we as 'advanced and

RE: [flexcoders] Change alpha properties when setting enabled property

2006-11-30 Thread Andrew Trice
Good catch Mike... I was thinking backgroundAlpha, which is a style on Container and its derived children, instead of the alpha propertry. Although it is not a style on UIComponent, it is more or less the same concept. Thanks for pointing that out. -Andy

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

2006-11-30 Thread Daniel Freiman
I might try using TextField.getCharBoundries() on the first and last line of each character. Use getLineOffset() to get the first character and add getLineLength() to get the last. Also, this method allows you to double check if you're measuring at the correct characters because it requires

[flexcoders] Re: Announcement: TorontoFlex Users Group

2006-11-30 Thread Daniel
Thank you! --- In flexcoders@yahoogroups.com, Oliver Merk [EMAIL PROTECTED] wrote: Visit http://www.adobe.com/cfusion/usergroups/index.cfm and you'll see links for starting your own group. Best of luck! Oliver --- In flexcoders@yahoogroups.com, Daniel danboh@ wrote: Hi! I'd

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

2006-11-30 Thread . m a r c o s a u g u s t o
hm,,,about easy ways to skinning... any ideas about the panel's header horizontal line ? how to get rid of it... if you set values for , ie headerColors: #ff, #ee; you get the horizontal divider together i want colors but no line On 11/30/06, Michael Schmalle [EMAIL PROTECTED]

[flexcoders] Hosting with 1and1 flex and Ajax

2006-11-30 Thread mack7343
I am considering hosting my sites with 1and1. Has anybody got any experience in using this service using flex and Ajax/Atlas ??

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

2006-11-30 Thread Mike Anderson
Just a brief comment from myself - Since no solutions were really being offered up until Mike's posted comment, any solution (even if it's a bit complex) is better than NO solution whatsoever. At least the original poster, has something to get him going in the interim, until a more simple

Re: [flexcoders] charting trial banner

2006-11-30 Thread Tom Sammons
Doh. It has it right here at http://www.adobe.com/support/documentation/en/flex/2/install.html? /Modify flex-webapp-root//WEB-INF/flex/license.properties Restart server. Tom Sammons wrote: Related question: I bought FB with charting, and developing using fb I don't get the banner. And I

RE: [flexcoders] Re: ActiveX with Flex

2006-11-30 Thread Mike Anderson
You probably never heard of Janus, because it's created for .NET or the Visual Studio suite of products from Microsoft - which has nothing to do with Flex or Adobe. If you are looking for a nice Grid component for .NET then YES Janus makes the best one in my opinion. I've been using the Janus

[flexcoders] one-liner to break flex

2006-11-30 Thread fuad_kamal
a single line of code causes my Flex Builder to fail to compile the application and throws the following ambiguous error: 'An internal build error has occurred. Please check the Error Log.' I tried cleaning the application, which made no difference. Commenting out the line of code (or setting

Re: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-30 Thread Tom Chiverton
On Wednesday 29 November 2006 17:32, Steve Kellogg @ Project SOC wrote: It FEELS like a memory management/garbage collection issue to me. This seems more pronounced if a larger source file (2000 lines+) is open, but You shouldn't have a source file that long, refactor. -- Tom Chiverton

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

2006-11-30 Thread mrinal wadhwa
Hi All, I know that something similar has been discussed here before but I am new to Flex and need some more clarity. I am making my personal website in Flex (just so that I could learn flex) , the website will have my blog and my picture gallery now here's what I want to do: 1. Google

[flexcoders] Datagrid Scrolling issue

2006-11-30 Thread Yasovardhan Babu
Hi, I have an issue with datagrid scrolling. If one of the column in datagrid is checkbox and if we check all the checkboxes in that column, and scroll the datagrid, some of the checkboxes become unchecked randomnly. How to retain the checked/unchecked status on scrolling the datagrid? Thanks

[flexcoders] IE 7 Vista

2006-11-30 Thread Jack Caldwell
A few questions for the experts. My questions below are the result of what issues, if any, a typical end-user of Flex 2.0 applications will have. These are consumer end-users, not end-users within a controlled environment where an IT person can set up there PC. In other words, the average Joe

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

2006-11-30 Thread bsdensmore
Thanks Ben and Tracy, I was thinking that I might need to use an item renderer but was hoping to not have to. I just struggled with using them to implement a checkbox into the DataGrid. I still don't get how to write them effectively. I need to do some more reading to try and get a better grip.

Re: [flexcoders] Upper Case ONLY in text fields

2006-11-30 Thread camlinaeizerous
to limit the character you need to use the escape character before the double quote \ should limit it out. A regex hand book is suggested, more then reasonably priced and really help out with things like this. --- In flexcoders@yahoogroups.com, Brian Dunphy [EMAIL PROTECTED] wrote: As a side

[flexcoders] Re: Changing relative to absolute in the middle of an app??

2006-11-30 Thread {reduxdj}
I have a resize effect that expands my vbox, i also have some other tween effects that use distortion effects... What I noticed is, and this is the manual, flex plays only one tween at a time, which when my distortion effects panel moves into view, my component is resized, of course that

[flexcoders] Re: Datagrid Scrolling issue

2006-11-30 Thread ben.clinkinbeard
You need to override the data method in your itemRenderer. Please search the archives as this topic has been covered at length in this group. HTH, Ben --- In flexcoders@yahoogroups.com, Yasovardhan Babu [EMAIL PROTECTED] wrote: Hi, I have an issue with datagrid scrolling. If one of the

[flexcoders] (was) Styling in Flex is officially ridiculous -- New button skin

2006-11-30 Thread Daniel Wabyick
One thing this discussion proves is how difficult it is to create a button flex that provides enough flexibility for the average developer. I don't think the border is the only limitation. Here are a few other limitations with the default button skin: - Selected states only support a single

[flexcoders] services-config with multiple endpoints

2006-11-30 Thread Jeremy Rottman
We are nearing the end of our flex application development cycle, and about to head into beta testing. Something I have been thinking about for a while now is how we are going to instance the application. One of the things I am looking into is multiple remote object end points. So that if we an

RE: [flexcoders] Re: installing FDS

2006-11-30 Thread Russell Sprague
Jen, Are you using the intergrated jrun configuration? I heard that it should only be used on a development server. If this is not the case then great, because that does make it a lot easier. Russ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of

Re: [flexcoders] IE 7 Vista

2006-11-30 Thread slangeberg
IE7 currently runs the Flash 9 plugin, so not sure why this wouldn't apply to Vista, as well. -Scott On 11/30/06, Jack Caldwell [EMAIL PROTECTED] wrote: A few questions for the experts. My questions below are the result of what issues, if any, a typical end-user of Flex 2.0 applications

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

2006-11-30 Thread slangeberg
Check out this article on 'progressive enhancement': http://www.adobe.com/devnet/flash/articles/progressive_enhancement.html Basically, your content is on the page, whether flash is present or not. -Scott On 11/30/06, mrinal wadhwa [EMAIL PROTECTED] wrote: Hi All, I know that something

[flexcoders] Re: need help about setup webservice in FDS

2006-11-30 Thread Jamie O
http://www.everythingflex.com/blog/1/2006/03/WebService-setup-for-FES.cfm and http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60catid=583threadid=1177997highlight_key=ykeyword1=proxy both chronicle the solution, but I'll admit it even took me a while to see what was the source

RE: [flexcoders] not draggable TitleWindow

2006-11-30 Thread Tracy Spratt
Are you committed to using TitleWindow? You can pop-up most any other component, like Panel, which would not be draggable by default. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roman Protsiuk Sent: Thursday, November 30,

RE: [flexcoders] Conditionally Change the Text Color on a Datagrid Row

2006-11-30 Thread Tracy Spratt
Oops, sorry. I think you will have to use a custom itemRenderer for this. I'll look for an example. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sam Shrefler Sent: Thursday, November 30, 2006 8:08 AM To:

RE: [flexcoders] Re: ActiveX with Flex

2006-11-30 Thread Tracy Spratt
Don't miss Gordon's suggestion. It doesn't require a third party projector, and if requiring that is a possibility, then surely specifying IE is also. Actually it sounds like an interesting example app to create. I'll look around for a simple scriptable OCX to play with. Tracy

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

2006-11-30 Thread mrinal wadhwa
I forgot to ask the question ... so what exactly do I need need to do to achieve the below? Mrinal On 11/30/06, mrinal wadhwa [EMAIL PROTECTED] wrote: Hi All, I know that something similar has been discussed here before but I am new to Flex and need some more clarity. I am making my

RE: [flexcoders] one-liner to break flex

2006-11-30 Thread Tracy Spratt
Creep up on it a bit slower by breaking that expression up. Like make sure you can get the socket XMLList, first, then get the specific socket node ant finally get the attribute value. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] Flash 9, Binary sockets and Bonjour

2006-11-30 Thread Alex MacCaw
I was wondering if it is possible to implement Apple's Bonjour (multicast DNS Service Discovery API) in flash, regarding its new capabilities. This would lead flash/flex/Apollo into a new realm of applications that can broadcast their services (such as chat) across networks. Forgive me if I'm

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

2006-11-30 Thread Tracy Spratt
An item renderer will certianly work and there are a lot of examples available. The process will be exactly the same as for the checkbox renderer yo have worked with, so it will be much easier this time (assuming you got the checkbox renderer working correctly! If not, I have an example on

[flexcoders] Red 5

2006-11-30 Thread Eduardo Dias
Can i use RED 5 to connect my client application in a Server Application using AMF3 and remote objects?

RE: [flexcoders] Re: Datagrid Scrolling issue

2006-11-30 Thread Tracy Spratt
Yes, always check the archives. But this time, see my example on CFLEX.NET. It is a simple. Self-contained example of a checkbox renderer. http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectI D=559 It cheats a little by using e4x xml as the dataProvider, so it can

[flexcoders] Re: IE 7 Vista

2006-11-30 Thread cluebcke
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 deploy new configurations

Re: [flexcoders] ActiveX with Flex

2006-11-30 Thread John Dowdell
boy_trike wrote: Does anyone have a suggestions? ideas? I may have the question wrong... here are some of the things I think you might be seeking to answer: -- How can a SWF in a browser call a particular ActiveX Control? As Gordon said, it's Internet Explorer for Windows which can use

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

2006-11-30 Thread mrinal.wadhwa
Hmm .. progressive development .. that's ok for the static content on my website but .. my goal here is to get the content of my blog indexed .. I was planning to keep this content in an xml and make it visible on the flex site using HTTPService .. I cant update the html page every time I update

[flexcoders] Drag and drop

2006-11-30 Thread pereanend
I am dragging components like buttons from one canvas to the other and it works fine, the problem is that after dropping the component on the other canvas, the one from the source canvas is deleted. Does anyone knows a solution to it. I think i need to implement the dragComplete event but i

[flexcoders] Re: not draggable TitleWindow

2006-11-30 Thread dougmccune
Someone else posted this same question to the list a while ago, I extended TitleWindow to create an undraggable version. It's a pretty simple extension, I went with intercepting the mousedown event on the titleBar. Not sure if I had a reason for doing that instead of overriding the startDragging

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

2006-11-30 Thread Anatole Tartakovsky
Tracy, I am not sure which one occasion you are referring as I was out of public forums for a while. Most likely it was one of these 2: 1. Assuming you have DTO/valueObject of this structure class LineItemDTO { public var price:Number; public var quantity:Number; } I would recommend to

[flexcoders] MXML editing in Eclipse (not Flex Builder2)

2006-11-30 Thread David Harris
Hi Guys, I am using eclipse and was wondering if anyone had managed to get Eclipse to provide MXML insite to the standard MXML tags by providing a DTD or some type of definition doc? I am attempting to use XMLBuddy (free version) which you can provide a DTD etc, but I can't find this for MXML I

[flexcoders] Charting Questions

2006-11-30 Thread polonycjunk
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 horizontal and vertical axis, but can't seem to find a way to put borders along the 4

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

2006-11-30 Thread John Dowdell
mrinal wadhwa wrote: [If I want to write a weblog and display it in SWF, then how could I help the different search engines find each page?] The search engines have looked inside static SWF for quite some time. I don't know whether your weblog will use a database or not, so couldn't guess

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

2006-11-30 Thread bsdensmore
I keep going in circles with this. If I don't use the ClassFactory I can get the calculations to work but I can't figure out how to send the value back to the dataProvider. If I try to use the ClassFactory and set my properties through the ClassFactory properties nothing is being passed into the

RE: [flexcoders] fit text width height to amount of text

2006-11-30 Thread Gordon Smith
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? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

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

2006-11-30 Thread Gordon Smith
The only thing that annoyed me about Ben's complaint was the hyperbole of his subject line, Styling in Flex is officially ridiculous. (My own not-so-humble opinion is that Flex's use of CSS styles is pretty cool.) I agree with him that it would be nice if ButtonSkin were more styleable. More

[flexcoders] test

2006-11-30 Thread James Tann
Just a test

Re: [flexcoders] not draggable TitleWindow

2006-11-30 Thread Roman Protsiuk
Hello, Mike. Thanks a lot! This approach really helped me. Thanks for the help, R. On 11/30/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, Without getting into the mx_internal namespace, this is an option; ?xml version=1.0 encoding=utf-8? mx:TitleWindow xmlns:mx=

[flexcoders] Cant recive any messages

2006-11-30 Thread James Tann
test

[flexcoders] Re: Hosting with 1and1 flex and Ajax

2006-11-30 Thread Stefan Schmalhaus
--- In flexcoders@yahoogroups.com, mack7343 [EMAIL PROTECTED] wrote: I am considering hosting my sites with 1and1. Has anybody got any experience in using this service using flex and Ajax/Atlas ?? It depends on what server-side technology you want to use (PHP, Java, ColdFusion, etc.). The

[flexcoders] Re: Datagrid Scrolling issue

2006-11-30 Thread bsdensmore
Check out this blog entry. It shows you how to prevent that. http://www.returnundefined.com/2006/11/creating-truly-reusable-renderers-with-classfactory/ --- In flexcoders@yahoogroups.com, Yasovardhan Babu [EMAIL PROTECTED] wrote: Hi, I have an issue with datagrid scrolling. If one of the

Re: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-30 Thread Douglas Knudsen
none adobe suggestions: http://java.about.com/od/eclipseplatform/a/perform_tips.htm http://bugs.sakaiproject.org/confluence/display/ARW/Eclipse+Performance+Tuning+Tips http://eclipsezone.com/eclipse/forums/t61618.html neat memory monitor plugin too http://www.kyrsoft.com/opentools/memmon.html

RE: [flexcoders] accessing variables through events

2006-11-30 Thread Gordon Smith
The 'name' property is one way in principle to attach extra information to an instance, but we don't recommend doing this because the Flex framework uses the 'name' property for its own purposes. In general, since most framework classes are non-dynamic, you should get used to extending them

[flexcoders] Re: How to control depth

2006-11-30 Thread elevight
Does anyone know how to control the z-axis of objects? Here's a very short code snippet to illustrate my question: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:VBox id=vboxRed backgroundColor=red width=100 height=100/

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

2006-11-30 Thread slangeberg
No, your page needs to generate the content, which is imported to Flash at runtime. Sorry if the original link didn't cover the entire gamut. This may have a better overview: http://blog.deconcept.com/2006/02/27/using-alternate-content-flash/ -Scott On 11/30/06, mrinal.wadhwa [EMAIL

[flexcoders] how to access assets in RSL file

2006-11-30 Thread jgraham_us
Not sure what I am doing wrong here, I would think this would work. I have a Flex Library project called that builds to TestLib.swc, this swc has several components and some common assets which are SWF files. So for example in this swc I have com/x/y/z/MyTest.swf. I then have a Flex project

[flexcoders] another test

2006-11-30 Thread eltanno
sorry if anyone else is seeing these, i cant.

[flexcoders] Re: How to control depth

2006-11-30 Thread Darin Kohles
You control depth by the order in which the display object appears in the display tree. To adjust to order, you need to remove and re-insert the child object using something like this: this.addChildAt(this.removeChildAt(1),0); The remove statement pops the item out of the display list,

Re: [flexcoders] Re: How to control depth

2006-11-30 Thread Rick Schmitty
http://livedocs.macromedia.com/flex/2/langref/flash/display/DisplayObjectContainer.html#swapChildren() ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ private function swap():void{

RE: [flexcoders] Drag and drop

2006-11-30 Thread Thomas W. Gonzalez
The button is not being deleted, but being moved from your source component's display list to the destination components display list. The DragManager has a reference to the DragSource, not a COPY of it. In order to do what you are implying you would need to create a NEW button at the

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

2006-11-30 Thread Tracy Spratt
You are right, it was the first one. And I have looked at FlexBI and SuperGrid, and am utterly amazed. I plan to keep a link to that demo handy for all the folks who request DataGrid enhancements, especially the requests for colspan and grouping/subtotals. They need look no further. Tracy

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:

  1   2   >