[flexcoders] Re: Positioning using the graphics class?

2009-09-18 Thread Tracy
Ah, ok, I was beginning to suspect that based on the endpoint images in the docs. Thank you for the verification. But ugh, fractional pixels are new to me. Tracy --- In flexcoders@yahoogroups.com, Keith H kh...@... wrote: Lines drawn with the drawing API spread their thickness from

[flexcoders] Re: Show/Hide a tab

2009-09-29 Thread Tracy
and only the associated content will be accessible. Much simpler than adding and removing children all the time. Tracy --- In flexcoders@yahoogroups.com, turbo_vb timh...@... wrote: Have to use addChild() and removeChild() forTabs. -TH --- In flexcoders@yahoogroups.com, Christophe

[flexcoders] Re: Add a parameter in Html

2009-09-29 Thread Tracy
them to the Flex app using flashvars. This is quite simple, only a couple lines of javascript. I have posted a full example before, you will find it if you search. Within Flex, you can access the passed in values via the Application.application.parameters object. Tracy --- In flexcoders

[flexcoders] In HBox, how to align text base lines in labels with different font sizes Flex 3

2009-09-29 Thread Tracy
some suggestions. An efffective google search string would be valued as well! Tracy

[flexcoders] Re: Add a parameter in Html

2009-09-29 Thread Tracy
I didn't say there could not, I said there will not. I debated putting in acaveat there, but decided it would not help the original poster at this stage. Tracy --- In flexcoders@yahoogroups.com, Jeffry Houser j...@... wrote: Why couldn't there be a link to a Flex Application? Do

[flexcoders] Re: Flex XML editor

2009-10-16 Thread Tracy
I created one for an example. It is in Flex 2, but maybe something in there will be useful to you. http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=544 Tracy Spratt --- In flexcoders@yahoogroups.com, primo411 primo...@... wrote: Hi everyone, I want to create an editor

[flexcoders] Re: defining more than one class in a simple .as file (ref)

2009-10-16 Thread Tracy
Please do not hijack threads. Unless your post is directly applicable to another, start a new topic. Do not just change the subject line. It confuses some threaded readers, like yahoo's html version. Tracy --- In flexcoders@yahoogroups.com, dennis den...@... wrote: I want to create more

[flexcoders] States: SetStyle not returning to base state

2009-10-27 Thread Tracy
to it base menuButtonLabel style, but instead takes on the parent menuButton style. Any ideas what I am doing wrong, or suggestions to try? Is my theory correct? Tracy Spratt

[flexcoders] Re: Using Flex and Vb.Net

2009-10-27 Thread Tracy
Yes, heavily. Now, you do not really develop flex apps with vb.net. There are several ways to use the two environments together, however. What do you want to do? Tracy Spratt --- In flexcoders@yahoogroups.com, shot2flow shot2f...@... wrote: Has anyone worked with Flex and VB.Net. Please i

[flexcoders] Re: Function Declarations

2009-10-27 Thread Tracy
) Even if removeItem() was in the same file, you could not reference it directly inside the in-line renderer. Tracy Spratt --- In flexcoders@yahoogroups.com, Paulo Henrique paulode...@... wrote: Good afternoon people, i just started developping with Flex Builder 3 and I seem to have found

[flexcoders] Re: Using Flex and Vb.Net

2009-10-28 Thread Tracy
not the bottleneck in a Fles app. Tracy --- In flexcoders@yahoogroups.com, shot2flow shot2f...@... wrote: Tracy, What do yo mean by several ways and you don't really develop flex apps with vb.net My company develop web apps using Asp.net/vb.net. I just joined and i use flex and coldfusion

[flexcoders] Re: Make Flex AIR app demand more system resources

2009-11-05 Thread Tracy
the resources it has available at that moment. I will try your suggestion of running something in an enterFrame handler. We just got an important demo wrapped up and I will have some time to work on this. Thanks, Tracy --- In flexcoders@yahoogroups.com, Gregor Kiddie gkid...@... wrote: Are you really

