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

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

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

2006-07-07 Thread João Fernandes
Jim, I'm using CFMX7 MultiServer install + IIS as webserver. As soon as I get to work I'll post more information. João Fernandes -Original Message- From: flexcoders@yahoogroups.com on behalf of Jim Sent: Fri 07-Jul-06 12:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

Re: [flexcoders] SWF's not unloading

2006-07-07 Thread Angus Johnson
Thank you both for the reply. Hilary, your example has been very helpful. Correct me if I'm wrong (very likely) but even though you unload the swfContent wouldn't it still be in memory? From my very brief read up of garbage collection wouldn't it still exist unless you removed myLoader

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

2006-07-07 Thread Tom Chiverton
On Thursday 06 July 2006 21:00, Impudent1 wrote: So to me it seems to come down to easy/quickness of development at a cost. Or go free and have more control but potentially longer deployment times? Shrug. Wouldn't suprise me if CF8 was free-er. -- Tom Chiverton

Re: [flexcoders] Re: WebService Cairngorm 2 Example

2006-07-07 Thread Tom Chiverton
On Thursday 06 July 2006 20:52, Steven Webster wrote: How would folks feel about us making that change ? I'd rather have a cleaner interface, like Darron's approach gives us. At the mo, we're basically passing around the view name or View itself, through the event and into the command, so the

Re: [flexcoders] Re: cant set alpha for scrollbar

2006-07-07 Thread Jean-Luc ESSER
Didn't try it, but i think you can skin your scroll bar... Designing a translucid scroll bar in flash should do the trick. I'll be interested to see if you can get it to work. Best, JL - Original Message - From: hank williams To: flexcoders@yahoogroups.com

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

2006-07-07 Thread bhaq1972
Hi Kelly its sounds very good what you've done. i will be in the process of doing something similar. Care to share your c# code. would be very appreciated. regards Bod --- In flexcoders@yahoogroups.com, Kelly Birr [EMAIL PROTECTED] wrote: Dmitry, I've done it from ASP.NET to Flex 2.0

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

2006-07-07 Thread João Fernandes
Jim, Can you follow, the technote steps? For the merging web.xml, copy everything except for the messageBrokerServlet from flex web.xml. To work with FDS, your assemblers must be under your server instance webroot or add a mapping so it can resolve the path to reach it. In my

Re: [flexcoders] mx:HTTPService - relative url's - relative to swf vs relative to html wrapper

2006-07-07 Thread Tom Chiverton
On Thursday 06 July 2006 14:57, dehemke wrote: Is there a way to force relative urls to resolve based on the swf location instead of the html wrapper location? Web service URLs should always be absolute. -- Tom Chiverton This email is

Re: [flexcoders] Re: DataGrid Totals Row

2006-07-07 Thread Tom Chiverton
On Friday 07 July 2006 00:21, Lisa Nelson wrote: am resorting to as well. I bound the widths of the totals datagrid to the widths of the main datagrid, but when I resize the widths in the main datagrid, the column widths in the totals datagrid don't come along Interesting. Did you do

[flexcoders] Passing argument to ItemRenderer ?

2006-07-07 Thread Jean-Luc ESSER
Hi all ! Let's say you have a TileList with a dataProvider : mx:TileList dataProvider="{myDataProvider}" itemRenderer="myIR"/ Now you want to pass a new Variable to the ItemRenderer myIR. Would you append this var to myDataProvider (and if so how ?) so it is accessible via "data.myVar" ?

[flexcoders] WebORB for Flex 2.0 final

