[flexcoders] Failed to disable shadow of ToolTip...

2007-05-23 Thread sanjaypmg
Hi, I want to remove shadow of the tooltip in my flex screen but failed to do the same... I have used (In MXML file) StyleManager.getStyleDeclaration(ToolTip).setStyle (dropShadowEnabled,false); or StyleManager.getStyleDeclaration(ToolTip).setStyle (dropShadowEnabled,false); (In CSS

[flexcoders] Flex drawing application

2007-05-23 Thread Giro
Somebody develop a drawing/CAD application with Flex? Is Flex enough powerful to develop this kina of applications? I don't want to develop a Photoshop(for example), I have a client that need a simple CAD application, for now we develop this with wxWidgets, but I think that is possible to

RE: [flexcoders] DateChooser X and Y?

2007-05-23 Thread Lincoln Mitchell
Many thanks Gordon, it works a treat! Linc _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Wednesday, 23 May 2007 9:32 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DateChooser X and Y? Handle the DateField's open

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

2007-05-23 Thread sanjaypmg
Ya that's true I can hold the data in flex itself but there are some session variables used by the JSPs in the same application and the same variables are also required in my flex screen to pass as a parameters for various java classes/methods calls. This purpose I need to get the session

RE: [flexcoders] Modules + Tab Navigators = Error

2007-05-23 Thread Alex Harui
Thought we fixed this in the hotfix. Do you have it? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of boy_trike Sent: Tuesday, May 22, 2007 4:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Modules + Tab Navigators = Error

RE: [flexcoders] Tabbing bug - disabling tabbing in the application

2007-05-23 Thread Alex Harui
Did you reparent some child in a container? You can turn off tabbing by capturing keyFocusChange event from the stage. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mr_MarkK Sent: Tuesday, May 22, 2007 5:15 PM To:

[flexcoders] Perth,Oz based flexoids?

2007-05-23 Thread Lincoln Mitchell
Hi all, I am based in Perth, West Australia. Is any other flex developers out this way? It's always good to know. Happy to chat / get together to talk all things Flex/RIA! Linc

Re: [flexcoders] Flex drawing application

2007-05-23 Thread Paul Hastings
Giro wrote: Somebody develop a drawing/CAD application with Flex? we've built stuff to annotate a map image w/text, lines, polygons, arrows, etc. report it all via PDF/fashpaper (via coldfusion). it wasn't very difficult.

[flexcoders] titleWindow cutomisation

2007-05-23 Thread Lincoln Mitchell
How do you remove ALL the space around a TitleWindow main content area? This is how far I have got: --- ?xml version=1.0 encoding=utf-8? mx:TitleWindow xmlns:mx=http://www.adobe.com/2006/mxml; title=title backgroundColor=red headerHeight=0 borderStyle=none

[flexcoders] Series::stripNaNs Exception in LineGraph

2007-05-23 Thread Flexing...
While I am trying to resolve it, if anyone has any clue about it that will be great. TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.charts.chartClasses::Series/ mx.charts.chartClasses:Series::stripNaNs() at mx.charts.series::LineSeries/

Re: [flexcoders] titleWindow cutomisation

2007-05-23 Thread Flexing...
Also set following to zero borderThicknessBottom borderThicknessTop borderThicknessLeft borderThicknessRight Refer http://livedocs.adobe.com/flex/2/langref/mx/containers/ Panel.html (TitleWindow extends Panel) for more details. On May 23, 2007, at 2:05 PM, Lincoln Mitchell wrote: How do you

[flexcoders] Re: titleWindow cutomisation

2007-05-23 Thread bhaq1972
try mx:TitleWindow borderStyle=solid --- In flexcoders@yahoogroups.com, Lincoln Mitchell [EMAIL PROTECTED] wrote: How do you remove ALL the space around a TitleWindow main content area? This is how far I have got: --- ?xml version=1.0 encoding=utf-8? mx:TitleWindow

[flexcoders] XSLT/XPath and flex

2007-05-23 Thread Lincoln Mitchell
I want to make the best of the MXML file and generate various documents from it using XSLT and XPath. The kind of things I want to create are: 1. Lists of icons/images used in app - presented as HTML or pdf 2. List of Components used in app - presented as HTML or pdf 3. Variation of the mxml file

RE: [flexcoders] titleWindow cutomisation

2007-05-23 Thread Lincoln Mitchell
Grand! I guess I assumed borderThickness=0 would have dealt with that! This list is awesome. Thx heaps. Linc _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Flexing... Sent: Wednesday, 23 May 2007 4:44 PM To: flexcoders@yahoogroups.com Subject: Re:

[flexcoders] Charts and FlashPaper

2007-05-23 Thread simonjpalmer
Anyone tried using FlashPaper as a printing solution for their data driven Flex app, particularly using Flex charts? Is it possible to generate FlashPaper content either client or server side and have it rendered in the browser ready printing? Any good tips or sites which show the way? Thanks

[flexcoders] Cast Exception from FDS to Hibernate

2007-05-23 Thread Alberto Albericio
Hi all, 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 This relationship is defined in the java bean as: private Collection items; On the Flex side, I'm receiving this relationship

[flexcoders] [JOB POSTING] Flex / Flash developers needed in New Delhi, India

2007-05-23 Thread b_alen
We are looking for intermediate to advanced Flex developers or very advanced Actionscript 2 developers. You should be motivated for work, coming up with your own ideas and taking initiative. We put a lot of effort into RND, so we do NOT need do as you're told kind of people. The company is 130+

[flexcoders] Locking Last row in a Flex Data Grid

2007-05-23 Thread Dharmendran A
hi, Does anybody know how to lock a last row in a datagrid. I know that lockedRowCount can lock all the rows abouve the specified index, but I need to lock the last row in data grid in addition to header row. This last row will show the Total value for each column and it should be locked

Re: [flexcoders] Locking Last row in a Flex Data Grid

2007-05-23 Thread Tom Chiverton
On Wednesday 23 May 2007, Dharmendran A wrote: to lock the last row in data grid in addition to header row. This last row will show the Total value for each column and it should be locked Have you considered just putting another DataGrid under the data one with the totals in ? -- Tom

Re: [flexcoders] work-arounds saving to file? [was: output formats (excel/word)]

2007-05-23 Thread Tom Chiverton
On Wednesday 23 May 2007, barry.beattie wrote: perhaps really pushed ExternalInterface to send (a fair bit of content) to a HTML window (ie: Flex opening a new window, send it the content)? Yeah, that could work actually... -- Tom Chiverton Helping to widespreadedly negotiate global

Re: [flexcoders] Populating a form

2007-05-23 Thread Tom Chiverton
On Tuesday 22 May 2007, cbs1918 wrote: populate the form for the user to edit. Is there a 'Best Practice' or a proper way to wait to populate the form until all of the drop downs have been populated? Validators. You'd define all your 'OK' conditions, then check each validation result from

Re: [flexcoders] Locking Last row in a Flex Data Grid

2007-05-23 Thread Flexing...
One approach can be: http://flex-apollo.blogspot.com/2007/05/adding-total-row-at-end-of- datagrid.html On May 23, 2007, at 2:46 PM, Dharmendran A wrote: hi, Does anybody know how to lock a last row in a datagrid. I know that lockedRowCount can lock all the rows abouve the specified

Re: [flexcoders] Embedding Verdana font may shadow error

2007-05-23 Thread Jon Bradley
Gotta love cryptic messages. Though, I guess they're not as bad as I've seen in some of my other programs. :) Happy we could help out. I'm sure I've been a pain since I signed up to flexcoders with all sorts of questions ... so anywhere I can help I'm more than happy to. cheers, jon On

