[flexcoders] Re: Help installing Cairngorm 0.99

2006-02-06 Thread Andrew Spaulding
the bin directory. This should solve your namespace problems. Let me know how you go. Thanks, Andrew Spaulding Adobe Systems --- In flexcoders@yahoogroups.com, Claudia Barnal [EMAIL PROTECTED] wrote: Maybe if I include the errors I get when trying to compile the login sample, you would

[flexcoders] Re: Cairngorm and Coldfusion Best Practice

2006-02-06 Thread Andrew Spaulding
, sufibaba [EMAIL PROTECTED] wrote: Thanks Andrew, Would the Coldfusion implementation outlined for flex 1.5 be applicable to Flex2 beta. I just installed flex2 beta. Cheers, Tim --- In flexcoders@yahoogroups.com, Andrew Spaulding aspauldi@ wrote: There are a number of resources

[flexcoders] Re: Cairngorm and Coldfusion Best Practice

2006-02-05 Thread Andrew Spaulding
the ColdFusion side as you would prefer. If you have any more specific questions, I can answer them in more detail. Thanks, Andrew Spaulding Adobe Systems --- In flexcoders@yahoogroups.com, sufibaba [EMAIL PROTECTED] wrote: Hi Cairngorm gurus, I've been looking into integrating Coldfusion

[flexcoders] Re: Help installing Cairngorm 0.99

2006-02-05 Thread Andrew Spaulding
Hi Claudia, The installation instructions were quite specific. Can you please provide some further information as to what exactly isn't working? This will help me (us) better provide a solution to your problem. Thanks, Andrew Spaulding Adobe Systems --- In flexcoders@yahoogroups.com, Claudia

[flexcoders] Re: Bug with WebService response?

2006-02-05 Thread Andrew Spaulding
Hi Raghu, a brief sample of your result handler and a link to the wsdl would be helpful as the XML response pasted below is difficult to read at a first glance ;-) cheers, Andrew Spaulding Adobe Systems --- In flexcoders@yahoogroups.com, raghuramab [EMAIL PROTECTED] wrote: I am trying

[flexcoders] Beware - Matt Chotin is back!

2006-01-29 Thread Andrew Spaulding
Hey all, looks like Matt Chotin is back on the list and in fine form with a nice run of replies :-p So if you have any questions now's your chance hehe good luck! Andrew Spaulding Adobe -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Re: Flex 1.5 - How to Set Link Object to look selected

2006-01-18 Thread Andrew Spaulding
Hi Libby, If you've managed to control the Link and hijack the click event etc, why don't you try Link.setStyle(textDecoration, underlined); you will have to build the logic to set the textDecoration back to none when another link is clicked, but this will get you started ;-) cheers, Andrew

[flexcoders] Re: Auto detection of Flash Player Version

2006-01-04 Thread Andrew Spaulding
-revision22/required-minor-revision I had 7.0.35 installed and after changing the required version to 8.0.22 both Firefox and IE prompted me to upgrade my Flash Player. Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Kam-Wing Pang [EMAIL PROTECTED] wrote: Hi, Our

[flexcoders] Re: How to have the onResult handler access data other

2006-01-04 Thread Andrew Spaulding
What are the compiler errors that you are getting? The error will better help us solve your problem. As for a pattern I'm not sure what I could suggest but you could store a currently selected datagrid id in a model and access it from within your command. But i think the approach you are taking

[flexcoders] Re: Flex 2 deployment on Apache Tomcat / J2SE or EE

2005-10-24 Thread Andrew Spaulding
I agree. I don't think the Enterprise services is something that an ISP will install. You could look into an ISP that supports java hosting and just deploy your flex app as a war file. I'm not sure how this fits with the licencing model though - anyone wish to comment on this? Cheers, Andrew.

[flexcoders] Re: Is there a LinkBar style similar to activeTab for tabNavigator

2005-09-11 Thread Andrew Spaulding
The closest thing I can think of (without looking into it) would be the disabledColor attribute of the LinkBar control. The currently active link in the LinkBar is disabled and will take on the disabledColor attribute. To what extent did you want to style the active link? Andrew Spaulding

[flexcoders] Re: Tab Navigator or LinkBar text color after selection

