Re: [flexcoders] Help on coldfusion wizards

2006-08-18 Thread João Fernandes
Igor,you should be able to find it in c:\documents and settings\{profile}\local settings\temp\ColdFusion Extensions for Flex Builder\João FernandesOn 8/18/06, Igor Costa [EMAIL PROTECTED] wrote: Hi guysAccording to this site

Re: [flexcoders] A simple printing question

2006-08-18 Thread Tom Chiverton
On Thursday 17 August 2006 16:42, hank williams wrote: Again, I would appreciate help from anyone who has been able to successfully print a multi-page block of text. Maybe you can try something with using the PrintJob class to tell you the height/width of the page, and somehow then chop the

[flexcoders] RE:comboBoxes with dynamic data as datagrid itemRenderers?

2006-08-18 Thread Barry Beattie
thankfully, Brendan Meutzner example helps nicely http://www.visualconcepts.ca/blog/index.cfm/2006/6/22/ComoboBox-RendererEditor-for-20 although doing something like this (closer to what I'm after) mx:DataGridColumn headerText=Type dataField=col3

[flexcoders] Re: comboBoxes with dynamic data as datagrid itemRenderers?

2006-08-18 Thread bhaq1972
Hi Barry a suggestion: extend the datagridcolumn as well to include a rendererDataProvider property eg myDataGridColumn.mxml - mx:DataGridColumn mx:Script public var rendererDataProvider:Object; /mx:Script /mx:DataGridColumn then do this - myDataGridColumn headerText=Role

Re: [flexcoders] hi

2006-08-18 Thread Tom Chiverton
On Tuesday 15 August 2006 18:52, bardnivar wrote: hi iam new to flex, for learning flex should i know java No. You will need *some* server side skills - though as long as they can be exposed over a standard web server, Flex will talk to them. ColdFusion, Java or PHP seem to be the main

[flexcoders] Re: RE:comboBoxes with dynamic data as datagrid itemRenderers?