Re: [flexcoders] Locking Last row in a Flex Data Grid

2007-05-23 Thread Harish Sivaramakrishnan
http://blogs.adobe.com/aharui/2007/04/datagrid_footers.html I suppose this is what u are looking for On 5/23/07, Flexing... [EMAIL PROTECTED] wrote: One approach can be: http://flex-apollo.blogspot.com/2007/05/adding-total-row-at-end-of-datagrid.html On May 23, 2007, at 2:46 PM,

[flexcoders] Problems with configuring Eclipse workspace (Flex, Java, JBoss)

2007-05-23 Thread jasper.flex
I have a workspace in Eclipse 3.2.2 (with WTP 1.5.4 and Flex plugin) with one Dynamic Web Project. This dynamic web project contains my Flex application and some Java files as well. I would like to be able to do the following: - deploy this as a war-file to JBoss (version 4.0.2) - be able to

[flexcoders] AS3: dispatchEvent from within event handler?

2007-05-23 Thread ronnlixx
I'm trying to do what i think should be pretty simple. I want to dispatch an event when my xml has completed lodaing. For the life of me i can't figure out why event does not get dispatched from handleXML, I know the listner works because I've tested it by dispatching the same event from a

RE: [flexcoders] display more data on a row from mysql

2007-05-23 Thread Ary
Hi, yes i found it, but i only get one field on each column:(, how do i make several field data in one column, maybe separate by line return betweem field data, could u give some hint? thx in advance --- Alex Harui [EMAIL PROTECTED] wrote: Read up on custom item renderers. You can use them

[flexcoders] DataGrid with multiple rowheaders / colheaders - Flex 3?

2007-05-23 Thread Gunnar André Reinseth
Hi all, I've been off this list for about a year now, so i'm not completely up to date on the activity on the list. However, i've still failed to find people extending the DataGrid component to allow for multiple row/column headers and groups and row/column footers. I know that I can probably

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

2007-05-23 Thread Mark Ingram
Thank you, thank you, thank you. Hit the nail right on the head: this.textField.alwaysShowSelection = true; Mark _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 21 May 2007 18:52 To: flexcoders@yahoogroups.com Subject: RE:

[flexcoders] Highlight a word in a RichTextEditor

2007-05-23 Thread Julien Phalip
Hi all, Would you know how to highlight a word in a RichTextEditor? I'd like to underline a word, not by using TextFormat.underline but by putting a sort of lacy line like when a word is mispelled in MS Word. Hope you can help me on that. Cheers! Julien

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

2007-05-23 Thread Mark Ingram
Thank you, thank you, thank you. Hit the nail right on the head: this.textField.alwaysShowSelection = true; Mark _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 21 May 2007 18:52 To: flexcoders@yahoogroups.com Subject: RE:

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

2007-05-23 Thread Gordon Smith
If I brouwse to the stafflist.php file from a browser I get XML in avalid format :-) How do I get the data into my flex app??? To get XML from PHP, you must set resultFormat=e4x on your mx:HTTPService tag. Otherwise, you will receive your data as ActionScript Objects. And, like Tracy said,