2005-09-02 Thread Andrew Spaulding
[tabBar].getChildAt( event.newValue ); tab.setStyle( 'color', 0xFF ); } } But then you will also need to manually handle the mouseOver events as well because the white label color doesnt effect the mouse over highlights. Hopefully this will give you a heads up ;-) Andrew Spaulding

[flexcoders] Re: Question about storing a password

2005-09-01 Thread Andrew Spaulding
ASCryptFiles.zip link) cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Dennis Baldwin [EMAIL PROTECTED] wrote: If you decide to use a SharedObject then be sure to utilize some level of encryption. Check out http://www.db75.com/blog/archives/000103.html

[flexcoders] Re: Including files.

2005-09-01 Thread Andrew Spaulding
, I merely wanted to demonstrate an alternative. Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Mercer, Dustin [EMAIL PROTECTED] wrote: You have to set the namespace property (xmlns:xxx) on either the app or the instantiated control. I.E. Option 1

[flexcoders] Re: Handling mx.controls.Alert.show() Yes/No Options (Or A Better Way To Do It)

2005-08-29 Thread Andrew Spaulding
handleAlert( event:Object ) : Void { if( event.detail == Alert.YES) { //do something } else if( event.detail == Alert.NO) { //do something } } ]] /mx:Script Hopefully that demonstrates how to delegate the listener of an alert window button click to a handler method. Cheers, Andrew Spaulding

[flexcoders] Re: Handling mx.controls.Alert.show() Yes/No Options (Or A Better Way To Do It)

2005-08-29 Thread Andrew Spaulding
Sorry, didnt realise Tracy had already responded with the correct solution ;-) Cheers guys, Andrew. --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL PROTECTED] wrote: Try something like this: mx:Script ![CDATA[ import mx.controls.Alert; import mx.utils.Delegate; public

[flexcoders] Re: Panel resize and overlap

2005-08-28 Thread Andrew Spaulding
/podsample.swf Download the sample http://coenraets.com/apps/pod.zip Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, priya_sukup [EMAIL PROTECTED] wrote: Hi, I have five panels in my screen. The panels are placed in grid layout with 3 rows and 2 columns

[flexcoders] Re: Closing Browser

2005-08-28 Thread Andrew Spaulding
Try taking a look at these past posts on flexcoders (available in the archive) http://www.mail-archive.com/flexcoders@yahoogroups.com/msg10868.html Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Prasad Dhananjaya [EMAIL PROTECTED] wrote: Hi, Can someone

[flexcoders] Re: Null Form

2005-08-28 Thread Andrew Spaulding
but rather your debug output says this: initWizard createTodoList_form: _level0._obj0._HBox1.createTodoList_form createListItem_form: _level0._obj0._HBox1.createListItem_form seems to work fine ;-) hope that helps, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, JesterXL

[flexcoders] Re: CFC debugging netConnectionDebugger

2005-08-25 Thread Andrew Spaulding
Hehe, not quite Scott, just a place holder to put some nice helper code. Malcolm is my young apprentice, learning the dark arts of Flex. He is progressing nicely, soon to be more powerful than ever! muhahaha ... sorry, got a little carried away :-p Andrew www.flexdaddy.info --- In

[flexcoders] Re: Query Cleansing

2005-08-19 Thread Andrew Spaulding
Hey Scott, I had to deal with a similar scenario a while ago and posted a solution on flexdaddy http://www.flexdaddy.info/2005/06/16/strongly-type-a-cf-return-using-cairngorm/ Let me know if that is what you're kinda after ;-) Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders

[flexcoders] Alert box icon

2005-08-17 Thread Andrew Spaulding
Hi all, We're having trouble showing an icon in a dialogue window using mx.controls.Alert.show We have embedded the icon and reference it in the show method as per the docs BUT nothing is displayed. I can use the icon elsewhere so there is no problem with the embedding. Any ideas?? Andrew

[flexcoders] Re: Tree component help - please

2005-08-15 Thread Andrew Spaulding
to the selected node from the nodeOpen event using event.node. This is then what I would use to add the child nodes to. See how that goes. Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, pat_ryan_99 [EMAIL PROTECTED] wrote: Hi Everyone, I have looked through old

[flexcoders] Re: Message Approval

2005-08-09 Thread Andrew Spaulding
handful of list moderators, majority in Europe/UK (myself in Australia), there will sometimes be a short delay with the approval of posts (coz we're sleeping!). We'll endeavour to do our best to keep the list flowing, but in the mean time, keep reading and keep posting! Cheers, Andrew Spaulding

[flexcoders] Re: data passing between datagrid column

2005-08-08 Thread Andrew Spaulding
Use a labelFunction. In a script block have something like this: function showTotal(item:Object):String { return $ + (item.qty*item.price).toString(); } and then your column would have labelFunction=showTotal as an attribute. I havent tested this code but something like this should work.

[flexcoders] Re: NaN

2005-08-01 Thread Andrew Spaulding
NaN stands for Not a Number, and it is a String. So to correct you if statement you would have to check (myField == NaN). ** at least i think its a string haha, can't remember :p Hope that helps, Andrew www.flexdaddy.info --- In flexcoders@yahoogroups.com, Ghislain Simard [EMAIL PROTECTED]

[flexcoders] Re: NaN

2005-08-01 Thread Andrew Spaulding
] On Behalf Of Andrew Spaulding Sent: Monday, August 01, 2005 9:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: NaN NaN stands for Not a Number, and it is a String. So to correct you if statement you would have to check (myField == NaN). ** at least i think its a string haha

[flexcoders] Re: Loading mxml Components

2005-08-01 Thread Andrew Spaulding
There have been multiple attempts at things like this from some talented Flex/Flash developers on the list. I tried to combine these attempts some time ago and havent looked at it since (back when I first started with Flex and Actionscript, so it is probably a bit sloppy). Take a look at it, it

[flexcoders] datagrid rowcount

2005-07-31 Thread Andrew Spaulding
be affecting the rowCount at all. Any suggestions would be greatly appreciated. Kind regards, Andrew Spaulding www.flexdaddy.info Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hf08o0b/M

[flexcoders] Re: datagrid rowcount

2005-07-31 Thread Andrew Spaulding
Chotin [EMAIL PROTECTED] wrote: Hmm, what happens if you set it to something higher than 7, does it take effect then? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Spaulding Sent: Sunday, July 31, 2005 5:14 PM

[flexcoders] Re: datagrid rowcount

2005-07-31 Thread Andrew Spaulding
don't know this code that well, maybe Alex will in the morning (PDT). But it looks like rowCount is ignored if variableRowHeight is true. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Spaulding Sent

[flexcoders] programatically change headerColors? Re: Control Bar Background Color

2005-07-28 Thread Andrew Spaulding
',[0xFF,0xFF]); The same concept applies to all other styles. Hope this helps! Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, stevenkeys2003 [EMAIL PROTECTED] wrote: How would you programatically change headerColors and footerColors? Need some examples... I'm

[flexcoders] Re: Flex and Databases

2005-07-28 Thread Andrew Spaulding
Maybe he's got a developer edition, or is building a demo/proof of concept app which needs a quick and dirty solution like MS Access? Don't scare the guy off just yet guys hehe. Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote

[flexcoders] Re: OT: Flex Team Macromedia :)