2006-07-07 Thread Jonas Windey
Hi, Im trying to play a bit with WebORB 2.1 beta3, to see if its interesting to replace our .net webservices approach. The problem is that I cant get the sample project running (from http://www.themidnightcoders.com/articles/datamanagement.htm ) First of all, it doesnt build

Re: [flexcoders] Re: cant set alpha for scrollbar

2006-07-07 Thread hank williams
turns out this was a bug in beta3. I just switched over and it works.On 7/7/06, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Didn't try it, but i think you can skin your scroll bar... Designing a translucid scroll bar in flash should do the trick. I'll be interested to see if you can get

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

2006-07-07 Thread chrislee943
--- In flexcoders@yahoogroups.com, Deepa Subramaniam [EMAIL PROTECTED] wrote: What build of Flex are you using? I see MenuEvent.ITEM_CLICK being dispatched for sub-menu selections as well as root menu selections. Basically I need to get CategoryID after click on sub-menu item on any level,

Re: [flexcoders] Flexunit Help Req, the TestRunnerBase/startTest() gives TypeError

2006-07-07 Thread Michael BADEN
I have the same problem. Any solution ? 2006/7/5, Beverly Guillermo [EMAIL PROTECTED]: Hello everyone, I have been really trying to findto work out this problem and even tried searching for theanswerthrough the flexcoder archives and through Google/Ask but have not yet found any

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

2006-07-07 Thread mvbaffa
Hi All, Thanks all of you for your answers. I understand that FDS can notify the client when information is updated in the server. But I am not using FDS. This application uses AMFPHP, so I will have to use another method for notification. - Do you know any documentation for using sockets

[flexcoders] How to export data in datagrid to a csv file?

2006-07-07 Thread sahay17
Hi All. I am very new to FLEX environment. Can you all help me with exporting my data from a datagrid to a csv file? Thanks and Regards, Anurag. Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design.

[flexcoders] F2F FDS AMF Issue

2006-07-07 Thread Joshua Garnett
I've setup FDS to build the clients on the server using the secure-amf channel as the default. The channel uses the java adapter. Now the client that I'm working on works fine in Firefox. It is able to make calls through the AMF gateway without any issues. When trying to run the same client in

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

2006-07-07 Thread Tom Chiverton
On Friday 07 July 2006 05:12, mvbaffa wrote: - Do you know any documentation for using sockets in Flex ???

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

2006-07-07 Thread iviivi_us
Save adr.jsp file in your root directory: %@ page contentType=text/html; charset=iso-8859-1 language=java errorPage= % Adr%=request.getHeader(REMOTE_ADDR)%/Adr Here is example how to get client IP Address in Flex (you can use binding or result function to store client IP address): ?xml

Re: [flexcoders] WebORB for Flex 2.0 final

2006-07-07 Thread Tom Chiverton
On Friday 07 July 2006 11:52, Jonas Windey wrote: First of all, it doesn't build since it's looking for a services-config.xml file, and I don't find that in the WEB-INF folder (probably something from b2 or b3) It'll be in WEB-INF/flex/ in you've installed the CF 7.0.2 updater. -- Tom

Re: [flexcoders] Modal Immunity

2006-07-07 Thread Tom Chiverton
On Thursday 06 July 2006 18:10, Evan Gifford wrote: That is ... so that the modal blur/transparency does not affect it? Models dont't blur on have transparency, do you have some code to explain ? -- Tom Chiverton This email is sent for and

RE: [flexcoders] How to export data in datagrid to a csv file?

2006-07-07 Thread Shannon Hicks
We did this, but in avery manual way. We constructed the CSV data from the dataProvider just by adding the quotes, commas, and line breaks. Instead of giving a file to download, however, we just put the results in the clipboard. If there's an auto-magic way, I'd love to hear about it!

[flexcoders] arrayCollection.addItemAt How to?

2006-07-07 Thread yaagcur
I return a recordset and create a new arraycollection just fine but wish to add an extra row at the top . The following just produces an [object, Object] result in the combo box I populate for the additional entry public function myFunction(event:ResultEvent):void { trace

[flexcoders] [Flex2] FlexBuilder throws Removing compiler problem markers

2006-07-07 Thread Thomas Rühl -akitogo-
Hello list, the attached error occurs randomly during saving files - mxml or as. Even on clean/freshly created projects. Restarting Eclipse doesn't help on this. Is this already known? Cheers, Thomas Thomas Rühl Design, Programming Concepts

Re: [flexcoders] SWF's not unloading

2006-07-07 Thread Hilary Bridel
Hi Angus, swfContent is a reference to the actual SWF file which isthe child of Loader. swfContent.loaderInfo.loader.unload() will remove the SWF file. You are right to say that removeChild(myLoader) would completely remove the Loader, but in this case I need it to load the SWF again. Hilary

[flexcoders] Re: WebService Cairngorm 2 Example

2006-07-07 Thread ben.clinkinbeard
you're limiting yourself to a single listener but I don't see how I attach a resultHandler to an event and then fire it, all in the same context. The way I understand it, he was referring to the fact that AsyncToken can support multiple IResponders via addResponder(). So you could say: var

Re: [flexcoders] modellocator and double bindings

2006-07-07 Thread Douglas Knudsen
thanks! yes, I am certain. It seemed to only effect VOs 'owned' by the main VO. for example, homeAddress is a VO that is a member of myVO. mymodel.myVO.homeAddress.address1 each VO extended Cairngorm's ValueObject and is tagged Bindable. DK On 7/7/06, Dimitrios Gianninas [EMAIL PROTECTED]

Re: [flexcoders] anyone out there in eclipse land?

2006-07-07 Thread michael . corbridge
Hey Brendan, No problem, no offense taken :-) I tried your suggestion and it doesn't seem to apply to the 'console' panel, although it does apply filters to the 'problems' panel. I'll keep digging. Thanks for the suggestion. - mike

Re: [flexcoders] arrayCollection.addItemAt How to?

2006-07-07 Thread Oscar . Cortes
Have you tried the prompt property in the Combo Box? |-+- | | | | | yaagcur | | | [EMAIL PROTECTED] | | | Sent by: | | |

[flexcoders] How to set BusyCursor skin through stylesheet??

2006-07-07 Thread maikelsibbald
I tried: busy-cursor: Embed(/assets/graphics/application/loader/BusyCursor.swf); It's not working... Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design.

[flexcoders] Add to Cart

2006-07-07 Thread s_hernandez01
Does anyone have an example or advice on how I can use an addToCart() function that will send my items information to a datagrid in a shopping cart? Keep in mind that my shopping cart is in another component, that's why I am having trouble. I want to do something like how the flexstore adds items

Re: [flexcoders] arrayCollection.addItemAt How to?

2006-07-07 Thread Tom Chiverton
On Friday 07 July 2006 13:48, yaagcur wrote: public function myFunction(event:ResultEvent):void { trace (results returned); teams = new ArrayCollection(mx.utils.ArrayUtil.toArray(event.result.source)); teams.addItemAt([{FRANCHNAME:'All

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

2006-07-07 Thread Mike Nimer
You are right, this is the tricky part. However, there is an easy way around it. Install CF and Flex separately (2 jvm instance, or 2 wars in the same instance). Then point you projects -services option to the flex2 services-config.xml. This will allow you to use the FDS and messaging

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

2006-07-07 Thread JesterXL
PHP 4+ supports text sockets. I've managed to get Flex to talk to PHP via XMLSocket. The problem is, all the professional (and open source) socket servers out there are in Java. The example I found in Google works, but... it's only allowed me to connect. Sending messages didn't work, but I

RE: [flexcoders] F2F FDS AMF Issue

2006-07-07 Thread Peter Farland
What app server are you using? Do you have any additional security products or servlet filters installed (like siteminder)? There is a known issue with MSIE and HTTPS requests that receive responses with no-cache HTTP headers. We try to detect this situation but you can at least

Re: [flexcoders] Re: WebService Cairngorm 2 Example

2006-07-07 Thread Tom Chiverton
On Friday 07 July 2006 14:01, ben.clinkinbeard wrote: you're limiting yourself to a single listener but I don't see how I The way I understand it, he was referring to the fact that AsyncToken can support multiple IResponders via addResponder(). So you could say: var call:AsyncToken =

[flexcoders] Re: How to turn of Button Border

2006-07-07 Thread maikelsibbald
I tried it. But it also removes my button colors. Not really what I wanted. --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, this works mx:Button x=318 y=372 label=Button upSkin={null} overSkin={null} downSkin={null}/ I don't know about a style sheet

Re: [flexcoders] Flexunit Help Req, the TestRunnerBase/startTest() gives TypeError

2006-07-07 Thread Beverly Guillermo
Ihaven't gotten any answers yet. I'm hoping someone has the answers.. :) On 7/7/06, Michael BADEN [EMAIL PROTECTED] wrote: I have the same problem. Any solution ? 2006/7/5, Beverly Guillermo [EMAIL PROTECTED] : Hello everyone, I have been really trying to findto work out this

RE: [flexcoders] Re: DataGrid Totals Row

2006-07-07 Thread Lisa Nelson
No. I did it on the dataGridColumns, like this: mx:DataGrid id=totalsDG ... mx:columns mx:DataGridColumn id=col1ID width={mainDGCol1.width}/ ... /mx:columns /mx:DataGrid I am pretty new to Flex. But I thought what you wrote would bind to the width of the overall grid, not the

[flexcoders] Gap in a TileList ?

2006-07-07 Thread Jean-Luc ESSER
Anyone figured out how to specify an horizontal or vertical Gap in a TileList ? Works fine in a Tile, with repeaters, but not in a tile list. Thanx, JL __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Add to Cart

2006-07-07 Thread Tom Chiverton
On Friday 07 July 2006 14:24, s_hernandez01 wrote: component, that's why I am having trouble. I want to do something like how the flexstore adds items to the cart, but I can not understand the actionscript used. I appreciate any advice I can get. You have a global list called 'shopping

Re: [flexcoders] Re: DataGrid Totals Row

2006-07-07 Thread Tom Chiverton
On Friday 07 July 2006 15:37, Lisa Nelson wrote: I am pretty new to Flex. But I thought what you wrote would bind to the width of the overall grid, not the individual column widths. It would, yeah :-) I'm guessing you have to bind both the overall width and all the columns to make it work.

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

2006-07-07 Thread Michael van Leest
This example works great, but if there is only 1 item, it generates a error. Any thoughts on a workaround for this?? Thanks again, Michael theflashist schreef: You can use the XML as an external data model that the Array Collection can use like mx:Model id=xmldata source=my.xml/

Re: [flexcoders] Re: How to turn of Button Border

2006-07-07 Thread Rob Rusher
Would a LinkButton do what you're looking for?robOn 7/7/06, maikelsibbald [EMAIL PROTECTED] wrote: I tried it. But it also removes my button colors. Not really what I wanted. --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote:

Re: [flexcoders] Gap in a TileList ?

2006-07-07 Thread Rob Rusher
Check your rowHieght, columnWidth and item renderer margins.regards,robOn 7/7/06, Jean-Luc ESSER [EMAIL PROTECTED] wrote: Anyone figured out how to specify an horizontal or vertical Gap in a TileList ? Works fine in a Tile, with repeaters, but not in a

RE: [flexcoders] Re: Working with CFC's

2006-07-07 Thread Bacardi Bryant
Thanks Tom, this article appears to be exactly what I needed. I guess my mistake was, I was creating the wrong projects all together, I was using the Basic XML, ASP, PHP project type instead of the FlashRemoting project type. Thanks, Bacardi Bryant regActionTM Programmer [EMAIL

Re: [flexcoders] F2F FDS AMF Issue

2006-07-07 Thread Joshua Garnett
Peter that fixed my problem. Thanks! As for my setup, I'm using Tomcat 5.5.17. For my webserver I'm using Apache 2.0.55, which then connects to Tomcat via the Tomcat connector (version 1.2.15). I don't have any other security products currently installed. Is there an updated list of known

RE: [flexcoders] mx:HTTPService - relative url's - relative to swf vs relative to html wrapper

2006-07-07 Thread Carson Hager
Always here is pretty strong. The only time I could see this is for something like a publicly available web service like a FedEx tracking request - (1) read only so no damage done in dev and (2) not under your direct control so you don't have a choice. If you have any kind of dev vs. prod

[flexcoders] Adding an item to a dg

2006-07-07 Thread Jeremy Rottman
I am working with my party manager, I finally got it laid out correctly. However, I have ran into one last problem, when a user finds the party they want to tag to the file, I am trying to populate the party display DG with the party they just added. However, I think I am going about this the

[flexcoders] how to get the DataGrid to auto-fit columns

2006-07-07 Thread Pan Troglodytes
Wow, go away for a week and you get hundreds of messages. This list is really hopping!Anyway - is there no way to have the DataGrid automatically resize the columns to fit their content? Even if that content is just plain text? I've pored over the docs and can't find it. Seems like a big

Re: [flexcoders] Gap in a TileList ?

2006-07-07 Thread Jean-Luc ESSER
Let's say you have a TileList with width 100% and columnCount = 2. You wouldn't want to set the columnWidth explicitly. Your item renderer is 100% width because it needs to, and i cannot add padding to my itemRenderer as i only want space in between. The only way is using horizontalGap.

[flexcoders] Re: Using the XMLListCollection class bug

2006-07-07 Thread hal_lichtin
There is a bug in the example, but it is a one-character typo and does not require you to modify the doTreeSelect() method. Simply add a question mark as the next to the last character of the first line of the code, so it reads as follows: ?xml version=1.0? You should not have problems compiling

Re: [flexcoders] how to get the DataGrid to auto-fit columns

2006-07-07 Thread JesterXL
Uh... there was a spaceColumnsEqually method in Flex 1.5, but she's nowhere to be found in Flex 2. wtf? - Original Message - From: Pan Troglodytes To: flexcoders Sent: Friday, July 07, 2006 12:38 PM Subject: [flexcoders] how to get the DataGrid to auto-fit columns Wow, go away

[flexcoders] Re: falling between items when using itemRollOver (DataGrid)

2006-07-07 Thread djbrown_rotonews
any help here? --- In flexcoders@yahoogroups.com, djbrown_rotonews [EMAIL PROTECTED] wrote: I'm using the itemRollOver event mechanism to display additional info about items in my DataGrid, and it appears that you can fall between items with the mouse (ie, I'll be at Row 1 Column 5 and

Re: [flexcoders] Re: falling between items when using itemRollOver (DataGrid)

2006-07-07 Thread JesterXL
Try 2 callLater's, 1 calling the other? Ignore column0 if the lastColumn (member variable storing last rolled over column) was greater than 1? - Original Message - From: djbrown_rotonews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, July 07, 2006 9:55 AM Subject:

[flexcoders] Migrate AS2 dispatch event to AS3 dispatch event

2006-07-07 Thread [EMAIL PROTECTED]
Hi Guys, Just had a query. How good will it be to migrate AS2 as a short cut ? dispatchEvent({type:'abc',a:'1',b:'2'}) to dispatchEvent(new MyCustEvtClass ({type:'abc',a:'1',b:'2'})) package compo { import flash.events.Event; dynamic public class MyCustEvtClass extends

[flexcoders] DAO Best Practices

2006-07-07 Thread Briggs, Christian M
I’m wondering what people are doing as a best practice for the location of sophisticated business logic in a gateway/dao/bean pattern. For example, I’m currently building an application that has three tables, one of them a linking table for a one-to-many relationship between the other two: -

[flexcoders] Re: arrayCollection.addItemAt How to?

2006-07-07 Thread Doug Lowder
The addItemAt() function takes an object as the first parameter, not an array of objects. So you'd want: teams.addItemAt( {FRANCHNAME:'All Teams',FRANCHID:'All'} , 0); As Oscar states, there's a prompt property of ComboBox you can use to add that extra row. --- In

[flexcoders] Multi-Server or SingleServer config?

2006-07-07 Thread Bacardi Bryant
Hi, This may be OT, but how can I tell if ColdFusion was installed as a multi-server or single-server? The person that set it up is no longer around. I see the JRun4 directory, can I conclude multi-server based on that? Thanks, Bacardi Bryant regActionTM Programmer

RE: [flexcoders] Re: DataGrid Totals Row

2006-07-07 Thread Lisa Nelson
I tried that after I saw your message. That didn't help. Here's what else is funky. I can't seem to change the background color of the totals datagrid. All I can figure is somehow the fact that it only has 1 row affects it. You can see the problem in design view, and also at run-time.

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

2006-07-07 Thread Travis Young
I am using this for populating a DataGrid from XML or a WebService. Seems to work with 1 or multiple record sets returned. [Bindable] public var myXMLList:XMLList; Yahoo! Groups Sponsor ~-- Check out the new improvements in Yahoo!

RE: [flexcoders] DAO Best Practices

2006-07-07 Thread Steven Webster
Christian, Have you explored Flex data-services ? These CRUD operations on managed collections are *so* quick to develop with FDSwe've already done all the heavy-lifting for you ! Steven Steven

[flexcoders] FLEX BUILDER 2.0 - trial

2006-07-07 Thread sergiosergiomon
Well, I have just downloaded the 30-day trial version of the Flex Builder 2.0 and I now have 27 days to try to learn as much as possible. Question: Is there any way to extend this trial period WITHOUT purchasing the product? I live in Brazil and the asking price is salty, to say the least.

[flexcoders] Flex position available in Orange County, CA

2006-07-07 Thread andrea_wyss
FYI: FIRST AMERICAN is looking for Flex developers. Job Description: The individual is responsible for design and development of the user interface for key components of our Web application. The successful candidate must be able to work in a Team, and be committed to the highest standards of

[flexcoders] Flex Configuration

2006-07-07 Thread Bacardi Bryant
Hi, Do I need to install FDS to use Flash Remoting services as well? Each time I try to create a FR or FDS project, I receive an error: Invalid server root. flex-config.xml or flex-enterprise-services.xml must exist in the WEB-INF/flex folder within the server root. The error

[flexcoders] Re: FLEX BUILDER 2.0 - trial

2006-07-07 Thread lyon.james
--- In flexcoders@yahoogroups.com, sergiosergiomon [EMAIL PROTECTED] wrote: Well, I have just downloaded the 30-day trial version of the Flex Builder 2.0 and I now have 27 days to try to learn as much as possible. Question: Is there any way to extend this trial period WITHOUT purchasing the

RE: [flexcoders] Re: Beta 3 WebService Result

2006-07-07 Thread Carson Hager
What return type are you using? We have found that with flex/axis, returning arrays causes Flex to choke. We instead return java.util.List instances and Flex can handle the arrays much better. The WSDL is only slightly different but we don't see Flex mangling the array data like it was

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

2006-07-07 Thread Michael van Leest
I got it something like this: mx:Model id=xmldata source=playlist.xml / mx:ArrayCollection id=testAC source={xmldata.song} / mx:DataGrid width=100% dataProvider={testAC} click=traceSome(); mx:columns mx:DataGridColumn headerText=Artist dataField=artist/

RE: [flexcoders] Flex Configuration

2006-07-07 Thread Shannon Hicks
I'd double-check that you really did update to 7.0.2. Also, are you selecting c:\cfusionmx7\wwwroot as your directory? If you try to select c:\cfusionmx7\wwwroot\WEB-INF\flex, that's wrong. Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bacardi

[flexcoders] treegrid / treetable control

2006-07-07 Thread coder_flex
Hi, I need the treegrid /treetable control ie., to show one of the columns of datagrid as tree structure and the rows in other columns to follow this column. Are there any samples/examples out there to do this? I looked at one of the samples http://www.cayambe.com/wordpress/?p=36 It didnt

[flexcoders] Setting a stylesheet property on a TextArea control.

2006-07-07 Thread mateo_eastcoast
Hello, I am trying to assign a new StyleSheet object to the stylesheet property of a TextArea control. When I create that TextArea declarative using mxml I get an exception saying: Error: Error #2009: This method cannot be used on a text field with a style sheet. at

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

2006-07-07 Thread Travis Young
I am using this for populating a DataGrid from XML or a WebService. Seems to work with 1 or multiple record sets returned. [Bindable] public var myXMLList:XMLList; result==new XMLList(event.result); or myXMLList=new XMLList(myXML);

[flexcoders] Re: Beta 3 WebService Result

2006-07-07 Thread someguy7_7
I think we are returning arrays. I will give java.util.List a shot. Sounds like that might solve the first problem. Still need to solve this complex string issue. Thanks --- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] wrote: What return type are you using? We have found that

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

2006-07-07 Thread mvbaffa
Thanks, I'll check it out --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: PHP 4+ supports text sockets. I've managed to get Flex to talk to PHP via XMLSocket. The problem is, all the professional (and open source) socket servers out there are in Java. The example

RE: [flexcoders] Adding an item to a dg

2006-07-07 Thread Tracy Spratt
That syntax has always been a shortcut for partyDG.dataProvider.addItem, and the shortcut syntax has been removed from 2.0. So go through the dataProvider property like above. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

RE: [flexcoders] Issues Public/Private functions

2006-07-07 Thread Tracy Spratt
Make sure your declarations are actually inside of the package. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pottavathini, Sathish Sent: Friday, July 07, 2006 2:03 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Issues

RE: [flexcoders] Multi-Server or SingleServer config?

2006-07-07 Thread Shannon Hicks
In all likelihood, yes. If it was a single server install, it'd most likely be at c:\cfusionmx7 or /opt/bin/cfusionmx7 Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bacardi BryantSent: Friday, July 07, 2006 11:31 AMTo: flexcoders@yahoogroups.comSubject:

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

2006-07-07 Thread Tracy Spratt
This sounds like the old problem that the Player has about differentiating between an array with a single element and an object. Perhaps the solution will be to use the toArray utility function. Yoy might have to import it to use it but try: source={toArray(xmldata.song)} Tracy

[flexcoders] Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread ben.clinkinbeard
Hello, I am trying to port our AS2 app to Flex 2 and am having a problem with dynamic WSDL locations. I found a couple of threads stating that this is not possible in 1.5. My app loads a config.xml file at startup which contains the WSDL paths for use in the rest of the app. The config file is

RE: [flexcoders] Flex Configuration

2006-07-07 Thread João Fernandes
If you have installed the updater those files must exists in that folder. If not, something went wrong during installation. Check the installation logs to see if there was any problem during process. And no, you don't need FDS to use remoting. João Fernandes -Original Message- From:

RE: [flexcoders] Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread Carson Hager
We have accomplished this using the following. industryAndSizeIdsService.loadWSDL( wsdlURLasStringHere ); I assume you could also specify the wsdl property as well. We have gone to a pure ActionScript version of these services and the loadWSDL() method lets us have a little more

RE: [flexcoders] Re: Beta 3 WebService Result

2006-07-07 Thread Carson Hager
Absolutely agreed. I've looked at the response using the List and the appropriate schema types are there. Interestingly enough, for the non string types, we are getting xsd types and for the string types we are getting soapenc:string. I have to think this is an rpc/encoded thing but,

[flexcoders] Re: Adding an item to a dg

2006-07-07 Thread Jeremy Rottman
I tried your example tracy and it still gives me an error. This is the new error it gives me. Any ideas? TypeError: Error #1009: Cannot access a property or method of a null object reference. at

RE: [flexcoders] Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread Kelly Birr
Yes, its quite easy actually, I do it everywhere is my app. Attached is a simple dialog from my app that demonstrates the technique. I preload the xml config file into a static object called FX.AppCfg.current.config using a simple HTTPService with a relative path to the app url then I can pull

Re: [flexcoders] modellocator and double bindings

2006-07-07 Thread Douglas Knudsen
holy creations batman! sounds like a good reason. Now, would adding a creationPolicy=all to the root application tag address this maybe?DKOn 7/7/06, Moishe Groger [EMAIL PROTECTED] wrote: Binding seems to take even if local controls haven't been created yet. So if you're double-binding

Re: [flexcoders] DAO Best Practices

2006-07-07 Thread Douglas Knudsen
a good place to get such answers is the cfcdev list. CFCDev is run by CFCZone (www.cfczone.org) DK On 7/7/06, Briggs, Christian M [EMAIL PROTECTED] wrote: I'm wondering what people are doing as a best practice for the location of sophisticated business logic in a gateway/dao/bean pattern.

[flexcoders] Downloading documentation

2006-07-07 Thread Weyert de Boer
Does anyone know a way to download the livedocs? I will gone from the internet from a while, and I would love to have a reference. Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design.

Re: [flexcoders] Downloading documentation

2006-07-07 Thread Oscar . Cortes
Try this link that appears in www.flex.org http://www.adobe.com/go/flex_documentation_zip |-+- | | | | | Weyert de Boer | | | [EMAIL PROTECTED]| | | Sent by:

[flexcoders] Re: Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread ben.clinkinbeard
I assume you could also specify the wsdl property as well. Isn't that what I am doing here? mx:WebService id=industryAndSizeIdsService makeObjectsBindable=false wsdl={TestModel.getInstance()[EMAIL PROTECTED] + '?WSDL'} useProxy=false showBusyCursor=true The WS does not fire unless I hard code

RE: [Junk E-Mail - LOW] [flexcoders] Downloading documentation

2006-07-07 Thread Shannon Hicks
If you have FlexBuilder installed, just go to Help Help Contents Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de BoerSent: Friday, July 07, 2006 2:56 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] Downloading

RE: [flexcoders] Modal Immunity

2006-07-07 Thread Evan Gifford
Sorry for the confusion. I'll explain this better here I've got a titlewindow with a few modal properties: mx:TitleWindow modalTransparency=.5 modalTransparencyDuration=400 modalTransparencyColor=#CC modalTransparencyBlur=5 ... I'm using the PopUpManager to show this guy to create an

RE: [flexcoders] Re: DataGrid Totals Row

2006-07-07 Thread Lisa Nelson
By the way on the background color. That was dumb. I was only displaying the column headings of my totals datagrid. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lisa Nelson Sent: Friday, July 07, 2006 8:21 To: flexcoders@yahoogroups.com

Re: [flexcoders] FLEX BUILDER 2.0 - trial

2006-07-07 Thread Paul Andrews
- Original Message - From: sergiosergiomon [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, July 07, 2006 5:39 PM Subject: [flexcoders] FLEX BUILDER 2.0 - trial Well, I have just downloaded the 30-day trial version of the Flex Builder 2.0 and I now have 27 days to try

[flexcoders] Drag Selection of Multiple Objects in TileList possible???

2006-07-07 Thread rabbihamster
just like how you would do it on any desktop. and if this isnt a standard behavior - how easy would it be to create and incorporate it into the tilelist module? thanks artur flex newbie Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over.

RE: [flexcoders] Re: Does Flex 2 support dynamic WSDL locations?

2006-07-07 Thread Carson Hager
I wasn't very clear. When I said that, I meant in ActionScript rather than in the attribute of the WebService tag. Carson Carson HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGYMobile:

[flexcoders] Re: newb Q: running cf wiz :8500

2006-07-07 Thread Paul Ihrig
now i get a java.lang.IlligalArgumentExemption while trying to set up the wizard. CF Info: services-config.xml: C:\CFusionMX7\wwwroot\WEB-INF\flex\services-config.xml web root: http://localhost:8500/ Project Location New flex Proj name: films web root: C:\Inetpub\wwwroot\ thats about it. can

Re: [flexcoders] Issues Public/Private functions

2006-07-07 Thread Clint Tredway
also make sure you aren't missig a } I had this happen the other day and got the same error you are getting...On 7/7/06, Tracy Spratt [EMAIL PROTECTED] wrote: Make sure your declarations are actually inside of the package. Tracy From:

[flexcoders] A bit too ambitious?

2006-07-07 Thread Sam
Hi first of all let me preface this by saying that I am new to Flex and programming in general and I have been using Flex for about 2 weeks only I love it. :) I have seen a couple of discussions here about the use of Flex for web pages and how some say use it and some say don't. I see where

Re: [flexcoders] Modal Immunity

2006-07-07 Thread JesterXL
Throw the help button in a popup as well. Then, everytime you open a popup, go: PopUpManager.bringToFront ( helpButton ) PopUps are put in a different display area, thus their parent is not the app, and thus they are not blurred. or reparent the Help button to the TitleWindow, and then back

  1   2   >