[flexcoders] Senior Flex Programmer Job Posting

2007-05-23 Thread MixedInk Jobs
I hope this posting is okay -- we are seeking a senior programmer to work in Flex, and this seemed like a perfect place to find someone. The posting is below. Thanks, Vanessa ___ *MIXEDINK LLC Senior Programmer (Remote)* *Company Description:* MixedInk LLC is an exciting

RE: [flexcoders] TileList itemRenderer resize

2007-05-23 Thread Alex Harui
commitProperties should have called measureWidthOfItems, measureHeightOfItems. If not then explicitRowHeight/ColumnWidth did get set. Maybe you should post a mini-example. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

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

2007-05-23 Thread Robert Chyko
Off the top of my head... using the Sort class on your dataprovider will do what you are looking for. Even sets the sort arrow for you. Using placeSortArrow() gets a little hairy, I've been down that road before. -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] Highlight a word in a RichTextEditor

2007-05-23 Thread Tom Chiverton
On Wednesday 23 May 2007, Julien Phalip wrote: Would you know how to highlight a word in a RichTextEditor? RTE has a htmlText property that understands simple HTML, so something like the following: rte.htmlText=rte.htmlText.replace(someString,font color=redu+someString+/u/font) is possible.

Re: [flexcoders] display more data on a row from mysql