2006-08-18 Thread bhaq1972
yes it is out of scope. a way round this (may not be totally desirable) as follows mx:DataGridColumn headerText=Type dataField=col3 mx:itemRenderer mx:Component mx:ComboBox creationComplete=doThis() mx:Script![CDATA[ private function doThis():void {

RE: [flexcoders] FDS 2.0

2006-08-18 Thread Mika Kiljunen
Hi, I need more info on this, since Adobe site claims Flex Data Services Express, a free product version of Flex Data Services 2, lets developers deploy a single application on a single, nonclustered CPU to take advantage of data services and messaging capabilities. Does this mean,

[flexcoders] What event is fired by UIComponent successors if any its style is changed?

2006-08-18 Thread Sergey Kovalyov
Hi All! What event is fired by UIComponent successors if any its style is changed? Regards, Sergey. -- 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 Links *

Re: [flexcoders] Help on coldfusion wizards

2006-08-18 Thread Hilary Bridel
Hi There, I found it in : C:\WINDOWS\Downloaded Installations Hilary www.bridel.org On 8/18/06, Igor Costa [EMAIL PROTECTED] wrote: Hi guysAccording to this site http://www.dcooper.org/blog/client/index.cfm?mode=entryentry=3A035639-4E22-1671-53EDEEE1CAA496A4 in the step 5 he said that has

RE: [flexcoders] FDS 2.0

2006-08-18 Thread João Fernandes
You can use FDS express the very same way that FDS departmental or Enterprise, the only difference is that the express version cannot be deployed on a clustered invironment and more than 1 CPU. The only thing I never understood is if deployed on a 2 CPU server, express will only

RE: [flexcoders] flex2gateway error, Coldfusion and Flex intergration

2006-08-18 Thread João Fernandes
That '/flex2gateway/index.cfm' path is weird. Have you created a /flex2gateway folder? Can you share your remoteobject definition + your services-config.xml ? Joo Fernandes From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Justin

[flexcoders] flex2 final - popup autosizing question (re-post)

2006-08-18 Thread bhaq1972
prior to flex2 final release version, the PopupManager automatically sized all my titlewindow based popup components. this is no longer the case (why). Is there a way i can make the popup manager work out the popup sizing. regards bod -- Flexcoders Mailing List FAQ:

Re: [flexcoders] What event is fired by UIComponent successors if any its style is changed?

2006-08-18 Thread Michael Schmalle
None,But.. this method is triggeredpublic function styleChanged(propName:String):voidWhen passed null or 'styleName' this ususally signifies a full style cache refresh.Peace, Mike On 8/18/06, Sergey Kovalyov [EMAIL PROTECTED] wrote: Hi All! What event is

[flexcoders] How to set up HTTPService calls in Cairngorm? (Flex 2)

2006-08-18 Thread Stefan Schmalhaus
I'm not sure how to set up an HTTPService call in Cairngorm. I'm trying to load an XML document from a server. I think I got the Event and Command classes right, so here a just code snippets from the Service Locator and the Delegate: Service Locator --

Re: [flexcoders] Re: pageable records with amfphp

2006-08-18 Thread Gunther Konig
On 8/17/06, Marcelo de Moraes Serpa [EMAIL PROTECTED] wrote: I know that with recordsets this is done automatically on the server side, but it would be only the work of calculating the records depending of the page value passed by your flex app. (in case you were using Cake, it you just pass

Re: [flexcoders] What event is fired by UIComponent successors if any its style is changed?

2006-08-18 Thread Sergey Kovalyov
Probably, so. But updateComplete resolved my issue. I just need event type for binding getter only property. On 8/18/06, Michael Schmalle [EMAIL PROTECTED] wrote: None,But.. this method is triggeredpublic function styleChanged(propName:String):voidWhen passed null or 'styleName' this ususally

[flexcoders] How to set EventListeners to undrawn components on a ViewStack?

2006-08-18 Thread Sascha Balkau
Hi list, I'm using a LinkBar with a ViewStack and on any of the ViwStack contents I have a button that needs to get a MouseEvent listener. When I start the app, I get an exception : Cannot access a property or method of a null object reference. Because all the buttons on the VieStacks that have

[flexcoders] working example of custom MenuDataDescriptor?

2006-08-18 Thread Bastian Waidelich
Hello group, Does anybody have a working example of a MenuBar with a custom dataDescriptor? According to the example Creating a custom data descriptor in the Flex documentation I have created a Class which implements IMenuDataDescriptor. Now when my dataSource is an Array of objects only the

Re: [flexcoders] hi

2006-08-18 Thread Famakinwa Babatunde
It is not a must to know JAVA. I use Flex with ASP.NET and it worrks well for me and you can also to same with PHP, CF. - Original Message From: Tom Chiverton [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Friday, August 18, 2006 9:13:01 AMSubject: Re: [flexcoders] hi On Tuesday 15

[flexcoders] Default Selection

2006-08-18 Thread sumeetk2111
Hi , Please tell me that in datagrid how to set an item selected by default? i used Datagrid Obj.selectedItem=0 but it is not working. I want to show first item clicked by default. So is there any way to achieve this. Regards Sumeetk -- Flexcoders Mailing List FAQ:

[flexcoders] click=dg2.dataProvider = dg1.selectedItem------Save item????

2006-08-18 Thread tonyx_788
hi i was wondering if theres a way to save the last 5 items cliked in dg1 to dg2 here's what i saw in an example but it won't keep the items thanks ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=serv.send()

[flexcoders] arraycollection to xml

2006-08-18 Thread keithtucci
i have an xml as my source for a model which i use as the source for arraycollection. in my array collection i may add or remove items. i would like to get the modified arraycollection back to xml format. the reason for needing the arraycollection in xml format is i use zinc to save the xml

[flexcoders] slider thumb and background image

2006-08-18 Thread thiru vengadam
Hi AllI am new to flex, I like to know, how to add a image to the thumb and adject the hight of it, i tried to attach a image for the thumb, its coming but I can't control the thickness of the thumb, and I also want to include the image insteard of the line how to achive it. RegardsThiru

Re: [SPAM] Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-18 Thread Samuel D. Colak
Title: Re: [SPAM] Re: [flexcoders] Re: decimal numbers in financial applications Read the WIKI on floating multiplication particularly towards the bottom. Thats the reason why you get an error during arithmetic operations. As I said, usually FP is 2^64-1 (double precision) - single is 2^32-1

[flexcoders] Display XML file contents - HELP

2006-08-18 Thread rashmi_nraj
I am new to Flex. Here is my question. I need to access and display contents of an XML file. I have created a Class file (.as) where i am instantiating my XML object. I need to access this XML object from the main.mxml file. I have Instantiated the Class object in the MXML file. But I am not

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-18 Thread Samuel D. Colak
Title: Re: [flexcoders] Re: WebService - What's wrong with this code? Umm Franck what issues with webservices? On 15/8/06 20:00, Franck de Bruijn [EMAIL PROTECTED] wrote: Thats exactly what Ben is hammering at. Its too hard to get webservices up and running in a production-like

[flexcoders] Anyways to have no Accordion panel showing?

2006-08-18 Thread yaagcur
i.e. just have the buttons showing -- 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 Links * To visit your group on the web, go to:

Re: [flexcoders] Re: pageable records with amfphp

2006-08-18 Thread Marcelo de Moraes Serpa
Well, now I see that indeed there are some particular situations where pageable recordsets would best be used: like the on demand fetching (such as the scrollbar thing you mentioned). However, these are techniques I rarely use or have used that´s why I haven´t visualized the benefits when you

Re: [flexcoders] hi

2006-08-18 Thread Marcelo de Moraes Serpa
Any OOP language knowledge will help you on your path to AS3 mastery :)btw, I use PHP on the server side... CakePHP fits all my application server needs nicely :DMarcelo. On 8/18/06, Famakinwa Babatunde [EMAIL PROTECTED] wrote: It is not a must to know JAVA. I

[flexcoders] Re: Pen response quirky on tablet pc with Flash Player 9

2006-08-18 Thread sof4real03
Anyone have experience with this issue? --- In flexcoders@yahoogroups.com, sof4real03 [EMAIL PROTECTED] wrote: Has the Adobe team tested the Flash Player 9 against the latest Windows 2005 Tablet PC edition? Flash Player 7 responded fairly well to pen gestures such as textInput focus and

[flexcoders] Project Creation Problem During Compile

2006-08-18 Thread Sajid Hussain
Hello All, When I am tryign to create my project by pressing ctrl+f11 mean executing its showing me html problem ,actuly project execution is not creating Html any suggestion even I have re installed my Flex .any have expeince Flex and Smart Fox Server;?:Thanks

[flexcoders] Accordion

2006-08-18 Thread s_hernandez01
Would anyone know how to set an accordion's index height to a specific position to only open up half way. For example, say I have an accordion with two indexes, but when I click on the second index to view it, I want it to go up only halfway, so that both indexes are viewable. -Sal --

[flexcoders] Moving the Datagrid Sort Arrow

2006-08-18 Thread Rick Root
It appears on the right side of the column. How can I get it to appear on the left side of the column? I looked at the documentation for mx.skins.halo.DataGridSortArrow but that didn't really help me much. Rick -- Flexcoders Mailing List FAQ:

RE: [flexcoders] FDS 2.0

2006-08-18 Thread Cathy Reilly
Per the license, 1.9"Per-CPU" The total number of CPUs on the Computers used to operate the Software may not exceed the licensed quantity of CPUs. For purposes of this definition, all CPUs on a Computer on which the Software is installed shall be deemed to operate the Software unless

[flexcoders] check box -item render- doesn't show the tick

2006-08-18 Thread spidey_kun
Hello world :D I have a very curious problem that i want to share with you, people... i don't know how to resolve it... that's the reallity =S. I'm using a datagrid with two columns; in one of them i embeded a check box (it's a render item), and the other one only show text; as a data provider i

[flexcoders] Re: FDS 2.0

2006-08-18 Thread klumikaze
Can anybody define Adobe's definition of a CPU? For example, we just purchased a new server with two dual core processors in it. Is a dual core processor considered one CPU? or two? On a more extreme level, Intel is shipping quad core CPUs at some point, if you had two of those, technically the

Re: [flexcoders] FDS 2.0

2006-08-18 Thread hank williams
I presume here that core 2 Duo = 1 cpu not 2 cpu's correct?HankOn 8/18/06, Cathy Reilly [EMAIL PROTECTED] wrote: Per the license, 1.9Per-CPU The total number of CPUs on the Computers used to operate the Software may not exceed the licensed quantity of CPUs. For purposes of this

RE: [flexcoders] FDS 2.0

2006-08-18 Thread João Fernandes
Thanks for making it clear. João Fernandes From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Cathy Reilly Sent: sexta-feira, 18 de Agosto de 2006 14:59 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FDS 2.0 Per the

Re: [flexcoders] Display XML file contents - HELP

2006-08-18 Thread Tom Chiverton
On Friday 18 August 2006 07:06, rashmi_nraj wrote: But I am not sure how to access the XML object in the .as file using the Class object. I am not sure about how to get a reference to that XML object. Declare it public: public var myThing; just after the 'public class' line. If that doesn't

Re: [flexcoders] Display XML file contents - HELP

2006-08-18 Thread Paul Andrews
- Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, August 18, 2006 3:35 PM Subject: Re: [flexcoders] Display XML file contents - HELP On Friday 18 August 2006 07:06, rashmi_nraj wrote: But I am not sure how to access the XML object

[flexcoders] DataGrid ItemRenderer erratic setStyle - Is this a bug?

2006-08-18 Thread Oscar
I have a datagrid with an itemRenderer in one of the columns. The text in that column turns red if a condition is met. The example below shows what I mean. However, if you scroll the datagrid or resize the screen so that the DG needs to be redrawn, the itemRenderer applies the setStyle to

[flexcoders] Styling TextFields in Components

2006-08-18 Thread Bastian Waidelich
Hello again, there are similar threads, but I haven't found a solution yet: In my Flex application I have created several Components that contains TextFields. In the root of the application I include a CSS Stylesheet (mx:Style source=main.css /). Now I want the TextFields inside the Components to

[flexcoders] Downloadable Flexcoders List Archive ??

2006-08-18 Thread data.kyle
Can someone help? I am often offline and so I download plain text archives of lists like flashcoders and osflash to use at this time. I really to be able to download an archive of the Flexcoders list for offline work but cannot find one. Just so we are clear here is a link to the flashcoders

[flexcoders] Re: WebService - What's wrong with this code?

2006-08-18 Thread ben.clinkinbeard
Here are a couple. http://groups.yahoo.com/group/flexcoders/messages/47267?threaded=1m=evar=1tidx=1 http://groups.yahoo.com/group/flexcoders/messages/46548?threaded=1m=evar=1tidx=1 I can confirm that I am working with an Adobe engineer to try and resolve both issues (our company has a support

RE: [flexcoders] newbie question - HTTP servive

2006-08-18 Thread Cathy Reilly
In Flex 2, you need to use 'event.lastResult' - Cathy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robin BurrerSent: Thursday, August 17, 2006 9:59 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] newbie question - HTTP servive Hi there, I started

RE: [flexcoders] Re: FDS 2.0

2006-08-18 Thread João Fernandes
Dual core are counted as 1 CPU. João Fernandes From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of klumikaze Sent: sexta-feira, 18 de Agosto de 2006 15:26 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FDS 2.0 Can anybody

[flexcoders] Flex 1.5 AMF Error:... (not of the binary AMF protocol)

2006-08-18 Thread edeustace
Hello all, I've been making some modifications to a flex 1.5 application, that was last modified in January of this year and was in good working order. the application is now a subset of a larger web application ( using wicket,spring,hibernate).On returning to it some remote object requests are

[flexcoders] Flex 1.5 apps faster than Flex 2 ones?

2006-08-18 Thread Marcelo de Moraes Serpa
I´ve just tested some flex 1.5 applications and they really seem to run faster and more smooth than Flex 2 ones. Take the Flex Store and compare with any of the Flex 2 sampe apps at adobe Flex 2 samples. It may be a wrong impression of mine though.. but it really intrigued me! Marcelo.

[flexcoders] Issue when I close a TitleWindow 1.5

2006-08-18 Thread digital_eyezed
Hi, I am closing a TitleWindow with this function: It closes the window but then the dubug spews out this: Info: Request sent to http://localhost:8080/webapp/amfgateway from 127.0.0.1 received at 15:43:42.710 2006-08-18 Info: Deserializing request (Message #0

Re: [flexcoders] Display XML file contents - HELP

2006-08-18 Thread Tom Chiverton
On Friday 18 August 2006 15:39, Paul Andrews wrote: Better still write a getter function and don't make it public.. Get'ers are harder to get your brain round, so I thought I'd introduce them later :-) -- Tom Chiverton Helping to dramatically deploy ubiquitous features

[flexcoders] CheckBox doesn't change data

2006-08-18 Thread jlingwai
I have checkboxes in a datagrid, the problem is when I uncheck the box and click the update button the corisponding datagrid doesnt update/filter the unchecked data. Help is greatly appreciated. here is a block of the code: (State Click is the click function for the datagrid which contains

RE: [flexcoders] Cairngorm eLearning Course and Quiz - who's in?

2006-08-18 Thread Darren Houle
A: Worth Doing – are interested in using the training for yourself and/or your team Definitely B: Would like to contribute in some way -Script writer -Storyboarder -Expert Review Panel

[flexcoders] Re: Issue when I close a TitleWindow 1.5

2006-08-18 Thread digital_eyezed
--- In flexcoders@yahoogroups.com, digital_eyezed [EMAIL PROTECTED] wrote: Hi, I am closing a TitleWindow with this function: public function handleClick(event){ doLater(this, deletePopUp); } It closes the window but then the dubug spews out this: Info: Request sent to

RE: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-18 Thread Tom Lee
And my personal favorite: http://groups.yahoo.com/group/flexcoders/message/47493 -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, August 18, 2006 10:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

[flexcoders] Re: Some Cairngorm questions

2006-08-18 Thread jrjazzman23
Ben, Thanks for your viewpoint. I'd like to summarize your points to see if I understood correctly: 1) It's easy to execute a Command by raising a Cairngorm event. It seems to me that the amount of code to raise a Cairngorm event is the same as executing the Command directly. Probably the

Re: [flexcoders] Re: FDS 2.0

2006-08-18 Thread Tom Chiverton
On Friday 18 August 2006 15:48, João Fernandes wrote: Dual core are counted as 1 CPU. It's '1 physical CPU package' = 1 Adobe CPUs, in the general case, iirc. -- Tom Chiverton Helping to conveniently grow industry-wide communities This

RE: [flexcoders] Some Cairngorm questions

2006-08-18 Thread Darren Houle
Jeremy... First. I don't see what value the FrontController adds in Flex apps. My initial thought was that it was important to prevent views from coupling to specific commands. Yes, if you subscribe to the idea of an MVC pattern then yes, you need to do this. And if you're not going to do

RE: [flexcoders] How to set up HTTPService calls in Cairngorm? (Flex 2)

2006-08-18 Thread Darren Houle
I'm not sure how to set up an HTTPService call in Cairngorm. I'm trying to load an XML document from a server. I think I got the Event and Command classes right, so here a just code snippets from the Service Locator and the Delegate: this.service =

Re: [flexcoders] A simple printing question

2006-08-18 Thread Tom Chiverton
I don't now how or if you can access text metric info (height in pixels), so you may have to hard code a specific size/style. TextLineMetrics -- Tom Chiverton Helping to revolutionarily compete intuitive patterns This email is sent for

[flexcoders] Re: How to set up HTTPService calls in Cairngorm? (Flex 2)

2006-08-18 Thread Stefan Schmalhaus
--- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED] wrote: For HTTPService you have to use: this.service = ServiceLocator.getInstance().getHTTPService(loadConfig); That did the trick! Thank you, Darren. -- Flexcoders Mailing List FAQ:

[flexcoders] RTE in List when filtering ArrayCollection

2006-08-18 Thread João Fernandes
Hi everyone, Im having this error TypeError: Error #1010: A term is undefined and has no properties.     at mx.controls::List/::adjustVerticalScrollPositionDownward()     at mx.controls::List/mx.controls:List::configureScrollBars()     at

RE: [flexcoders] newbie question - HTTP servive

2006-08-18 Thread Tracy Spratt
lastResult is only for binding expressions. You still use event.result in a handler function. What is the resultFormat of the HTTPService? If it is object, toString() might not give you anything useful. For that matter, when you say doesnt work, exactly what do you mean? Tracy

[flexcoders] Re: Formatting a bound ArrayCollection in a model

2006-08-18 Thread jjkruse1
--- In flexcoders@yahoogroups.com, polestar11 [EMAIL PROTECTED] wrote: Hi there I have an ArrayCollection value in my model class, which I would like to run through a formatter function in my view. This method works with a string, but performs strangely for a collection, where: 1) The

[flexcoders] Re: Flex 1.5 AMF Error:... (not of the binary AMF protocol)

2006-08-18 Thread edeustace
hi all, further to my post, i think i have tracked down the problem to our server (jetty 6.0.0beta1), will post more once i've got it sorted. ed -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] How to create auto sort for DataGrid?

2006-08-18 Thread exeypan
(sorry 4 my English) XML provide into DataGrid: items item titleWork 1/title date2005-09-07/date /item item titleWork 2/title date2006-02-06/date /item item titleWork 3/title date2005-10-07/date /item /tems How programmatic to sort fields by Date ? In Flex 1.5 - auto Sort

RE: [flexcoders] arraycollection to xml

2006-08-18 Thread Tracy Spratt
Dont put it in a Model, that changes it to an mx:Object. Leave it as XML. Use e4x to access the nodes or node lists you want, and then convert them into the Array or XMLList collections you need for your data providers. Update the main XML. When you are ready to send the xml will

[flexcoders] Re: WSDLError:Element not resolvable = LoadEvent doesn't imply service ready

2006-08-18 Thread ben.clinkinbeard
Can we assume this will be corrected in a future release? Either by changing when the LoadEvent fires or by adding a separate event to listen for? Thanks, Ben --- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: Hi Kaleb, Thanks for providing your WSDL/XSD/service

[flexcoders] Problem to change states

2006-08-18 Thread Igor Costa
How do I change a State from a component to application?I really don't know this btw.Thanks-- Igor Costawww.igorcosta.com __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Why flex 1.5 creates the TestMovie_Config_Info.sol ??

2006-08-18 Thread Bruno Martins
I noticed that flex 1.5 creates a TestMovie_Config_Info.sol for all Application file. Why they create this andhow I can stop this it? Tks...-- Bruno Gustavo MartinsOffice: (11)3443-9527experience everywherehttp://www.dclick.com.br/blog __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Re: slider thumb and background image

2006-08-18 Thread stevehousefl
Can you post how you attached the image? Thanks, Steve --- In flexcoders@yahoogroups.com, thiru vengadam [EMAIL PROTECTED] wrote: Hi All I am new to flex, I like to know, how to add a image to the thumb and adject the hight of it, i tried to attach a image for the thumb, its coming but I

[flexcoders] Re: WSDLError:Element not resolvable = LoadEvent doesn't imply service ready

2006-08-18 Thread ben.clinkinbeard
Very cool, any ideas on this one? :) http://groups.yahoo.com/group/flexcoders/messages/47267?threaded=1m=evar=1tidx=1 Ben --- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: Yes, this is fixed internally and the fix will be included in the next public release. The