[flexcoders] Re: Data Transfer between Viewstacks

2009-11-05 Thread Tracy
Use a central data model. Some folks use a singleton for this. Use binding, or events, or ChangeWatcher to update your UI pieces as needed. Tracy --- In flexcoders@yahoogroups.com, Dan Pride danielpr...@... wrote: I am building an app that includes datagrids where when double clicking

[flexcoders] Re: text from a form into an e-mail?

2009-11-05 Thread Tracy
How does it not work? Where is the problem? Can you build and send body text without using the form data? I have done this a lot, but do not have my code in front of me right now. Do it one step at a time. Tracy --- In flexcoders@yahoogroups.com, Kearney Buskirk kear...@... wrote: Hi

[flexcoders] Re: Get Rid of [SPAM] tag

2010-02-16 Thread Tracy
I found the problem, it was a setting on the GoDaddy mail account (I was looking at the wrong account previously) My abject apologies to the list, and thanks to Steve for bringing it to my attention. Tracy --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: I'm sorry to say

[flexcoders] setVariable: can't make it work on a customer's machine

2005-08-08 Thread Tracy Spratt
else that might inhibit setVariable from talking to the app? Any other debugging techniques? Tracy -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Tile Container white space

2005-08-09 Thread Tracy Spratt
Check out verticalGap and horizontalGap properties. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Tuesday, August 09, 2005 1:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tile Container white space

RE: [flexcoders] About synchronizing grid rendering with service completion

2005-08-09 Thread Tracy Spratt
Could you disable them in the mxml tag to start with, then, in a result handler on the RemoteObject, set the final state? Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jesus Salvador Ramos Cardona Sent: Tuesday, August 09, 2005 8:35

RE: [flexcoders] 32k problem

2005-08-10 Thread Tracy Spratt
problem code and are just a victim of the Flex compilers decisions. I agree, it is both funny and stupid! By the way, next time you hit the 32k, just delete your bogus code! Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent

[flexcoders] setVariable: only works on localhost?

2005-08-11 Thread Tracy Spratt
proxy? I though about using the dhtml-gateway.swf flashvars-local connection-myApp solution, but I am afraid local connection might not work either, under my scenario. Any ideas will be appreciated. Tracy -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] mxmlc: Error with configuration file... Invalid content starting with...

2005-08-11 Thread Tracy Spratt
below. Tracy flex.util.ChainedRuntimeException: Error with configuration file or starting ser vices. at flex.tools.CmdLineOptions.createToolServices(CmdLineOptions.java:441) at flex.tools.CmdLineOptions.parseArguments(CmdLineOptions.java:139) at flex.tools.CmdLineOptions.init

RE: [flexcoders] setVariable: only works on localhost?

2005-08-12 Thread Tracy Spratt
only permits this operation when the HTML page is from the same domain as the Macromedia Flash movie it attempts to script. And the solution is: System.security.allowDomain( www.mysite.com ); Now lets see if I can make it work Tracy From: flexcoders@yahoogroups.com

RE: [flexcoders] File Upload

2005-08-12 Thread Tracy Spratt
See this link for some solutions: http://www.cflex.net/search.cfm?SearchString=file+uploadCollection=kms_Filesx=13y=4 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Friday, August 12, 2005 5:07 PM To: flexcoders

RE: [flexcoders] setVariable: only works on localhost? -- SUCCESS!

