RE: [flexcoders] popup a module

2007-05-22 Thread Alex Harui
Hmm, hadn't noticed that. That's because the module is the popup and parents the title window. I guess I'd copy the dragging logic from Panel.as into the module. Write back if you have troubles doing that. -Alex -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Re: doPrint and ViewStack

2007-05-22 Thread Tom Chiverton
On Monday 21 May 2007, tkacyndra wrote: hi :) Thanks for the Reply, here is my code: Please help. You could try creating a separate print layout - see the livedocs example. -- Tom Chiverton Helping to proactively syndicate innovative IPOs on: http://thefalken.livejournal.com

Re: [flexcoders] How to keep TextArea from losing focus?

2007-05-22 Thread Tom Chiverton
On Monday 21 May 2007, Mark Ingram wrote: handleKeyFocusChange(event:FocusEvent):void { event.preventDefault(); } Maybe you could (callLater) call textAreaId.setFocus() instead. -- Tom Chiverton Helping to centrally pursue professional

Re: [flexcoders] Re: tree event using cairngorm

2007-05-22 Thread Tom Chiverton
On Monday 21 May 2007, achegedus wrote: var token:Object = facility.folderService.send(parameters); token.expandIDs = expandIDs; token.parent = list[0]; token.eventType = (expandIDs.length 1) ? init : change; where I'm setting some items asyncronously ( i think! ) I'm not sure what you

Re: [flexcoders] Working with Session....

2007-05-22 Thread Flexing...
If you are using FDS, have a look at flex.messaging.FlexContext On May 22, 2007, at 11:27 AM, sanjaypmg wrote: Hi All, Am using flex with an existing java application here I need to use some session variables so can anyone let me know the followings: 1. How to get the session variables

[flexcoders] Is it possible to use load-externs with Flex library?

2007-05-22 Thread pmotzfeldt
Hi I am building a Flex Library that make use of some swc files that I do not have permission to include in the library. The Applications that uses my Library includes these swc files. My library will not compile if I do not include the swc files. I am aware that there is a way to to this with

RE: [flexcoders] Adobe flex2 Web service

2007-05-22 Thread Tuli, Nikhil
To what I have mostly seen is Flex changes the response structure even when converting response from a webservice to Flex object and vice versa, as there is an internal conversion of object to xml to send over the wire. recommended would be to use a structure like NAME PRD_EQ /NAME STATUS P

[flexcoders] WebService request serialization : XML attributes

2007-05-22 Thread ecpmaz
Hi, I have a soap method described like that : === s:complexType base=s0:Credential s:sequence/ s:attribute name=Login type=s:string use=required/ s:attribute name=Password type=s:string use=optional/ ... /s:complexType s:element name=login s:complexType

[flexcoders] can't remove space around label

2007-05-22 Thread Lincoln Mitchell
I need to get a Label (or Text) as close as possible to an image sitting below it. Padding-bottom and height attributes only do part of the job. It's like there is a margin around the label. Any ideas? Linc

RE: [flexcoders] How to keep TextArea from losing focus?

2007-05-22 Thread Mark Ingram
The only problem with that is I will lose focus from the other child control - I want the TextArea to look like it has focus, but really the focus be with another control. It is possible to do this with windows controls - the settings is called something like Always Show Selection. Which is

RE: {Disarmed} RE: [flexcoders] Re: Am I using the right technology?

2007-05-22 Thread Mark Ingram
Thanks for that explanation Jurgen - that's very helpful to see it in developer terms :-) I presume you are just using Flex Remoting then? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jurgen Beck Sent: 21 May 2007 17:39 To:

RE: [flexcoders] TextArea: Halo skin draws over top of child controls!

2007-05-22 Thread Mark Ingram
Ah right - that explains it! Yes I meant the blue focus rectangle. I presume if I report a new size, the blue floating rectangle will be drawn around the popup child control? It sounds like the best way forward is to create the toolbar as a popup control. Thanks!

RE: [flexcoders] Re: How to keep TextArea from losing focus?

