RE: [flexcoders] Re: How to create a date timeline

2006-10-03 Thread Jeroen De Vos
I started to work on a similar project, but i have no working codetill now. My idea is to draw rectangles inside a canvas. Thex-position is the value of the begin of the reign and the lenght ofeach bar is the diffence between the end and start.Sounds simple, but i have a problem to set

Re: [flexcoders] mxmlc -increment not working.

2006-10-03 Thread Ralf Bokelberg
Hi Paul, i can run it with ant wo problem. What does your ant target look like? Cheers, Ralf. On 10/2/06, Paul Spitzer [EMAIL PROTECTED] wrote: Robert Wąs wrote: option is: -incremental and works for me w/ ANT? Robert Was Paul Spitzer wrote: Did anyone ever figure this

Re: [flexcoders] Conditional Login inside curly braces for binding

2006-10-03 Thread Tom Chiverton
On Monday 02 October 2006 18:41, Sam Shrefler wrote: Is there anyway to put a condition inside { } for example: enabled={checkA == something checkB == somethingElse} Create a mx:Script block and encapsulate your logic in a function, then: enabled={isThingEnabled(checkA,checkB)} -- Tom

[flexcoders] Re: issue with progress bar loader becoming stuck

2006-10-03 Thread Dan Rossi
Hi which email were you referring to break it up, i have an app init and app complete method, app init sets up logging, event listeners on the video player controls, timers etc. on app completion i setup the netconnection and once connected it plays a file. as i explained with my problem, it

Re: [flexcoders] exposing data in custom components

2006-10-03 Thread Tom Chiverton
On Monday 02 October 2006 03:52, Douglas Knudsen wrote: thoughts? I've been writing components that expose the same variable they bind to (simple string or VO) or have a get/set for the complex type (getSelectedUser():UserVO and setSelectedUser(aUser:UserVO):void) -- Tom Chiverton Helping to

Re: [flexcoders] Chart Axis Effects?

2006-10-03 Thread Tom Chiverton
On Monday 02 October 2006 17:01, Mark wrote: Thanks in advanced for any help. Could you use a TweenEffect to adjust the min/max values on the axis yourself ? -- Tom Chiverton Helping to proactively network sticky e-commerce This email is

Re: [flexcoders] How to save client data server-side?

2006-10-03 Thread Tom Chiverton
On Monday 02 October 2006 21:40, jeremyrichman wrote: I'm a complete newbie to the server-side of things, how can I do this? What languages do you know ? -- Tom Chiverton Helping to dramatically build efficient products This email is sent

[flexcoders] Re: Transferring Data through Cairngorm methodology

2006-10-03 Thread laidezmon
Sorry for the late reply. Ben you and Paul are correct your fixes work fine for me thanks. I also checked out that login example, but my problem with the login example, is that instead of passing data into the backend service, which is what my java beans are set to accept, they want to pass a

[flexcoders] Re: How can we achieve this effect in flex??? Any Ideas???

2006-10-03 Thread omkarjoe
Thanks Brian, That are really valuable inputs. I am thinking of creating that effect as my RnD pro. As soon as I finish it I'll post it over here. Omkar --- In flexcoders@yahoogroups.com, Brian Dunphy [EMAIL PROTECTED] wrote: Not sure this will get you the effect you're looking for, but I

[flexcoders] Getting ServerVariables(LogOn_User)

2006-10-03 Thread Pramod
Hi, In the past I used to get user information on my intranet applications using the ServerVariables(LOGON_USER) in ASP. Can we we acheive this in Flex? Using Flex can we access ServerVariables? I need this to avoid the standard Log in screen into an application. From my point of view it's

Re: [flexcoders] Can I force a redraw of my dataGrid?

2006-10-03 Thread Tom Chiverton
On Monday 02 October 2006 22:12, livinginswitzerland wrote: redraw to occur programatically. grid.dataprovider.refresh(); or maybe t=grid.dataprovider; grid.dataprovider=t; ? -- Tom Chiverton Helping to widespreadedly establish distributed e-commerce

[flexcoders] DataService with non-polling AMF channel

2006-10-03 Thread Kornelius . Elstner
Hi All, we are trying to use a dataservice over an AMF channel that does not require polling. So we've configured the service as in the following snippets; in data-management-config.xml: ... destination id=contacts channels channel ref=amf/ /channels properties