2005-08-12 Thread Tracy Spratt
] On Behalf Of Tracy Spratt Sent: Friday, August 12, 2005 2:53 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] setVariable: only works on localhost? Ok, it is a security issue: Cross-movie scripting also occurs when an HTML page uses _javascript_ (or another scripting language

RE: [flexcoders] Re: Tree component help - please

2005-08-15 Thread Tracy Spratt
the TreeDataProvider API, like getProperty(label), and getData() Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pat_ryan_99 Sent: Monday, August 15, 2005 12:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree component help

RE: [flexcoders] array question.

2005-08-15 Thread Tracy Spratt
Because data calls are asynchronous, you can't use the result in the same function that you call it, you must do it in a result handler. Put this line in the result handler function: var posterdata = posterinfo_srv.result.posters.poster; Tracy -Original Message- From: flexcoders

RE: [flexcoders] Repeater Question

2005-08-17 Thread Tracy Spratt
Title: Message I suspect that if you assign the dataProvider to the repeater after it is ready, this will work. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Battershall, Jeff Sent: Wednesday, August 17, 2005 1:41 PM To:

RE: [flexcoders] How to programmatically select multiple items in a List control?

2005-08-18 Thread Tracy Spratt
Here is one way: http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=252 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bob Remeika Sent: Thursday, August 18, 2005 5:04 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Is there a simple way of doing this

2005-08-18 Thread Tracy Spratt
And dont forget the everything but ^, from the docs: If the string begins with ^, the string specifies the characters that may not be entered into the control. For example, the string ^a-z means all upper case letters may be entered, but no lower case letters are allowed. Tracy

RE: [flexcoders] Accessing cells in a datagrid.

2005-08-18 Thread Tracy Spratt
Rather than loop over the datagrid cells after the fact, why not enable disable the combobox during instantiation, in the setValue() method? You have the data you need for the conditional, and you have a direct reference to the control Tracy -Original Message- From: flexcoders

[flexcoders] Sudenn compile err: Unresolved symbol, __Packages.unescape, required by __Packages.LogicEngine

2005-08-19 Thread Tracy Spratt
is a native ActionScript command right? I tried rebooting for the type mismatch error but that didnt fix that, but Ill try it now No, reboot didnt fix it. Removing the command got me going, but I really need that command! Thanks Tracy -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

RE: [flexcoders] Problems with xmlns=http://www.macromedia.com/2003/flex-config in flex-config

2005-08-26 Thread Tracy Spratt
, it is probably because some tag name conflicts with a tag in the default namespace. I can't explain the eclipse interaction though. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eric Raymond Sent: Thursday, August 25, 2005 9:20 PM

RE: [flexcoders] Closing Browser

2005-08-29 Thread Tracy Spratt
Sometimes this works to avoid the browser prompt: getURL(javascript:window.opener=self; window.close();); Tested on IE only. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Monday, August 29, 2005 3:18 AM To: flexcoders

RE: [flexcoders] Creating flex gui on the fly

2005-08-29 Thread Tracy Spratt
know of any to do this in a stream. There is a command-line compiler, mxmlc, but I suspect it is not stream oriented either. For dynamic mxml, folks usually use the taglib functionality. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Custom Tree Control

2005-08-31 Thread Tracy Spratt
Title: Custom Tree Control See if this will help: http://www.cayambe.com/plog/index.php?op=ViewArticlearticleId=5blogId=1 Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, Agha Sent: Wednesday, August 31, 2005 4:21 PM To: flexcoders

RE: [flexcoders] Very simple security need: where to start? - solved

2005-08-31 Thread Tracy Spratt
=*.mycompany.com,www.yourcompany.com/ Valve className=org.apache.catalina.valves.RemoteAddrValve deny=192.168.1.*/ Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Wednesday, August 31, 2005 4:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] Referencing results from NetConnection Debugger

2005-08-31 Thread Tracy Spratt
Hey man, dont feel bad, the goldurn compiler really should catch reserved words! Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 6:38 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders

RE: [flexcoders] Flex Runtime Application Error

2005-09-06 Thread Tracy Spratt
Actually, I found the license tool to be more trouble than it is worth. Just find license.properties in the WEB-INF/flex folder and edit it to add the sn. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tariq Ahmed Sent: Saturday

RE: [flexcoders] data grid with totals

2005-09-06 Thread Tracy Spratt
of the totals row columns. Also, you probably want to specify which columns have totals. Sounds like a fun project, wish I wasn't too busy to do it. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joe Sent: Tuesday, September 06, 2005 6:43 PM

RE: [flexcoders] combobox set selection