2007-05-22 Thread Mark Ingram
No, what I want is for the selection to always show up in a TextArea, even when the selection has moved onto another control. Specifically, I have another control, which can popup in certain situations, to allow the user to configure the selected text. However, when the popup appears, it gains

[flexcoders] Live update value in sql when editing datagrid

2007-05-22 Thread pioplacz
Hi! First of all i'm using PHP as backend to my flex app. At this moment i have a datagrid that populates values that are loaded throw a httpservice. What i want to do is that when i've edited a value in datagrid i want it to automatically get updated in mysql. How can i do that? any

Re: [flexcoders] can't remove space around label

2007-05-22 Thread Roman Protsiuk
As far as I remember there are some internal margins in the Label. One of my suggestions would be to override measure()/updateDisplayList() and to measure/draw content (UITextField) manually using your rules. Though it's just a guess. ;) R. On 5/22/07, Lincoln Mitchell [EMAIL PROTECTED] wrote:

RE: [flexcoders] can't remove space around label

2007-05-22 Thread Lincoln Mitchell
Sorted! It had nothing to do with label or text but a layout issue related to the whole app. To fix I added the attribute verticalGap=0 to the ApolloApplication node. Linc _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell Sent: Tuesday, 22

Re: [flexcoders] How to keep TextArea from losing focus?

2007-05-22 Thread Tom Chiverton
On Tuesday 22 May 2007, Mark Ingram wrote: The only problem with that is I will lose focus from the other child control - I want the TextArea to look like it has focus, but really the focus be with another control. *Ahh*. call drawFocus() when it loses focus ? -- Tom Chiverton Helping to

Re: [flexcoders] Live update value in sql when editing datagrid

2007-05-22 Thread Tom Chiverton
On Tuesday 22 May 2007, pioplacz wrote: i want to do is that when i've edited a value in datagrid i want it to automatically get updated in mysql. How can i do that? any samples? You'll need to make a web service or remote object call to your backend PHP. -- Tom Chiverton Helping to

RE: [flexcoders] How to keep TextArea from losing focus?

2007-05-22 Thread Mark Ingram
Hmm, that half works! It draws the blue selection rectangle around the outside - but the text is still not showing the selection! Thanks, Mark -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: 22 May 2007 10:11 To:

[flexcoders] HTML Text in LinkBar

2007-05-22 Thread Giles Roadnight
We have a Link Bar that has text in it pulled from an XML file. We're using a font defined by the client that doesn't have all the characters we need for all of the language versions. What we want to do is use a different font for some languages - i.e. use Verdana for Spanish so we get the

[flexcoders] DateChooser X and Y?

2007-05-22 Thread Lincoln Mitchell
There appears to be no x and y attributes for this component but is it still possible to define exactly where the DateChooser will appear? Linc

[flexcoders] Re: doPrint and ViewStack

2007-05-22 Thread bhaq1972
this is just a variation to Tom's suggestion. but needs a little more work. try this var p:FlexPrintJob = new FlexPrintJob; if (p.start() != true) { return; } var text_area:TextArea = new TextArea(); text_area.text = tTest2.text; text_area.width = tTest2.width; // textHeight is too

Re: [flexcoders] Forms advantages

2007-05-22 Thread Tom Chiverton
On Monday 21 May 2007, borekbe wrote: I like the required=true functionality The defaultButton is nice too. You may want to look at flexlib's AdvancedForm too. -- Tom Chiverton Helping to advantageously seize strategic features on: http://thefalken.livejournal.com

Re: [flexcoders] Few Questions

2007-05-22 Thread Tom Chiverton
On Monday 21 May 2007, learner wrote: * When we create a application in flex builder to use fsd we get these two options , what is the differance : 1) Compile application locally in Flex Builder Your application is turned into a SWF file now, on your local machine. 2) Compile

Re: [flexcoders] Zoom effect added from code...how?

2007-05-22 Thread Tom Chiverton
On Monday 21 May 2007, flashcrow2000 wrote: believe it will help as well) when the object loaded by the module dissappears (I have a close button which basicall does module.visible = false) but I have no clue on how to add it. You're doing an AS module, so it should be easy enough for you to

[flexcoders] Re: Is it possible to use load-externs with Flex library?