2005-07-27 Thread Andrew Spaulding
Hehe, yeah I agree. I've tried email them twice but no response. Any MM folk have some thoughts on this? Go Team! - Flex that is ;) Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Scott Barnes [EMAIL PROTECTED] wrote: Just realised something, wtf is our

[flexcoders] Re: Flex XPATH API.

2005-07-26 Thread Andrew Spaulding
Take a look at this indepth package from XFactorStudio. http://www.xfactorstudio.com/ActionScript/AS2/XPath/ AS1 and AS2 versions both available. Regards, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Omar Ramos [EMAIL PROTECTED] wrote: Does flex also has a XPATH

[flexcoders] Re: firing events form a List component

2005-07-26 Thread Andrew Spaulding
this helps, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote: so, I have a list. The change event calls the function below. I want a click on an item to broadcast an event, using cairngorm by the way. I can't seem to get

[flexcoders] Re: ValueObjects?

2005-07-23 Thread Andrew Spaulding
hehe. Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Currently proving OpenAMF is a piece of $h|t, hoping you can help. When hitting Java in Flash, we have to register our value objects like so: Object.registerClass

[flexcoders] Re: guid/uuid generation

2005-07-13 Thread Andrew Spaulding
cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Sean McKibben [EMAIL PROTECTED] wrote: Is anyone aware of a guid generation system for flex/flash? I'm building a system which does quite a bit on the client before a trip to the server, and it needs to make some