2005-09-07 Thread Tracy Spratt
Sorry, no easy way right now. Your approach is the correct one. Here is a link to an example: http://www.cflex.net/showfiledetails.cfm?ObjectID=229 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Jayabalan Sent: Wednesday

RE: [flexcoders] Access column in datagrid like an array

2005-09-09 Thread Tracy Spratt
the value of the checkbox. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of micahknox Sent: Thursday, September 08, 2005 6:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Access column in datagrid like an array I have a datagrid

RE: [flexcoders] Detecting right mouse click

2005-09-09 Thread Tracy Spratt
=195 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of parinda_b_patel Sent: Friday, September 09, 2005 12:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Detecting right mouse click Hi All, My application needs a different context

[flexcoders] Export DataGrid to Excel via HTML on Clipboard

2005-09-09 Thread Tracy Spratt
Title: Export DataGrid to Excel via HTML on Clipboard A solution to the How can I export to Excel? problem, by bdeen, as posted on MM Flex forum. http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=298 Tracy -- Flexcoders Mailing List FAQ: http

RE: [flexcoders] about synchronization in retrieving data by using a httpservice

2005-09-12 Thread Tracy Spratt
Are you using the call object to set an identifying token on your data call, and then using a result handler to process that call? If not see this link for some detail on the ACT pattern. http://www.cflex.net/showfaq.cfm?ChannelID=1faqType=#Question372 Tracy -Original Message

RE: [flexcoders] Re: main app build on the fly

2005-09-12 Thread Tracy Spratt
you have the node and content you think. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Sunday, September 11, 2005 12:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: main app build on the fly ok

RE: [flexcoders] pausing for given time

2005-09-12 Thread Tracy Spratt
setInterval() does not pause exzecution, it just executes a function at a specified time interval. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson Hager Sent: Monday, September 12, 2005 7:58 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] pausing for given time

2005-09-12 Thread Tracy Spratt
Sure. My point is just that you cannot use it to make *execution* wait/pause, in a function for example. Processing continues during the interval. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Krzysztof Szlapinski Sent: Monday

RE: [flexcoders] Using a Repeater tag with an Array of VO's

2005-09-12 Thread Tracy Spratt
How about: mx:Label text={r2.currentItem.name} Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of digital_eyezed Sent: Monday, September 12, 2005 3:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using a Repeater tag with an Array

RE: [flexcoders] Re: Using a Repeater tag with an Array of VO's

2005-09-12 Thread Tracy Spratt
Doublecheck the data in the VO. In a result handler, try something like: trace(myPojo.getTeams.result[0].players[0].player) Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of digital_eyezed Sent: Monday, September 12, 2005 3:47 PM

RE: [flexcoders] Flex Actionscript firstChild nextSibling

2005-09-13 Thread Tracy Spratt
node. Or test with nodeName, which I recall works fine. Search the livedocs for XML class for a full listing of the methods/properties. http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/js/ht ml/wwhelp.htm Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] asking for a password then storing it

2005-09-13 Thread Tracy Spratt
Samples, Flex Explorer, Miscellaneous. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 12:34 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] asking for a password then storing

RE: [flexcoders] Re: Datagrid columns resize

2005-09-13 Thread Tracy Spratt
if the dg is editable. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 1:05 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Datagrid columns resize I have a data grid with three columns

RE: [flexcoders] Flex and Remote Objects

2005-09-13 Thread Tracy Spratt
/showfiledetails.cfm?ChannelID=1Object=FileobjectI D=18 Also, search for RemoteObject on the site above, perhaps some of the other examples will be useful. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Morphis Sent: Tuesday

RE: [flexcoders] Checking existance of file

2005-09-13 Thread Tracy Spratt
Keeping in mind that you cannot access files on the client file system, only on the server, you will need to use the file system functionality available in your middle tier environment (Java? DOT.NET?). You could use HTTPService to invoke that functionality and return the result to Flex. Tracy

RE: [flexcoders] Cairngorm and HttpService breaks event.call