2007-05-23 Thread Tom Chiverton
On Wednesday 23 May 2007, Ary wrote: Hi, yes i found it, but i only get one field on each column:(, how do i make several field data in one column, maybe separate by line return betweem field data, could u give some hint? Your renderer gets passed the whole data item as well as a column

RE: [flexcoders] Re: Flex beginner cannot run mx:Script .... /mx: Script

2007-05-23 Thread Dimitrios Gianninas
That code works fine... make sure the ? is the first thing in the file and there is nothing before it. Dimitrios Gianninas Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of henryaydin Sent: Tuesday, May

[flexcoders] Problem: FileReference onComplete event handler fires too soon - not properly waiting for HTTP status code 200

2007-05-23 Thread Andriy Panas
Dear all, We are trying to use Flash 8's FileReference API to upload the big media files in our web app. In our application we upload big media file first to some transient server and then immediately in the same uploading process we start moving this file to Amazon S3 file storage server. The

RE: [flexcoders] Re: Cairngorm event question.

2007-05-23 Thread Tero Pikala
Thanks, This clarifies issue quite nicely for me. Tero _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mssairam Sent: 22 May 2007 14:59 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Cairngorm event question. Hi, Really you just

RE: [flexcoders] XSLT/XPath and flex

2007-05-23 Thread Samuel R. Neff
Flex and MXML are used for creating rich internet applications. The other things you mentioned are all static documents. While it's certainly feasible to convert MXML to the other formats, you will have to greatly limit what you do in MXML in order to achieve this goal--particularly using

RE: [flexcoders] XSLT/XPath and flex

2007-05-23 Thread Lincoln Mitchell
You say it's feasible - do you know how? In addition, I would like to generate mxml via a series of chained xslt files. Linc _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samuel R. Neff Sent: Wednesday, 23 May 2007 9:16 PM To:

Re: [flexcoders] Tabbing bug - disabling tabbing in the application

2007-05-23 Thread Mark Kornfilt
Maybe as part of a state change. Could that be the issue? The child it's looking for seems to be quite often a VScrollBar and the parent a VBox. I'll try the keyFocusChange today. Thanks, Mark On 5/23/07, Alex Harui [EMAIL PROTECTED] wrote: Did you reparent some child in a container?

[flexcoders] To select in the ComboBox

2007-05-23 Thread Rodrigo Pereira Fraga
Hi! Without being for selectedIndex in comboBox, How To make in run-time, the comboBox selecting an item, with selectedItem Example: public function edit() : void{ txtId.text = dgMarca.selectedItem.idMarca; txtDsProd.text = dgMarca.selectedItem.label; //It catches the

[flexcoders] Difference in ActionScript File and ActionScript Class

2007-05-23 Thread haravallabhan
Hi All, What is the difference when using an ActionScriptFile and ActionScript Class? Is it that the difference lies only in the way of referencing it? When do we use ActioScript File and ActionScript Class. Can somebody help me? I am just confused in the usage. Thanks in advance Cheers Hara

[flexcoders] JBoss custom authentication fails

2007-05-23 Thread spirit_ryder2k
Hi, I am currently merging my application from the integrated JRun to JBoss 4.0.5.GA and my application fails to authenticate. On JRun it works fine. I followed the installation instructions on custom auth: flex-tomcat-common.jar - X:\svn\dev\jboss\server\default\lib flex-tomcat-server.jar -

RE: [flexcoders] Difference in ActionScript File and ActionScript Class

2007-05-23 Thread Dimitrios Gianninas
AS File: Just a file that contains functions that run when needed. Similar to how u use a JS file. AS Class: Like a Java class, define properties and methods, create instances of it and use as needed. OOP style. I always use AS classes. Dimitrios Gianninas Developer Optimal Payments Inc.

Re: [flexcoders] Difference in ActionScript File and ActionScript Class

2007-05-23 Thread Jeffry Houser
Files are for blocks of code. You add them to your code using the include directive. You might think of them as snippets? Classes are programming entities that make up packages that make up applications. That is probably a horrible description. To parallel ColdFusion an ActionScript

[flexcoders] videoDisplay.volume not working

2007-05-23 Thread yiğit boyar
hi; i'm setting the volume property of a videoDisplay to 0.0 but when the video is loaded; there comes sound... is this property not working or is there a crack for this (like flex 1.5 useHandCursor crack) or what am i making wrong ? thnks.

Re: [flexcoders] work-arounds saving to file? [was: output formats (excel/word)]

2007-05-23 Thread Daniel Freiman
Here's a workaround for loading a local file into Flex. It should be modifiable to save a file. Of course there are drawbacks of having to deal with another security context since it uses a helperJava applet.

Re: [flexcoders] AS3: dispatchEvent from within event handler?

2007-05-23 Thread Daniel Freiman
I'd set listeners for error events to make sure the file is actually being loaded successfully. Just copy/paste/edit from example in the livedocs ( http://livedocs.adobe.com/flex/201/langref/flash/net/URLLoader.html). Dan Freiman nondocs http://nondocs.blogspot.com On 5/23/07, ronnlixx [EMAIL

Re: [flexcoders] Tabbing bug - disabling tabbing in the application

2007-05-23 Thread Mark Kornfilt
Tried the keyFocusChange, but nothing to do, the event still gets fired after the FocusManager handles the keyDown event. Any other ideas? Mark On 5/23/07, Mark Kornfilt [EMAIL PROTECTED] wrote: Maybe as part of a state change. Could that be the issue? The child it's looking for seems to be

[flexcoders] Re: Highlight a word in a RichTextEditor

2007-05-23 Thread Julien Phalip
Hey! Thanks for you reply, but that doens't exactly work the way I'd like. How could I get a wavy line under a word in the RichTextEditor, like in MS Word when a word is mispelled. Thanks! --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 23 May 2007,

[flexcoders] Tree drag-n-drop into a TextInput (hiding the feedback)

2007-05-23 Thread khos2007
Is there an easy way to hide the feedback icons for drag an drop operations? I just wanna kill them all together if its possible. My application has a Tree control for dragging directory paths to TextInput controls in a Form. The addTreeDragToFieldBehavior is called in my application to

Re: [flexcoders] star (*) data type vs. Object

2007-05-23 Thread Derek Vadneau
* is just like Object I couldn't disagree more. I really dislike that Object is referred to in the docs about *. There is an implication there that they are similar when they really aren't. This is a sore spot for me everytime I use Array.pop() and Array.shift() in the Flash IDE. Both of those

[flexcoders] Re: DataGrid with multiple rowheaders / colheaders - Flex 3?

2007-05-23 Thread Andriy Panas
Hi, However, i've still failed to find people extending the DataGrid component to allow for multiple row/column headers and groups and row/column footers. I would like you to clarify, what do you mean by having multiple column headers for DataGrid. You can use item renderer for column

Re: [flexcoders] Re: Highlight a word in a RichTextEditor

2007-05-23 Thread Daniel Freiman
You'd have to extend the RichTextEditor and use the methods of its TextField. You'd have to get the start and end index of the string you're searching for, find the physical position of the String using TextField.getCharBoundries(), and then use the graphics object of the RichTextEditor to draw

RE: [flexcoders] star (*) data type vs. Object

2007-05-23 Thread Peter Farland
...but you can't actually type the return variable to anything except Object or nothing. Not true. In your example, you simply need to cast to the correct type, i.e. String: var s:String = go() as String; I don't think using * to get around compile-time type checking is a good idea. You

[flexcoders] changing states in module behaves strange

2007-05-23 Thread flashcrow2000
Hello, Here's the story: I have a custom window and a class which defines a specific content (pictures, text, other components and so on). My module loads a custom window and sets its content to that specific class (much like a popupmanager, if you like, but i can't use that for this

[flexcoders] Re: Difference in ActionScript File and ActionScript Class

2007-05-23 Thread haravallabhan
So as you guys say can I change all my ActionScript file to a Classs file ? I hate refering the ActionScript file with a long hard coded path. If I refer with a package it looks good. Can I change those ActionScript file to classes? I just wanted to use the functions and constants from it?

[flexcoders] mx:Image / centering loaded content

2007-05-23 Thread joshspooning
I'm using the Image component for yes an image gallery. I'm not finding any info in Google search. All I want to do is center the component with each image loaded. Any takers? Cake, for you pros out there.

Re: [flexcoders] star (*) data type vs. Object

2007-05-23 Thread Derek Vadneau
It's not about getting around compile-time checking, which is what you'd be doing with Object anyhow, I think. Sometimes you really need to dynamically type. In that case, why is Object better than *? Is it for checking null vs. undefined in some cases or is there more to it? On 5/23/07, Peter

[flexcoders] Locking the focus to a component

2007-05-23 Thread thirtyfivemph
I've got an app where I want a single component to *always* have keyboard focus and prevent other components (like lists, buttons, etc.) from ever getting keyboard focus (they'll all be mouse-controlled). What's the best way to do this? Is there a straightforward global way to handle this or will

[flexcoders] Re: mx:Image / centering loaded content

2007-05-23 Thread dr_stone_1024
--- In flexcoders@yahoogroups.com, joshspooning [EMAIL PROTECTED] wrote: I'm using the Image component for yes an image gallery. I'm not finding any info in Google search. All I want to do is center the component with each image loaded. Any takers? Cake, for you pros out there. Have you

Re: [flexcoders] star (*) data type vs. Object

2007-05-23 Thread Troy Gilbert
The problem is that AS3 is trying to catch inheritance issues (which *does* go a bit against the dynamic typing grain, but that's kind of the point of AS3). So, String is an Object but Object isn't necessarily a String (which is why the compiler requires a typecast). So, a dynamic type would be

RE: [flexcoders] Difference in ActionScript File and ActionScript Class

2007-05-23 Thread Gordon Smith
The only difference is that if you choose ActionScript Class, FlexBuilder presents a wizard-y dialog and then autogenerates some starter code for you. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of haravallabhan Sent:

RE: [flexcoders] Locking the focus to a component

2007-05-23 Thread Alex Harui
Try turning off focusEnabled and tabEnabled in all other components. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thirtyfivemph Sent: Wednesday, May 23, 2007 9:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Locking the

RE: [flexcoders] changing states in module behaves strange

2007-05-23 Thread Alex Harui
If you don't use a module, do you have the same problem? I'm more interested in who the parent of the custom window and content is, and whether it is the content that shifts or the custom window. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] star (*) data type vs. Object

2007-05-23 Thread Gordon Smith
As far as I'm aware, Object was made different from * in order to make it possible to program without thinking about the 'undefined' value, which Object can't store. It banishes the 'undefined' value from the part of the language that is compile-time-typed, because toher compile-time-typed

RE: [flexcoders] Tabbing bug - disabling tabbing in the application

2007-05-23 Thread Alex Harui
What does your keyFocusChange handler look like and how did you attach the listener? We use it elsewhere to shut down the FM. Also, are you running 2.0.1 with the latest hotfix? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark

RE: [flexcoders] AS3: dispatchEvent from within event handler?

2007-05-23 Thread Alex Harui
I don't think you're listening to the service From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Freiman Sent: Wednesday, May 23, 2007 7:29 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] AS3: dispatchEvent from within

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