2007-05-22 Thread pmotzfeldt
In case someone else is wondering I will answer my own question, since I were able to do what I wanted to do. What wanted to do was to create a library file that uses other library files. A Flex application will include these library files. The simple step one needs to do to include a library

[flexcoders] Re: Datagrid auto sorting. Has anyone done this?

2007-05-22 Thread polestar11
Hi there I tried exactly that in various different ways, but wasnt able to get it to work. I have an array, which I convert to an array collection, on which I sort and refresh, after which I set as a dataProvider for my DataGrid. Still no sort arrow is shown. I then tried extending the

RE: [flexcoders] Re: XML, does it have to be RSS?

2007-05-22 Thread Tracy Spratt
No, I advise resultFormat=e4x. xml is the old fashioned AS2 xml object. E4x is MUCH better. Trust me. But yes, debug the result. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anthony DeBonis Sent: Monday, May 21,

Re: [flexcoders] TileList itemRenderer resize

2007-05-22 Thread Daniel Grace
Not rowHeight or columnWidth explicitly. There may be some implicit calls to it, however -- I am setting rowCount and columnCount. Here is the complete file (it's really short) -- I previously only posted the attempted fix written based off of your description. Some of these MXML properties may

RE: [flexcoders] Change hardcoded XML for dynamic XML source

2007-05-22 Thread Tracy Spratt
Use an instance variable to hold your data. But your hard coded data is not xml. Start by hardcoding your sample xml into the app and putting it in an instance variable. When you have everything working that way, make the httpservice.send() call. Use a result handler function to

RE: [flexcoders] How to keep TextArea from losing focus?

2007-05-22 Thread Alex Harui
I think you want subclass, get to the inner TextField and set alwaysShowSelection on it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Monday, May 21, 2007 4:35 AM To: flexcoders@yahoogroups.com Subject: RE:

Re: [flexcoders] TileList itemRenderer resize

2007-05-22 Thread Daniel Grace
A few Alert.show()'s later and I can verify that the functions are being called in the order that you say: I set itemsNeedMeasurement = true, then call invalidateProperties(), then Flex calls commitProperties() and makeRowsAndColumns. But it still doesn't seem to size the rows any differently

Re: [flexcoders] XML, does it have to be RSS?

2007-05-22 Thread Paul J DeCoursey
What does the rest of your xml look like? The example you provided was the root element and it had namespace declarations. removing those and keeping the same xml following that would be the problem. Jason wrote: Does the XML data HAVE to be an RSS? If I change rss version=2.0

RE: [flexcoders] XML, does it have to be RSS?

2007-05-22 Thread Tracy Spratt
No, and the ?xml.. declaration is not even necessary. How is it failing? Is the result handler being called? Can you trace(xml.toXMLString());? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Sent: Monday, May 21,

[flexcoders] Highlight the selected main menu and sub menu options.

2007-05-22 Thread chaudhari_planet
Hi Friends I want to Highlight the selected main menu and sub menu options. For example if user selected any menu item then that menu item should be highlighted and when again i ll click on that menu then that menu item should show selected (selected color). For example if the

RE: [flexcoders] Change hardcoded XML for dynamic XML source

2007-05-22 Thread Tracy Spratt
You need to use a result handler function. Here is some sample code: Sample code using HTTPService, e4x, handler function to populate a list item The DataGrid tag: mx:DataGrid id=dg dataProvider={_xlcMyListData} .../ The HTTPService tag: mx:HTTPService id=service resultFormat=e4x

[flexcoders] Re: DateTimeAxis problem: aligning dates with their year value

2007-05-22 Thread sacrantoinfo
thanks for tips

[flexcoders] A Problem about DateTimeAxis

2007-05-22 Thread sacrantoinfo
I follow the example in the user guide about linechart with DateTimeAxis. the code is below mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ import mx.collections.ArrayCollection; [Bindable] public var

[flexcoders] Cairngorm event question.

2007-05-22 Thread Tero Pikala
Hi I’m designing my first Cairngorm application and would like to have opinions about events to create. I will definitely have LoginEvent which takes place after user has entered credentials and clicked “Login” button. Should I also create events like LoginSuccessfulEvent,

[flexcoders] Is there still no solution for the proble m ?(ExternalInterface's SecurityError: Er ror #2060)

2007-05-22 Thread slimsymphony
hi,all I have checked the maillist for some while, only found several same questions as mine. Is there really no solution for this problem except executing the swf file in an IE control and then invoke the FONT size=2DisableLocalSecurity method? Any hint will be helpful, thanks a lot .

[flexcoders] datefield in flex builder

2007-05-22 Thread seemaherein
Hi, How do i change the calender popup position. is it just automatic?

[flexcoders] Question about inline ItemRenderers

2007-05-22 Thread mssairam
Hi, I am trying to populate a datagrid column with a radio button. I have code like the following which works -- but I am not able to center the radiobutton on the column. Here is a snippet indicating what I am trying to do. mx:DataGrid id=resultGrid dataProvider={results} mx:columns

[flexcoders] Re: doPrint and ViewStack

2007-05-22 Thread tkacyndra
hey :) that almost worked, thanks! but, because i have multiple text areas, and they display in accordance witht he list. how would i be able to specify which one to print, instead of writing tTest2...? something along the lines of selectedItem... but as i understand, selectedItem points to the

[flexcoders] Re: Cairngorm event question.

2007-05-22 Thread mssairam
Hi, Really you just need to have a LoginEvent, I think. Here is a sequence of the scenario -- 1) User enters username and password and clicks submit 2) A Cairngorm event named LoginEvent is broadcast probably with data elements containing username and password as entered by user 3) The