[flexcoders] Re: TabBar tabs magins ?

2005-07-12 Thread Andrew Spaulding
Sorry, I noticed you meant TabBar .. I would still give tab-width and tab-height a go though, cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL PROTECTED] wrote: You can control the width and height of the tabs with the following styles

[flexcoders] Re: Control Bar Background Color

2005-07-07 Thread Andrew Spaulding
% height=100% headerColors=[#44, #FF] footerColors=[#FF, #44] mx:ControlBar / /mx:Panel You can also use the footer-colours and header-colors tag in your css style declarations. Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, jwc_wensan [EMAIL

[flexcoders] using a repeater with large data sets

2005-07-07 Thread Andrew Spaulding
created the search results using createChild etc, rather than the repeater? If I am unable to speed things up my next step is to implement paging. Any thoughts? Cheers, Andrew Spaulding www.flexdaddy.info -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] using a repeater with large data sets

2005-07-07 Thread Andrew Spaulding
just yet, but this would be my next step if I am unable to speed things up otherwise. Any thoughts would be appreciated, Cheers, Andrew Spaulding www.flexdaddy.info -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

[flexcoders] Re: using a repeater with large data sets

2005-07-07 Thread Andrew Spaulding
Good idea Trac! I'll use the count and startingIndex properties to manage the paging locally ;) Kind regards, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: One possibility with the repeater is to set the number of items

[flexcoders] Re: using a repeater with large data sets

2005-07-07 Thread Andrew Spaulding
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Spaulding Sent: Thursday, July 07, 2005 10:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: using a repeater with large data sets Hi Alex, Yeh I followed your posts on performace with large data sets

[flexcoders] Re: setUsernamePassword on RemoteObject

2005-07-05 Thread Andrew Spaulding
Thanks Vinny, Im assuming theres no workaround for this? Im probably just gonna pass the username and password as variables with each call then. Im using the cairngorm framework and I have a delegate super class so I can hide it all in there ;) cheers, Andrew Spaulding www.flexdaddy.info

[flexcoders] Re: gradient fill

2005-07-05 Thread Andrew Spaulding
Without getting into too much detail a simple google search for actionscript gradient fill returned the following helpful blog post which outlines the actionscript drawing api. http://www.joshbuhler.com/archives/2005/01/drawing_api.html josh also provides an example of the attributes needed when

[flexcoders] Re: Migrating from Cairngorm 0.95 to 0.99

2005-07-05 Thread Andrew Spaulding
this helps. Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Clifford Hall [EMAIL PROTECTED] wrote: I'm having some difficulty getting this to happen. I have a prototype app that works using 0.95, and am trying to migrate to 0.99. First, I deployed

[flexcoders] Re: sample code to subClass DataGrid

2005-07-05 Thread Andrew Spaulding
a look at Jim Liang's WG DataGrid http://www.mail-archive.com/flexcoders@yahoogroups.com/msg06733.html Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, sanjayd [EMAIL PROTECTED] wrote: Can somebody please post some sample code (or a link to sample code

[flexcoders] Re: setUsernamePassword on RemoteObject

2005-07-05 Thread Andrew Spaulding
PROTECTED] On Behalf Of Andrew Spaulding Sent: Tuesday, July 05, 2005 3:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: setUsernamePassword on RemoteObject Thanks Vinny, Im assuming theres no workaround for this? Im probably just gonna pass the username and password

[flexcoders] setUsernamePassword on RemoteObject

2005-07-04 Thread Andrew Spaulding
, and hence is not picked up in cflogin Any ideas? Andrew Spaulding www.flexdaddy.info -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group

[flexcoders] Re: Binding to Model in Application

2005-07-03 Thread Andrew Spaulding
Hi Jesse, Try passing a reference to your application to the popup window, as an initialization parameter. This should hopefully eliminate the warning. //code in your popup window mx:Script public var app; /mx:Script //your popup window method import mx.managers.PopIpManager; function

