Re: [flexcoders] Question about SoapDecoder and Sequence XSD Schema Types

2008-03-04 Thread Peeyush Tuli
In your xsd there are no occurence attributes specified , so the elements have default occurrence attributes, minoccurs=1 and maxoccurs = 1 In other words, they are always required once. Are you sure this is the exact schema which defines your response element? ~Peeyush On Tue, Mar 4, 2008 at

[flexcoders] datagrid with checkbox implementation

2008-03-04 Thread Tom Preet
Hi All, Hi in my application am using datagrid in that am using dataprovider for displaying the data the data has been retrieving using remote object. am using the check box within itemrenderer. mx:DataGridColumn id=column4 textAlign=center headerText=Multi width=100 dataField=multi

[flexcoders] [Bindable] doesn't work when updating properties in an object

2008-03-04 Thread bjorn -
I've got a DataGrid which uses a [Bindable] ArrayCollection as a dataProvider. This arraycollection consits of objects. If I change a property (e.g. myobject.value = 100) this is not reflected by the DataGrid. When I click the column header to make it sort by value I see the change. I guess I

Re: [flexcoders] flexbuilder code formatter

2008-03-04 Thread Tom Chiverton
On Monday 03 Mar 2008, Beau Scott wrote: Code beautifier. Ahh right. Go for it :-) -- Tom Chiverton Helping to competently visualize customized methodologies on: http://thefalken.livejournal.com This email is sent for and on behalf of

Re: [flexcoders] Re: Flex Builder complaint

2008-03-04 Thread Tom Chiverton
On Monday 03 Mar 2008, Paul Decoursey wrote: I'm sorry, but nobody even regarded it as an issue. I suggested you should log it as a bug, actually, because it clearly *is* an issue. -- Tom Chiverton, am I holding the right end of the stick now ?

[flexcoders] Re: How to add SOAP header to Flex generated webservice code?

2008-03-04 Thread Dave Kong
Thanks Mykola! I was looking at the generated code as well and tried it as you described. Adding headers manually did indeed work, but the downside being that everytime I regenerate the code it will be gone. After some tinkering, I figured out a way to have Flex's generator honor the headers for

[flexcoders] Flex Builder 3 + Eclipse plugins vs. MyEclipse + FB3 plugin?

2008-03-04 Thread gers32
Hi, I've been using MyEclipse + Flex Builder 2 plugin, as well as a bunch of other plugins (RadRails, Database Explorer, SVN, etc) for about 6 months. The makers of MyEclipse tell me they don't officially support Flex Builder. So when I eventually upgrade to FB3, I'm considering installing the

[flexcoders] Re: LCDS Error??

2008-03-04 Thread Kevin
Now that I know where to look I'll look at the code and see how this is being committed. We do have auto commit on which brings up a good question. Is auto commit dangerous? I have talked to some other coders who say they never use it and I am wondering if we should move towards a more manual

[flexcoders] how to change the line's color??

2008-03-04 Thread luoxuanhuayelin
In a linechart, if the backgroundColor of Application is not #ff,there will be some white horizontal lines in the linechart. how to change the line's color?? thanks link to a snapshot of my linechart http://bbs.blueidea.com/attachment.php?aid=80668noupdate=yes

Fwd: [flexcoders] Dynamic attribute on MXML code

2008-03-04 Thread VELO
Im trying just to mimic this proxy behavior. Lets imagine is not one job, but is like RO, several jobs... mx:Object id=obj name=velo age=44 mx:job area=IT worktime=10 / mx:job area=IT worktime=10 / mx:job area=IT worktime=10 / /mx:Object I'm using job as an arbitrary sample, truly, I

RE: [flexcoders] Re: LCDS Error??

2008-03-04 Thread Jeff Vroom
Yeah, I'd recommend turning off auto-commit.It makes this type of thing a little harder and a little slower. When you create a new item and then commit immediately, we have to wait for that first commit to complete so we get the id before we can even send the update to the item to refer to

Re: [flexcoders] Flex Builder 3 + Eclipse plugins vs. MyEclipse + FB3 plugin?

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, gers32 wrote: The makers of MyEclipse tell me they don't officially support Flex Builder. So when I eventually upgrade to FB3, I'm considering installing the FB3 application by itself. I've always installed it as a plugin to Eclipse, personally. Since FB3 is based on