[flexcoders] Re: Identifying line series for datatip function

2006-08-18 Thread yaagcur
To elaborate I want to do something like public function dtFunc(h:HitData):String { trace (h.chartItem.element.yField); } but there is no property yField You used to be able to do obj.hitData.chartItem.element.yField but I think that is no longer available and

[flexcoders] Slider Control

2006-08-18 Thread stevehousefl
How can I use an image as my thumb on an HSlider instead of the little triangle? Ideally, I would like to have multiple slider controls each with different images determined at run time. Thanks in advance, Steve -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Re: slider thumb and background image

2006-08-18 Thread Andrew Trice
Take a look at my blog posting example at: http://www.cynergysystems.com/blogs/page/andrewtrice?entry=customizing_slider_components. There is an example how to change the size of the slider thumb and apply styled images on it. -Andy _

Re: [flexcoders] DataGrid ItemRenderer erratic setStyle - Is this a bug?

2006-08-18 Thread Oriol Gual
I'm having the same problem, with a different approach but the result is the same. Any one can help?Thanks,Oriol.2006/8/18, Oscar [EMAIL PROTECTED]:I have a datagrid with an itemRenderer in one of the columns. The text in that column turns red if a condition is met. The examplebelow shows what

RE: [flexcoders] Slider Control

2006-08-18 Thread Andrew Trice
For some reason my last several posts arent showing up in flexcoders. Let me try this again Take a look at my blog posting example at: http://www.cynergysystems.com/blogs/page/andrewtrice?entry=customizing_slider_components. There is an example how to change the size of the