[flexcoders] Flex Deployment problem.

2006-10-03 Thread mamatha_tn
I am having some confusion about how to configure flex.war and myApp.war (or EAR) as two seperate apps. Previously we had extracted flex jars and lib folders from fds2 and included as part of our project. We merged the web.xml of our project with web.xml from flex.war. This is working fine.

[flexcoders] [Drag Drop][Trees]

2006-10-03 Thread nikko_leborgne
Hello ! I have a problem with the drag and drop between two trees. Indeed, to drag drop in an only tree, there is no problem. Moreover, I know to drag drop between two trees, but I only know move files or folders. And, I would like COPY a file from a tree to another. What is the solution ?

[flexcoders] Re: How to create a date timeline

2006-10-03 Thread fsawitzki
Hi, I started looking into the flex charts, but I can't seem to 'force' the charts to behave in a timeline way. I guess charting is not the way to go to solve this problem. The delivered charting components were to complicated for me to understand, so i decided to build up my visualization

[flexcoders] How to lock columns

2006-10-03 Thread jlentz2112
Hi, I see in the help screens that a data grid is supposed to be able to have a locked column. How do you do that? I've searched through the help area, but it doesn't say how to lock a particular column in a grid. Thanks for any help. jlentz -- Flexcoders Mailing List FAQ:

RE: [flexcoders] mxmlc -increment not working.

2006-10-03 Thread Lance Linder
I made the original post and I never did get this working either.  Sorry I don’t have a solution but for what its worth I still get the same error you do and haven’t been able to figure out why.  I haven’t perused this problem further because I have taken a different approach

[flexcoders] flex 2 starter

2006-10-03 Thread Husain Kitabi
HiI am having an application built a year ago on flex 1.5. Now i am upgrading it to flex 2 and have to add additional functionality. The app shall be integrated intoa JBoss 4.0.4 server.Can anyone please advise where to start from? Do i have to download the Flex Dataservices 2 pack and work

[flexcoders] Senior Flex and ActionScript Developer (Cape Town)

2006-10-03 Thread Simon Barber
ThoughtFaqtory seeks a Flex and ActionScript Architect/Developer to design, architect, and implement rich internet applications (RIA). The ideal candidate will be an expert ActionScript 2.0 and Flex 1.5 developer with 2+ years of software development experience and a BS/MS in Computer Science

Re: [flexcoders] How to lock columns

2006-10-03 Thread EECOLOR
Hello, What do you mean with locked. Greetz Erik __._,_.___ -- 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] subject

2006-10-03 Thread Bjorn Schultheiss
No Problemo Aldo, Any time ;) Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel CascaisSent: Tuesday, 3 October 2006 2:02 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders]

Re: [flexcoders] Item Renderer -- Sorting in Data Grid...

2006-10-03 Thread Tom Chiverton
On Wednesday 27 September 2006 23:41, lrlarsonny wrote: It must be possible to sort currency formatted data? Look into writing your own column sort function - sortCompareFunction property of DataGridColumn -- Tom Chiverton Helping to synergistically scale sexy interfaces

Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-03 Thread John Kirby
Title: quote There is a hack for this: http://www.deitte.com/archives/2006/08 By creating an IFRAME you can load an animated gif. I did it here: http://infinitymedialabs.com/weather/WeatherFlex.html Click on Radar. This is still under construction but check out dieitte's blog... he has

[flexcoders] Re: Navigating between Screens