2007-05-23 Thread Anthony DeBonis
I am sure there are many ways to make this happen some better then others. -IF values never change once they are logged in then you could pass them in a FlashVars... kinda oldschool but still works - Write them as JavaScript vars on page and read them in, like with at External Interface

Re: [flexcoders] AS3: dispatchEvent from within event handler?

2007-05-23 Thread Michael Schmalle
Hi, This; _view.addEventListener(xmlLoaded, doSomething); _service = new MyService(); needs to be _service = new MyService(); _service .addEventListener(xmlLoaded, doSomething); Peace, Mike On 5/23/07, Alex Harui [EMAIL PROTECTED] wrote: I don't think you're listening to the service

[flexcoders] Possible to send object to POST data?

2007-05-23 Thread TCash21
Hi all, Is it possible to pass an object (i.e. Graph) to a PHP script in a POST? and then store it in a database? Would I have to use HTTPService, URLRequest? I've only passed xml and string data, I was hoping I could send a whole object to be used later on in my application, rather than

[flexcoders] Does Flex support Client Side Digital Certificates

2007-05-23 Thread Anthony DeBonis
Does Flex support Client Side Digital Certificates? I have been asked this question several times each time I have a hard time finding and answer/proof. Has anyone implemented this and do you have a code that tests it out. If it's all https traffic I am sure the browser handles this fine

