[flexcoders] Re: Cairngorm and Coldfusion Best Practice

2006-02-06 Thread Andrew Spaulding
s.com, "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, &

[flexcoders] Re: Help installing Cairngorm 0.99

2006-02-06 Thread Andrew Spaulding
e sure that you have the cairngorm-manifest.xml file in your /WEB-INF/flex/ directory. This can be found where you extracted cairngorm and inside the bin directory. This should solve your namespace problems. Let me know how you go. Thanks, Andrew Spaulding Adobe Systems --- In flexcoders@

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

[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, Cl

[flexcoders] Re: Cairngorm and Coldfusion Best Practice

2006-02-05 Thread Andrew Spaulding
ahead and develop 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, > &g

[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/flexcodersFA

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

2006-01-18 Thread Andrew Spaulding
t this will get you started ;-) cheers, Andrew Spaulding Adobe Systems --- In flexcoders@yahoogroups.com, "Libby" <[EMAIL PROTECTED]> wrote: > > I have extended the LinkBar class and dynamically create children from > Link objects within it. When a Link is clicked, I woul

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

[flexcoders] Re: Auto detection of Flash Player Version

2006-01-04 Thread Andrew Spaulding
Hi Kam, It should be as simple as changing the following information in the flex-config.xml 8 0 22 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] 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

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

2005-09-02 Thread Andrew Spaulding
r"].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 www.flexda

[flexcoders] Re: Including files.

2005-09-01 Thread Andrew Spaulding
Option 3 also works like this ;-) without giving the namespace a reference: http://www.macromedia.com/2003/mxml";> Just thought I'd provide yet another way. But may I add that Dustin's examples are better to use, I merely wanted to demonstrate an alternative.