[flexcoders] Re: Loader + swf doesn't scaleContent

2005-07-03 Thread Andrew Spaulding
In the swf you are loading try placing the following in a script block and see if it makes a difference. function getPreferredHeight() : Number { return 22; } Refer to this post for more information on sizing swf's in the loader control.

[flexcoders] Re: Loader + swf doesn't scaleContent

2005-07-03 Thread Andrew Spaulding
... any ideas? On 7/3/05, Andrew Spaulding [EMAIL PROTECTED] wrote: In the swf you are loading try placing the following in a script block and see if it makes a difference. function getPreferredHeight() : Number { return 22; } Refer to this post for more

[flexcoders] Re: Scrollable Accordion

2005-06-27 Thread Andrew Spaulding
Nice one Clint, would be nice to be able to open multiple accordion panes at the same time. I ended up using a repeater similar to what you mentioned earlier to mimic the functionality of an accordion. Works pretty well, and with some gradients in my header box it almost appears like an accordion

[flexcoders] Re: FlexBuilder on Mac

2005-06-26 Thread Andrew Spaulding
Hi, There are many topics already covered with using eclipse as an IDE for flex development. And running this with an xml plugin such as oxygen is a breeze (pardon the pun). There are also plugins such as cfEclipse for all your CF related development, and a world full of plugins for almost

[flexcoders] Re: Melbourne Flex Developers User Group?

2005-06-24 Thread Andrew Spaulding
Hi Malcolm, There's not much happening down here in Melbourne that I know of, and I'm even having trouble getting in contact with any one at the Macromedia Users Victoria group (www.muvclub.asn.au). Feel free to contact me off list if you like. [EMAIL PROTECTED] cheers, Andrew Spaulding

[flexcoders] Re: 'fade effect' question

2005-06-19 Thread Andrew Spaulding
Try something like this: //in a script block function changeToGreen():Void { myLabel.setStyle( 'color', '0x008000' ); } //mxml //see the 'effectEnd' property mx:Label id=myLabel text=fading text showEffect=Fade effectEnd=changeToGreen() / Hope this helps! Andrew www.flexdaddy.com --- In

[flexcoders] Re: Interval

2005-06-16 Thread Andrew Spaulding
Hi, I've got it working with the following sample code. I just made a slight change to your startInterval method to reference the calling object (this). ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Script ![CDATA[ var

[flexcoders] Re: Flash + Cairngorm Example With Source Code

2005-06-16 Thread Andrew Spaulding
In light of some of the posts over the past week, nice to see you can still crack a joke about it ;) Pls I need this soon as possible for urgent deadline on project (Flexcoders joke) hehe nice one Steven. Andrew www.flexdaddy.com --- In flexcoders@yahoogroups.com, Steven Webster [EMAIL

[flexcoders] Re: Flash + Cairngorm Example With Source Code

2005-06-16 Thread Andrew Spaulding
Nice one Robin and the rocket shoes team ... its good to see a public example of a flex application that has been ported to native flash. congrats and keep up the good work ! Andrew www.flexdaddy.com --- In flexcoders@yahoogroups.com, Steven Webster [EMAIL PROTECTED] wrote: Good to see your

[flexcoders] Re: I don't understand this error message -

2005-06-15 Thread Andrew Spaulding
Hi, Either rename your popupWindow method, or change it to be the following: public function popupWindow() { var pop = mx.managers.PopUpManager.createPopUp(this, Categories, false, null, true); } The last 2 parameters I've added in are the initObject (null) and the

[flexcoders] Re: I don't understand this error message -

2005-06-15 Thread Andrew Spaulding
Also, do you have a method in the root of your application called popupWindow() ?? Andrew --- In flexcoders@yahoogroups.com, Mike Anderson [EMAIL PROTECTED] wrote: This code in my app (even know it works fine): public function popupWindow() { var pop =

[flexcoders] Re: I don't understand this error message -

2005-06-15 Thread Andrew Spaulding
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Spaulding Sent: Wednesday, June 15, 2005 9:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: I don't understand this error message - Also, do you have a method in the root of your application called popupWindow

[flexcoders] Re: ProgressBar - barHeight

2005-06-15 Thread Andrew Spaulding
I havent tried it, but the ProgressBar extends UIObject which has a height property. Does the ProgressBar draw it self taking this into account? Andrew www.flexdaddy.com --- In flexcoders@yahoogroups.com, Scott Barnes [EMAIL PROTECTED] wrote: I've a need to increase the actual bar height

[flexcoders] Re: Getting client's IP address

2005-06-13 Thread Andrew Spaulding
You could also pass it to your mxml file as a flashvar, as long as you have the variable declared in your root application. I do something similar to the following from within a jsp page: !-- index.jsp -- html head titleflex/title %@ taglib uri=FlexTagLib prefix=mm / % String ipAddress =

[flexcoders] Re: Popup windows behaving oddly

2005-06-13 Thread Andrew Spaulding
), and a height and width. Try it and see how it goes, Andrew Spaulding www.flexdaddy.com --- In flexcoders@yahoogroups.com, Eric Raymond [EMAIL PROTECTED] wrote: The parent of the popup is set to this. We pass no arguments to centerPopup. According to the docs this uses the parent

[flexcoders] Re: Popup windows behaving oddly

2005-06-13 Thread Andrew Spaulding
? --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL PROTECTED] wrote: I have had similar experiences where a popup appears to be shown behind the application, and by having modal transparency set, you can see that the popup method is called because the application dims out. I have also