Re: [flexcoders] Tabbing bug - disabling tabbing in the application

2007-05-23 Thread Mark Kornfilt
I have tried adding the listener to the main application, and to an individual text input, but i can't catch it. I have tried listening both with and without useCapture (therefore attaching in an mxml tag and also manually on creation complete -- not both at the same time of course). the handler

[flexcoders] DateFormatter - going BC

2007-05-23 Thread John Grden
has anyone worked with DateFormatter and had to format dates for BC or, how about dates prior to 100AD? Entering apr 21, 100 = April 21, 100 Entering apr 21, 99 = April 21, 1999 now, I realize the issue of why a 2 digit date is going to be post 1900 and something formatted 07 will come back as

Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread Jurgen Beck
You might want to check out WebORB for PHP at http://www.themidnightcoders.com. http://themidnightcoders.com/weborb/php/remoteobjectandphp.htm Jurgen TCash21 wrote: Hi all, Is it possible to pass an object (i.e. Graph) to a PHP script in a POST? and then store it in a database? Would I have

Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread TCash21
--- In flexcoders@yahoogroups.com, Jurgen Beck [EMAIL PROTECTED] wrote: You might want to check out WebORB for PHP at http://www.themidnightcoders.com. http://themidnightcoders.com/weborb/php/remoteobjectandphp.htm Jurgen TCash21 wrote: Hi all, Is it possible to pass an object

Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread TCash21
--- In flexcoders@yahoogroups.com, Jurgen Beck [EMAIL PROTECTED] wrote: You might want to check out WebORB for PHP at http://www.themidnightcoders.com. http://themidnightcoders.com/weborb/php/remoteobjectandphp.htm Jurgen TCash21 wrote: Hi all, Is it possible to pass an object

