Re: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-31 Thread Tom Chiverton
On Friday 28 July 2006 16:15, Evan Gifford wrote: Would it work if I put, say ... a few other technologies such as GDLib on Linux with Perl and MySQL, Oracle on J2EE and PDF generation working on IIS with MSSQL? Again, I think it's clutter that isn't needed, just labelling with a diverse

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread Tom Chiverton
On Friday 28 July 2006 16:50, hank williams wrote: Sure there's a good reason. They are human beings and not for lack of trying they couldnt get it done yet because there are significant differences/issues between mac windows in the eclipse environment. I didn't think there were many,

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread Tom Chiverton
On Friday 28 July 2006 23:34, Adam Reynolds wrote: It's your life. You are more than welcome to choose how you difficult you want to make it for yourself... shrug FB is hundreds of pounds. Eclipse is free, as is a few minutes here and there to fix-up the schema when it throws one to many red

Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread Tom Chiverton
On Friday 28 July 2006 18:00, hank williams wrote: tomcat on the mac side and fb2 and firefox in the pc partition. But I am not clear how networking works between the two virtual environments. I understand you either create a private network with only the guest and host on, or give the guest

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread Tom Chiverton
On Friday 28 July 2006 16:23, Adam Reynolds wrote: You need to give yourself an hourly rate and then ask yourself how much money the IDE will save you. The effort involved in not using the IDE could end up costing you more in the long run. Using the IDE would be an exercise in making my

Re: [flexcoders] Re: Developing on Linux?

2006-07-31 Thread Tom Chiverton
On Saturday 29 July 2006 18:50, Nick Collins wrote: well, you can use any IDE you want with the SDK, you just won't have all the nice code hinting and completion and such. cough http://falkensweb.com/other.html /cough Gives syntax highlight and insight most of the time, mostly right. I'm only

Re: [flexcoders] Using IUID

2006-07-31 Thread Oriol Gual
I didn't know it, thanks for the tip.2006/7/31, Jeremy Lu [EMAIL PROTECTED]: If your VO are bindable, chances are very high that you might not need to implement the IUID interface, it will be automatically done. Jeremy.On 7/31/06, Oriol Gual [EMAIL PROTECTED] wrote:

Re: [flexcoders] cairngorn vs FDS DataService

2006-07-31 Thread Tom Chiverton
On Monday 31 July 2006 01:57, Barry Beattie wrote: you're saying that, if you don't need syncronised data or being able to pust data or messages to clients, then the garden variety remoting would do just fine... Yup. so the opposite is true? if you *have* to have data in sync/ only one copy

Re: [flexcoders] HTTP Service Authentication capabilities

2006-07-31 Thread Tom Chiverton
On Saturday 29 July 2006 05:14, richmcgillicuddy wrote: Can the HTTP Service work with a web server that requires digest authentication? Yes. IIRC, using Basic will prompt the user for username/password, but you can setRemoteCredentials (or setCredentials() ...) and it should Just Work. Or, as

[flexcoders] Educational version

2006-07-31 Thread Oriol Gual
Hi,I've been looking at the Adobe site, and I can't find a place to buy the educational version of FB2. I've also called the support center here at Spain, and they've told me that there's no educational version of Flex. Can anyone tell me if there's actually a educational version of FB2, and

[flexcoders] third state of checkbox - flex 1.5

2006-07-31 Thread shemeshkale
hi, i m using flex1.5 ! i need a third state in the checkbox, so i'll have 3 states to choose from: 1- checked. 2- un-checked. 3- SEMI-checked = could be represented by a circle inside the checkbox rectangle. how do i do this? does flex2 have this built in? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] third state of checkbox - flex 1.5

2006-07-31 Thread Tom Chiverton
On Monday 31 July 2006 10:18, shemeshkale wrote: how do i do this? Sub-class the checkbox control, at a guess, and override the get/set selected methods as well as exposing a 'state' variable. -- Tom Chiverton This email is sent for and

RE: [flexcoders] third state of checkbox - flex 1.5