[flexcoders] Re: doPrint and ViewStack

2007-05-22 Thread bhaq1972
According to your example, something like this should work var myCanvas:Canvas = myViewStack.selectedItem as Canvas; var myTextArea:TextArea = myCanvas.getChildAt(0) as TextArea; have you figured out what the minimum height for your textareas should be? -Bod --- In

[flexcoders] Audio Capture in Flex2

2007-05-22 Thread BB
Hi All, Is it possible to record an audio or a video through Flex 2 application? (Of course with the use of Flash Media Server or equivalant) Best Regards Bora ÜNAL Take the Internet to Go: Yahoo!Go

[flexcoders] Re: WebService request serialization : XML attributes

2007-05-22 Thread ecpmaz
Nobody has any webservice with attributes required in the request ??? :( {Maz} --- In flexcoders@yahoogroups.com, ecpmaz [EMAIL PROTECTED] wrote: Hi, I have a soap method described like that : === s:complexType base=s0:Credential s:sequence/ s:attribute

[flexcoders] Conditional formatting of tree node labels

2007-05-22 Thread ivo
I want to apply different formatting to the labels of different types of nodes in a Tree. I have extended TreeItemRenderer and overrode updateDisplayList() so that I could call setStyle() on each node based on specific properties, something like what I copied below, but I dont see it happening

RE: [flexcoders] Re: WebService request serialization : XML attributes

2007-05-22 Thread Peter Farland
Flex SDK 2.0.1 Hotfix 2 contains a new WebService implementation that should handle attributes in addition to elements... this hotfix should be out very soon. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ecpmaz Sent: Tuesday, May 22,

RE: [flexcoders] Audio Capture in Flex2

2007-05-22 Thread Petro Bochan
Hi, For audio stuff, this might get you started. http://www.flashcomguru.com/apps/flex/flexaudiochat/ Cheers, Petro From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of BB Sent: Tuesday, May 22, 2007 5:11 PM To:

Re: [flexcoders] A Problem about DateTimeAxis

2007-05-22 Thread Flexing...
The month in ActionScript start from 0(january) ... 11 (december) So in your code change var newDate:Date = new Date(a[0],a[1],a[2]); to var newDate:Date = new Date(a[0],(a[1] as int)-1,a[2]); On May 22, 2007, at 5:56 PM, sacrantoinfo wrote: I follow the example in the user guide about

Re: [flexcoders] Question about inline ItemRenderers

2007-05-22 Thread Flexing...
It is not to do with defining RadioButton inside HBox. Where have you defined your RadioButtonGroup ? Inside the mx:HBox tag or outside. I think you need to define it inside mx:HBox. Try the following. mx:itemRenderer mx:Component mx:HBox paddingLeft=5 paddingRight=5 verticalAlign=middle

Re: [flexcoders] Audio Capture in Flex2

2007-05-22 Thread greg h
Hi Bora, For the video side, Renaun's article on Video Conference with Flex FMS might be helpful. Though the article does not focus on record it does cover getting Flex 2/AMF3 working with FMS. Article is here: http://mxdj.sys-con.com/read/295379.htm This blog entry has links for Source Code

[flexcoders] Highlighting

2007-05-22 Thread André Rodrigues Pena
Hi all, does someone know about any highlight-ready text component? I'm looking for something to help me build a rich text area for code entrance. Any tips will be appreciated -- André Rodrigues Pena LOCUS www.locus.com.br

RE: [flexcoders] Getting datagrid current data

2007-05-22 Thread Tracy Spratt
With all Flex data-driven controls, you must work with the dataProvider. You can not use the control, because the row item renderers are re-used when the list is scrolled or the data changes. Loop over the dataProvider. If you are using xml, then the dataProvider is either an XMLList or an

RE: [flexcoders] how to acces columns in a ArrayCollection

2007-05-22 Thread Tracy Spratt
That is the correct way with an ArrayList. XML provides some other options. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jolugarciado Sent: Monday, May 21, 2007 11:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] more OT: separating dev't, testing prod machines...Flex/CF/PHP/MySQL/Apache