Re: {Disarmed} Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread Jurgen Beck
AMFPHP allows you to do RPC with objects too. Last thing I've heard and seen is that AMFPHP is changing hands. You'd need to monitor traffic to see what the future holds for it. WebORB is extremely solid and Mark and Harris at Midnight Coders are great in keeping up with adding new features

[flexcoders] Gradient Fill for an AreaChart

2007-05-23 Thread Patrick Lemiuex
Is there a simple way to specify an AreaChart gradient fill? Or, maybe a link to a really quick example of how to roll my own renderer on the quick tip? Always appreciated, Patrick

[flexcoders] Re: Menubar selected

2007-05-23 Thread nxzone
How to invalidate menuBarItem to call the updateDisplayList? This is not working: MenuBarItem(mp.menuBarItems[0]).invalidateDisplayList() --- In flexcoders@yahoogroups.com, nxzone [EMAIL PROTECTED] wrote: I want hightlight a menuitem if i'm in his section or child section... I created a

[flexcoders] Re: Vertial Scroll Issue with Using Date Field ItemRenderer in a DataGrid

2007-05-23 Thread Troy A. Binford
I just got done installing the hotfix. While the hotfix fixes the scrolling issue with combobox itemrenderers, I am still getting the same scrolling issues with the datefield itemrenderer. Does anyone have an idea on how to fix this? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED]

[flexcoders] call function on a pop up

2007-05-23 Thread mazarflex
I am trying to call a function to a popup. i am using the public function LoadPopUp():voie{ var pop1:pWindow1=pWindow1 (PopUpManager.createPopUp(this,pWindow1,false)); } to create a popup. and another function on the parent app to call refresh() on the popup

[flexcoders] Re: Question about inline ItemRenderers

2007-05-23 Thread Sairam Mattancheril
Thanks for taking the trouble to respond -- unfortunately none of these seem to work. I created a really simple example -- this is attached. Just in case the attachment doesn't come through, I have cut and pasted the entire mxml file below. I tried the following -- neither of these allows me to

RE: [flexcoders] Re: Difference in ActionScript File and ActionScript Class