[flexcoders] Re: ASDoc now available on Labs

2006-08-18 Thread james_dhap
I was seeing the same problem and I think I found a workaround and the possible cause of this problem. In my application we are using the code behind methodology and at the same time we have the typical com package stucture. Here is the general layout of our project: com/site/project -- API

[flexcoders] ASDoc ignores Bindable properties?

2006-08-18 Thread james_dhap
Hey All, I am seeing odd behaviour using the [Bindable] metadata tag in my AS classes. When ever my public properties have the [Bindable] tag ASDoc ignores them and does not generate comments. I first saw this with some of my ValueObjects that use the metadata at the root of the class, but even

[flexcoders] Re: ASDoc ignores Bindable properties?

2006-08-18 Thread Geoffrey Williams
I came up against this a little earlier today. Make sure your comments are right before the method. Wrong: /** * Property */ [Bindable] public var property : Object; Right: [Bindable] /** * Property */ public var property : Object; I think that should do it. --- In

RE: [flexcoders] ASDoc ignores Bindable properties?

2006-08-18 Thread Seth Hodgson
Hi James, Try putting your property documentation beneath the [Bindable] tag. E.g.: [Bindable] /** * your property documentation */ public function get propX():X { } ASDoc comments apply to what they precede. Best, Seth From: flexcoders@yahoogroups.com

