Re: [flexcoders] Flex 2.0 Beta3 | Getting data from DragSource Object

2006-06-07 Thread Tom Chiverton
On Monday 05 June 2006 18:27, Dennis Riedel wrote: What I want to get now is the data within this DragSource object from the item I am dragging. The documentation (LiveDocs) says something about an IDataProvider Interface but I cannot find it anywhere in the LiveDocs. I built last week a

Re: [flexcoders] sharing images between projects

2006-06-07 Thread Paolo Bernardini
I've tried toinsert an image from my shared/assets/images folder using the flex properties panel, so I browsed to the image that I want to use and when I'm done I see that flex link it with an absolute path: mx:Image source=file:///P|/cnhFlex/shared/assets/images/ai.png / while if I move the

[flexcoders] Flex 1.5 || DataGrid + CellRenderer

2006-06-07 Thread david_gal-reyniez
Hi everybody! I have a problem with datagrid dataprovider and cellrenderer refreshing. Objective: From a comboboxI build a matrix into a datagrid. I want to refresh the datagrid each time I change my choice. Problem: No refresh of the cellrenderer into the datagrid

Re: [flexcoders] sharing images between projects

2006-06-07 Thread Paolo Bernardini
Actually I was wrong, adding the extra ../ as Tom suggested solved the problem, but doing this means that adding the shared folder to the source path it's useless at least for my purpose (sharing assets), and if I delete it, it still works. My questions still remain: What is the best wait to

Re: [flexcoders] 1.5 - 2.0 Migration, my final error: Definition UIComponent could not be found.....

2006-06-07 Thread Tom Chiverton
On Tuesday 06 June 2006 19:13, Tracy Spratt wrote: The problem is that the error panel does not indicate a file, and line 15 does not appear to be significant in any file I have looked at. Even if you compile with debug on ? Furthermore, UIComponent is a base class, or at least a very

Re: [flexcoders] Release date? Maybe 15th

2006-06-07 Thread Tom Chiverton
On Wednesday 07 June 2006 05:29, Matt Chotin wrote: sub-$1000 and that the SDK is free and there will be a free version of FDS. What is 'FDS' in this sense ? The stuff that does the 'automatic' updates from Flex via an interface CFC ? -- Tom Chiverton

Re: [flexcoders] Re: Alternative to firstChild, lastChild and nextSibling

2006-06-07 Thread Peter Hall
XMLDocument is the old XML object, which has firstChild, nextSibling etc.Use XML to use e4x.public var xml_object:XML = new XML();Peter On 6/7/06, Charles [EMAIL PROTECTED] wrote: Hi guys, Thanks for the replies. But I should mention that I've tried that before. I get no output...blank. I

Re: [flexcoders] Re: Beta3 on win 2003.

2006-06-07 Thread Tom Chiverton
On Tuesday 06 June 2006 18:43, sufibaba wrote: Do you know if the CF-flex connector works for CF7 Standard or is an CF enterprise thing. As far as I know it works on both, for the beta. I *think* Adobe have said it'll be a free add on for both, maybe with some limit on connections, when it is

Re: [flexcoders] Re: F2b3: e4x XML object as Tree dataprovider, how to refresh tree display?

2006-06-07 Thread Tom Chiverton
On Tuesday 06 June 2006 23:55, Jason Y. Kwong wrote: Ya, that's always an option, but it's a little disruptive cause it closes all the nodes that the user opened. Oh well, for now I'm just showing the root node. IMVHO, that's a bug. Unless the id of an open node, or the nodes depth have

RE: [flexcoders] Release date? Maybe 15th

2006-06-07 Thread Steven Webster
FDS = Flex Data Services http://labs.adobe.com/technologies/flexdata_services2/ There are some great videos on labs, and presentations, that deep-dive the value-add that Flex Data Services brings to your applications. Very exciting stuff! Best, Steven Steven Webster Practice Director

RE: [flexcoders] Re: Beta3 on win 2003.

2006-06-07 Thread João Fernandes
Tom, not everything is available in the standard edition The Flex2 Event Gateway is only available for the enterprise version. João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL Tel (+351) 213 185 200 .

Re: [flexcoders] help me