2007-05-22 Thread Tom Chiverton
On Tuesday 22 May 2007, shawn.gibson wrote: guess the question, at heart, is: should I be connecting my development machine to the server's database, or somehow 'mimicing' the databases? You should, ideally, have separate databases for production, stage and live. Imagine if you had to make

Re: [flexcoders] Re: Datagrid auto sorting. Has anyone done this?

2007-05-22 Thread Ian M. Jones
As a total newbie, having just seen this in the docs, I may be totally wrong, but have you looked at the DataGrid's placeSortArrow() method? I'm not sure how you use it, but it looks promising. Regards, -- Ian M. Jones IMiJ Software

[flexcoders] Saving text with RichTextEditor . . . how?

2007-05-22 Thread crumpelfungus
OK, so I've tried out a few things with Flex's RichTextEditor, and I can get it to work quite well for my purposes. However, does anyone know whether it's possible to save text straight to the web server (say, into a specific client directory) as RTF or any other format (such as DOC) that would

[flexcoders] Hit Detection in border skin

2007-05-22 Thread Mark Ingram
Hi, I want to skin a TextArea so that it shows a simple dotted line around it, but I would also like to be able to hit test in the skin so that I can resize the text area on the fly. i.e. I want the user to be able to resize a text box with the mouse. How is the best way of achieving

[flexcoders] Memory leak in VideoDisplay?

2007-05-22 Thread beecee1977
Hi, I've been having memory problems with my application when it's left running overnight in IE7, which often results in IE crashing and a flash9.ocx error popup. Anyway, I'm struggling to pin down where the problem is coming from. I know about the seemingly whimsical nature of when garbage

[flexcoders] java.lang.ClassCastException

2007-05-22 Thread manuelgrau
Hi. I have an hibernate mapping defined with some properties and a relationship: set name=items table=... lazy=false key column=.../ one-to-many class=.../ /set in the java bean associated with this map: private Collection items; On the Flex side, I'm receiving this

[flexcoders] Re: Saving text with RichTextEditor . . . how?

2007-05-22 Thread bobignacio
Take a look at the following thread: Message #66109 Hope this helps, Bob I. --- In flexcoders@yahoogroups.com, crumpelfungus [EMAIL PROTECTED] wrote: OK, so I've tried out a few things with Flex's RichTextEditor, and I can get it to work quite well for my purposes. However, does anyone

[flexcoders] Stopping blue focus rect being drawn

2007-05-22 Thread Mark Ingram
Hi, how can I stop the blue focus rectangle from being drawn? I've tried the following code in my main application file: private function onCreationComplete(event:Event):void { //this.stage.stageFocusRect = false; systemManager.stage.stageFocusRect =