Re: [flexcoders] DataGrid ItemRenderer erratic setStyle - Is this a bug?

2006-08-18 Thread Oriol Gual
Hi,I've found this example (source view, see AccountBalanceItemRenderer.as) thanks to a prior post and it's working ok. I suppose there's a typo in your code, if not, maybe you should put the overridden function inside your class.Hope it helps,Oriol. 2006/8/18, Oriol Gual [EMAIL PROTECTED]:

[flexcoders] Re: ASDoc ignores Bindable properties?

2006-08-18 Thread james_dhap
I think its bigger then this... its not a matter of my comments showing up, its the fact the properties don't show up at all in ASDoc with or without comments. J. --- In flexcoders@yahoogroups.com, Geoffrey Williams [EMAIL PROTECTED] wrote: I came up against this a little earlier today. Make

Re: [flexcoders] Problem to change states

2006-08-18 Thread Paul Andrews
 - Original Message - From: Igor Costa To: flexcoders@yahoogroups.com Sent: Friday, August 18, 2006 6:50 PM Subject: [flexcoders] Problem to change states How do I change a State from a component to application? Shouldn't your component be sending an

[flexcoders] Vertical TabNavigator or TabBar - Take 2

2006-08-18 Thread Steve Gustafson
I posted this a few days ago but got no response, so I'm trying again:It seems like this should be easy, but so far I am not making much progress.I am looking to create a tabNavigator or tabBar with a 90 degree rotation. I've tried using embedded fonts but when I do the rotation the text does