[flexcoders] Re: iconFunction with List

2005-06-13 Thread Andrew Spaulding
it should work. I've got the same code :p Except where you are embedding the image my only difference is i have a leading ./ before images, so it would look like [Embed(./images/groupFolderSmall.jpg)] It shouldnt make any difference though. Andrew. --- In flexcoders@yahoogroups.com, heybluez

[flexcoders] Custom cellrender in a list

2005-06-09 Thread Andrew Spaulding
Hi, In my current project Im trying to list a set of search results. My first thought was to use the Accordion control, but I need to put extra information in the headers and need the ability to 'expand all' search results. So the Accordion was pushed aside. (Would be nice to customise the

[flexcoders] Re: Question for the RIA Book Guys (or anyone with a Java back end for that matt

2005-06-09 Thread Andrew Spaulding
How are you handling the faults in your Java backend? If we have a fault we would generally throw an exception, and the string that goes with the exception appears back in the RemoteObject event as event.fault.description Is that what you're after? Andrew www.flexdaddy.com --- In

[flexcoders] Re: Custom cellrender in a list

2005-06-09 Thread Andrew Spaulding
variableRowHeight set I assume? Maybe you can try calling invalidate on the list to get it to rejigger itself? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Spaulding Sent: Thursday, June 09, 2005 2:09 AM To: flexcoders

[flexcoders] Re: Calendar

2005-06-08 Thread Andrew Spaulding
Hi Joel, The current implementation of the dateChooser doesnt leave much leeway in terms of extension. Take a read of Kevin Hoyts post Custom Calendaring with Flex http://www.markme.com/hoyt/archives/007338.cfm to get an idea of how to implement calendaring. Andrew www.flexdaddy.com --- In

[flexcoders] style a validator output

2005-06-07 Thread Andrew Spaulding
Hi Guys, Is it possible to style the output of the Validator? Would be nice to change the red error message bubble at least to another colour. Can it be done? Thanks in advance, Andrew Spaulding www.flexdaddy.com Yahoo! Groups Links * To visit your group on the web, go to: http

[flexcoders] Re: Application flow best practices?

2005-06-07 Thread Andrew Spaulding
this issue. Best, Andrew Spaulding www.flexdaddy.com --- In flexcoders@yahoogroups.com, Seth Voltz [EMAIL PROTECTED] wrote: Kent, The view member variable is passed in from the calling MXML file as a parameter of the tag. In the case of IndexViewHelper you might call

[flexcoders] Re: Open all accordion panes?

2005-05-11 Thread Andrew Spaulding
at the same time? Lets say I have an expand all button, is this possible? Thanks, Andrew Spaulding -- Yahoo! Groups Links * To visit your group on the web, go to: * http://groups.yahoo.com/group/flexcoders/http://groups.yahoo.com/group/flexcoders

[flexcoders] Re: Open all accordion panes?

2005-05-11 Thread Andrew Spaulding
used that as the basis for a slider between 3 different accordion like elements. I default by allowing you to see all 3 and then go from there. Jeff http://www.flexauthority.com - Original Message - From: Andrew Spaulding [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent

[flexcoders] flex calendar component

2005-05-02 Thread Andrew Spaulding
. It returns a hash map of objects and draws canvas 'day' objects in a grid. I rekcon there might be a better way to attack such a problem. Does anyone have a sample or suggestions? A sample would be great :p Andrew Spaulding www.flexdaddy.com Yahoo! Groups Links * To visit your group

[flexcoders] Re: flex calendar component

2005-05-02 Thread Andrew Spaulding
), or B file a wish request, or C extend the Flash one, then bring over the SWC. I can tell you, though, C is, at minimum, a 2 day job. - Original Message - From: Andrew Spaulding [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, May 02, 2005 11:05 PM Subject: [flexcoders

[flexcoders] Re: flex calendar component

2005-05-02 Thread Andrew Spaulding
guessing that somewhere in here i can access my dataprovider and apply a different skin on the days with tasks? Sound like a plan? --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL PROTECTED] wrote: Well isnt that encouraging :p I'm just taking a look at mx.controls.CalendarLayout

[flexcoders] Re: XPath support in Flex?

2005-04-28 Thread Andrew Spaulding
Take a look at xfactorstudio, pretty neat Xpath package in both AS1 and AS2. http://www.xfactorstudio.com/ Andrew Spaulding www.flexdaddy.com --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: No, not built-in, but there is a library available. I have not used

[flexcoders] Re: Sequence Diagram

2005-04-25 Thread Andrew Spaulding
Hi, can someone please host the sequence diagram image (svg) as the attachments don't get saved via the yahoo groups web interface. I'd love to take a look at it. Thanks, Andrew -- www.flexdaddy.com --- In flexcoders@yahoogroups.com, Matthew Shirey [EMAIL PROTECTED] wrote: Here's a

[flexcoders] Re: grid does not occupy all of TabNavigator container ?

2005-04-18 Thread Andrew Spaulding
Maybe this will help http://www.flexdaddy.info/2005/02/21/sizing-apps-within-the-loader-control/ Andrew www.flexdaddy.com --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL PROTECTED] wrote: Hi, As the loader is not a component it doesnt have any concept of size, it is merely

[flexcoders] Re: grid does not occupy all of TabNavigator container ?

2005-04-18 Thread Andrew Spaulding
will pay you the $20. I will contact you via email. Thanks - Sanjay --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL PROTECTED] wrote: Maybe this will help http://www.flexdaddy.info/2005/02/21/sizing-apps-within-the-loader-control/ Andrew www.flexdaddy.com

[flexcoders] Re: does any flex event response closing browser?

2005-04-18 Thread Andrew Spaulding
I'd say you would have to catch this event using some javascript, there should be plenty of javascript examples on how to do this. Not sure how you would go about passing it back to the flash player tho. Andrew -- www.flexdaddy.com --- In flexcoders@yahoogroups.com, zhfbanks [EMAIL

[flexcoders] Re: grid does not occupy all of TabNavigator container ?

2005-04-17 Thread Andrew Spaulding
getPreferredWidth() : Number { if ( _parent ) { return _parent.layoutWidth; } else { return super.getPreferredWidth(); } } This will return the available width and height that the loader can use. hope this helps, Andrew

[flexcoders] Accordion headers and forms

2005-04-12 Thread Andrew Spaulding
Hi, If I have an Validation error in a form, what is the best way to show this in an accordion header? i.e. I would like to show which step is incomplete or contains incorrect information. Thanks, Andrew. http://www.flexdaddy.com Yahoo! Groups Links * To visit your group on the web,

[flexcoders] Re: No debugging information available for invocation of methods on server-side

2005-04-11 Thread Andrew Spaulding
! If you have any more questions feel free to contact me offline (andrew .at. base-elements.net) as it may head slightly off topic. Best, Andrew Spaulding -- andrew.at.base-elements.net http://www.flexdaddy.com --- In flexcoders@yahoogroups.com, Dan Tropp [EMAIL PROTECTED] wrote: Yahoo

[flexcoders] Re: how to solve this problem about using HashMap in actionscript

2005-04-11 Thread Andrew Spaulding
The hashMap is just an indexed array. You can access it if you know the key value, or by normal array methods. i.e. myMap ['user1']=22; ['user2']=33; if you want user2 as the output then just reference myMap['user2'] or if you want to treat it like an array then you could try the following:

[flexcoders] flex and jsp

2005-04-10 Thread Andrew Spaulding
Hi all, I'm trying to pass a param to my mxml file via jsp. Here is my code: mm:mxml source=/myDir/myFile.mxml mm:param name=REMOTE_ADDR value=%= request.getRemoteAddr() % / /mm:mxml If I echo the jsp code at the top of the page it workes fine, it just doesnt get passed to my mxml file. I

[flexcoders] Re: flex and jsp

2005-04-10 Thread Andrew Spaulding
Hi Dan, yeh I had the param code working in flex 1.0 (i will try it again when I get back to the office). I wonder why it doesnt work in 1.5? It is in the docs too .. and has also been written up in the performance article on devnet. I'll give the flashvars a go. But would also like to find

[flexcoders] Re: No debugging information available for invocation of methods on server-side

2005-04-10 Thread Andrew Spaulding
Hey Dan, have you tried looking at catalina.out? Also if you have turned on all of the debugging on the flex-config how about running the NetConnectionDebugger ? It will help monitor all remoteObject calls and the result/fault returns from your java backend. You can find it in your flex

[flexcoders] Re: My Company's Flex Site Live

2005-04-07 Thread Andrew Spaulding
Wonderful site guys!! Flex just adds that little extra to the website to puch it over the edge! Looks great! Andrew. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: And the obvious, but desearved, great job! - Original Message - From: JesterXL [EMAIL

[flexcoders] Re: My Company's Flex Site Live

2005-04-07 Thread Andrew Spaulding
Wonderful site guys!! Flex just adds that little extra to the website to push it over the edge! Looks great! Andrew. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: And the obvious, but desearved, great job! - Original Message - From: JesterXL [EMAIL

[flexcoders] Re: My Company's Flex Site Live

2005-04-07 Thread Andrew Spaulding
Yeh I wouldnt mind finding out either, but I agree with Scott that this must be only one of the faces of their entire application suite. If you take a look at the top right theres a login link - more than likely a client portal, and/or admin portal. There must be an underlying web app there

Resizable, Minimizable/Maximizable TitleWindow

2005-03-06 Thread Andrew Spaulding
Hi all, I have recently combined a few past implementations, namely Manish Jethani, Jesse Warden amd Christophe Coenraets, into one 'resizable, minimizable, maximizable title window class'. It's work in progress but please feel free to download and modify it to better suit your needs. You can

Re: modal text example

2005-03-04 Thread Andrew Spaulding
Ok the problem was not embedding images into the ModalText class for the button skins. Is there a way i can set the skin when I use the ModalText tag? Or will I need to modify the component to do that? Andrew --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL PROTECTED] wrote: Hi

Re: cursor priority problems

2005-02-28 Thread Andrew Spaulding
Thanks Manish, this works a charm. No more hidden cursors ;) Best, Andrew. --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: Andrew Spaulding wrote: For example the loaded app has a HDividedBox and when i place the mouse over the resize bar it disappears! I also

cursor priority problems

2005-02-25 Thread Andrew Spaulding
Hi all, I have noticed that when I load a flex app into another using the Loader control, when the cursor needs to be changed it appears blank, almost as though it is appearing behind the loader and on the root application. For example the loaded app has a HDividedBox and when i place the mouse

backgroundImage position

2005-02-11 Thread Andrew Spaulding
Hi guys, I was wondering if the backgroundImage style on a TitleWindow supports positioning? For instance, is it possible to place the background image in the bottom right hand corner? Best, Andrew.

Re: simple datagrid cell colour renderer

2005-02-03 Thread Andrew Spaulding
PROTECTED] wrote: You could just use a VBox with a label inside of it. In the setValue method you'd simply set the backgroundColor style on the VBox (in addition to the text of the label). Matt _ From: Andrew Spaulding [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02

  1   2   >