RE: [flexcoders] DateChooser X and Y?

2007-05-22 Thread Gordon Smith
In what sense do these appear to be missing? I see them in the Language Reference as inherited properties. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell Sent: Tuesday, May 22, 2007 4:03 AM To:

RE: [flexcoders] Stopping blue focus rect being drawn

2007-05-22 Thread Alex Harui
It is drawn by the focus manager and not the stage. It isn't the player's default focus look. focusManager.showFocusIndicator = false; showFocusIndicator is set back to true by TextInput and TextArea so you may need to catch that and set it back to false. Subclassing and overriding

RE: [flexcoders] HTML Text in LinkBar

2007-05-22 Thread Alex Harui
You'll probably have to subclass to do that From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Tuesday, May 22, 2007 3:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] HTML Text in LinkBar We have a Link

RE: [flexcoders] Re: Datagrid auto sorting. Has anyone done this?

2007-05-22 Thread Alex Harui
In theory, the sortArrow will show if the dataProvider has a valid sort property with a single sortField that describes the sorted column. If you did a more complex sort, you might be better off drawing custom header renderers that better depicts the complex sort.

[flexcoders] Re: RemoteObject handling exceptions onFault

2007-05-22 Thread truongdav
I think i found my stupid mistake just need to wrap in a MessageException. --- In flexcoders@yahoogroups.com, truongdav [EMAIL PROTECTED] wrote: Anyone know the answer for this? --- In flexcoders@yahoogroups.com, truongdav truongdav@ wrote: Hi, I am having problems I want to

RE: [flexcoders] Re: How to keep TextArea from losing focus?

2007-05-22 Thread Alex Harui
To do that, you sublcass TextArea and set alwaysShowSelection=true on the underlying textfield. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Tuesday, May 22, 2007 1:54 AM To: flexcoders@yahoogroups.com Subject: RE:

[flexcoders] MouseEvent.CLICK - TextField bugs - not receiving events - general bugs

2007-05-22 Thread patricklemiuex
I am a little beside myself because I have sprites and there are some bugs in Flashplayer that I've noticed about click events not being received with TextFields TextFormatter Objects added to sprites. I have a button and 2 out of 10 clicks, i don't receive a click event! It's like there's

[flexcoders] Solutions FREE for Remote SharedObject

2007-05-22 Thread Carlos Humberto
Hi All, Firstly excuse my terrible English. I'm Brazilian ! I like indications of solutions FREE for Remote SharedObject. What do intend to do? Something relatively simple as that: (Remote SharedObject example) Ball control - http://www.themidnightcoders.com/weborb/dotnet/examples.shtm Anybody

RE: [flexcoders] Solutions FREE for Remote SharedObject

2007-05-22 Thread Anthony Sherritt
Hi Carlos, I set up WebOrb for PHP on my machine. Took me 10 minutes to get the examples working and 2 hours to get me first custom application working, and that's cause I don't know PHP hardly at all. It's very simple and very easy to deploy. The Getting Started instructions are clear.

Re: [flexcoders] Solutions FREE for Remote SharedObject

2007-05-22 Thread Carlos Humberto
Thank you Antony Anthony Sherritt escreveu: Hi Carlos, I set up WebOrb for PHP on my machine. Took me 10 minutes to get the examples working and 2 hours to get me first custom application working, and that’s cause I don’t know PHP hardly at all. It’s very simple and very easy to

[flexcoders] TileListItemRenderer help

2007-05-22 Thread Jon Bradley
I've asked around .. and thanks to Alex Harui I've gotten some places, but now I'm a bit confused how to integrate a custom renderer with the proper controls that I need ... into an mxml renderer with the updateDisplayList overridden. I've got a TileList itemRenderer that mxml with some AS

[flexcoders] Populating a form

2007-05-22 Thread cbs1918
I have a form that users will use to edit data. The form contains several drop downs that are being populated from the server using RemoteObject. I am also using RemoteObject to get the data to populate the form for the user to edit. Is there a 'Best Practice' or a proper way to wait to