[flexcoders] Re: Flex 1.5 apps faster than Flex 2 ones?

2006-08-18 Thread Marcelo de Moraes Serpa
Well, After some thiking, I supose that it´s becouse of the advanced gfx and filters used (Flash Player 8/9).On 8/18/06, Marcelo de Moraes Serpa [EMAIL PROTECTED] wrote:I´ve just tested some flex 1.5 applications and they really seem to run faster and more smooth than Flex 2 ones. Take the

[flexcoders] Re: DataGrid ItemRenderer erratic setStyle - Is this a bug?

2006-08-18 Thread Oscar
Are you sure that is working OK? I had seen the example before, try sorting by the last column. I has the same problem ... --- In flexcoders@yahoogroups.com, Oriol Gual [EMAIL PROTECTED] wrote: Hi, I've found this examplehttp://www.iepl.net/DataGridItemRendererSample/DataGridItemRen

[flexcoders] Re: Identifying line series for datatip function

2006-08-18 Thread pasflex
try trace (LineSeries(h.element).yField) --- In flexcoders@yahoogroups.com, yaagcur [EMAIL PROTECTED] wrote: To elaborate I want to do something like public function dtFunc(h:HitData):String { trace (h.chartItem.element.yField); } but there is no property

[flexcoders] Re: ASDoc ignores Bindable properties?