2007-05-23 Thread Dimitrios Gianninas
Performance will not be affected, your MXML files get turned into AS classes anyways (yup every single one of them). I suggest going with AS classes, its will feel better, trust me :) Dimitrios Gianninas Developer Optimal Payments Inc. From:

[flexcoders] Re: AS3: dispatchEvent from within event handler?

2007-05-23 Thread Sam
Thanks Daniel, Alex and Michael. I realized my mistake quickly after posting. Thanks again.

RE: [flexcoders] Re: Vertial Scroll Issue with Using Date Field ItemRenderer in a DataGrid

2007-05-23 Thread Alex Harui
I was not able to reproduce the problem with the datefield in the latest hotfix. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Troy A. Binford Sent: Wednesday, May 23, 2007 11:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] Dragging onto a tree

2007-05-23 Thread Christopher Olsen
Hello, What I am trying to do is drag an icon off of a panel and drop it onto an item in a Tree and get the value of the item that I dropped on in the tree... tree.selectedItem does not return this. How should I be handling this? Thank you all, Christopher

[flexcoders] PlotChart: dataTip

2007-05-23 Thread ronnlixx
Is it possible to have the dataTips on plot chart points always visible, as opposed to just when the point is rolled over?

RE: [flexcoders] Tabbing bug - disabling tabbing in the application

2007-05-23 Thread Alex Harui
The hotfix fixed a problem where scrollbars were accidentally getting focus. In theory in your creationComplete handler, you should be able to do: systemManager.stage.addEventListener(FocusEvent.KEY_FOCUS_CHANGE, focusChangeHandler); and start seeing traces.

{Disarmed} Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread TCash21
--- In flexcoders@yahoogroups.com, Jurgen Beck [EMAIL PROTECTED] wrote: AMFPHP allows you to do RPC with objects too. Last thing I've heard and seen is that AMFPHP is changing hands. You'd need to monitor traffic to see what the future holds for it. WebORB is extremely solid and Mark and

Re: {Disarmed} Re: {Disarmed} [flexcoders] Possible to send object to POST data?

2007-05-23 Thread Jurgen Beck
No, neither AMFPHP nor WebORB require FDS, well, at least not the server technology. You have to set up the Flex project as an FDS project type and you may need to make sure that the FDS SDK is installed on your development box. However, the rest is handled by the server components

Re: [flexcoders] Dragging onto a tree

2007-05-23 Thread michael . corbridge
You probably need to look at the: event.dragInitiator.selectedItem Christopher Olsen

Re: [flexcoders] Tabbing bug - disabling tabbing in the application

2007-05-23 Thread Mark Kornfilt
Tried the hotfix and didn't work. Also tried listening to the event on stage like you specified, but again that gets fired after the error. Interesting you mention the problem with scrollbars, because that's what it seems like the problem is here too. The FM is looking for the parent of

[flexcoders] textAlign not working for TabBar

2007-05-23 Thread phall121
I'm not to get textAlign=left working on the TabBar control. I've searched the archives and find no references to this issue. Is my code flawed in some way that I'm just not catching? mx:TabBar direction=vertical dataProvider={vacCAppList} labelField=app width=300 textAlign=left

[flexcoders] Re: WSDLError Element not resolvable with WebService using creationComplete

2007-05-23 Thread Peter Connolly
There is a thread that kind of answers this problem over in the Adobe Flex2 General Discussion forum: WebService bad element / not resolvable http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=585\ threadid=1257326 The work-around to this problem is from scottpez: Hi, I finally

[flexcoders] Data Paging a la Matt Chotin for Flex 2.1

2007-05-23 Thread Shaun
I am getting ready to implement a report for a project that requires the user to be able to sift through a maximum of 150,000 records from a table (yes, we all know that in reality this is ridiculous, but we also know that customers get what customers want). I read through Matt Chotin's posts

[flexcoders] Populate Tree with XML

2007-05-23 Thread tkacyndra
the only examples i found online for tree involve a XMLList. is it possible to use an XML to populate it? for example, my XML looks like this: [code] [Bindable] private var MyCat:XML = categories category ID=0 titleCategory

  1   2   >