2006-07-31 Thread Barry Beattie
please forgive me for butting in but I'd argue that checkboxes don't have third states... by design. I mean, have you ever seen a MS Windows tri-state chrckbox (or radio button)? perhaps one within dreamweaver/Flexbuilder 1.0? There's one with focus, sure, but semi-on? my point is that users are

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread hank williams
On 7/31/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 28 July 2006 16:50, hank williams wrote: Sure there's a good reason. They are human beings and not for lack of trying they couldnt get it done yet because there are significant differences/issues between mac windows in the

Re: [flexcoders] third state of checkbox - flex 1.5

2006-07-31 Thread Tom Chiverton
On Monday 31 July 2006 11:22, Barry Beattie wrote: I mean, have you ever seen a MS Windows tri-state chrckbox (or radio button)? perhaps one within dreamweaver/Flexbuilder 1.0? There's one with focus, sure, but semi-on? I see these fairly often when using Check boxes on tree controls. The

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread Tom Chiverton
On Monday 31 July 2006 11:27, hank williams wrote: is no good reason seems to suggest that they are either incompetent or dishonest, and I dont think that, at least in this case, that either assumption is warranted. no good reason is a phrase I use when there is no good technological reason

[flexcoders] Re: third state of checkbox - flex 1.5

2006-07-31 Thread shemeshkale
EXACTLLY THAT!! this is what i need it for but i dont know how to do it? do someone have an example? --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: I see these fairly often when using Check boxes on tree controls. The 'semi' state is used when not all items below

Re: [flexcoders] cairngorn vs FDS DataService

2006-07-31 Thread Barry Beattie
(I don't think even FDS gives you record locking agreed - from my understanding (keen interest but no experiance in battle...yet). Where FDS would have failed us last year (if we could have used it) would be when a particular record could be in multiple models at the same time, either with

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread hank williams
On 7/31/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 31 July 2006 11:27, hank williams wrote: is no good reason seems to suggest that they are either incompetent or dishonest, and I dont think that, at least in this case, that either assumption is warranted. no good reason is a

Re: [flexcoders] cairngorn vs FDS DataService

2006-07-31 Thread Tom Chiverton
On Monday 31 July 2006 12:12, Barry Beattie wrote: exellent front end to, say, Hibernate (hence my interest in hearing CFHibernate may be a goer yet...). for sure I'll be keeping an eye out for someone giving FDS + hibernate a good shake :nods I believe there is non-CF based FDS+hibernate

Re: [flexcoders] Re: third state of checkbox - flex 1.5

2006-07-31 Thread Tom Chiverton
On Monday 31 July 2006 12:09, shemeshkale wrote: EXACTLLY THAT!! Heh :-) I've not seen any allready written for Flex, sorry, and I'm a bit busy at the mo. Make a new for yourself and write one :-) -- Tom Chiverton This email is sent for

Re: [flexcoders] Educational version

2006-07-31 Thread sinatosk
as far as I know there is no education version...there might be a education version in the future... not sure... one of the adobe staff members might replyOn 31/07/06, Oriol Gual [EMAIL PROTECTED] wrote: Hi,I've been looking at the Adobe site, and I can't

[flexcoders] Re: HTTP Service Authentication capabilities

2006-07-31 Thread Faisal Abid
I have wrote a proof of concept over at my site http://www.g-unix.com/blog . -Faisal Abid aka Flex Abid ;) --- In flexcoders@yahoogroups.com, richmcgillicuddy [EMAIL PROTECTED] wrote: Can the HTTP Service work with a web server that requires digest authentication? Rich --

[flexcoders] Re: Educational version

2006-07-31 Thread quetwo
--- In flexcoders@yahoogroups.com, Oriol Gual [EMAIL PROTECTED] wrote: Hi, I've been looking at the Adobe site, and I can't find a place to buy the educational version of FB2. I've also called the support center here at Spain, and they've told me that there's no educational version of

[flexcoders] tooptip customization