2005-09-14 Thread Tracy Spratt
this: oCall.resultHandler = Delegate.create(this, onResult); I'm not sure how you would invoke the function in onResult though. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eric Raymond Sent: Wednesday, September 14, 2005 1:43 AM

RE: [flexcoders] How to submit a bug?

2005-09-14 Thread Tracy Spratt
http://www.cflex.net/showfaq.cfm?ChannelID=1faqType=#Question385 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bob Remeika Sent: Wednesday, September 14, 2005 4:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to submit

RE: [flexcoders] Previewing in one DataGrid.

2005-09-14 Thread Tracy Spratt
labelFunction() Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ahmed Sent: Wednesday, September 14, 2005 10:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Previewing in one DataGrid. Hello everyone, For this XML

RE: [flexcoders] inserting data

2005-09-14 Thread Tracy Spratt
I don't think you want a function with the same name as your class. The compiler thinks it is a constructor, which is *supposed* to have the same name. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Wednesday

RE: [flexcoders] flexstore not working

2005-09-14 Thread Tracy Spratt
Look in the flex-config file, make sure you have a named service defined. Perhaps the flex config file got changed or edited or something. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Fitzpatrick Sent: Wednesday, September 14, 2005

RE: [flexcoders] Question about accordions

2005-09-14 Thread Tracy Spratt
. If that fixes it, you can study up on that attribute. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 2:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question about accordions I am

RE: [flexcoders] flexstore not working

2005-09-15 Thread Tracy Spratt
Look at ...\tomcat 5.0\logs\stdout.log. To see it in FB, you need to use the Net connection pane, but I don't really use this myself. The tomcat log will be better. Hmm, you might also need to set the logging level on tomcat. Tracy -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] ms access

2005-09-16 Thread Tracy Spratt
Like Sjors says, and you can start here: http://www.cflex.net/showfaq.cfm?ChannelID=1faqType=#Question370 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sjors Pals Sent: Friday, September 16, 2005 7:24 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] flexstore not working

2005-09-16 Thread Tracy Spratt
Set the logging level using the Tomcat Monitor: Start, Programs, Apache Tomcat, Monitor tomcat, on the logging tab. Setting {context.root} should happen automatically, I do not know how to set it manually. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Comparing Structure Elements - Not Working

2005-09-16 Thread Tracy Spratt
Did you trace out the comparison values? And the SelectionList.length value? Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Greg Johnson Sent: Friday, September 16, 2005 1:54 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders

RE: [flexcoders] Flex and Remote Objects

2005-09-16 Thread Tracy Spratt
Yes. If you don't know Java, and do not want to learn Java, don't use RemoteObject. I am personally comfortable with HTTPService, it is the easiest to use. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday

RE: [flexcoders] Question about error message

2005-09-16 Thread Tracy Spratt
choice, thus generating good code. Here is a link for a complete discussion: http://www.cflex.net/showfaq.cfm?ChannelID=1faqType=#Question365 Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Friday, September 16, 2005 2:42

RE: [flexcoders] Question about the samples on the samples page

2005-09-16 Thread Tracy Spratt
is designed to operate only in connection with the Software. You agree to indemnify, hold harmless and defend Macromedia from and against any loss, damage, claims or lawsuits, including attorney's fees, that arise or result from the use or distribution of your application. Tracy From

RE: [flexcoders] Question about the samples on the samples page

2005-09-16 Thread Tracy Spratt
I stand corrected. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Friday, September 16, 2005 3:56 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Question about the samples on the samples page On 9/17/05

RE: [flexcoders] Communication betwen two .as files

2005-09-20 Thread Tracy Spratt
Breaking up code into components like that is good practice. It will be easier to maintain and it will help avoid the 32k issue. At first look the code seems ok. Ill try to run it and see if I see anything. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders

RE: [flexcoders] Communication betwen two .as files

2005-09-20 Thread Tracy Spratt
at the application level. So, did something not work for you? Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Tuesday, September 20, 2005 12:37 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Communication betwen two .as files

[flexcoders] Can a Flex app (Tomcat 5) use an asp.net security token