2006-08-18 Thread James Polanco
Sorry, my last reply was not really clear with an example. Here is what I am seeing package com.mysite.proj { [Bindable] public class myClass { public var myString:String; public var myObject:EventDispatcher; methods and such When I ASDoc this myString and myObject do not show up in

Re: [flexcoders] Re: FDS 2.0

2006-08-18 Thread John Dowdell
klumikaze wrote: Can anybody define Adobe's definition of a CPU? For example, we just purchased a new server with two dual core processors in it. Is a dual core processor considered one CPU? or two? As João and Tom noted, that would be counted as one... here's the citation from the Adobe

[flexcoders] Re: Some Cairngorm questions

2006-08-18 Thread jrjazzman23
We are pretty much sticking to textbook Cairngorm. We all just began to question the FrontController. Most of my MVC experience is with struts, where it seems to make more sense. As for reusing events and commands from different places, most of what I could find from the Cairngorm creators

[flexcoders] Re: DataGrid ItemRenderer erratic setStyle - Is this a bug?

2006-08-18 Thread Tim Hoff
I was wondering how long it would take for someone to notice the querky sort behaviour. The example also acts strange when the StartDate column is sorted. However, when data comes from a backend, instead of hardcoded in the app, these types of problems don't seem to occur. -TH --- In

RE: [Junk E-Mail - LOW] Re: [flexcoders] Re: FDS 2.0

2006-08-18 Thread Shannon Hicks
So the same applies to quad-core CPU's (due out later this year)? Still one processor as far as the licensing goes? Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John DowdellSent: Friday, August 18, 2006 3:25 PMTo: flexcoders@yahoogroups.comSubject: [Junk

[flexcoders] Re: DataGrid ItemRenderer erratic setStyle - Is this a bug?

2006-08-18 Thread Oscar
As I said, it also happens if you scroll. My original app is actually calling an HTTP Service, and I am having the same problem. --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: I was wondering how long it would take for someone to notice the querky sort behaviour.

Re: [flexcoders] Problem to change states

2006-08-18 Thread Igor Costa
yeah paul now I know, I did that, but had some problems to be done, thanks.On 8/18/06, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: Igor Costa To: flexcoders@yahoogroups.com Sent: Friday, August 18, 2006 6:50

RE: [flexcoders] Re: ASDoc ignores Bindable properties?

2006-08-18 Thread Brian Deitte
This is a known bug that is listed in the known issues on the ASDoc wiki. I briefly investigated this, and I have no idea why it's happening. Sorry, no workaround known. It's a bug that we should fix for the next release. -Brian -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: DataGrid ItemRenderer erratic setStyle - Is this a bug?

2006-08-18 Thread Oriol Gual
Yes, is working ok for me, I've tried sorting it on every column an scrolling, and there's no problem. I've only changed a few things, this is my itemRenderer code:package { import mx.controls.Text; public class VariacioItemRenderer extends Text { public function VariacioItemRenderer() {

RE: [flexcoders] Re: ASDoc now available on Labs

2006-08-18 Thread Brian Deitte
I have an idea on the issue. When you use doc-sources, the compiler doesn't have a base directory reference to determine the the package names of MXML files. So a/MyMXML.mxml and b/MyMXML.mxml look like the same class name. Perhaps this also happens with AS names, I'm not sure, which would

RE: [flexcoders] click=dg2.dataProvider = dg1.selectedItem------Save item????

2006-08-18 Thread Tracy Spratt
Here is a sample app that moves the selectedItem between two dataGrids/dataProviders. Sorry if the forum destroys the fromatting. Tracy ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=initApp() mx:Script![CDATA[

RE: [flexcoders] Flex 1.5 AMF Error:... (not of the binary AMF protocol)

2006-08-18 Thread Brian Deitte
Hi Ed, I've never heard of this problem before. All requests that come from RemoteObject should be of the AMF protocol of course... and there should be no problem with creating a request of that size,as I've create ones much larger for testing. Can you try fiddling with the name of the

RE: [flexcoders] FDS 2.0

2006-08-18 Thread Jeff Whatcott
Correct.  We do not license by the core.  We license by the physical processor. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent: Friday, August 18, 2006 10:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FDS 2.0

  1   2   >