[flexcoders] How to efficiently copy a filtered and sorted ArrayCollection?

2008-03-04 Thread m.ar80
I have to make copy of a filtered and sorted array collection. Iterating over the source array of the first collection and then adding each item iterated to the second collection is not an efficient way of doing it because each item added is re-filtered and re-sorted in the new collection even

[flexcoders] Digital Clock

2008-03-04 Thread Fidel Viegas
Hello folks, Does anyone have a sample digital clock I can have a look at? Or give me a pointer? I have looked all over the web and was unable to find one. I hope someone can point me to some example. Thanks! Fidel.

[flexcoders] Flex Encryption and Flex Application check

2008-03-04 Thread Ritesh Yadav
Hi... is anyone have idea of following two things about Flex 2.0 1. Can i send or Use .swf file from flex in encrypted manner so no one can catch the .swf file with the help swf catcher tool. If yes let me know how to do that with flex. 2. Can i check the whether a OS application[ex. Notepad]

[flexcoders] Re: Flex Builder 3 + Eclipse plugins vs. MyEclipse + FB3 plugin?

2008-03-04 Thread Todd
I'd definitely install FB3 as a plug-in. I did this so I could independently update the Flex 3 betas without having to retune my environment. For a bit, I had RadRails and MyEclipse, installed at the same time, as well as tons of other tools. --- In flexcoders@yahoogroups.com, gers32 [EMAIL

Re: [flexcoders] How to update Database Data using HTTPService

2008-03-04 Thread Meddea
Hi. I am also new to FLEX and i want to do something similar to what you did but i don't know how. If it is possible, can you please send me the sources? Have a good day! vkc_nair wrote: Hi, I'm new to Flex. Created a flex application to retrive data from Oracle Database. 1.

[flexcoders] flex/air/lcds tutorials

2008-03-04 Thread Nikki Forshaw
hi there, i am pretty new to flex (am a cf coder) and i have been tasked to figure out how to create an air app that uses lcds to speak to a cf8 server. i have done a bit of reading online and tried one or two tutorials to create a flex app that does this. but i haven't yet managed to get it

[flexcoders] Newbie question - Dialog box

2008-03-04 Thread ivovnenko
Hi! I have a flex app running on a webpage. How can i display a dialog box that will contain some formated text, maybe an image, button OK(optional) and a cross-button(in upper-right corner, to close it). Alert.show() doesn't allow formatted text AFAIK. Here is the example of what i need:

Re: [flexcoders] Re: Praise for the Flex 3 Documentation

2008-03-04 Thread Fernando E. Troya
There's a book published by torrent on Flex3 that actually rocks. Of course, downloading of copyright protected material is your own responsability. Fer.- On Tue, Mar 4, 2008 at 2:58 AM, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: comfederation [EMAIL PROTECTED]

[flexcoders] Re: Flex 3 API wall posters?

2008-03-04 Thread Syed Mazhar Hasan
Last year adobe send free home delivery of those posters, any plans for Flex 3? are they sending them again?

Re: [flexcoders] Flex Encryption and Flex Application check

2008-03-04 Thread Jeffry Houser
Ritesh Yadav wrote: Hi... is anyone have idea of following two things about Flex 2.0 1. Can i send or Use .swf file from flex in encrypted manner so no one can catch the .swf file with the help swf catcher tool. If yes let me know how to do that with flex. What is a swf catcher?

[flexcoders] Re: Question about SoapDecoder and Sequence XSD Schema Types