2006-10-03 Thread Bela Hajzer
--- In flexcoders@yahoogroups.com, "jlentz2112" [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, "jlentz2112" jelentz@ wrote: Hi,I'm new to Flex 2 development. I've seen some tutorials on ViewStacks, but they used a navigator bar or tab bar to switch between screens. I've got

Re: [flexcoders] Can I force a redraw of my dataGrid?

2006-10-03 Thread EECOLOR
Hello, its not best practice to refresh the whole grid if only 1 row changed. If the data in your array consists of instances of custom classes, make surethe properties in the custom class are bindable. Bindable causes them to broadcast an event if an item changes, which in turn will make sure

[flexcoders] XML.prettyPrinting = false;

2006-10-03 Thread PERBIOAL
Hi everybody, I have a problem with loading an external xml. If I do not use XML.prettyPrinting = false; I get unwanted spaces before some start tags and after some end tags. If I use XML.prettyPrinting = false; I loose necessary spaces before other start tags and after end tags. Can somebody

[flexcoders] Problem with extending mx.controls.DataGrid

2006-10-03 Thread Van De Velde Hans
Hi list, I'm busy skinning the DataGrid by extending mx.controls.DataGrid, but I get an error when using the mx:columns - tag with the extended DataGrid component : Could not resolve mx:columns to a component implementation. Does anybody have a fix? Wkr, Hans. -- Flexcoders Mailing List

RE: [flexcoders] Problem with extending mx.controls.DataGrid

2006-10-03 Thread Van De Velde Hans
Naturally, I can obtain my goal by setting the columns array with DataGridColumns with code, but it's less elegant I think. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Van De Velde Hans Sent: dinsdag 3 oktober 2006 14:48 To:

Re: [flexcoders] Re: Chart Axis Effects?

2006-10-03 Thread Tom Chiverton
On Tuesday 03 October 2006 14:08, Mark wrote: Thanks for your reply Tom. Unfortunately, I don't know what a TweenEffect is. I'll hit the documentation and try to figure that out. Their fairly obvious, you give them a time, duration, start and end values, and get a called back every so often

[flexcoders] Re: How to save client data server-side?

2006-10-03 Thread jeremyrichman
I know Java, and am learning Python. I have co-workers I can call on who know .NET and possibly Javascript. Jeremy --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 02 October 2006 21:40, jeremyrichman wrote: I'm a complete newbie to the server-side of

Re: [flexcoders] Hslider problem

2006-10-03 Thread Matias Nicolas Sommi
Hello, you have the function: private function getSliderLabel(value:String): void it hasn't return value... you must specify a return type if you want to return something... like getSliderLabel(value:String):String... remember: function name(par:parType):funcReturnType. 2006/10/2,

[flexcoders] Re: Chart Axis Effects?

2006-10-03 Thread Mark
Excellent Tom. I will give that a try. Thank you very much. mark --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 03 October 2006 14:08, Mark wrote: Thanks for your reply Tom. Unfortunately, I don't know what a TweenEffect is. I'll hit the

[flexcoders] DateChooser and it's dateGrid

2006-10-03 Thread Bas J. Brey
Im trying to highlight a selection of one or more days in the dateChooser. When inspecting the dateChooser and the CalendarLayout component I see that the most important variables, dateGrid and dayBlocksArray are internal vars. Does anyone have a clue on how to override this? (Well I

Re: [flexcoders] Re: Flex pulling in data from the HTML and can HTML hold my XML dataprovider?

2006-10-03 Thread dorkie dork from dorktown
all i can say is... flipping sweet!On 10/2/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: http://www.onflex.org/FXT/--- In flexcoders@yahoogroups.com, dorkie dork from dorktown[EMAIL PROTECTED] wrote: I have a very complicated project that I would like your help with. The reason it's

Re: [flexcoders] Re: How to save client data server-side?

2006-10-03 Thread Tom Chiverton
On Tuesday 03 October 2006 14:49, jeremyrichman wrote: I know Java, and am learning Python. I have co-workers I can call on who know .NET and possibly Javascript. In that case your are well poised. All you need is a JSP that takes form or URL variables and does whatever you need to be done

Re: [flexcoders] DateChooser and it's dateGrid

2006-10-03 Thread Tom Chiverton
On Tuesday 03 October 2006 15:10, Bas J. Brey wrote: I'm trying to highlight a selection of one or more days in the dateChooser. Why not use the dateChooser.selectedRanges property ? -- Tom Chiverton Helping to globally iterate proactive convergence

[flexcoders] WSDL 2 ActionScript classes?

2006-10-03 Thread Leo
Hi coders I was wondering if you know a tool that let me create ActionScipt classes that represent the complex structures defined in a WSDL file. I've heard about WSDL 2 Java and some other automated tools that let do that for other languages. I need that because I have several web services

[flexcoders] preloader bar becomes stuck at times

2006-10-03 Thread Dan Rossi
Ive recreated a thread because mine got hijacked this is crap. Here is a link to the screenshot of how it looks http://www.electroteque.org/flex.png see below: Hi there, each time i make a change to my flex app, the default progress bar becomes stuck and doesnt finish loading therefore the

Re: [flexcoders] flex 2 starter

2006-10-03 Thread Douglas McCarroll
General Flex FDS install info here: http://www.adobe.com/support/documentation/en/flex/2/install.html JBoss-specific FDS install info here: http://www.adobe.com/support/documentation/en/flex/2/install.html#jboss Husain Kitabi wrote: Hi I am having an application built a year ago on flex

[flexcoders] Custom component inside custom component issues

2006-10-03 Thread Brian Dunphy
I'm having trouble with mx related packages when they are inside a custom component. My structure is as follows: - I have a component, 'Widget', which is an ActionScript class that extends the TitleWindow container (it just adds a few custom show/hide/close methods, it doesn't override any

RE: [flexcoders] DateChooser and it's dateGrid

2006-10-03 Thread Bas J. Brey
On Tuesday 03 October 2006 15:10, Bas J. Brey wrote: I'm trying to highlight a selection of one or more days in the dateChooser. Why not use the dateChooser.selectedRanges property ? I may need to give them different colors in the future. But until then think I could use that option. --

[flexcoders] Wrapping components within a container

2006-10-03 Thread David Katz
Does anyone know if it's possible to wrap components within a container in Flex 2.0? I need to dynamically create a series of LinkButtons, for example, and have them wrap when they reach the right edge of their container. (Imagine a long clickable breadcrumb trail that wraps to a second line if

[flexcoders] READ THIS: Startup Needs Flex Architect/Developer ASAP!

2006-10-03 Thread jhaidar21
Hi All, BuzzSpots is an exciting new startup that's looking for a seasoned Flex developer to help us build out or service. The successfuly candidate is: - A freelancer with their own development set up (i.e.home office) - Able to architect and develop a user driven Flex application and

Re: [flexcoders] Absolute Sizing

2006-10-03 Thread Daniel Freiman
I've seen this issue and didn't figure it out (although it was a lower priority so I doubt I spent too much time on it). If anyone wants to clarify what screenDPI actually means I'd be interested as well. Right now it seems like a constant equal to 72. - DanOn 10/2/06, David Buitenveld [EMAIL

Re: [flexcoders] Wrapping components within a container

2006-10-03 Thread Brian Dunphy
Trying to create a tag cloud eh? Maybe... :)Anyway, I created an FBox container based on some example code in the documentation (and some code from Flex 1 that I found), you can find the code in here: http://tech.groups.yahoo.com/group/flexcoders/message/40947Best of luck.BrianOn 10/3/06,

Re: [flexcoders] Flex pulling in data from the HTML and can HTML hold my XML dataprovider?

2006-10-03 Thread Tom Chiverton
On Monday 02 October 2006 22:50, dorkie dork from dorktown wrote: * Browser loads HTML page in browser - Embedded Flex swf loads - Embedded Flex swf looks at html page and gets values off page (maybe tries What we do is use flash vars with SWFObject by Geoff Stearns

RE: [flexcoders] ColdFusion adapter for remoting forgets super classes.

2006-10-03 Thread Mike Nimer
There is an outstanding bug/ER to add support for super cfc properties. I remember trying to get to it before we shipped CF702, however it didnt make the cut. Right now your best option is to define a CFPROPERTY tag for all of the properties (from the super classe) in the main cfc you

Re: [flexcoders] Flex pulling in data from the HTML and can HTML hold my XML dataprovider?

2006-10-03 Thread dorkie dork from dorktown
Tom, That looks awesome too. Is that cross browser compatible? I'm assuming it works well with all or almost all the xml you've put in it? Ben or Ted, Is FXT cross browser cross platform compatible? Any issues? Judah On 10/3/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 02 October

[flexcoders] Re: Problem with extending mx.controls.DataGrid

2006-10-03 Thread Oscar
Change mx:columns to your component namespace. For example if you have compgrid:MyDataGrid, change mx:columns to compgrid:columns. The namespace of the property must match the namespace of the component. Oscar --- In flexcoders@yahoogroups.com, Van De Velde Hans [EMAIL PROTECTED] wrote:

Re: [flexcoders] mxmlc -increment not working.

2006-10-03 Thread Paul Spitzer
target name=Administrator java jar=${mxmlc.jar} fork=true arg line=-local-fonts-snapshot='${flexsdk.home}/frameworks/winFonts.ser'/ arg line=-load-config='${flexsdk.home}/frameworks/flex-config.xml' / arg line=-load-config+='${basedir}/Administrator/build/Administrator-config.xml' /

[flexcoders] Problem with Session Java/Flex

2006-10-03 Thread jonathan_merey
Hi, I have an application in which i have to threat the identification. In this identification I want to record some information in Session like login. The problem is that I don't know how. With a traditional application in Java with struts I know but in this case no.Here is my java code for

[flexcoders] Re: Set variable in custom component

2006-10-03 Thread fsawitzki
Many thanks for your correction of my code. It works fine, but i tried to do some modifications, which will not work. My problem is, that i also need the passed datestarty property to set the size of my rectangle inside the createChildren() function. But inside this function, the datestarty

[flexcoders] Re: plug-in detection not working for IE

2006-10-03 Thread zenwarden
You really think that's the problem? The same pages work fine in frirefox. Chris --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Try uninstalling and re-installing the Player. Maybe it didn't get set up in the registry correctly?

[flexcoders] Start Up Needs Flex Developer ASAP (updated with Contact Info)

2006-10-03 Thread jhaidar21
Hi All, BuzzSpots is an exciting new startup that's looking for a seasoned Flex developer to help us build out our service. The successful candidate is: - A freelancer with their own development set up (i.e.home office) - Able to architect and develop a user driven Flex application and provide

[flexcoders] Bug in Date class when using strings in constructor, with test case

2006-10-03 Thread Tom Chiverton
Compile up the following Flex 2 app, and enter 22/3/06 in the top box, then press the parse button. I'm in the UK (where dates go dd/mm/yy) and would expect the answer to be 22nd March 2006, not 3rd October 1907 (I'm guessing this is 0006+22 months+3 days). But even in the US (where dates go

[flexcoders] Bug in Date class when using strings in constructor, with test case

2006-10-03 Thread Tom Chiverton
Compile up the following Flex 2 app, and enter It gets better*. 10 Dec 2006 is fine. 10 dec 2006 isn't. Dec 10 2006 is fine. dec 10 2006 isn't. 10 December 2006 isn't. A dotted triplet (2.2.06) isn't. -- Tom Chiverton, writing a date/time parser tommorrow :-(

RE: [flexcoders] Conditional Login inside curly braces for binding

2006-10-03 Thread Gordon Smith
Or write the operator as amp;amp; - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Tuesday, October 03, 2006 2:50 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Conditional Login inside curly braces for

Re: [flexcoders] Wrapping components within a container

2006-10-03 Thread David Katz
Thanks, Brian. This was very helpful.Best,DavidOn 10/3/06, Brian Dunphy [EMAIL PROTECTED] wrote: Trying to create a tag cloud eh? Maybe... :)Anyway, I created an FBox container based on some example code in the documentation (and some code from Flex 1 that I found), you can find the code in

[flexcoders] Drag n Drop between 2 Datagrids

2006-10-03 Thread s_hernandez01
Would anyone have any source code on how to drag n drop between 2 datagrids using the Drag Manager? -Sal -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups

[flexcoders] Re: Format a datatip.

2006-10-03 Thread jnewport
This throws an error. Cannot convert [EMAIL PROTECTED] to mx.chart.series.items.LineSeriesItem /Start of datatipcode/// private function formatDataTip(hitData:HitData):String{ var months:String =

[flexcoders] e4x with XMLListCollections?

2006-10-03 Thread Clare Todd
I have a hunk of XML that I have loaded into an XMLListCollection. It describes a training course catalog. I'm trying to write a function to return the title of a course when passed the "KeyID" of a specific course instance, and am running into all sorts of problems (it ain't working being

[flexcoders] Reverse Geocoding

2006-10-03 Thread John Kirby
Title: quote Does anyone know how in either Yahoo or Google maps to have the lat/long and then do a reverse Geocode to get a city, state, zip? Thanks -- Whether you think that you can, or that you can't, you are usually right. - Henry Ford __._,_.___ -- Flexcoders Mailing List

[flexcoders] Updated for retail build: Re: [BETA3] I am still having a problem.

2006-10-03 Thread meathead
Would anyone have an idea on how to use a variable as the label? It seems that since the node is an object I can't force a string concatenation over it. I'd like to replace... newNode = folder label='Sibling'/folder With newNode = folder label='strSomeVariable'/folder Thanks, ---

[flexcoders] ExternalInterface in Firefox

2006-10-03 Thread Rogerio Gonzalez
Hello people, I am having a problem with Firefox. I do a javascript (window.open) by an ExternalInterface. Something like this: var strJavaScript:String = 'window.open(test.html,Test,width=+ screen.width +,height=+ (screen.height - 30) +,left=0,top=0,status=0)'

[flexcoders] can NOT call method in component

2006-10-03 Thread boy_trike
in my application, i am asking for time input in many places. right now I have a change=processTime( event) in the text input of each time variable. (my process time parses the input. Of course, this requires that I import the ProcessTime function into each component that uses it. I

[flexcoders] Re: Can I force a redraw of my dataGrid?

2006-10-03 Thread Derrick Grigg
A typed value object is basically an object that matches to some data entity you are working with. You create a class to define the entity, give it properites (that are bindable) and then put instances of that class into the ArrayCollection instead of non descript Objects ie class BookVO {

Re: [flexcoders] DateChooser and it's dateGrid

2006-10-03 Thread Xavier Agnetti
On 10/3/06, Bas J. Brey [EMAIL PROTECTED] wrote: On Tuesday 03 October 2006 15:10, Bas J. Brey wrote: I'm trying to highlight a selection of one or more days in the dateChooser. Why not use the dateChooser.selectedRanges property ? I may need to give them different colors in the

[flexcoders] Re: ExternalInterface in Firefox

2006-10-03 Thread Santo
hello again, Here is a example of the problem that I´m having. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.controls.Alert; import

RE: [flexcoders] Bugs in Panel Component

2006-10-03 Thread Matt Chotin
Weve filed a bug for the 50% thing. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Sunday, October 01, 2006 3:33 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Bugs in Panel Component

Re: [flexcoders] can NOT call method in component

2006-10-03 Thread Michael Schmalle
Hi,Since you are instantiating the component in an Application, the scope is off, comp:TimeText id=tt change=processTime (event) /needs to be comp:TimeText id=tt change=tt.processTime (event) /I know that isnt what you wanted to here but the scope always refers to the application everywhere

[flexcoders] SQL Server and Flex 2

2006-10-03 Thread Joe
Okay, I'm pretty new to the Flex scene and am very impressed with the development so far. My company is wanting to start developing a database application using an Ajax technology and realize I'm a little behind the curve since Flex applications don't access data like the .net applications I

[flexcoders] Re: Saving TileList Drag Drop Reorder

2006-10-03 Thread He who runs with cattle
I am grabbing this array information with a DragEvent.DRAG_COMPLETE listener if that helps. --- In flexcoders@yahoogroups.com, He who runs with cattle [EMAIL PROTECTED] wrote: I have a TileList populated with a an array of images and using the default behavior of the allowDragSelection,

RE: [flexcoders] SQL Server and Flex 2

2006-10-03 Thread Shannon Hicks
You would use .net to talk to SQL Server, and flex 2 would talk to .net. There are many methods to do that... search the archives for .net Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JoeSent: Tuesday, October 03, 2006 4:24 PMTo:

RE: [flexcoders] Reverse Geocoding

2006-10-03 Thread Shannon Hicks
Title: quote I don't know if Yahoo or Google do it, but I know that the lat/long information is usually tied to city/state/zip through zip code database subscriptions. I never did find anyone giving it away for free, but that were more than reasonable. Shan From:

Re: [flexcoders] SQL Server and Flex 2

2006-10-03 Thread Rich Tretola
You could talk directly to SQL server 2005 using the new SQL server web services.RichOn 10/3/06, Shannon Hicks [EMAIL PROTECTED] wrote: You would use .net to talk to SQL Server, and flex 2 would talk to .net. There are many methods to do that... search the archives for .net Shan

Re: [flexcoders] Reverse Geocoding

2006-10-03 Thread Rich Tretola
I found one for $5,but the link in on my machine at the office. I will send it tomorrow.RichOn 10/3/06, Shannon Hicks [EMAIL PROTECTED] wrote: I don't know if Yahoo or Google do it, but I know that the lat/long information is usually tied to city/state/zip through zip code database

[flexcoders] Re: How to lock columns

2006-10-03 Thread Tim Hoff
Hi jlentz, Your only option is to lock the left hand columns using the lockedColumnCount property of the DataGrid. -TH --- In flexcoders@yahoogroups.com, jlentz2112 [EMAIL PROTECTED] wrote: Hi, I see in the help screens that a data grid is supposed to be able to have a locked column.

[flexcoders] does the CFC/AS namespace path have to match?

2006-10-03 Thread Brendan Meutzner
Hi,It seems that even when I type my cffunction argument inside my CFC, it looks for the object definition in the same location the AS object is placed... but they're not in my case.Eg. AS fileimport com.blah.blah1.blah2.theDataStructure;delegate.insertFunction(event.theDataInstance as

Re: [flexcoders] SQL Server and Flex 2

2006-10-03 Thread Tariq Ahmed
Joe, the first learning step to just get something going is to write .NET/ASP pages that output simple XML that your Flex app consumes. In the Flex Docs lookup stuff on "HTTPService". Using HTTPService you can just connect to any URL that spits back XML, and then in Flex you can work with

Re: [flexcoders] Reverse Geocoding

2006-10-03 Thread Tariq Ahmed
There's a $40 product from ZipInfo.com http://www.zipinfo.com/products/z5ll/z5ll.htm Rich Tretola wrote: I found one for $5,but the link in on my machine at the office. I will send it tomorrow. Rich On 10/3/06, Shannon Hicks [EMAIL PROTECTED]com wrote:

[flexcoders] Re: SQL Server and Flex 2

2006-10-03 Thread Tim Hoff
Hi Joe, If you're using SQL Server 2005, you could use Rich's suggestion. However, if you're using SQL Server 2000, you could use ASP.Net as the middle tier. Here is an example of an ASP.Net webservice (VB.Net) that pulls data from SQL Server. View Example On the Flex side, search the help

RE: [flexcoders] Xpost. moving flex builder projects from one machine to another??

2006-10-03 Thread Mark Rausch
Have you done a File - Import - Existing projects into Workspace? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Wilker Sent: Tuesday, October 03, 2006 2:16 PM To: Flex@houseoffusion.com; flexcoders@yahoogroups.com Subject: [flexcoders] Xpost.

Re: [flexcoders] Stats on flash player 9 penetration.

2006-10-03 Thread John Dowdell
Clint Modien wrote: I'm totally confused now. Isn't the only thing requiring a player upgrade to 9.0 flex 2? Without auto-update turned on what is causing such a blazing fast adoption rate? I think it's the content. While YouTube requires Adobe Flash Player 8 or better, anyone still

Re: [flexcoders] Reverse Geocoding

2006-10-03 Thread John Kirby
Title: quote I did find this for free: http://geocoder.ca It returns back an xml document. I was hoping since Yahoo/Google derived lat/long from address they could provide reverse geocoding? I was hoping for a more "integrated" solution? Rich Tretola said the following: I found one

Re: [flexcoders] How to create a date timeline

2006-10-03 Thread greg h
Jeroen, You might want to start with The Timeline Creator here: http://timeline.cer.jhu.edu/ You might offer the developers to help update the project. For instance they have a Java app for creating the XML storage file (timeline.xml). Now that Flex/Flash have flash.net.FileReference the

[flexcoders] Xpost. moving flex builder projects from one machine to another??

2006-10-03 Thread John Wilker
Can it be done?I've copied all the files over. including the .project and such. But FB still doesn't show them in the navigator.J-- John WilkerVice President Software Development/Writer Red Omega Solutions, Inc.www.johnwilker.com / www.red-omega.comEverything changes, nothing remains without

[flexcoders] Re: can NOT call method in component

2006-10-03 Thread boy_trike
Well Thanks, of course, it works FINE now, with your suggestion. Now here is the important question.. I feel like I know flex pretty well (not too difficult to figure out how all of the components work...maybe a 9 on a 0 - 10 scale). However, my actionscript knowledge seems to be a 1

RE: [flexcoders] Problem with extending mx.controls.DataGrid

2006-10-03 Thread Bas J. Brey
You have to use the package name when creating the columns inside a custom class. For example if you have a DataGridEx.class in package Classes and you want to create columns for it do it as following: Classes:DataGridEx Classes:columns mx:DataGridColumn / /Classes:columns

[flexcoders] Re: DataGrid source when dropEnabled?

2006-10-03 Thread trevor_corevx
--- In flexcoders@yahoogroups.com, trevor_corevxwrote: What would the datasource for this DataGrid be so I can remove the item based on selectedIndex or otherwise? For those interested the simple solution I was looking for was the dataProvider method. public function removeItemFromDG():void {

Re: [flexcoders] e4x with XMLListCollections?

2006-10-03 Thread Prakash Bajracharya
I'm not sure if you will be able to directly access the trainingEvent title using the return statement you have given below. Looking at the structure of the XML, it seems inevitable that you'll have to iterate through each and every node to search for the KeyID you are looking for and when you

[flexcoders] Re: How to lock columns

2006-10-03 Thread wayne_badu_johnson
Hi jlentz You may be referring to the 'resizeable'colum property. e.g. mx:DataGridColumn dataField=Contact resizable=false/ Cheers Wayne --- In flexcoders@yahoogroups.com, jlentz2112 [EMAIL PROTECTED] wrote: Hi, I see in the help screens that a data grid is supposed to be able to have a

[flexcoders] Re: SQL Server and Flex 2

2006-10-03 Thread jbeck_sound
You may also want to check out WebORB for .NET, which implements a Flex Data Services structure. You can write your business objects are .NET classes and let WebORB to the data translating for you. This allows you to work with primitives and with complex objects. You can find WebORB for .NET at

[flexcoders] RemoteObject result as dataprovider for mx:List

2006-10-03 Thread bulldog65mustang
I am calling a cfc that return a query. How do I set the result to a mx:List dataProvider? I have tried a couple different thing, but can only get [Object Object] to display for each item in the list. -- Flexcoders Mailing List FAQ:

[flexcoders] Looking for drag and drop examples

2006-10-03 Thread jack_freud
Hi, I wonder if anyone has got a quick sample of drag and drop where the source image acts like the toolbar in the Flex IDE, i.e. after you drag the image somewhere in the app, the source stays where it had been but a new copy of that image appears whereever you performed the drop. I'm trying

[flexcoders] Re: e4x with XMLListCollections?

2006-10-03 Thread Prakaz
I'm not sure if you will be able to directly access the trainingEvent title using the return statement you have given below. Looking at the structure of the XML, it seems inevitable that you'll have to iterate through each and every node to search for the KeyID you are looking for and when you

[flexcoders] Setting a filter for the UITextField inside a button?

2006-10-03 Thread joshuajnoble
Hi, I'm trying to add a dropShadow to a button like so: public class DropShadowButton extends Button { private var ds:DropShadowFilter; public function DropShadowButton():void {

Re: [flexcoders] Re: can NOT call method in component

2006-10-03 Thread Michael Schmalle
Hi,Well, createChildren() is only one spot. I am a component dev so createChildren is a nice place to put event listeners that have to do with user interaction such as a change event. You know the control has to be created before that handler will be called. There are quite a few books that

RE: [flexcoders] Re: can NOT call method in component - Important MXML Lesson

2006-10-03 Thread Gordon Smith
I haven't been following this thread, but if you find yourself putting the same 'change' handler on each instance of your TimeText component, then you should instead make that handler part of the DEFINITION of that component. Although you could accomplish that by registering it in

Re: [flexcoders] SQL Server and Flex 2

2006-10-03 Thread Clint Modien
SqlServer - .NET - WebOrb - Flex On 10/3/06, Joe [EMAIL PROTECTED] wrote: Okay, I'm pretty new to the Flex scene and am very impressed with thedevelopment so far. My company is wanting to start developing adatabase application using an Ajax technology and realize I'm a little behind the

RE: [flexcoders] Problem with Session Java/Flex

2006-10-03 Thread Dimitrios Gianninas
Hi, What you need to do is to keep track of the language selection once it is done in your Flex app, if I understand correctly. So a simple example that I can give you is that you will have a global variable that will hold this language selection, like so: mx:Application mx:Script

  1   2   >