RE: [flexcoders] MouseEvent.CLICK - TextField bugs - not receiving events - general bugs

2007-05-22 Thread Alex Harui
Does something have doubleClickEnabled = true? That'll eat regular clicks. 1) invisible (not drawn) passes through, but drawn with alpha=0 blocks 2) Haven't seen the 100 pixel high thing before. Do you see it for any TextField? From:

[flexcoders] SOLVED: MouseEvent.CLICK - TextField bugs - not receiving events - general bugs

2007-05-22 Thread patricklemiuex
This is all do to TextField boxes that are overlapping my button sprites. Personally, if a textfield is blank, I think the sprite underneath should allow MouseEvents from underneath, because in a sense an invisible area of a TextField should be like an invisible part of a sprite. Any one else

[flexcoders] TileList skinning .. again

2007-05-22 Thread Jon Bradley
Nice... so there's a great tutorial on skinning the Flash CS3 TileList, but ... go figure that none of these (obvious) properties are implemented in Flex 2. Am I missing something on this? The TileList has, from the tutorial:

[flexcoders] Re: Solutions FREE for Remote SharedObject

2007-05-22 Thread Mark Piller
Anthony and Carlos, I'd like to make a minor correction with regards to the price. The 10K price point will not be applicable to the PHP/Ruby editions of the product. We're keen on keeping it open source. At this point, we're leaning towards free product offering for PHP and Ruby and charging for

[flexcoders] Re: Question about inline ItemRenderers

2007-05-22 Thread mssairam
Maybe I am not making it clear -- let me try again. The itemRenderer renders one radiobutton. For each line of the datagrid, there is one radiobutton. All these radiobuttons need to be in one group. The following works fine except that the radiobuttons are not centered in the DataGrid cell. All I

Re: [flexcoders] Re: Solutions FREE for Remote SharedObject

2007-05-22 Thread Carlos Humberto
Thank you Mark. It is possible then to use Remote SharedObject in the version FREE of WebOrb for PHP ? []'s Mark Piller escreveu: Anthony and Carlos, I'd like to make a minor correction with regards to the price. The 10K price point will not be applicable to the PHP/Ruby editions of the

[SOLVED] Re: [flexcoders] TileListItemRenderer help

2007-05-22 Thread Jon Bradley
This is in response to both of my posts (unfortunately, I posted twice in two separate threads - sorry about that everyone!!). With the help of Alex H., I got it all figured out. For future reference, if anyone wants to simply swap out the background of the TileList component and you've got

[flexcoders] Menubar selected

2007-05-22 Thread nxzone
I want hightlight a menuitem if i'm in his section or child section... I created a MenuBarActive skin and added these attributes to my MenuBar: itemUpSkin=com.timeline.skin.MenuBarActiveSkin itemDownSkin=com.timeline.skin.MenuBarActiveSkin itemOverSkin=com.timeline.skin.MenuBarActiveSkin If the

[flexcoders] Re: Solutions FREE for Remote SharedObject

2007-05-22 Thread Mark Piller
It is not available yet. We're looking into possible ways to implement it. Thanks, Mark --- In flexcoders@yahoogroups.com, Carlos Humberto [EMAIL PROTECTED] wrote: Thank you Mark. It is possible then to use Remote SharedObject in the version FREE of WebOrb for PHP ? []'s Mark Piller

[flexcoders] How to have a default CSS applied to a custom component while in the IDE???

2007-05-22 Thread tjcox1969
Is there a way to tell the Flex IDE (Eclipse) to use a different default stylesheet? I am editing some custom components which do not explicitly import a stylesheet - it uses the global CSS from the main application file. So things look fine at runtime in the browser, but when I am editing a

[flexcoders] Unable to resolve a class for ResourceBundle

2007-05-22 Thread Praveen Saxena
Hi, I am getting Unable to resolve a class for ResourceBundle Error while reading from property file. Is there any solution. -Regards Praveen

RE: [flexcoders] Re: Question about inline ItemRenderers