2008-03-04 Thread Todd
It's not the exact schema, but it does look just like it, especially without the minoccurs and maxoccurs. I've also tried setting the minoccurs=0 (but didn't set the maxoccurs) with similar results. Maybe need to set both minoccurs and maxoccurs? I couldn't find anywhere in the XSD docs where

RE: [flexcoders] flex/air/lcds tutorials

2008-03-04 Thread Chad Gray
I just did the Flex3 Essentials on Lynda.com. It was very fast paced and I had to re-watch a lot of the advanced movies for things to sink in, but overall it was good. Also before you watch the Flex3 training you should get familiar with Actionscript. There is a good tutorial on Lynda.com for

[flexcoders] file upload

2008-03-04 Thread Chad Gray
Hello, I am new to Flex and I am wondering if there is a file upload control much like there is in HTML. input type=file Thanks Chad

Re: [flexcoders] Re: Question about SoapDecoder and Sequence XSD Schema Types

2008-03-04 Thread Peeyush Tuli
http://www.w3.org/TR/xmlschema-0/ read section 2.2.1 . Even if you declare a default attribute for an element, you need to return it to set its content node to the default value. This might be off the scope of this list but what I fail to understand is that when you have defined your message

Re: [flexcoders] Flex Encryption and Flex Application check

2008-03-04 Thread Ritesh Yadav
Hi Jeffry Houser, Swf Catcher like Download *Sothink* SWF *Decompiler*-http://www.softpedia.com/get/Internet/WEB-Design/Flash/Sothink-SWF-Decompiler-MX.shtmlthrough which one catch the swf file and retrieve the all the component of swf like : images, sound, action script Ritesh On Tue,

[flexcoders] flex 3 air lcds with cf8 tutorials

2008-03-04 Thread nikki.forshaw
hi there, please forgive me if this is a double post, but i did post earlier and have not yet seen my post come up and so may have gotten it a little wrong. so, here's the origional attempt: i am pretty new to flex (am a cf coder) and i have been tasked to figure out how to create an air app

[flexcoders] How to reset a scrollbar - would really appreciate some assistance please

2008-03-04 Thread Paul Steven
I want to reset a scroll bar to the top when returning to a dynamically populated datagrid in my app. Basically the datagrid displays info about different students so clicking on a students name in a list takes you to this datagrid. Problem is if I am looking at the data of one student and scroll

[flexcoders] Re: Flex Builder 3 vs SDK and Charting

2008-03-04 Thread krieger824
I think I was a bit unclear in my question. What I meant to ask was if there was a way to get the charting libraries without also purchasing the full Flex Builder. We have several Flex developers on the team who are using FB, but our entire codebase (which contains other technologies as well) is

Re: [flexcoders] How to reset a scrollbar - would really appreciate some assistance please

2008-03-04 Thread Paul Andrews
Check out the help docs! I'm not sure if you mean scroll the datagrid, or scrollbars on the hbox. DataGrid: scrollToIndex () method public function scrollToIndex(index:int):Boolean Ensures that the data provider item at the given index is visible. If the item is visible, the

[flexcoders] general flex usage question

2008-03-04 Thread Chad Gray
I am curious how people plan on using Flex in their web apps. I mean like will you being doing the entire web site in one flex app or will you have a mix of HTML/(insert favorite server side language) with Flex apps scattered around in the HTML. A long time ago (like almost 10 years ago) I

Re: [flexcoders] Flex Encryption and Flex Application check

2008-03-04 Thread Jeffry Houser
I didn't think there were any decompilers that supported Flash Player 9 + AS3 yet; the one you point to does not. I'm sure creating such a decompiler would be easier now that the compiler is available open source. ( Easier does not equate to easy, though ). Ritesh Yadav wrote: Hi

[flexcoders] Stupid question regarding Alex Harui's Modules PPT

2008-03-04 Thread aduston1976
In Alex Harui's Modules powerpoint (http://blogs.adobe.com/aharui/360Flex2007/Modules.ppt/Modules.ppt) he explains the problem that can result when classes are defined in a module and then accessed from another module. In Slide 20 he shows one solution for shared code between modules: load the

[flexcoders] Re: showDataTips are not working for the Datagrid columns having itemRenderers

2008-03-04 Thread dfalling
Thanks for the response... My confusion is because I'm not sure exactly how to get access to the column from the item renderer. I'm using data[DataGridListData(listData).dataField] to access the data to make reusable, but don't see any way via data or listData to get a reference to the column.

Re: [flexcoders] Help: Flex 3 + CF8 + Remoting = 500 error with http://localhost/flex2gateway

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, noahbirdy wrote: argument in the endpoint node for the channel-definition of `cf- polling-amf'. I've tried all sorts of things like removing {context.root} from the path, hard coding the path, etc. What's strange to me is that no matter what I change the value too,

RE: [SPAM] Re: [flexcoders] How to reset a scrollbar - would really appreciate some assistance please

2008-03-04 Thread Paul Steven
Thanks Paul Sorry, I did try to search for the answer myself but wasn't really sure what to look for. This is still my first flex project and I gotta say I am not enjoying it. Anyway the following that you suggested works fine, albeit there is a bit of a flash markSheetXMLData =

Re: [flexcoders] Re: Flex Builder 3 vs SDK and Charting

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, krieger824 wrote: But from the sound of it, it's either all or nothing (figuratively speaking of course, since the SDK is far from nothing)? I'm assuming it would be breaking the license agreement if one of the developers copied his dataviz package to the build machine?

[flexcoders] Re: Flex Component Kit for Flex 3

2008-03-04 Thread joshuajnoble
So, is the final plan to have this included in the SDK or not? I'm a little confused about that. --- In flexcoders@yahoogroups.com, jack_freud [EMAIL PROTECTED] wrote: Thanks! I was stuck at this page:

[flexcoders] Re: Question about SoapDecoder and Sequence XSD Schema Types

2008-03-04 Thread Todd
You very right about our server, it wasn't validating. In our application we use Castor for O/X mapping. To generate WS responses, domain objects are mapped to beans generated by Castor then converted into XML. Castor internally has validation routine to validate the instance against XSD which

[flexcoders] How to filter IHierarchicalCollectionView ?

2008-03-04 Thread Adnan Doric
Hello all, I have a simple hierarchical provider, parents and children have the field name. When I filter on name the parent node get filtered if it doesn't match the search pattern even if its children match the pattern. That is obviously not wanted effect :) How to filter

[flexcoders] AIR QnA

2008-03-04 Thread Joe
Hey Guys, I spend most of my life in webbernet development. So I have a few basic questions, that I am hoping to get some quick answers to. I am going to be very blunt and say, I am not looking to make anything lethal, my intentions are extremely for business purposes and improving the work

Re: [flexcoders] general flex usage question

2008-03-04 Thread Andrew Wetmore
On Tue, Mar 4, 2008 at 10:11 AM, Chad Gray [EMAIL PROTECTED] wrote: I am curious how people plan on using Flex in their web apps. We're developing our apps in two flavors. The first versions will be built mostly in Flex/Flash, with some supporting stuff like user docs in HTML. The second versions

[flexcoders] Re: Question about SoapDecoder and Sequence XSD Schema Types

2008-03-04 Thread Todd
FYI, just to clarify, it seems that Castor was failing at XML validation. --- In flexcoders@yahoogroups.com, Todd [EMAIL PROTECTED] wrote: You very right about our server, it wasn't validating. In our application we use Castor for O/X mapping. To generate WS responses, domain objects are

RE: [flexcoders] file upload

2008-03-04 Thread Beau Scott
Nothing quite as convenient as a file input, but definitely doable. You’ll want to take a look at the FileReference object: HYPERLINK http://livedocs.adobe.com/flex/3/langref/flash/net/FileReference.htmlhttp: //livedocs.adobe.com/flex/3/langref/flash/net/FileReference.html Beau From:

Re: [flexcoders] AIR QnA

2008-03-04 Thread Cutter (Flex Related)
Last I checked, AIR operates in a bit of a sandbox. It allows file system access and whatnot, but it can't spawn OS native apps, etc. It's part of the built in security features. There may be some things you could do with the Merapi project, but I couldn't say for sure. No, I doubt you can

RE: [flexcoders] file upload

2008-03-04 Thread Chad Gray
Thanks Beau! I will start reading up on it. Chad From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Beau Scott Sent: Tuesday, March 04, 2008 10:49 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] file upload Nothing quite as convenient as a file input, but

[flexcoders] WSDL connection failing

2008-03-04 Thread Clinton D. Judy
I've seen several 'solutions' to this problem that don't seem to solve what I'm doing here. Maybe someone here can help. I have a Flex application on an asp.net backend. The backend exposes itself as a series of webservices, asmx files that connect to VB files that connect to MS SQL servers.

Re: [flexcoders] AIR QnA

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, Joe wrote: Does Adobe air listen to system events. Such, if you are on a windows PC. Can you listen for programs opening, and closing, saving and pretty much Nope, not natively. You can use the ExternalInterface to call (for instance) Java code that does though, I

[flexcoders] Re: general flex usage question

2008-03-04 Thread Abyss Knight
Flex really lends itself to application development, rather than entire website development. Widgets, full RIAs, and other projects within the site are more of how I use Flex in the workplace. Of course, with the Apache module which compiles MXML on the fly, there really isn't a reason you could

Re: [flexcoders] Re: Flex Builder 3 + Eclipse plugins vs. MyEclipse + FB3 plugin?

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, gers32 wrote: So any way I look at it, I'll have to reinstall plugins... No help right now, but : http://rachaelandtom.info/content/how-make-your-eclipse-plugin-list-survive-eclipse-upgrade -- Tom Chiverton Helping to carefully network eigth-generation patterns on:

Re: [flexcoders] Web services: Patterns for recoverable errors like business rule violations?

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, Josh McDonald wrote: communication with the server is working a-ok, but you need to let the user know they've violated a business rule or something along those lines, and they need to rethink their behaviour :) Your GUI, in an ideal world, wouldn't let them, and you

[flexcoders] Re: Newbie question - Dialog box

2008-03-04 Thread Abyss Knight
I think what you need is a TitleWindow popup. Here's a link to a good reference: http://livedocs.adobe.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentationfile=0376.htm --- In flexcoders@yahoogroups.com, ivovnenko [EMAIL PROTECTED] wrote: Hi! I have

[flexcoders] Re: Flex Builder 3 + Eclipse plugins vs. MyEclipse + FB3 plugin?

2008-03-04 Thread gers32
OK, thanks for your input guys. Looks like I'll stick with MyEclipse and install FB3 as a plugin, just like I did with FB2. The only requirement is that I upgrade to MyEclipse 6 (from 5.5.1). So any way I look at it, I'll have to reinstall plugins... Cheers, Chris.

Re: [flexcoders] AIR QnA

2008-03-04 Thread Joe
More like AI, ID, Flash, DW. Mainly the designer apps. Wouldn't I have to initiate the Java runtime for that. Bah, .net fails. Hi, im Microsoft, I can be cross complaint to...if I'm a website. :P After hearing about MS3, can support more on Linux then windowswell lets just say the end is

[flexcoders] Re: [Bindable] doesn't work when updating properties in an object

2008-03-04 Thread Danny Gold
If the dataField of the column in the dataGrid is set to a Bindable property on the object, the column should update for that row. [Bindable] on the ArrayCollection only pertains to changes to the collection, i.e adding and removing items or changing the AC to reference a different

Re: [flexcoders] AIR QnA

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, Joe wrote: More like AI, ID, Flash, DW. Mainly the designer apps. I think you can write JavaScript extension to them. Wouldn't I have to initiate the Java runtime for that. Uh huh. After hearing about MS3, can support more on Linux then windowswell lets just say

Re: [flexcoders] Digital Clock

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, Fidel Viegas wrote: Does anyone have a sample digital clock I can have a look at? Or give me a pointer? Would this not just be a suitable font and mx:Text ? -- Tom Chiverton Helping to continuously repurpose virtual e-business on: http://thefalken.livejournal.com

Re: [flexcoders] how to change the line's color??

2008-03-04 Thread Tom Chiverton
On Tuesday 04 Mar 2008, luoxuanhuayelin wrote: In a linechart, if the backgroundColor of Application is not #ff,there will be some white horizontal lines in the linechart. how to change the line's color?? thanks You probably need to change the color of the grid. Check the

[flexcoders] Re: How to efficiently copy a filtered and sorted ArrayCollection?

2008-03-04 Thread Danny Gold
Since the filtering and sorting affects the iterator over the ArrayCollection, I believe you could create a new ArrayCollection, then do a for each over your current ArrayCollection, adding those items to your new AC. The result will be a new AC with references to the currently filtered and sorted

RE: [flexcoders] Flex Encryption and Flex Application check

2008-03-04 Thread Kevin Aebig
There are a couple that can decompile AS3 based Flash SWF's, but as of this point, there aren't any that can decompile either AIR or Flex based SWF's as the framework seems to be too much for them to handle. !k _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Dynamically highlighting a datagrid row

2008-03-04 Thread dbronk
I've looked for a combobox that drops down a datagrid, but have not found one so I'm building one that suits my needs. I have my POC working but after selecting a row in the datagrid and the combobox closing as it should, then reopening the combobox loses the hightlighted row in the datagrid.

Re: [flexcoders] WSDL connection failing

2008-03-04 Thread Ramnish Kalsi
Could it be a DNS issue. Are you able to access wsdl via browser ? --ramnish On 04/03/2008, Clinton D. Judy [EMAIL PROTECTED] wrote: I've seen several 'solutions' to this problem that don't seem to solve what I'm doing here. Maybe someone here can help. I have a Flex application on an

[flexcoders] Re: AIR QnA

2008-03-04 Thread Dan Rolander
I really hope the Merapi project takes off. For me, the inability of Air applications to launch external processes is a huge disappointment and limits what I can do with it.

[flexcoders] ComboBox dropdown position

2008-03-04 Thread Aasim
Hi Group, how could i change the combobox dropdown x position such that it opens aligned to the right edge rather than the left edge of the combobox control? The reason i would want such a functionality is since my combobox is placed to the right edge of the application and the dropdown is

RE: [flexcoders] WSDL connection failing

2008-03-04 Thread Clinton D. Judy
That's how I get that second error. Normally I see the xml stuff, when appending ?wsdl to the end of the url, but that's the error I see instead. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ramnish Kalsi Sent: Tuesday, March 04, 2008 11:26 AM To:

RE: [flexcoders] Re: AIR QnA

2008-03-04 Thread Kevin Aebig
Well considering the consequences of offering fully web-based push button installs as well as access to executing local processes, which might be a case of having your cake and eating it too. Though I hope a method of dealing with this in a secure fashion pops up, I'll make due without if need

[flexcoders] Possible as3.0 bug?

2008-03-04 Thread Joe
Hey all, So I am making an awesome class, that does awesome things. Really Awesome. :P Anyways, So i get to the point were I am about to init a custom Class, called MiniMapPack. _miniMapPack=new MiniMapPack(_miniMap.child(active)); passes a *true* value, even though the data is set to false.

Re: [flexcoders] AIR QnA

2008-03-04 Thread Joe
http://www.adobe.com/devnet/flashmediaserver/ Flash Media Server, I must have the acronym wrong. On Tue, Mar 4, 2008 at 11:26 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 04 Mar 2008, Joe wrote: More like AI, ID, Flash, DW. Mainly the designer apps. I think you can write

[flexcoders] Re: how to change the line's color??

2008-03-04 Thread Doug Lowder
I couldn't view your chart snapshot, but it sounds like you are talking about the grid lines. Put something similar to the following into your LineChart declaration. mx:backgroundElements mx:GridLines direction=horizontal mx:horizontalFill mx:SolidColor

Re: [flexcoders] Re: general flex usage question

2008-03-04 Thread Fidel Viegas
On Tue, Mar 4, 2008 at 5:03 PM, Abyss Knight [EMAIL PROTECTED] wrote: Flex really lends itself to application development, rather than entire website development. Widgets, full RIAs, and other projects within the site are more of how I use Flex in the workplace. Of course, with the Apache

Re: [flexcoders] Possible as3.0 bug?

2008-03-04 Thread Ralf Bokelberg
Are you trying to read a boolean from a xml document? If so, try it like that: _miniMapPack=new MiniMapPack(_miniMap.child(active).toString() == true ); Cheers Ralf. On Tue, Mar 4, 2008 at 6:02 PM, Joe [EMAIL PROTECTED] wrote: Hey all, So I am making an awesome class, that does

Re: [flexcoders] Digital Clock

2008-03-04 Thread Fidel Viegas
On Tue, Mar 4, 2008 at 5:30 PM, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 04 Mar 2008, Fidel Viegas wrote: Does anyone have a sample digital clock I can have a look at? Or give me a pointer? Would this not just be a suitable font and mx:Text ? Yes. Sometimes your brains are so

RE: [flexcoders] WSDL connection failing

2008-03-04 Thread Tracy Spratt
If you get an error from the url in a browser, the problem is on the server side, not the Flex client. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Tuesday, March 04, 2008 11:45 AM To:

RE: [flexcoders] Re: [Bindable] doesn't work when updating properties in an object

2008-03-04 Thread Tracy Spratt
Also look into the itemUpdated() method. A full explanation is in the docs under the title: Collection events and manual change notification Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Danny Gold Sent: Tuesday, March

RE: [flexcoders] Re: showDataTips are not working for the Datagrid columns having itemRenderers

2008-03-04 Thread Tracy Spratt
I think columnIndex is a property on listData. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dfalling Sent: Tuesday, March 04, 2008 10:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: showDataTips are not working

[flexcoders] Silverlight vs. Flash...

2008-03-04 Thread nathanpdaniel
So - not really a Flex thing - but I did notice while cruising around the Microsoft website (looking for work stuff)... there's a LOT of flash in there... kinda funny how there's a big developer push to develop with Silverlight (on the part of Microsoft) and yet, they utilize Flash technology

Re: [flexcoders] Re: Flex Component Kit for Flex 3

2008-03-04 Thread Matt Chotin
We decided that many of the folks who want the FCK would not necessarily want to download the SDK, so we made it available separately. It is the SDK team who develops it though, and you can find it checked in to the Subversion repo. Matt On 3/4/08 7:33 AM, joshuajnoble [EMAIL PROTECTED]

Re: [flexcoders] Re: Flex Builder 3 vs SDK and Charting

2008-03-04 Thread Matt Chotin
We wrote the license to allow you to copy the dataviz.swc and a valid serial from one of your developer machines onto the build machine. So assuming your developers have FB Pro and are set, your build machine will be fine too. Matt On 3/4/08 6:36 AM, krieger824 [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: Pros and cons of bindable versus dispatching one's own events?

2008-03-04 Thread Richard Rodseth
You can also use a custom event, and use the same one for multiple (computed) properties. I wrote this up here: http://flexygen.wordpress.com/2008/01/24/computed-properties-and-binding/ On Sat, Mar 1, 2008 at 10:01 AM, JustusLogan [EMAIL PROTECTED] wrote: I read the links provided by Doug

Re: [flexcoders] general flex usage question

2008-03-04 Thread jeff
On Tue, Mar 04, 2008 at 10:11:26AM -0500, Chad Gray wrote: I am curious how people plan on using Flex in their web apps. I mean like will you being doing the entire web site in one flex app or will you have a mix of HTML/(insert favorite server side language) with Flex apps scattered

RE: [flexcoders] How to efficiently copy a filtered and sorted ArrayCollection?

2008-03-04 Thread Alex Harui
Collection2.source = collection1.toArray() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of m.ar80 Sent: Tuesday, March 04, 2008 4:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to efficiently copy a filtered and sorted

RE: [flexcoders] Stupid question regarding Alex Harui's Modules PPT

2008-03-04 Thread Alex Harui
A module loaded into the main application domain cannot be unloaded. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aduston1976 Sent: Tuesday, March 04, 2008 7:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Stupid question

RE: [flexcoders] datagrid with checkbox implementation

2008-03-04 Thread Alex Harui
Try: mx:DataGridColumn id=column4 textAlign=center headerText=Multi width=100 dataField=multi mx:itemRenderer mx:Component mx:CheckBox / /mx:Component /mx:itemRenderer /mx:DataGridColumn From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] A persistent logon system in flex?

2008-03-04 Thread mbhoisie
I'm trying to implement a remember me feature in a Flex/BlazeDS application. This is where users enter their credentials in a flex message box, and something identifying their logon session is stored on the flex client, even if they close and re-open the application. I've been looking at

Re: [flexcoders] WSDL connection failing

2008-03-04 Thread Ramnish Kalsi
Can you Ping that URL, Telnet on port 80 for that URL Any domain changes etc in the past day. ? If you are unable to ping/telnet, I would trouble my network guy, rather than poor dba. :) --thnx On 04/03/2008, Clinton D. Judy [EMAIL PROTECTED] wrote: That's how I get that second error.

[flexcoders] How can I change ToolTip styles for each tooltip in an application?

2008-03-04 Thread cougar_shuttle
It seems like the only way to manipulate ToolTip style is through the css ToolTip. I'd like to have different styles for different tooltips. How would that be done?

Re: [flexcoders] A persistent logon system in flex?

2008-03-04 Thread Derrick Anderson
can you use sharedobjects? On Tue, Mar 4, 2008 at 1:13 PM, mbhoisie [EMAIL PROTECTED] wrote: I'm trying to implement a remember me feature in a Flex/BlazeDS application. This is where users enter their credentials in a flex message box, and something identifying their logon session is

RE: [flexcoders] A persistent logon system in flex?

2008-03-04 Thread Beau Scott
Store it in a local SharedObject maybe? I’d make a hash that could be validated by whatever your authentication system is rather than the clear text user/pass though. Beau From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mbhoisie Sent: Tuesday, March 04, 2008

RE: [flexcoders] ComboBox dropdown position

2008-03-04 Thread Alex Harui
There is no official API to do that. Feel free to file an enhancement request. You could probably use some undocumented APIs and override onTweenUpdate and position the dropdown there. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Re: Flex Builder complaint

2008-03-04 Thread Cato Paus
Sorry to hear about your files, I did experience some similarity on a big project, but I tracked it back to my power supply on my laptop, here is my case, I was in a hurry and closed my flex workspace in flexbuilder and unpluged my power supply while windows XP was preforming shutdown. When I

[flexcoders] Blur Area Question

2008-03-04 Thread Michael Wagner
Hello: I have a question about the Blur Effect Also, is there a way to specify blur area? Example: if I have a picture, and I just want to blur the 4 edges, can I control the blur area? Thanks, Michael.

RE: [flexcoders] Dynamically highlighting a datagrid row

2008-03-04 Thread Alex Harui
The highlight works for me in this example: ?xml version=1.0 encoding=UTF-8 standalone=no? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; verticalGap=0 xmlns:local=* height=500 mx:Script ![CDATA[ private var arr:Array = [

[flexcoders] Re: Flex Encryption and Flex Application check

2008-03-04 Thread andrewwestberg
Apparently, the Sothink decompiler can handle a flex app. It probably won't give you back any mxml, but will probably grab the generated AS3 code. http://blog.everythingflex.com/2008/02/29/check-you-as3-code/ Check out nitrolm.com if you want to do swf encryption. -Andrew

Re: [flexcoders] Re: Flex Encryption and Flex Application check

2008-03-04 Thread Sherif Abdou
yes it can and it doesnt give mxml per say but the ones that are MXML usually start with _mxml so you can just browse them though. I have decomplied about 3 applications and they are did decomplie and showed all the code. - Original Message From: andrewwestberg [EMAIL PROTECTED] To:

[flexcoders] AdvancedDataGrid - selecting a cell

2008-03-04 Thread markgoldin_2000
I am having a problem with ADG. It has 3 columns. I am dynamically adding records to it when a user moves a cursor from a cell down. I see that when I move a mouse over third column in some records (at least in one in my testing) the row does not change its border and the cell does not accept

[flexcoders] Global keyboard capture?

2008-03-04 Thread thirtyfivemph
I'm wanting to globally capture the keyboard in my Flex app. I want to be notified of every keyboard event that happens as long as the Flash Player has the focus... regardless of whether the event happens when a UIComponent has keyboard focus or not. Here's what I'm doing:

[flexcoders] Flickr Libraries on Adobe Labs

2008-03-04 Thread Ethan Miller
Greetings - Have been trying to use the Flickr AS3 libraries on labs.adobe.com (now hosted on Google Code) and seem to be hitting the same early roadblocks that many have, ie at the get authorization token area of things. Has anyone gotten past this, or have alternate code/samples etc.

[flexcoders] Re: AdvancedDataGrid - selecting a cell

2008-03-04 Thread markgoldin_2000
In fact, it is even simplier. The grid comes with an empty record. Moving a mouse over second column I have noticed that a mouse pointer will change to mouse arrow from the middle of the column while moving to the right. And it will be staying like this over second column as well. Moving mouse

Re: [flexcoders] Re: AdvancedDataGrid - Changing the background color on a row.

2008-03-04 Thread Pan Troglodytes
Oh, I fully understand why it's a problem with how they've decided to implement it. I'm just saying they might rethink on how they want to implement it if the outcome is that they're missing a feature that's pretty standard on every other grid component out there. Who knows, maybe in Flex 4...

  1   2   >