2005-09-20 Thread Tracy Spratt
and compare the key from the wrapper and the db, but this is going to be comparatively ugly. Anyone got any other ideas? Tracy -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] How to pass selected value from combox

2005-09-20 Thread Tracy Spratt
Have you tried something like this in a change event handler: search.participantName= event.target.selectedItem.myValue Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sandip_patil01 Sent: Tuesday, September 20, 2005 2:12 PM To: flexcoders

RE: [flexcoders] Remote objects and when they exist

2005-09-20 Thread Tracy Spratt
the remoteobject in some existing mxml file, and then do all the real work in AS, like building the method parameters and invoking the send. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Harris Sent: Tuesday, September 20, 2005 3:50 PM

RE: [flexcoders] Passing arguments to a PopupManager

2005-09-21 Thread Tracy Spratt
Yes, you cant refer to currentItem in a handler function. currentItem only exists when the repeater is being instantiated, and is undefined when the mouseDown occurs. Use getRepeaterItem() http://www.cflex.net/showfiledetails.cfm?ObjectID=199 Tracy From: flexcoders

RE: [flexcoders] Question about mouseMove

2005-09-21 Thread Tracy Spratt
I am not sure how to implement this or how this would affect your performance, but you probably need to use a doLater() to let the screen update. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Prasad Dhananjaya Sent: Wednesday, September

RE: [flexcoders] Not initialize remoteObject in mxml file

2005-09-21 Thread Tracy Spratt
in a handler on the result event of the method. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robson Thanael Poffo Sent: Wednesday, September 21, 2005 9:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Not initialize remoteObject

RE: [flexcoders] How to display only data in combo box

2005-09-21 Thread Tracy Spratt
Set the ComboBox labelField=docDesc Type your variable declarations: var listInfo:Array; Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sandip_patil01 Sent: Wednesday, September 21, 2005 10:01 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] How to open browse window when click on a button

2005-09-21 Thread Tracy Spratt
http://www.cflex.net/showfiledetails.cfm?ObjectID=292 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sandip_patil01 Sent: Wednesday, September 21, 2005 10:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to open browse window

RE: [flexcoders] Re: Access to parent control in parent component

2005-09-22 Thread Tracy Spratt
file name Now you can say: var myValue:String = myParent.cboCvca.selectedItem.data; var myValue:String = myParent.myVariable; var myValue:String = myParent.myFunction(); Or: mx:Text text={ myParent.cboCvca.selectedItem.data } Tracy From: flexcoders@yahoogroups.com

RE: [flexcoders] Saving form inputs in sub-components from the root component

2005-09-22 Thread Tracy Spratt
See your other thread. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghislain Simard Sent: Thursday, September 22, 2005 7:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Saving form inputs in sub-components from the root

RE: [flexcoders] Regarding jsp and mxml page

2005-09-22 Thread Tracy Spratt
And remember that the url/path/filename is case-sensitive. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pushkar Phatak Sent: Thursday, September 22, 2005 9:25 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Regarding jsp

RE: [flexcoders] Tree selectedNode

2005-09-22 Thread Tracy Spratt
You want event.target.selectedNode; assuming the tree is raising the event. If you are dragging from a datagrid, you wont have a selectedNode, only trees have that. DataGrid has selectedItem. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com

RE: RE: [flexcoders] newlin

2005-09-22 Thread Tracy Spratt
Post a small example application. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kreddington1 Sent: Thursday, September 22, 2005 7:06 PM To: flexcoders@yahoogroups.com Subject: Fwd: RE: [flexcoders] newlin I already tried that. It works

RE: [flexcoders] How to enable and disable Hbox

2005-09-26 Thread Tracy Spratt
Do you mean enabled or visible? If you want the tab content to look different, use a ViewStack, If you want to enable/disable just part of the page, don't enable/disable the tab, enable/disable the individual Hbox. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] PopUp Manager not working ---WTF?