2006-07-31 Thread arcencie1978
I would like to customize data tooltips so that I can make their size a bit bigger for readability and stufs like that.. So does anyone have any idea about this subject? Any hints would be great for me :) -- Flexcoders Mailing List FAQ:

[flexcoders] test

2006-07-31 Thread Robin Burrer
Please ignore __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] test mail

2006-07-31 Thread Robin Burrer
__._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] test

2006-07-31 Thread Robin Burrer
__._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Flex charting

2006-07-31 Thread Pramod
Hi All, Maybe a basic question being a new to Flex. I was working the Charting Componets in Flex. Here's what i did: copied the code from - http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml (i guess it's not a new URL to this forum) and tried executing it locally. However when

[flexcoders] Re: Educational version

2006-07-31 Thread ben.clinkinbeard
Looks like only North America, France, Germany and UK right now. http://www.adobe.com/buy/ Ben http://www.returnundefined.com/ --- In flexcoders@yahoogroups.com, quetwo [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Oriol Gual oriol.gual@ wrote: Hi, I've been looking

[flexcoders] Re: HTTP Service Authentication capabilities

2006-07-31 Thread Dave Wolf
I dont think your example actually answers the original question. HTTP-DIGEST is a specific kind of HTTP Authentication as referenced in the RFC 3310. http://www.ietf.org/rfc/rfc3310.txt What he is asking is if a Flex application can inherit the http authenticaed session which used the DIGEST

RE: [flexcoders] tooptip customization

2006-07-31 Thread Matt Horn
Use styles. mx:Style DataTip { fontSize: 20; } /mx:Style hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arcencie1978 Sent: Monday, July 31,

[flexcoders] DataGrid refresh problem

2006-07-31 Thread ddanone2
Let me explain the situation: I have a main mxml, on load it instances a Localconnection to permit others swf's establish a connection with it and receive data. I load one SWF (child) on main.mxml, it instances two Localconnection, one to connect to the main mxml and another to allow receiving

[flexcoders] View states and creation policy

2006-07-31 Thread Tom Fitzpatrick
I'm having a problem with transitions in view states - transition effects don't happen until the change between states has occurred at least once. After that, everything works fine. In viewStacks in 1.5, I got around a similar problem by setting creationPolicy = all. I saw an earlier exchange

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread Tom Chiverton
On Monday 31 July 2006 12:09, hank williams wrote: with something as sophisticated as Flex Builder. Maybe I have a lower thought on how sophisticated it is :-) -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP.

Re: [flexcoders] Re: Educational version

2006-07-31 Thread Oriol Gual
Thanks for the info. I've mailed Adobe to know if I can buy it in one of these stores.Oriol.2006/7/31, ben.clinkinbeard [EMAIL PROTECTED] :Looks like only North America, France, Germany and UK right now. http://www.adobe.com/buy/Benhttp://www.returnundefined.com/--- In

RE: [flexcoders] Re: php and flex

2006-07-31 Thread Mark Lapasa
For python, you could look into the SimpleSocketServer API. Like the name says...it's 'simple'. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of matt wicks Sent: Sunday, July 30, 2006 3:35 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders]

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread hank williams
lol. :) On 7/31/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 31 July 2006 12:09, hank williams wrote: with something as sophisticated as Flex Builder. Maybe I have a lower thought on how sophisticated it is :-) -- Tom Chiverton

RE: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-31 Thread Evan Gifford
Again, I think it's clutter that isn't needed, just labelling with a diverse range of O/S and application servers is enough. -- Tom Chiverton Yeah, I think you're right on, which leaves us at the current diagram: http://www.undustrial.com/flexdocs/cairngorm.gif Any other

[flexcoders] Problem with videos, using e4x

2006-07-31 Thread tonyx_788
i'm using e4x to make a search in a xml file, the first video displays ok but when i select the second one it'll throw me an error NO BITRATE MATCHmaybe this is something easy but idon't know how to do it, please

[flexcoders] Re: FDS on CFMX configuration problems