2006-06-07 Thread DIBYADYUTI CHAKRABORTY
Methods | Examples Frames | No Frames mx.servicetags please help me over this example. i just want to fetch a java object string with the help of http remote object.please if you kind Class RemoteObjectmx.servicetags.Service mx.servicetags.RemoteObject

[flexcoders] Re: Extracting Form Parameters in Remote Class (Flex 2 Beta 3)

2006-06-07 Thread tinywhistles
Hi Tom Could you please elaborate on this? A small code sample will be of great help. Rohan --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 06 June 2006 09:21, tinywhistles wrote: flex.messaging.FlexContext.getHttpRequest().getParameter (firstName).

[flexcoders] unsubscribe

2006-06-07 Thread Johan van Winden
unsubscribe Yahoo! Groups Sponsor ~-- Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM ~-

[flexcoders] Flex/CF Tutorial PDF Posted on Adobe Site, having problem, getting errors.

2006-06-07 Thread malik_robinson
Hi, I am trying to use this example to get Flex 2.0 Beta 3, Mystic, and CF 7.02 to work together but having some problems. If someone has a few moments to help that would be great, there is not much code to struggle through and this example is posted on the Macromedia/Adobe Site. I am using CF

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-07 Thread Duncan McMillan
Phil So do you mean that you put this RemotingConnection.as file in the same DIR as the mxml file? I'm using Flex 1.5 and this example is not working for me and complaining about the same thing. I've also tried to take the package declaration out (as I'm not sure if Flex1.5 likes package

[flexcoders] two tabnavigators with different tab colors?

2006-06-07 Thread shemeshkale
hi, i have two TabNavigators in flex 1.5 i want to give each of them different tab colors. fillColors is not working on a TabNavigator but only on Tab in the style declartion. so how do i give each navigator different tab colors? Yahoo! Groups Sponsor

RE: [flexcoders] two tabnavigators with different tab colors?

2006-06-07 Thread Jim Robson
I think you may be looking for tabStyleName: TabNavigator { fillColors: #FF, #CC; tabStyleName: myTabStyle; } .myTabStyle { fillColors: #FF, #CC; } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale Sent: Wednesday,

RE: [flexcoders] Flex/CF Tutorial PDF Posted on Adobe Site, having problem, getting errors.

2006-06-07 Thread Bjorn Schultheiss
I feel you Malik, Good chance it has to do with the Destination in your RemoteObject. I skipped that example though, but I will take a look at it soon. In the same doc Im getting problems with the use Event Gateway Mail Example. Compiler is throwing a few errors Example

Re: [flexcoders] Re: Cairngorm Sample Store

2006-06-07 Thread Tom Chiverton
Any further news ? http://www.richinternetapps.com/archives/000148.html is the nearest I can get. Compiling with the latest cairgorm2 .swc seems to work OK. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells

RE: [flexcoders] Flex/CF Tutorial PDF Posted on Adobe Site, having problem, getting errors.

2006-06-07 Thread Bjorn Schultheiss
I can't get this CFMail example to work. The destination totally fails for me. Where should the destination that I use for Producer and Consumer be defined? I have it in, C:\fds2\jrun4\servers\default\flex\WEB-INF\flex\flex-message-service.xml service adapters adapter-definition

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread shemeshkale
i thought of something like this but its not working! here is my code: what m i doing wrong? ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; width=100% height=100% mx:Style .MyTabNavigator { background-color:#FF; tabStyleName: myTabStyle; }

Re: [flexcoders] Size of Stage when flash player 9 loads

2006-06-07 Thread John Grden
beeautiful Daniel!!TanksJGOn 6/5/06, Daniel Cascais [EMAIL PROTECTED] wrote: Hi John, you can try this compiler argument (project - properties - Flex Compiler - Additional compiler arguments): -default-size 600 400 where the 600 and 400 stand for the width

[flexcoders] Re: loadWSDL Webservice result?

2006-06-07 Thread ben.clinkinbeard
The lastResult vs. result thing is a property of the WS operation you call, not the ResultEvent object that is sent to your result handler. I believe the most common place you would use this would be when you want to bind part of the returned data to something. myWebService.myWsMethod.lastResult

RE: [flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread Jim Robson
I think you have an extra dot in your CSS style definitions. There should be only one dot before each style name, as follows: .MyTabNavigator { background-color:#FF; tabStyleName: myTabStyle; } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-07 Thread Phil Marston
Hi Duncan, The .as file does go at the same level as the .mxml file, but I don't think it'll work with 1.5 because the class libraries are different - RemotingConnection extends NetConnection and the whole structure of remoting seems to be different in Flex 2.0 There's stuff on the AMFPHP

RE: [flexcoders] Re: Cairngorm Sample Store

2006-06-07 Thread Steven Webster
Guys, My apologies, but I thought I'd answered this before. As you all know from the engineers on the list, we're narrowing towards the final release of Flex, and the consulting team is consequently focussing our effort on shipping a version of Cairngorm and Cairngormstore that works for

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread shemeshkale
oops.. here is the code again: NOT WORKING. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; width=100% height=100% mx:Style .MyTabNavigator { background-color:#FF; tabStyleName: myTabStyle; } .MyTab { background-color:#0033FF; } .myTabStyle {

[flexcoders] Flex2B3 - preventDefault()

2006-06-07 Thread bhaq1972
Hi I have a datagrid itemEditEnd event, where i am doing an asynchronous validation. To prevent losing focus from the itemEditorInstance during the asynchronous validation, i call event.preventDefault(). If the asynchronous validation is succesfull i want to cancel the

[flexcoders] Re: need help in making usrname/pswd Database

2006-06-07 Thread raju_bb
i know Java and ASP lil..how shud i go..plz help Yahoo! Groups Sponsor ~-- Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM

[flexcoders] USing the FileReference Class

2006-06-07 Thread rama satoskar
Hi friends, I am using the FileReference class to select an image and show it directly at runtime. However I am not able to extract the complete file path from the browse property of the FileReference class object. When i select a particular image file only its name gets extracted . And when i

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread shemeshkale
i m trying to change the colors of the Tabs themselves. not the TabNavigator background. it works? really? weird? plz try again with this code then dont work for me - flex 1.5 u should get 2 TabNavigators with white backgrounds the top should have red Tabs and the bottom Blue Tabs. if its not

[flexcoders] F2B3: Error when passing single object to CF function

2006-06-07 Thread Jason Y. Kwong
I'm not sure if this is an entirely Flex problem, but I don't recall seeing this when using Flash Remoting. The problem arises when trying to do a RemoteObject call to a CF function that has one required argument that's a struct. eg: cffunction name=CallMe access=remote returntype=struct

[flexcoders] F2B3: Custom event type not used/recognized in MXML

2006-06-07 Thread Jason Y. Kwong
I have a very simple MXML component with a custom event:-?xml version=1.0 encoding=utf-8?mx:Canvas xmlns:mx= http://www.adobe.com/2006/mxml width=400 height=300 mx:Metadata [Event(jump, type=MyNewEvent)] /mx:Metadata mx:Button x=10 y=10

Re: [flexcoders] USing the FileReference Class

2006-06-07 Thread Luís Gustavo Sanabio
I have the same problem. I think that is impossible, because of the security reasons. 2006/6/7, rama satoskar [EMAIL PROTECTED]: Hi friends,I am using the FileReference class to select an image and show itdirectly at runtime. However I am not able to extract the complete file path from the

[flexcoders] How to cancel children resize of an UIComponent?

2006-06-07 Thread Iuliu Burtoiu
Hi list, Does anyone know a way to cancel the default behavior of an UIComponent, so as it won't resize its children, while resizing itself? More exactly, I have a button, which I want it to keep the same proportions relative to its parent, when I resize that parent. In the old Flash, this was

[flexcoders] Re: [Beta3] I found error that is a sample class named MyCustomTreeDataDescripto

2006-06-07 Thread pepe_perez_perez_perez
I'm facing the same error: TreeModelChangedEvent TreeModelChangedEventDetail don't exist anymore. Haven't find anything in the documentation, any suggestion for this?. Thanks, Pepe. --- In flexcoders@yahoogroups.com, Bryan Choi [EMAIL PROTECTED] wrote: MyCustomTreeDataDescriptor implements

[flexcoders] Re: Flex2B3 - preventDefault()

2006-06-07 Thread bhaq1972
i think i got a work around like this private var asyncVal:Boolean=false; function doValidate(event:DataGridEvent):void { if(e.reason == DataGridEventReason.NEW_COLUMN this.asyncVal) { e.preventDefault(); this.asyncVal = false; return; } this.asyncVal=true; //

[flexcoders] resizable, maximize and minimize TileWindow

2006-06-07 Thread Jesús Iglesias
Title: Mensaje Hi all, Have any of you made a TileWindow component with resize, maximize and minimize controls? Can you give me any idea on how to do it? Thanks. Jesús IglesiasAlvento Soluciones MóvilesPoeta Querol, 5 - 246002 Valencia (España)[tel]: (+34) 96.353.02.15[fax]: (+34)

Re: [flexcoders] how can I load text from a file

2006-06-07 Thread Antoine Malpel
Thanks all for anwsering I should precise I use FLEX 1.5 .. can't theses objects ... Tracy Spratt a crit: Use HTTPService or URLLoader(). Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Antoine Malpel Sent: Tuesday,

[flexcoders] f2b3: mx:State - resize events not firing properly - bug ?

2006-06-07 Thread bobpardoe1959
When creating a state that is larger than the original application and then adding resize=resized() on the application tag, the event is only firing the first time the alternate state is set. If I set currentState='expanded' - it fires, if I then set currentState='', no event fires. I believe

[flexcoders] Re: Alternative to firstChild, lastChild and nextSibling

2006-06-07 Thread Charles
Great. Got it! Thanks for the help everyone! --- In flexcoders@yahoogroups.com, Peter Hall [EMAIL PROTECTED] wrote: XMLDocument is the old XML object, which has firstChild, nextSibling etc. Use XML to use e4x. public var xml_object:XML = new XML(); Peter On 6/7/06, Charles

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread Tim Hoff
As a side note, if you want to control the color(style) of individual tabs in a TabNavigator, you can use the following code in 2.0 (not sure if it works in 1.5). //===//CSS://=== .tab1

RE: [flexcoders] changing states.

2006-06-07 Thread Rob Rusher
You should only need to set the state on "this.currentState". No import needed. Here is an example: private function stateHandler():void { this.currentState = 'About'; } Rob Rusher RIA Consultant Adobe Certified Flex 2Instructor e:[EMAIL PROTECTED] c:303.885.7044

[flexcoders] Re: f2b3: mx:State - resize events not firing properly - bug ?

2006-06-07 Thread Tim Hoff
When you change back to the original state, without explicitly resizing, the application remains large enough to display the child components of the expanded state, since they still exist. If you create and destroy the child components as needed, you might get the application to automatically

[flexcoders] Re: f2b3: mx:State - resize events not firing properly - bug ?

2006-06-07 Thread bobpardoe1959
That was my point really. It should resize. The idea (i would have presumed) is that when one has alternative states it should transition completely between the states, not just changing some of the state's attributes and controls. It should do all of them. BOb --- In

RE: [flexcoders] Repeater XML Attribute

2006-06-07 Thread Rob Rusher
I noticed that you named your dataProvider myHomePageAC indicating that you are using an ArrayCollection. The E4X notation is used only on XML objects. You can then put the XML into an XMLListCollection to use it as a dataProvider. I think you have the right idea, but the wrong objects. Rob

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread Doug Lowder
Take a look at the first comment just below the examples for a way to do this in Flex 1.5: http://livedocs.macromedia.com/flex/15/asdocs_en/mx/containers/TabNavigator.html#examples --- In flexcoders@yahoogroups.com, "shemeshkale" [EMAIL PROTECTED] wrote: i m trying to change the colors of the

[flexcoders] Multiple selection from a list

2006-06-07 Thread Sukhminder Singh
Hi All, I have a list of Catalogues, and the customers can select one or more from that list. I don't know how to highlight selected Catalogues - the once customer have already selected. Below is a sample code: mx:FormItem width=100% label=Catalogs cfComponents:BindableList

[flexcoders] TileList childen height

2006-06-07 Thread Dan Wood
Hi allI'm playing around with the TileList in Flex2. Is there a way to have children of different height in the TileList?At the moment it will take the height of the first child in the list and then either cut off children that are longer or center valign children that are smaller. Perhaps

[flexcoders] Re: How up upload a ByteArray to PHP on the server?

2006-06-07 Thread rigidcode
Thanks, it's not working, here is what I've tried: var bar:ByteArray; . I put data in the byte array... I've checked the length, it's about 4k var urlu:URLRequest = new URLRequest( 'http://www.mysite.com/fileup.php' ); urlu.data = bar; urlu.method = URLRequestMethod.POST;

[flexcoders] optimizing html output from RichTextEditor Component

2006-06-07 Thread Benjamin Dobler
Hi list, can anyone share good strategies for optimizing the html output from the RichTextEditor Component. It uses a lot of unnecessary p- and Textformat- tags. Is there a way of forcing the use of b-tags or any other solutions? Thanx benz Yahoo! Groups Sponsor

[flexcoders] omitting pie values of 0

2006-06-07 Thread Jason
It might be helpful if there was an option to a pieseries to omit zero values. As it stands now, I have to have a function go back through my data and delete any 0 values. Otherwise, I get zero-width wedge being labelled. Very confusing to the user. Yahoo! Groups

[flexcoders] Re: How up upload a ByteArray to PHP on the server?

2006-06-07 Thread rigidcode
No, I'm not sending it with other files. I just want to send this one, a bytearray of a jpg file. How do I do step 2 on your list? If I make a UrlRequest, and set it's data property to my ByteArray, then what will the variable name be in php's $_FILES array? $_FILES['what??'] ? It's not

[flexcoders] Re: f2b3: mx:State - resize events not firing properly - bug ?

2006-06-07 Thread Tim Hoff
Yeah, I hear you. But, the first time you change to the expanded state, the children are created and added. Unless you specifically re-define the application dimensions or remove these children, when you return to the base state, the application remains large enough to hold the children.

[flexcoders] pieChart with 100% one one point has callout

2006-06-07 Thread Jason
This seems something that's a little silly and could easily be fixed. Say you have a piechart with a pieseries with insideWithCallout labelPosition. If you only have one datapoint in the data, the series gets a callout pointing to the whole pie rather than the label being directly on the pie.

Re: [flexcoders] LinearAxis property access...

2006-06-07 Thread Brendan Meutzner
Solution: LinearAxis(chart.verticalAxis).title = 'sumthin'The error message is a result of FlexBuilder looking at the IAxis interface... type it properly, and you're gold.Brendan On 6/6/06, Brendan Meutzner [EMAIL PROTECTED] wrote: Sorry in advance if this is a

[flexcoders] Re: Problem with Tree Control and custom ITreeDataDescriptor

2006-06-07 Thread Steve House
I should have mentioned that this is Flex 2 Beta 3. Sorry, Steve On 6/7/06, Steve House [EMAIL PROTECTED] wrote: Help, I have created a custom ITreeDataDescriptor using a class named subject. Here is the beginning of the class definition... public dynamic class subject implements

[flexcoders] Comboboxes in flex/flash

2006-06-07 Thread michaellisten
Just looking at flex/flash, have a general question re combobox, aka dropdown list. I'm not sure that I've seen one in a sample app that has a lookup feature; type ahead etc. They're more like open the combo and pick from the list. That's not very workable with data centric apps which is what I do

[flexcoders] Re: need help in making usrname/pswd Database

2006-06-07 Thread raju_bb
i know Java and ASP(lil bit)...how can i do it...send me any links if u have..thanks Yahoo! Groups Sponsor ~-- Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM

[flexcoders] Re: Comboboxes in flex/flash

2006-06-07 Thread Tim Hoff
Check out Sho's completion input example here: http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/ -TH --- In flexcoders@yahoogroups.com, "michaellisten" [EMAIL PROTECTED] wrote: Just looking at flex/flash, have a general question re combobox, aka dropdown list. I'm not sure that

[flexcoders] Limiting number of items a control displays

2006-06-07 Thread Stacey Mulcahy
Is there a way to limit the number of items that a control displays of a dp or do you have to modify the array/arraycollection prior to setting it in order to do so? For example I have a list control thats gets a result that has 10 items, but I only want to show 3 and let the user

[flexcoders] Re: Namespace hell

2006-06-07 Thread ben.clinkinbeard
While it is not the ideal situation, as it still requires the use of labelFunction, you can use a single function for all of the columns in a DataGrid by using the headerText for each column to branch your logic. I wish you could use something like the column's id attribute but that is not a

Re: [flexcoders] Re: FusionCharts under Flex

2006-06-07 Thread Brendan Meutzner
Ely,110% agree with Jason on the suggestion for bolding/adding the embedded font intricacy to the docs for the AxisRenderer for labelRotation... would have saved me a few handfuls of hair.Brendan On 6/6/06, Ely Greenfield [EMAIL PROTECTED] wrote: I'll check

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-07 Thread Phil Marston
If you're using F1.5 also check out this tut I found yesterday http://coenraets.com/tutorials/restaurant/index.jsp - handy for F2.0 as well if you've done Mike's tut HTH Phil Phil Marston wrote: Hi Duncan, The .as file does go at the same level as the .mxml file, but I don't think

Re: [flexcoders] optimizing html output from RichTextEditor Component

2006-06-07 Thread Luís Gustavo Sanabio
I would like this too.. I thinking develop my own RichEditor Component instead. 2006/6/7, Benjamin Dobler [EMAIL PROTECTED]: Hi list,can anyone share good strategies for optimizing the html output from theRichTextEditor Component. It uses a lot of unnecessary p- and Textformat- tags. Is there a

[flexcoders] Where does :: take you?

2006-06-07 Thread ben.clinkinbeard
Could someone explain where exactly the :: operator gets you? Ideally, I would be able to do something like myXml.myNS::..deepChildNode, but I understand that is not valid. So I guess I am just trying to figure out what the context is. I have a default namespace on a node that is within a SOAP

[flexcoders] Re: Namespace hell

2006-06-07 Thread ben.clinkinbeard
From what I can gather, default namespaces in XML data simply aren't very well supported in AS3/Flex 2. Can someone from Adobe chime in to confirm or deny this? Should we simply try to avoid them at all costs? Thanks, Ben Yahoo! Groups Sponsor

[flexcoders] Question

2006-06-07 Thread nostra72
Does Flex and Java work well together __._,_.___ -- 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] Viewing HTML

2006-06-07 Thread Suzy Lawson
Hello Group- I have an app that receives XML data over the socket. Specifically, it is data that is in 2 formats (plain text and HTML). The HTML that gets sent represents the FULL html code (i.e. the top-level 'html', 'meta', 'head', 'style', 'div', 'body' tags etc..). Sometimes the tags have

[flexcoders] Re: Alternative to firstChild, lastChild and nextSibling

2006-06-07 Thread Charles
Actually, now I havea follow-up question. I've managed to use E4X to parse the XML now, but, for some XML documents, there are attributes on some of the items. For instance, in comparison to the previous XML I posted, some are now... Item xmlns="some.namespace.com" // the attribute of

RE: [flexcoders] Embedding Swf files Help sample broken. Need to refer to symbols at runtime.

2006-06-07 Thread Stephen Gilson
Sorry for the late reply. Modify the example so the SWFLoader line looks like this: mx:SWFLoader id=myLoader width=300 source=local.swf creationComplete=initNestedAppProps();/ This loads the SWF at runtime, rather than embedding it. The example shuld now work. Stephen

RE: [flexcoders] Question

2006-06-07 Thread Steven Webster
Yes, Flex and Java work well together :) http://www.theserverside.com/news/thread.tss?thread_id=25418 http://www.theserverside.com/news/thread.tss?thread_id=30332 With FDS, even more so ... see the link I sent out earlier. Best, Steven

[flexcoders] Re: How up upload a ByteArray to PHP on the server?

2006-06-07 Thread drome.dario
Hello, I'm assuming that what you want is to send a binary to your server in the same way that if it was sent by a browser (using that browse button in some forms) and then, at the server side, consume that file using PHP. In that case, I think that the best way is to implement (using

[flexcoders] Using E4X with attributes in XML tags

2006-06-07 Thread Charles
Hi everyone, This is a follow-up question from my last post http://groups.yahoo.com/group/flexcoders/message/38691?threaded=1var=1. I've managed to use an XML object instead of an XMLDocument object, so that I can utilize E4X to parse the XML. BUT, my new problem is that for some xml results

[flexcoders] Re: ExternalInterface | How to get called from flash inxml flavor?

2006-06-07 Thread drome.dario
knock, knock...nobody out there?Still standing Yahoo! Groups Sponsor ~-- Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM

[flexcoders] Dumb Newbie Question - Underlined Hyperlinks

2006-06-07 Thread swhitley02
Hello everyone. I'm hoping this is super easy, but I can't find any documentation on it. I'm working with Flex 2.0 Beta 3. While using the TextArea control, I'm posting an HTML hyperlink to the htmlText property. The link appears in the TextArea control and it works, but there's nothing

[flexcoders] Re: Comboboxes in flex/flash

2006-06-07 Thread michaellisten
Thanks those are interesting and to the point. But, I guess the implication is that there is no way to turn off the jerky 'slide out' behavior of the built in flex combobox...and that there is no autocomplete either? The reason this seems important to me is that I'm mostly about building data

[flexcoders] Re: RSL: using runtime shared library prompts debug dialog [F2b3]

2006-06-07 Thread Peter Blazejewicz
Hello list, just to let you know, I've just got mail from Adobe Flex QE after filling bug with that issue, They were able to reproduce that behavior, so guys: when testing RSL just dismiss that dialog and movie will continue fine, issue will be fixed soon, kind regards, Peter Blazejewicz

Re: [flexcoders] Re: Alternative to firstChild, lastChild and nextSibling

2006-06-07 Thread Peter Hall
namespace blah = some.namespace.com;use namespace blah; xml_object.ItemID;ORnamespace blah = some.namespace.com ;xml_object.blah::ItemID;PeterOn 6/7/06, Charles [EMAIL PROTECTED] wrote: Actually, now I havea follow-up question. I've managed to use E4X to parse the XML now, but, for some

RE: [flexcoders] how can I load text from a file

2006-06-07 Thread Tracy Spratt
Use HTTPService.  It is a 1.5(and 2.0) data service. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Antoine Malpel Sent: Wednesday, June 07, 2006 11:27 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] how can I load text

RE: [flexcoders] Re: need help in making usrname/pswd Database

2006-06-07 Thread Tracy Spratt
I sent you my prehistoric example directly. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of raju_bb Sent: Wednesday, June 07, 2006 6:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: need help in making usrname/pswd

RE: [flexcoders] Re: F2b3: e4x XML object as Tree dataprovider, how to refresh tree display?

2006-06-07 Thread Tracy Spratt
A bug, maybe. That's been standard behavior since 1.0. Asigning a dataprovider to a control resets it to its initial state. Yes, definitely, I would prefer the state to not change. I think this might be quite difficult to do though. Tracy -Original Message- From:

RE: [flexcoders] Question

2006-06-07 Thread Tracy Spratt
Yes. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 5:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question Does Flex and Java work well together

RE: [flexcoders] Re: Alternative to firstChild, lastChild and nextSibling

2006-06-07 Thread Tracy Spratt
Check out the thread: Namespace Hell. Sounds like it is relevant. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Charles Sent: Wednesday, June 07, 2006 2:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Alternative to

RE: [flexcoders] Dumb Newbie Question - Underlined Hyperlinks

2006-06-07 Thread Tracy Spratt
Yes, there is a css style setup that will do this. I recall reading it very recently in this list. If I can find it Ill point you to it. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of swhitley02 Sent: Wednesday, June 07, 2006 5:35 PM

RE: [flexcoders] Limiting number of items a control displays

2006-06-07 Thread Tracy Spratt
Check out rowCount. http://livedocs.macromedia.com/labs/1/flex20beta3/langref/mx/controls/listClasses/ListBase.html Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacey Mulcahy Sent: Wednesday, June 07, 2006 3:26 PM To:

Re: [flexcoders] Re: Namespace hell

2006-06-07 Thread Peter Hall
I think it's a limitation right now. It has nothing to do with if the namespaces are default or not; that is only relevent within the specific text representation of the XML. Namespaces are evaluated at compile-time, so there is not capacity for XMLListCollection to detect namespaces and use

Re: [flexcoders] Question

2006-06-07 Thread Brendan Meutzner
So how about we take this off on a tangent a bit... why would I use Java instead of ColdFusion or vice versa? The floor is open... My apologies if this has already been discussed, but I don't remember seeing anything. On 6/7/06, Tracy Spratt [EMAIL PROTECTED] wrote:

[flexcoders] MS Vista Beta 2 out

2006-06-07 Thread christopherjdunn
Just incase anyone would like to test any of the flex apps/clients on MS Vista Beta 2, it can now be downloaded from MS's website: http://www.microsoft.com/windowsvista/getready/preview.mspx Chris Yahoo! Groups Sponsor ~-- Protect your PC from

RE: [flexcoders] Question

2006-06-07 Thread Tracy Spratt
If your skillsets for both are equal, and there is no business or political preference, well, you are pretty lucky. Seriously, the decision is often based on in-house expertise or corporate policy. You can toss into the mix .NET, PHP, etc. This is one of the intended strengths of

RE: [flexcoders] Question

2006-06-07 Thread Kelly @ Dekayd Media Inc.
ColdFusion compiles to Java and it doesnt offer all the features of Java. It also costs about $7000 per enterprise license (last time I checked). Java is free. As for any of the other competitors I cannot say. From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Namespace hell

2006-06-07 Thread Ben Clinkinbeard
Hi Peter,Thanks for the reply. My development is actually focused around consuming SOAP web services that are created by other developers, so not using namespaces isn't an option for me anyways. (I made the example above as simple as possible for demo purposes.) As for transforming the XML

Re: [flexcoders] Question

2006-06-07 Thread Michael Schmalle
Kelly, Java is free. Am I getting messed up, I thought you needed like jrun or j2ee. Honestly, I did Java 2 years back and I would love to know how I could use it with FDS? I had got servlets working and things. Do you have any urls that point to what 'free' java would give you using flex.

[flexcoders] zombie warnings

2006-06-07 Thread Jason
So what's the recommended way to get rid of erroneous warnings that won't go away in Flex 2 beta 3? I have a bunch that are definitely wrong. Like 'Data binding will not be able to detect assignments to length.' and pointing to a line that says mx:fill. It has that warning x2 (for the same

[flexcoders] Re: quick filter for datagrid

2006-06-07 Thread tonyx_788
thanks i'been reading about sho's auto complete sample and i think it wont be dificult to do it for datagrid i'll upload my file and give you the url thanks for the help --- In flexcoders@yahoogroups.com, Jeremy Lu [EMAIL PROTECTED] wrote: yap, directly migrating from b1 to b3 would be a

[flexcoders] One last try: Javascript security

2006-06-07 Thread FineLine
Hi. I would like to raise this point one last time, before the Adobe engineers lock in this aspect of framework behaviour in the final release. Is it really necessary to restrict the security of the Flash Player / Flex Application model to such an extent that a flex application (SWF)

[flexcoders] Re: Problem with drawn lines appearing outside the bounds of container on resize.

2006-06-07 Thread Steven Toth
Can anyone comment? Anyone from Adobe have any insight? Thanks. --- In flexcoders@yahoogroups.com, Steven Toth [EMAIL PROTECTED] wrote: I have a Canvas that I'm drawing on using the graphics.lineTo() method of the Canvas. When I resize the browser window so the the Canvas gets smaller

[flexcoders] Re: Beta3 BUG: Date.parse does not work with XML format (YYYY-MM-DDThh:mm:ss) string

2006-06-07 Thread Steven Toth
Can Adobe confirm this is a bug? Thanks. --- In flexcoders@yahoogroups.com, Steven Toth [EMAIL PROTECTED] wrote: My WebSerivce returns a date string in the XML Date format (- MM- DDThh:mm:ss). Calling Date.parse() to convert it to a Number (a Number representing the milliseconds

[flexcoders] Re: loadWSDL Webservice result?

2006-06-07 Thread wayne_badu_johnson
Thanks Ben for the resultFormat tip. lastResult is still throwing an error so I will go with using 'result'for the moment. Cheers Wayne --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: The lastResult vs. result thing is a property of the WS operation you call,

  1   2   >