2005-09-26 Thread Tracy Spratt
Duplicate them exactly and make sure they both work. Then modify one of them one property at a time to see what is causing the difference. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Kelly Sent: Sunday, September 25, 2005 1:46 AM

RE: [flexcoders] Problems with alligning

2005-09-26 Thread Tracy Spratt
The problem is that the second vbox is really only as wide as its child label, so you cant see any alignment. Add width=100% to the VBox and see what happens. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent

RE: [flexcoders] Re: How to make textarea visible and unvisible

2005-09-26 Thread Tracy Spratt
If you use a canvas, you can just toggle the visible property. The dimensions won't bother the layout, because you must set it explicitly. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Jayabalan Sent: Monday, September 26, 2005 2

RE: [flexcoders] Problems with alligning

2005-09-26 Thread Tracy Spratt
. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Monday, September 26, 2005 6:38 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Problems with alligning The problem is that the second vbox is really only

RE: [flexcoders] Questions about createChild() and destroyChildAt()

2005-09-27 Thread Tracy Spratt
#2: How about: var iChildIndex as Number = JobNetCanves.getChildIndex(event.target); destroyChildAt(iChildIndex); Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Prasad Dhananjaya Sent: Tuesday, September 27, 2005 5:15 AM To: FlexML

RE: [flexcoders] pricing

2005-09-27 Thread Tracy Spratt
The last I heard, it was 30k for a four cpu license. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tomek Klas Sent: Tuesday, September 27, 2005 7:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] pricing hello, can anyone tell

RE: [flexcoders] Need to invike java class method from mxml

2005-09-27 Thread Tracy Spratt
You will want to look into mx:RemoteObject. Study up, and come back with any specific questions or issues. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of indradapps Sent: Tuesday, September 27, 2005 3:52 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] remoteobjects

2005-09-27 Thread Tracy Spratt
Perhaps this example, based on the examples in Flex Explorer, will help. http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=18 Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Husain Kitabi Sent: Tuesday

RE: [flexcoders] flex has watch?

2005-09-27 Thread Tracy Spratt
If you mean an analog clock, check this out: http://www.macromedia.com/devnet/flex/articles/creating_comp.html Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of andrehfraga Sent: Monday, September 26, 2005 11:24 PM To: flexcoders

RE: [flexcoders] TextArea hit-testing

2005-09-27 Thread Tracy Spratt
Perhaps this link might help: http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectI D=251 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pkleppner Sent: Tuesday, September 27, 2005 9:14 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: TextArea hit-testing

2005-09-28 Thread Tracy Spratt
Yeah, sorry. You need the pixel position of a character, and I have not seen anything that would return this. Maybe the Flash guys will have an idea. I am not confident, but they have amazed me before. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Flex Server Alternatives

2005-09-28 Thread Tracy Spratt
if that is your situation. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anupam Sent: Tuesday, September 27, 2005 10:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Server Alternatives Hi all, Is there any alternative to Flex

RE: [flexcoders] Focus on row of DataGrid

2005-09-28 Thread Tracy Spratt
Set the DataGrid selectedIndex to the index of the row you want to select (duh) If the row may not be visible, also set the vPosition = selectedIndex Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of manish Sent: Wednesday, September 28

RE: [flexcoders] tree plus datagrid

2005-09-28 Thread Tracy Spratt
created (you'll notice that the normal cells on the right don't flicker). setValue gets called a ton (every time the mouse enters and exits) so it needs to be more efficient. Posted by Matt 02 Mar 2005, 03:55 Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Confusing error message

2005-09-28 Thread Tracy Spratt
Have you tried the debug mode or bogus code tricks? If that works, and your app is already well-architected, dont split up the file. If componentizing the app will improve its maintainability, then do it. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders

RE: [flexcoders] remoteobjects

2005-09-28 Thread Tracy Spratt
declaration, or some control that the data call depends on, is in a non-visible view, search the archives (or just look about 5 messaged down) for creationPolicy Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Husain Kitabi Sent: Wednesday, September 28

  1   2   3   4   5   6   7   8   9   10   >