[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/arch

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

2005-08-28 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: > > > > > > > Hopefully that demonst

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

2005-08-28 Thread Andrew Spaulding
Try something like this: Hopefully that demonstrates how to delegate the listener of an alert window button click to a handler method. Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, "Mink, Joseph" <[EMAIL PROTECTED]> wrote: > In the

[flexcoders] Re: Null Form

2005-08-28 Thread Andrew Spaulding
/undefined 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@yahoo

[flexcoders] Re: hide/unhide a stack in Accordion

2005-08-28 Thread Andrew Spaulding
Do you mean hide a single pane in the accordion? Andrew. --- In flexcoders@yahoogroups.com, "Ghislain Simard" <[EMAIL PROTECTED]> wrote: > How to hide/unhide a stack in an accordion? Yahoo! Groups Sponsor ~--> Fair play? Video games influencing

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

[flexcoders] Re: Panel resize and overlap

2005-08-28 Thread Andrew Spaulding
http://coenraets.com/apps/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 pan

[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@ya

[flexcoders] Re: Query Cleansing

2005-08-18 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 flexc

[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 www.f

[flexcoders] Re: Tree component help - please

2005-08-15 Thread Andrew Spaulding
elected 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 hav

[flexcoders] Re: Message Approval

2005-08-09 Thread Andrew Spaulding
with the small 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!

[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: 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 mi

[flexcoders] Re: NaN

2005-08-01 Thread Andrew Spaulding
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 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 > "

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

[flexcoders] Re: datagrid rowcount

2005-07-31 Thread Andrew Spaulding
coders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Hmm, what happens if you set it to something higher than 7, does it > take > > effect then? > > > > > > > > > > > > From: flexcode

[flexcoders] Re: datagrid rowcount

2005-07-31 Thread Andrew Spaulding
lexcoders@yahoogroups.com, "Matt 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

[flexcoders] datagrid rowcount

2005-07-31 Thread Andrew Spaulding
houldnt be affecting the rowCount at all. Any suggestions would be greatly appreciated. Kind regards, Andrew Spaulding www.flexdaddy.info Yahoo! Groups Sponsor ~--> http://us.ard.yahoo.com/SIG=12hf08o0b/M=362329.6886308.7839368.1510227/D=groups

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

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

2005-07-28 Thread Andrew Spaulding
e('headerColors',[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 headerC

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

[flexcoders] Re: firing events form a List component

2005-07-26 Thread Andrew Spaulding
); } I've tested this and it broadcasts the appropriate event. Hope 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

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

[flexcoders] Re: backgroundColor vs. backgroundImage

2005-07-26 Thread Andrew Spaulding
uot;assets/images/background.jpg"; background-size: "100%"; background-color: #ABABAB; } Regards, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, "m00n_de" <[EMAIL PROTECTED]> wrote: > hi, > > I use a backgroundImage out of a theme.s

[flexcoders] Re: ValueObjects?

2005-07-23 Thread Andrew Spaulding
don't understand what is wrong 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

[flexcoders] Re: Flash Player 8 Beta - found problem??!!

2005-07-14 Thread Andrew Spaulding
Well I'm yet to find a bug but there seems to be some noticable improvements in performance. Be sure to post your bug using the feedback form found here http://www.macromedia.com/bin/fp8betafeedback.cgi? Cheers, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroup

[flexcoders] Re: changing the type size at runtime?

2005-07-14 Thread Andrew Spaulding
I'm assuming by type size you mean text/font size? If so, you can set styles suing actionscript, for instance - myBox.setStyle( "fontSize", 12 ); myBox.setStyle( "color", 0xFF ); similarly you can use getStyle( "color" ); etc to return the current s

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

[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

[flexcoders] Re: TabBar tabs magins ?

2005-07-12 Thread Andrew Spaulding
k out the FlexStyleExplorer from Macromedia Consulting http://weblogs.macromedia.com/mc/archives/2005/06/updated_flex_st.cfm Hope that helps, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, "r0main" <[EMAIL PROTECTED]> wrote: > Hello, > I've got

[flexcoders] Re: Login security best practices for Flex and ColdFusion users

2005-07-11 Thread Andrew Spaulding
urity on your cfc's. Sorry for the short response, my damn motherboard has died and I'm just reinstalling everything :p Regards, Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, Scott Barnes <[EMAIL PROTECTED]> wrote: > You can assign a basic "role

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

2005-07-07 Thread Andrew Spaulding
chives/2004/03/large_data_sets.c > fm > > > > Matt > > > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Andrew Spaulding > Sent: Thursday, July 07, 2005 10:09 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoder

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

2005-07-07 Thread Andrew Spaulding
er 50 or so items. Once > you get your data provider working, a repeater is surprisingly easy to > convert to a list. You just need to extract the contents of the > repeater into a separate mxml (if they're not already), give the new > mxml a setValue() method, and set the cell renderer

[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

[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] 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] Re: Control Bar Background Color

2005-07-07 Thread Andrew Spaulding
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 PROTECTED]> wrote: > Good Afternoon: > > In my code I have changed the "headerColor" of

[flexcoders] Re: setUsernamePassword on RemoteObject

2005-07-05 Thread Andrew Spaulding
ls", false, {userid: userId, password: > password}); > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Andrew Spaulding > Sent: Tuesday, July 05, 2005 3:16 AM > To: flexcoders@yahoogroups.com > Subject: [fle

[flexcoders] Re: sample code to subClass DataGrid

2005-07-05 Thread Andrew Spaulding
take 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

[flexcoders] Re: Migrating from Cairngorm 0.95 to 0.99

2005-07-05 Thread Andrew Spaulding
ument to refer to your viewhelper object. On initialization the ViewHelper is registered with a ViewLocator and an 'unload' event is delegated to a local method which unregisters the viewhelper, allowing it to be re-registered at a later time (popup window is a good example). Goo

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

[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] setUsernamePassword on RemoteObject

2005-07-04 Thread Andrew Spaulding
, and hence is not picked up in 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 g

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

2005-07-03 Thread Andrew Spaulding
a variable... > > something something .contentHolder > > > > so i'm assuming contentHolder is the ref to my newly loaded swf... > > > > i'm just not sure how to set the prefferedHeight on it dynamically... > > > > any ideas? > >

[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. http://www.flexdaddy.info/2005/02/21/sizing-apps-within

[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 public var app; //your popup window method import mx.managers.PopIpManager; function showPopUp():Void { var

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

[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

[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 Hope this helps! Andrew www.flexdaddy.com --- In flexcoders@yahoogroups.com, "sanjayd" <[EMAIL PROTECTED]> wrote: > Thanks Stephe

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

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

[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). http://www.macromedia.com/2003/mxml";>

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

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

2005-06-15 Thread Andrew Spaulding
out my mistake. > > Mike :) > > -Original Message- > From: flexcoders@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 unders

[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 = mx.managers.PopUpManag

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

[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, "heyblue

[flexcoders] Re: Popup windows behaving oddly

2005-06-13 Thread Andrew Spaulding
e > sizing. Is that necessary? > > --- 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 &

[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. Ac

[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: flex <%@ taglib uri="FlexTagLib" prefix="mm" /> <% String ipAddress = null; if( request.getHeader(

[flexcoders] Re: Custom cellrender in a list

2005-06-09 Thread Andrew Spaulding
___ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Andrew Spaulding > Sent: Thursday, June 09, 2005 2:09 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Custom cellrender in a list > > > > Hi, > > In my curren

[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@yah

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

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

[flexcoders] Re: Application flow best practices?

2005-06-07 Thread Andrew Spaulding
ws between the login screen and the main application (being another view stack). And then for each sub application (or section) I maintain a separate workflow state. Hope this makes sense. But I'd be interested to hear how others approach this issue. Best, Andrew Spaulding www.flexdaddy.c

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

[flexcoders] Re: 'Active Directory' authentication

2005-06-02 Thread Andrew Spaulding
h for "authenticating against active directory". Hope that gives you a start ;) Andrew Spaulding www.flexdaddy.com --- In flexcoders@yahoogroups.com, "sanjayd" <[EMAIL PROTECTED]> wrote: > Guys: > > I need to authenticate my users via 'Active Directory'. An

[flexcoders] Re: Open all accordion panes?

2005-05-11 Thread Andrew Spaulding
etail view on the Flex Store example. I 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:

[flexcoders] Re: Open all accordion panes?

2005-05-11 Thread Andrew Spaulding
w stack, in that its built to only allow a > > > single child to be seen at any time. You could subclass it and > >change this > > > behavior. > > > > > > At 07:53 PM 5/11/2005, you wrote: > > > >Hi all, > > > > > > > >

[flexcoders] Re: Open all accordion panes?

2005-05-11 Thread Andrew Spaulding
; > > >Is it possible to open more than one accordion pane at the same time? > >Lets say I have an expand all button, is this possible? > > > >Thanks, > > > >Andrew Spaulding > > > > > > > > > >-- > >Yahoo! Grou

[flexcoders] Open all accordion panes?

2005-05-11 Thread Andrew Spaulding
Hi all, Is it possible to open more than one accordion pane 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/ <*> To

[flexcoders] Accordion header class, checkbox

2005-05-11 Thread Andrew Spaulding
great. Thanks guys, Andrew Spaulding www.flexdaddy.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is su

[flexcoders] Re: flex calendar component

2005-05-02 Thread Andrew Spaulding
month. I'm 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

[flexcoders] Re: flex calendar component

2005-05-02 Thread Andrew Spaulding
so you can either A> hack it anyway (you can find the methods chilling > on prototype), 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 - &

[flexcoders] flex calendar component

2005-05-02 Thread Andrew Spaulding
ember. 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 <*> T

[flexcoders] Re: CSS Stylesheets - locked in the filesystem?

2005-04-30 Thread Andrew Spaulding
without a restart. Not sure what causes this behaviour, but it may be a bug within the flexbuilder environment. Flex builder behaves in mysterious ways :p Andrew Spaulding www.flexdaddy.com --- In flexcoders@yahoogroups.com, "RBullotta" <[EMAIL PROTECTED]> wrote: > We oc

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

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

[flexcoders] Re: Command Queue

2005-04-19 Thread Andrew Spaulding
A quick solution may be to broadcast your commands at intervals. It worked for me (at least until cairngorm 1.0 is released as i believe this will support command chaining?) take a look at this delayed call utility http://www.richinternet.de/blog/index.cfm?entry=11C9DC30-CCA9-79EF-446F3F538ED867

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

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

2005-04-18 Thread Andrew Spaulding
> > Andrew: yes, it worked. I 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 > > > ht

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

2005-04-17 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 ha

[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: Dynamic DataGridColumns & LabelFunction

2005-04-11 Thread Andrew Spaulding
mmm i would have assumed that the simple dot notation of mycolumn.labelFunction = myFunction; should have called the set method on the DataGridColumn. maybe do it this way?? mycolumn.labelFunction = Function() { //do the do here } i'm not sure .. just guessing! Andrew --- In flexcoders@ya

  1   2   >