[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: http://groups.yaho

[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:     That’s exactly what Ben is hammering at.   It’s too hard to get webservices up and running in a productio

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. That’s 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] 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 __._,

[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] 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: http://groups.yaho

[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 http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="serv.send()"> http://www.yoursite.co.uk/something.xml"; useProxy="false"/>

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 1

[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 met

[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

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 ususa

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 t

[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 -- http://ww

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 fir

[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: http://groups.yaho

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 ?   João Fernandes   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Just

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 t

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=entry&entry=3A035639-4E22-1671-53EDEEE1CAA496A4 in the step 5 he said tha

[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] 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 mea

[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 --- In flexcoders@yahoogroups.com, "Barry Beattie" <[EMAIL PROTECTED]> wrote: > > thankfully, Brendan Meutzner example helps nicely > > http://www.visualconcepts.ca/blog/index.cfm/2006

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 ele

[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 - public var rendererDataProvider:Object; then do this - //not sure sbout binding then in your custom_controls.ComboBox (intialize or creati

[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)

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 t

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 http://www.dcooper.org/blog/clie

<    1   2