2006-07-31 Thread balconsult2001
I have both Flex and ColdFusion deployed on my JRun Server, just like you indicated below: \jrun4\servers\default \cfusion-ear \flex However CF and Flex cannot find each other. If I try to run mxml under the \cfusion-ear\cfusion-war folder, nothing happens. How the heck do you

[flexcoders] Re: Sample project for CRUD type application

2006-07-31 Thread geiger947
I have looked at it and it was helpfull, but I can not use FDS for several reasons I won't go into. One trouble I am having now is to set up 2 way databinding. I assume fds adds something in to accomplish this cause the code in the example translates for one way binding, but not two way.

[flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread ddanone2
Tom, i dont believe what i'm reading!!! Maybe you work for free??? There are a GREAT TEAM behind FLEX who need to earn money to make FLEX bigger. BTW, I would like to know how many people has purchased Flex, i'm one of them. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]

[flexcoders] Problems making SOAP calls via WSDL file

2006-07-31 Thread Charles
Hi everyone,I'm trying to make a SOAP call using this WSDL file: https://adwords.google.com/api/adwords/v4/ReportService?WSDLThrough the WSDL, I'm trying to do a "getAllJobs" function calll, which takes no arguments. My code goes something like this... ...private function Init():void {

[flexcoders] Detecting browser close event

2006-07-31 Thread pfact0ry
Hello, Is there a built in flex mechanism for detecting when the containing browser is closed or the flash player unloads? I've got a requirement to perform a final flex function when the user closes the browser window via the 'X' or otherwise. I'm currently attempting to accomplish this by

re: [flexcoders] Re: HTTP Service Authentication capabilities

2006-07-31 Thread Faisal Abid
Oh, I understand. My mistake , I wasnt too sure , but atleast I hope anyone can find that article useful. From: "Dave Wolf" [EMAIL PROTECTED]Sent: Monday, July 31, 2006 9:14 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: HTTP Service Authentication capabilities

Re: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread hank williams
BTW, I would like to know how many people has purchased Flex, i'm one of them. As of 7:34pst exactly 10,956 copies. Just kidding :) Hank -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Datagrid Column Width

2006-07-31 Thread Rick Root
I have an app with a datagrid that is causing me two issues: #1 - I'd like for the column headers to have tool tips that display the entire column header if the entire header is not already shown. For example, if my column header is Record Type but the column data is only a two character

RE: [flexcoders] Flex and ASP/IIS update?

2006-07-31 Thread Evan Gifford
Awesome, thats exactly what I was looking for, have you used this solution successfully? Thanks a lot Clint, Evan From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint Modien Sent: Friday, July 28, 2006 12:12 PM To:

RE: [flexcoders] Flex charting

2006-07-31 Thread Matt Horn
Assuming you want to use this example with Flex 2, then yes, you have to change the namespace. You must also have the data.xml file in the same directory as the app (unless you change the way it's loaded). Here are some ideas. You can load the file directly as a source of a Model, as the

[flexcoders] Flex Visual Reference Poster

2006-07-31 Thread Evan Gifford
Woah! Here is a nice Flex 2 Visual Reference Poster for pretty cheap ($11.13 USD) for those of you who are interested. http://www.rocketboots.com/blog/index.cfm?mode=entryentry=438E54C1-E081-51EF-A7A942FE01457CC0 -- No virus found in this outgoing message. Checked by AVG Free Edition.

Re: [flexcoders] Re: Sample project for CRUD type application

2006-07-31 Thread Douglas Knudsen
two way binding between what? If between your model and a editor control, just use two binding tags...one way at leastmx:Binding source={ myModel.foo } destination=myTextControl.text / mx:Binding source={myTextControl.text} destination=myModel.foo /mx:Text id=myTextControl /I think I got the

[flexcoders] Datagrids and Updating a database!!

2006-07-31 Thread Faren
Ok, just to let u know I'm very new to Flex 2.0. Two questions here. First - I've managed to get a Datagrid to populate with data - i.e. Filename, Start Date, End Date, etc. I want to be able to remove a row from the datagrid (which I have managed to do with removeItemAt) and it update my

[flexcoders] Datagrid and Updating

2006-07-31 Thread Faren Gambrill
Title: SUBtv Summer Feedback Ok, just to let u know I'm very new to Flex 2.0. Two questions here. First - I've managed to get a Datagrid to populate with data - i.e. Filename, Start Date, End Date, etc. I want to be able to remove a row from the datagrid (which I have managed to do with

[flexcoders] VideoDisplay control

2006-07-31 Thread user_abcxyz
Can we write to the playheadTime property of the VideoDisplay control in Flex to jump forward or backward during play mode of the .flv video? I can assign a new value to this property, but then the playing of the .flv doesn't seem to jump correctly. Or is there a right way to jump section when

[flexcoders] Re: Variable number of columns in ColumnChart

2006-07-31 Thread Anthony DeBonis
I also ran into an issue like while dynamicly creating ColumnSeries() this and .push onto the Array worked BUT does not update the Legend. I have tired resetting leged's DP back to the Chart again but nothing. Any ideas? Flex 2 w/Charting -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: Sample project for CRUD type application

2006-07-31 Thread Anatole Tartakovsky
If you are looking for 2 way binding with database, you basically need to establish collection that would track the changes. If you may not use FDS you at least have to look what is generated in case of FDS in terms of getters and setters for datagrid data, and see if you can mimic that with

Re: [flexcoders] Datagrid and Updating

2006-07-31 Thread Brendan Meutzner
If you've already figured out the functionality for removing a row and having that update a database through ColdFusion, you're already there... just make another CF method call which runs a different SQL script taking your changes as an argument and updating the database... On 7/31/06, Faren

[flexcoders] Re: Datagrid Column Width

2006-07-31 Thread Tim Hoff
Hi Rick, Both of your questions involve using toolTips. Here is an example that shows one way to apply toolTips to DataGrid column headers. http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=443 -TH--- In flexcoders@yahoogroups.com, Rick Root [EMAIL PROTECTED] wrote: I

Re: [flexcoders] Re: Variable number of columns in ColumnChart

2006-07-31 Thread Brendan Meutzner
Anthony,I had a similar issue with my legend not getting updated... check carefully that you're setting displayName on your new Series item... without that, my legend wasn't getting updated...HTH,Brendan On 7/31/06, Anthony DeBonis [EMAIL PROTECTED] wrote: I

[flexcoders] Re: Datagrid Column Width

2006-07-31 Thread pateyog
For getting the column data tool tip you can use something like mx:DataGrid id=dgGrid1 dataProvider={someDataProvider} mx:columns mx:Array mx:DataGridColumn dataField=name headerText=Name/ mx:DataGridColumn

Re: [flexcoders] Embedded Fonts Cause Issue with DataGrid Headers

2006-07-31 Thread Brendan Meutzner
Hey Jesse,I'll try to build up my stamina to have a look tonight again... however, does the fact that it only affects a particular font size make any sense? Then again, I guess the issue doesn't make sense from the start... BrendanOn 7/30/06, JesterXL [EMAIL PROTECTED] wrote:

Re: [flexcoders] Embedded Fonts Cause Issue with DataGrid Headers

2006-07-31 Thread JesterXL
Of course; Arial and/or Verdana can be measured reasonably so at a specific size. If I were in a hurry to get some technical data thing to work, the last thing I'd worry about is supporting Papyrus at 36 point size There are already significant challenges measuring fonts to includ

RE: [flexcoders] Re: Caringorm - Visual Flowchart Poster!

2006-07-31 Thread Evan Gifford
Hey Russell! Im finishing up this diagram ([flexcoders] Caringorm - Visual Flowchart Poster!) .. and I sorted by subject so I missed your post, sorry!! Anyway, you can see the flowchart here: http://www.undustrial.com/flexdocs/cairngorm.gif At this stage, Id prefer if you

Re: [flexcoders] DataGrid refresh problem

2006-07-31 Thread Dima Ulich
Everything should work fine. Can you sendthe code to look at? - Original Message From: ddanone2 [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Monday, July 31, 2006 5:45:40 PMSubject: [flexcoders] DataGrid refresh problem Let me explain the situation:I have a main mxml, on load

RE: [flexcoders] FLEX 1.5 || dataGrid CellRenderer + viewable

2006-07-31 Thread Tracy Spratt
The list controls recycle the display components, so they have to get the current data from the dataProvider each time they come into view. If you are initializing values in the constructor, that is what you are always going to get. You should be getting your data from the

[flexcoders] Question about flex fault events and cfthrow

2006-07-31 Thread Rick Root
I'm building a flex app with a CFC backend. I'd like to use cfthrow to send certain kinds of errors back to the flex app, and I've got it dumping my event to an Alert using toString() method... but I'd like to actually act on some of the data being returned and provide friendlier alerts. For

[flexcoders] Advice finding definitive Cairngorm examples ported for Flex 2.0

2006-07-31 Thread Mike Anderson
Hello All, Forgive me if this question has been asked before, but I am swimming in old examples from a couple years ago - and there are too many inconsistencies, namespace changes, etc. since that time. Also, I am having a heck of a time, finding tutorials on how to truly integrate Cairngorm

[flexcoders] style for color of DivdedBox thumb?

2006-07-31 Thread Jeff Tapper
Heres an odd question. Does anyone know if there is a style property to set the color of the thumb (the little thing you click on and interact with) for a Divided Box? I thought maybe the dividerColor would do it, but trying that reinforces what the docs say about it: Color of the dividers

Re: [flexcoders] Flex and ASP/IIS update?

2006-07-31 Thread Clint Modien
No... but we plan on using it on the current project and I've had my eye on it for a while. They have a blog here...http://themidnightcoders.com/blog/and a yahoo group for support here.. http://groups.yahoo.com/group/flashorb/It's been around for a while.On 7/31/06, Evan Gifford [EMAIL

[flexcoders] Re: has anyone ever disabled selectability for a textArea?? ** SOLVED **

2006-07-31 Thread jpc14_99
I think TextArea's textField was private in Beta 3, but it's protected in the final release. That's right. Since upgrading the solution works great. Thanks so much for everyones help. Non selectable text area: http://www.jessewarden.com/archives/2006/07/nonselectable_t.html --

[flexcoders] Sound

2006-07-31 Thread flexnewbie06
I've been trying to research the Sound Class and learn how I can manipulate (volume, mute) sound that is embedded in my SWF loaded with SWFLoader. I understand that the SoundMixer class controls embedded streaming sounds in a SWF, and that Sound Transform is a property of this. I don't

[flexcoders] Flex 2.0 Deployment with Remote Coldfusion Server

2006-07-31 Thread flexnadobe
Hello, I see this question asked over and over again but with no one able to answer the simple Question. It is not a problem to develope on a local machine we all know that and have got that working. But at some point we need to deploy the app. And some of us would like to link to Coldfusion.

[flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread ddanone2
BTW, I would like to know how many people has purchased Flex, i'm one of them. As of 7:34pst exactly 10,956 copies. Just kidding :) Hank GREAT!! How did you know that? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] mark/bookmark functionality in flex builder 2

2006-07-31 Thread udumki
Hi, Does anyone know how to use bookmarking in fb2? I can set a bookmark by right-clicking and selecting Bookmarks... in the left gutter of the code editor, but once it is set, I can't remove it or quickly jump to it. Does anyone know the shorcut keys to set, jump to, and remove bookmarks in

RE: [flexcoders] tooptip customization

2006-07-31 Thread Gordon Smith
Are you talking about making the font size in tooltips larger? If so, you can do that with a type selector which applies to all instances of a particular class: mx:Style ToolTip { fontSize: 16 } /mx:Style - Gordon From: flexcoders@yahoogroups.com

[flexcoders] Re: Using IUID

2006-07-31 Thread pateyog
Pardon my ignorance. How can I do this with the following example: I want to use id as in the below given xml as the uid. Is this possible in the first place. My data is of the following form: contacts contact id=1 namePeter/name

RE: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread Gordon Smith
with something as sophisticated as Flex Builder. Maybe I have a lower thought on how sophisticated it is For what it's worth... the effort that gone into creating FlexBuilder has been comparable to that of creating the Player, the Framework, or FDS. Dunno whether that makes it sophisticated

[flexcoders] DataGrid: How can i get the last unselected item?

2006-07-31 Thread jldteixeira
Hi, I want to call a function when i deselect an item from datagrid and i want to parse the unselected item to the function like: mx:DataGrid id=showsList dataProvider={showsData} width=600 height=100% draggableColumns=false resizableColumns=false sortableColumns=false

[flexcoders] Problem with dynamic data to array collection

2006-07-31 Thread Ben Agre
I send a sql query to middlewear that sends me information back in xml form. Then I try to declare an array collection, such as try{ userList = event.result.sql_results.result_set.rows.row; }catch(err:Error){ userSelect.dataProvider='None'; return; } However when I

RE: [flexcoders] Re: Answer to the most frequent problem...

2006-07-31 Thread Gordon Smith
We made the SDK free because we want lots of developers using Flex regardless of whether they buy FlexBuilder or not. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ddanone2 Sent: Monday, July 31, 2006 8:08 AM To:

[flexcoders] Re: Using IUID

2006-07-31 Thread pateyog
cut and paste mistake read the datagrid tag as mx:DataGrid id=dgContactList editable=true dataProvider={acContacts} width=100% height=95% --- In flexcoders@yahoogroups.com, pateyog [EMAIL PROTECTED] wrote: Pardon my ignorance. How can I do this with the following example:

RE: [flexcoders] Custom datatip for pie chart

2006-07-31 Thread Matt Horn
I don't have a better idea, but it's pretty easy to disable labels: Set labelPosition to inside and return an empty string in the label function. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Fitzpatrick

[flexcoders] Simple way to do Please wait... type window

2006-07-31 Thread Rick Root
what would you all recommend for a simple Please wait.. type of window? Loading.., Searching... etc.. Would you recommend using an alternative state, a title window, a panel, or is there something pre-made out there that I should be looking at? Rick -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Very few sound files import properly

2006-07-31 Thread JClouz
Title: Enterprise RIA Development with Macromedia Flex Has anyone had an issue with very few sound files importing properly into flex/flash player? 20kbps, 11khz wav files (though they say they are mp3s under properties) seem to work. A few higher quality mp3s seem to work. But 95% of

[flexcoders] Re: DataGrid: How can i get the last unselected item?

2006-07-31 Thread Doug Lowder
The information you need should be right there in the itemFocusOut event object. I suspect the function should look something like removeInfoBox(event.currentTarget.dataProvider[event.rowIndex]) --- In flexcoders@yahoogroups.com, jldteixeira [EMAIL PROTECTED] wrote: Hi, I want to call a

RE: [flexcoders] Advice finding definitive Cairngorm examples ported for Flex 2.0

2006-07-31 Thread Steven Webster
Mike, We hear you however, we have to balance getting the framework available to those that are able to pick it up and run with it, versus getting nothing to anyone until we have lots of examples. The 6-part series is purposefully designed to help elucidate the concepts behind

Re: [flexcoders] Simple way to do Please wait... type window

2006-07-31 Thread Douglas Knudsen
what is being done to wait on? Many 'loader' type operations can interface with the ProgressBar control.DKOn 7/31/06, Rick Root [EMAIL PROTECTED] wrote:what would you all recommend for a simple Please wait.. type of window? Loading.., Searching... etc..Would you recommend using an alternative

Re: [flexcoders] Advice finding definitive Cairngorm examples ported for Flex 2.0

2006-07-31 Thread Mike Britton
I've found these to be helpful:http://www.jessewarden.com/archives/2006/07/flex_2_webservice.html http://renaun.com/blog/2006/07/26/71/http://www.jessewarden.com/archives/2005/12/amfphp_10_works.htmlFeel free to take a look at my del.icio.us: http://del.icio.us/mbritton72/flex -- I save all

Re: [flexcoders] Simple way to do Please wait... type window

2006-07-31 Thread Rick Root
Douglas Knudsen wrote: what is being done to wait on? Many 'loader' type operations can interface with the ProgressBar control. data being loaded from a remote object (coldfusion component). My app allows users to provide some criteria to search a database and populate a grid. Right now

[flexcoders] Calling DashboardIteration1 WebService - Explicit vs Binding

2006-07-31 Thread Darren Houle
I've been messing with the DashboardIteration1 Cairngorm example from Alex Uhlmann's blog and I have a question about the delegate/webservice piece. The example's source code was missing any real web service code (and the delegate was missing the code that calls a web service) so I've added all

Re: [flexcoders] mark/bookmark functionality in flex builder 2

2006-07-31 Thread Jeff Tapper
Take a look at Window Other Views Basic Bookmarks At 02:31 PM 7/31/2006, udumki wrote: Hi, Does anyone know how to use bookmarking in fb2? I can set a bookmark by right-clicking and selecting Bookmarks... in the left gutter of the code editor, but once it is set, I can't remove it or quickly

RE: [flexcoders] Advice finding definitive Cairngorm examples ported for Flex 2.0

2006-07-31 Thread Mike Anderson
Thanks Steven! Believe it or not, I totally understand where you are coming from. The only reason I am pushing so hard for this is two-fold: 1) With the application I am porting over, I know for a FACT that it will be better to do it the "Cairngorm Way" right off the bat, versus

[flexcoders] Re: Very few sound files import properly

2006-07-31 Thread JClouz
Ok so I'm first using Windows Sound Recorder to convert all files to a high quality PCM (something AudioCatalyst can handle) and then using AudioCatalyst to convert into mp3s of various quality rates that Flex seems to be able to handle. Acceptable... but I'm still confused why flex can't

[flexcoders] Re: Variable number of columns in ColumnChart

2006-07-31 Thread Anthony DeBonis
Brendan - thank you that worked!!! In my case it was: in side a loop { var cs:ColumnSeries = new ColumnSeries(); cs.yField = some dynamic val... cs.name = some dynamic val... //added the next line and Legend now displays... cs.displayName = some dynamic val... then

[flexcoders] Re: Flex 2.0 Deployment with Remote Coldfusion Server

2006-07-31 Thread Anthony DeBonis
The short answer is yes you can but there are many variables that will effect you setup. I was able to do it no problem using ColdFusion CFCs - worked on my local laptop and have deployed to several servers. If Flex app is delivered from the same host/port name then Flex will have no problem

Re: [flexcoders] Simple way to do Please wait... type window

2006-07-31 Thread Douglas Knudsen
doh! I thought RemoteObject supported the events, my fault. Could just use a TitleWindow for a popup experience that is modal and all. Could use a ProgressBar that just has the twirling meter, not a actual progress meter, maybe? DKOn 7/31/06, Rick Root [EMAIL PROTECTED] wrote: Douglas Knudsen

[flexcoders] Re: Variable number of columns in ColumnChart

2006-07-31 Thread Ben Agre
I had this problem to, if i remember right try to validate the chart or legend in your function as the last line. Use validate now such as private function chartUpdater(chart:ColumnChart):void{ //do something chart.validateNow(); } If that doesnt, make sure the legends dataprovider is the chart

[flexcoders] Re: DataGrid refresh problem

2006-07-31 Thread ddanone2
Solved!!! Just a silly issue: I must close all opened connections before reconnect. Dima, I cant put all the code, it has a lot of files, but i'll post this technique on my still empty blog. Next week hope. Thanks for your response, i'll mail you personally when the blog is ready. ;) --- In

[flexcoders] Re: Flex 2.0 Deployment with Remote Coldfusion Server

2006-07-31 Thread Anthony DeBonis
The short answer is yes you can but there are many variables that will effect you setup. I was able to do it no problem using ColdFusion CFCs - worked on my local laptop and have deployed to several servers. If Flex app is delivered from the same host/port name then Flex will have no problem

  1   2   >