2007-05-22 Thread Tracy Spratt
The HBox should center the radio button if you have its width=100% and horizontalAlign=center. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mssairam Sent: Tuesday, May 22, 2007 2:28 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Web Service only sending one item inside an ArrayCollection

2007-05-22 Thread hawkfan.sixty
When I send an ArrayCollection through a Web Service it only sends the first item inside that collection. I am using Cairngorm for my project so I check the value of the object right before I send it and the attributes that are ArrayCollections have the multiple values but when I catch the

[flexcoders] Embedding Verdana font may shadow error

2007-05-22 Thread Douglas McCarroll
Hi All, I'm trying to embed Verdana. I'm doing this because it seems to be the default font for UIComponents and I'd like to be able to rotate some components without their text disappearing. When I add this to my CSS style sheet...: @font-face { src: local( Verdana ); fontFamily:

[flexcoders] Re: How to special characters in resource bundle .properties file

2007-05-22 Thread Brian Morearty
I learned the answer elsewhere so I thought I would post it for posterity and the goodwill of humankind. You have to escape the backslash itself. To escape a backslash, use two backslashes: \\ Examples: label=this is in \\quotes\\ label=this is on a \\nnew line - Brian Morearty Intuit

RE: [flexcoders] DateChooser X and Y?

2007-05-22 Thread Lincoln Mitchell
You are right - I missed the Show Inherited Public Properties . Can this be determined if accessed via the DateField? I have been looking at dateChooserStyleName as below but this didn't work: ?xml version=1.0 encoding=utf-8? mx:ApolloApplication layout=absolute

[flexcoders] Re: Question about inline ItemRenderers

2007-05-22 Thread mssairam
Thanks. I tried that as well -- while it centers the radio buttons, the buttons dont function as a group. I tried some variations using parentApplication, parent and so on -- but cannot get it to work. I think i will just reduce the width of the column and bank on no-one noticing that the

Re: [flexcoders] Embedding Verdana font may shadow error

2007-05-22 Thread Jon Bradley
First thought is to rename your 'family' to something else: @font-face { src: local(Verdana) ; fontFamily: VerdanaEmbed; unicodeRange: U+0041-U+005A, /* Upper-Case [A..Z] */ U+0061-U+007A, /* Lower-Case a-z */ U+0030-U+0039, /* Numbers [0..9] */

Re: [flexcoders] Embedding Verdana font may shadow error

2007-05-22 Thread Daniel Freiman
I got this warning a long time ago. Basically, it does want you to pick an alias for the fontFamily property so it doesn't get confused. (livedocs: http://livedocs.adobe.com/flex/201/html/fonts_070_04.html) There's a reason this is a warning and not an error. Your program will work, but it

[flexcoders] 100% wide VBox causing space on left to appear

2007-05-22 Thread Lincoln Mitchell
In the following example unwanted space appears on the left of the screen which then causes the horizontal scroll bar to appear. It seems to be caused by having width=100% on the VBox. Is this a bug? Example: ?xml version=1.0 encoding=utf-8? mx:ApolloApplication

Re: [flexcoders] Embedding Verdana font may shadow error

2007-05-22 Thread Douglas McCarroll
Jon and Dan, Thanks much. Very helpful. So when the warning says fontName it really means fontFamily, at least in this case. (Snort!) So I changed my fontFamily in the CSS to VerdanaEmbed, as Jon suggested, and set my components fontFamily to VerdanaEmbed, and it works, except for one more

RE: [flexcoders] DateChooser X and Y?

2007-05-22 Thread Gordon Smith
x and y are properties, not styles. A DateField pops up its DateChooser in a location relative to the DateField. Are you trying to make it pop up in some location you specify? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] DateChooser X and Y?

2007-05-22 Thread Lincoln Mitchell
yes _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Wednesday, 23 May 2007 6:07 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DateChooser X and Y? x and y are properties, not styles. A DateField pops up its DateChooser

[flexcoders] Modules + Tab Navigators = Error

2007-05-22 Thread boy_trike
Everything works FINE until I load a new module. (Even after I go back to the original module, I get the error). Any component with a Tab Container or Accordian throws the following error when I load the component: TypeError: Error #1009: Cannot access a property or method of a null object

  1   2   >