[flexcoders] Horizontal List - the Images don't appear - help?!

2009-07-23 Thread jamiebadman
Hi! I'm trying to display images in a Horizontal List. I receive the url's of the images via a webservice at run time - so can't embed the images. I've tried something like this: chartList.addItem({label:myLabel, icon:myImageURL}); Where chartList is the dataprovider of the H-List... but this

[flexcoders] Relative Axes on DateTime Chart

2009-01-21 Thread jamiebadman
Hi, Hit a small piece of weirdness and hope someone knows of a solution... I'm plotting three dateTime series on the same chart and unexpectedly, the lines aren't plotted relative to one another - ie I was expecting that a datapoint relating on one line to a particular date to correspond to a

[flexcoders] Chart DataTime series - forcing the start and end points?

2009-01-20 Thread jamiebadman
Hi, Is there a way to force the start and end points of the date time axis? I need to show exactly one month on a chart though I may not have a full month's worth of data to display. Thanks in advance, Jamie.

[flexcoders] Chart - Horizontal Labels tiny!

2009-01-14 Thread jamiebadman
Hi, Wonder if you guys can help! I have a chart I'm plotting and the h-axis labels are so tiny they're almost 'dots'. So I tried creating a secondary axis, eliminating all but twelve (it's yearly data) points which have the year/month values and placing that on the chart - but again, although

[flexcoders] Background Cell Colour in Grid - remove the whitespace?

2008-11-26 Thread jamiebadman
Hi, I've just used the example here: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailspostId=61productId=2 To successfully colour the background colours of some cells. Unfortunately though, there's some whitespace at the top and the bottom of the coloured area. I can't

[flexcoders] Removing extreme ends of an Axis

2008-11-05 Thread jamiebadman
Hi, Weird one this... if you run the attached code, you'll see that on the horizontal axis, at each side of it, it extends fractionally past the vertical axes... anyone know how to prevent this? Thanks, Jamie. ?xml version=1.0? !-- charts/AddLabelsWithOffsetLines.mxml -- mx:Application

[flexcoders] Re: Removing extreme ends of an Axis

2008-11-05 Thread jamiebadman
Thanks Eddie - works a treat! Jamie --- In flexcoders@yahoogroups.com, EddieBerman [EMAIL PROTECTED] wrote: The good news is that it's not a bug. Just add caps=none to your xAxisStroke definition. -Eddie --- In flexcoders@yahoogroups.com, jamiebadman jamie.badman@ wrote: Hi

[flexcoders] Drawing on Charts - pixel perfection?

2008-10-29 Thread jamiebadman
Hi, I'm having some trouble drawing exactly how I'd like to on a chart. I'll post the example code below - but basically the problem appears to be this: I'm trying to draw a rectangle on the background to cover *exactly* half of the background area on the chart. So I have a CartesianDataCanvas

[flexcoders] Re: Drawing on Charts - pixel perfection?

2008-10-29 Thread jamiebadman
of the chart side by side, each of equal width, to take up the full width of the DataDrawingCanvas? I can't figure out how to do this - any clues? Cheers, Jamie. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 29 Oct 2008, jamiebadman wrote: I'm trying to draw

[flexcoders] Re: Drawing on Charts - pixel perfection?

2008-10-29 Thread jamiebadman
- I don't necessarily want to draw my objects based on the data values - I'd like to draw on the background of the chart wherever I'd like. Is there any way to do this? Jamie. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 29 Oct 2008, jamiebadman wrote

[flexcoders] Re: Drawing on Charts - pixel perfection?

2008-10-29 Thread jamiebadman
@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 29 Oct 2008, jamiebadman wrote: canvas.drawRect(Edge.LEFT,Edge.TOP,6,Edge.BOTTOM); Where the '6' is the halfway point on the chart by virtue of being the closest datapoint. I can't see any way of providing a more accurate If you

[flexcoders] Re: LiveCycle with multiple data services failing...

2007-11-21 Thread jamiebadman
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jamiebadman Sent: Tuesday, November 20, 2007 8:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LiveCycle with multiple data services failing... Hi, I have a strange problem - hopefully someone

[flexcoders] Flex 3 + LiveCycle: Is debugging Java possible?

2007-11-21 Thread jamiebadman
Hi, Our project is a Flex 3 + LiveCycle 2.5 application and is all built under a single project - ie the Flex and Java are contained within a single project and can be built entirely from there. Nice... except for when we want to debug the Java code (which so far has not been necessary since

[flexcoders] LiveCycle with multiple data services failing...

2007-11-20 Thread jamiebadman
Hi, I have a strange problem - hopefully someone might be able to figure out what's wrong... First, I'm using Flex 3 beta (Eclipse 3.2+WTP1.5), LiveCycle 2.5, JBoss 4.02. So here's what I do... I use the Flex 3 'create application from database' (if you've not used it yourself, don't give up

[flexcoders] Components in a TileList?

2007-09-19 Thread jamiebadman
Hi, I'm pretty sure this is possible - but I can't get it working so wondered if anyone had an example of how I could do this: I have a TileList and on this TileList I'd like to show a number of Flex Components (most likely based on Tile I guess?). I've tried defining the TileList with a

[flexcoders] Migrating to J2EE LiveCycle + Cairngorm - help!

2007-09-03 Thread jamiebadman
Hi, I wonder (yet again!) if someone here can help: I'm currently trying to migrate an existing application to LiveCycle DS 2.5 + Cairngorm. Here's the deal so far... The existing app is Cairngorm 2.1 based, using WebServices. I've written a basic app in a J2EE environment using LCDS to

[flexcoders] Re: Migrating to J2EE LiveCycle + Cairngorm - help!

2007-09-03 Thread jamiebadman
, jamiebadman [EMAIL PROTECTED] wrote: Hi, I wonder (yet again!) if someone here can help: I'm currently trying to migrate an existing application to LiveCycle DS 2.5 + Cairngorm. Here's the deal so far... The existing app is Cairngorm 2.1 based, using WebServices. I've written a basic app

[flexcoders] Re: Setting ByteArray to a specific string value ?

2007-05-08 Thread jamiebadman
(); From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jamiebadman Sent: Friday, May 04, 2007 6:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Setting ByteArray to a specific string value ? Ok, I'm not even sure if the topic

[flexcoders] Setting ByteArray to a specific string value ?

2007-05-04 Thread jamiebadman
Ok, I'm not even sure if the topic is right... here's what I'm trying to do... I need to call a webservice which has as a parameter a base 64 binary field. This needs to contain a password field in an encrypted (string) form. This has been provided to me as a string and it is this exact value

[flexcoders] Re: Checkbox in DataGrid cell won't turn invisible!

2007-04-04 Thread jamiebadman
. Wrap in a UIComponent and see if that helps. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jamiebadman Sent: Tuesday, April 03, 2007 1:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Checkbox in DataGrid cell won't

[flexcoders] Checkbox in DataGrid cell won't turn invisible!

2007-04-03 Thread jamiebadman
Can someone help please ? In the following itemRenderer code for a dataGridColumn, I'm trying to have the checkbox not show - but it seems that despite having 'visible=false' or even 'includeInLayout=false' it still shows up! In reality, of course, I have a function defining whether or not I

[flexcoders] Re: Checkbox in DataGrid cell won't turn invisible!

2007-04-03 Thread jamiebadman
and see if the issue still occurs? Ben - Original Message From: jamiebadman [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, April 3, 2007 12:18:27 PM Subject: [flexcoders] Checkbox in DataGrid cell won't turn invisible! Can

[flexcoders] Full Screen Mode bug with TextInput

2007-03-21 Thread jamiebadman
Hi, I notice there's a problem with TextInput fields when in Full Screen Mode... you can't enter any text into the field. At least that's what happens here ;-) Anyone got a workaround for this at all ? Is this a problem that Adobe are aware of, or does this need to be reported ? Jamie.

[flexcoders] Re: Full Screen Mode bug with TextInput

2007-03-21 Thread jamiebadman
, jamiebadman [EMAIL PROTECTED] wrote: Hi, I notice there's a problem with TextInput fields when in Full Screen Mode... you can't enter any text into the field. At least that's what happens here ;-) Anyone got a workaround for this at all ? Is this a problem that Adobe

[flexcoders] Coldfusion FDS App Wizards for FB 2 ?

2007-03-20 Thread jamiebadman
Hi, Hopefully this is a quick'un! I've just installed CF developers edition and FDS single user SDK - I'd like to use the CF App Wizard from Eclipse - I'm *sure* it used to be an option to install it at some stage but I was offered no such option when I installed CF or FDS... any ideas ? I've

[flexcoders] Re: flex main-debug.html won't build...

2007-03-08 Thread jamiebadman
. On 3/7/07, jamiebadman [EMAIL PROTECTED] wrote: I wasn't aware of that option - but I just tried it and it still doesn't work. Thanks for the suggestion though. Regards, Jamie. --- In flexcoders@yahoogroups.com flexcoders% 40yahoogroups.com, Soenke Rohde srohde@ wrote

[flexcoders] flex main-debug.html won't build...

2007-03-07 Thread jamiebadman
Hi, Wonder if someone can help! My project's stopped working with Debug - I have no idea why! It no longer builds flex main-debug.html at all - though it does create a debug SWF. If I run in debug it complains of no flex main-debug.html and if I run the debug SWF directly, FlexBuilder can't

[flexcoders] Re: flex main-debug.html won't build...

2007-03-07 Thread jamiebadman
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jamiebadman Sent: Mittwoch, 7. März 2007 14:01 To: flexcoders@yahoogroups.com Subject: [flexcoders] flex main-debug.html won't build... Hi, Wonder if someone can help! My project's stopped working

[flexcoders] Zooming out of a list ?!

2007-02-23 Thread jamiebadman
Hi, I've been exploring the wonderful world of effects and transitions recently... there's something I would *love* to be able to do - but I suspect this is not possible. Could someone confirm or deny accordingly ?! Here's the idea... I have a horizontal list which consists of a set of

[flexcoders] Webservices (maybe with Cairngorm...) problem

2007-01-31 Thread jamiebadman
Hi, Really weird problem here... I have two webservices defined in my Services.mxml in my cairngorm-based app. One services is a nuSoap created one. The other is a Java-based CapeClear created service. I've only just 'plugged' the nuSoap one in. Prior to that, the Java one was perfectly

[flexcoders] Setting variables... confusion over scope, ref/val etc.

2007-01-31 Thread jamiebadman
I'm getting really confused here! This is what's happening... I have an arrayCollection on the 'model' and also an arrayCollection in a local function (the result function in a 'command' module which is fired on return from a web service). So I'm using this local arrayCollection to build up

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-01-31 Thread jamiebadman
Here's how I did it a way back... not using this anymore but I'm pretty sure it worked at the time ;-) import mx.rpc.soap.SOAPHeader; private function login():void{ ModelLocator.getInstance().qname = new QName(http://docs.oasis- open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-

[flexcoders] Re: Setting variables... confusion over scope, ref/val etc.

2007-01-31 Thread jamiebadman
of rule 1. Maybe ObjectUtil is helpful here. If you globally store a reference to a locally created object, the object ist not destroyed, when the method is finished (rule 2) Cheers, Ralf On 1/31/07, jamiebadman [EMAIL PROTECTED] wrote: I'm getting really confused here

[flexcoders] Selecting datagrid row on rollover...

2007-01-29 Thread jamiebadman
Hi, The title sums it up... basically, I'd like to select a datagrid row on rollover. There's a rollover event on the datagrid but I see no way from that, to obtain the id of the row that's currently being 'rolled over'... any ideas ? Alternatively... and here's the reason I'm trying to do

[flexcoders] ViewHelper is dead ? So what's the 'best practice' here... ?

2007-01-22 Thread jamiebadman
Hi, I'm currently implementing an app in Cairngorm 2.1 and I've hit a kind of brick wall that wouldn't have existed in 0.99... I'm led to believe that we should no longer use ViewHelper/ViewLocator in V2.1 and instead rely more on data binding to control everything... so here's the problem...

[flexcoders] Custom icons on Tree - scroll corruption...

2007-01-17 Thread jamiebadman
Hi, I've implemented custom icons on a tree component - which looks great until the vertical scrollbar appears and I use it... scrolling up and down seems to confuse the tre into showing the icons in the wrong places - sometimes, two icons against one tree entry. Anyone else experienced this

[flexcoders] Re: crossdomain.xml - is there an alternative ?

2006-12-21 Thread jamiebadman
to? Because that is where it will look I think. On Dec 20, 2006, at 11:33 AM, jamiebadman wrote: Hi, I'm trying to access https webservices from a flex app hosted under http and I'm getting security errors. The full error states that there's a security sandbox violation trying

[flexcoders] Re: Cairngorm 2.1 - calling a webservive more than once

2006-12-21 Thread jamiebadman
I'm getting some strange behaviour also. The first time I call the WebService, event.result contains the data I'd expect. The second time though, the data is found in event.result.result - is this the same as you're seeing ? Any ideas anyone ?! Also, does anyone have any examples of using the

[flexcoders] crossdomain.xml - is there an alternative ?

2006-12-20 Thread jamiebadman
Hi, I'm trying to access https webservices from a flex app hosted under http and I'm getting security errors. The full error states that there's a security sandbox violation trying to access https://mydomain:9443/ccx/myservice So it would seem this could be resolved with a crossdomain.xml

[flexcoders] showRoot not working on mx:Tree ?

2006-11-06 Thread jamiebadman
Hi, Can anyone explain why with this code: [Bindable] private var xmlTopicTree:XML = new XML('roottopics name=topicstopic subject=one id=33 parent_id=0/topic subject=two id=34 parent_id=0//topics/root'); mx:Tree id=topicTree

[flexcoders] Re: Escaping textArea HTML to pass back to WebService...

2006-11-05 Thread jamiebadman
what you require, but did you know you can get a plain text representation of the html in the textarea using myTextArea.text Hilary -- On 11/5/06, jamiebadman [EMAIL PROTECTED] wrote: Hi, I need to 'escape' the html text from a textArea to pass back to a WebService. I wondered

[flexcoders] Escaping textArea HTML to pass back to WebService...

2006-11-04 Thread jamiebadman
Hi, I need to 'escape' the html text from a textArea to pass back to a WebService. I wondered if anyone out there has already written a convenient function to accomplish this in its entirety ? If you have and you're willing to share, please let me know. If no one's done this yet (and I'm not

[flexcoders] Disabling button on buttonBar - error...

2006-11-03 Thread jamiebadman
Hi, I'm trying to disable a button on a buttonbar but I'm getting an error... here's what I have: mx:ButtonBar id=controlBar height=20 width=100% horizontalGap=0 itemClick=buttonBarClickHandler(event); mx:dataProvider mx:Array mx:StringNew Topic/mx:String

[flexcoders] Re: Disabling button on buttonBar - error...

2006-11-03 Thread jamiebadman
Regards. On 11/3/06, jamiebadman [EMAIL PROTECTED] wrote: Hi, I'm trying to disable a button on a buttonbar but I'm getting an error... here's what I have: mx:ButtonBar id=controlBar height=20 width=100% horizontalGap=0 itemClick=buttonBarClickHandler(event); mx:dataProvider

[flexcoders] Avoiding Error 1502 - timeout: How can I increase the timeout period

2006-10-09 Thread jamiebadman
Hi, I have some code that needs to build a very large tree. Building this tree is causing the application to timeout with Error 1502: flex script has executed for longer than the default timeout period of 15 seconds. How can I over-ride this timeout period and allow the tree build to

[flexcoders] Click Event in Item Renderer... firing a second barrel ?!

2006-10-02 Thread jamiebadman
Hi, Can someone help ? I've created a custom item renderer for a tree in which I have a listener on the mouse click event. Unfortunately, though, the main app code also needs to act on the click event - I have the tree defined as: mx:Tree id=tvCompanies itemRenderer=CompanyTreeItemRenderer

[flexcoders] Populating a tree with E4X notation

2006-08-22 Thread jamiebadman
Hi, Wonder if someone can help... I'm trying to build a basic tree using E4X notation but it's going kinda weird - as you can see if you run the code below, the tree seems to show ok - but it also shows the XML over the top of the tree! I guess I'm doing something quite wrong here - could

[flexcoders] Flex 2, Coldfusion and the Treeview...

2006-08-17 Thread jamiebadman
Hi, Hoping someone can put me on the right track... I have a database containing a hierarchical company structure (it's the DB db). I need to represent searches on the database in a Flex application as a tree hierarchy. I'm using Coldfusion with Flex. I'm trying to figure out how I can have

[flexcoders] Flex work in the UK

2006-07-21 Thread jamiebadman
Hi, I've been working with Flex application development for a good while now and am looking for a new role. Can anyone recommend either companies that might be seeking Flex app designers/developers or recruitment agencies that are well placed for such roles, in the UK ? Apologies if this post

[flexcoders] Arrays, Pushing and DataProviders...

2005-12-12 Thread jamiebadman
I wonder if anyone can help with the following... I'm getting some weird results... Here's the basic idea: I have an array which is used as a data provider for a grid. I have a 'copy' button which calls a function that amongst other things, does this:

[flexcoders] Re: Arrays, Pushing and DataProviders...

2005-12-12 Thread jamiebadman
ModelLocator.creditItemList.push(ModelLocator.creditItemList [dgItems.selectedIndex]); pushing a reference to your selected item on the the dataProvider? That would mean both your original selectedItem and this new 'copy' would be selected. DK On 12/12/05, jamiebadman [EMAIL PROTECTED] wrote: I wonder

[flexcoders] Arrays sharing the same memory ?!

2005-11-29 Thread jamiebadman
Hi, Wonder if someone can help ? I have the following code: var mciPrintFilter = new Array(); var wholesalePrintFilter = new Array(); if (result.length 0){ // Need to split up the returned array into two sub-arrays for filtering by customer type for (var i = 0; i

[flexcoders] Context Menu - hiding everything ?

2005-11-25 Thread jamiebadman
Is it possible to hide the 'Settings' and 'About' parts of the contextMenu ? I've added some menu items of my own for the application I'm developing but the 'Settings' and 'About' parts just don't look appropriate in the menu - I'd really like the menu to just contain elements pertinent to the

[flexcoders] fileIO - just can't get it working...

2005-11-14 Thread jamiebadman
Hi, I've been trying to get file upload working here for a couple of days now with absolutely no joy. I tried the example on the Macromedia site using fileIO.swf - I use their 'simpleUpload.mxml' example, putting the upload.cfm in my CF area and fileIO.swf in the same location as the MXML

[flexcoders] Re: fileIO - just can't get it working...

2005-11-14 Thread jamiebadman
Doh! Got it working... User stupidity error ;-) Thanks, Jamie. --- In flexcoders@yahoogroups.com, jamiebadman [EMAIL PROTECTED] wrote: I'm using FP 8. Just not permitted to install the Flash 8 Dev environment here. Jamie. --- In flexcoders@yahoogroups.com, Carson Hager [EMAIL

[flexcoders] More print woes ;-)

2005-09-21 Thread jamiebadman
Hi, I found in the archives of this group some code to print a datagrid. It doesn't work so well and this was reported in the Flex Macromedia forum: http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm? catid=346threadid=966370highlight_key=ykeyword1=print There is some new code

[flexcoders] 2-way binding ?

2005-09-21 Thread jamiebadman
Hi, Probably a simple question ;-) I have an object, elements of which are bound to on-screen components - for example, edit boxes. A call to the database populated the object - and I then see the data appear in the on-screen components. This is fine! But what I want to be able to do is

[flexcoders] Flex Pricing - a question about a Starter Kit ?

2005-08-08 Thread jamiebadman
Hi, I recently stumbled across an entry on the Blog at http://www.mossyblog.com/archives/436.cfm where Lucian Beebe describes a 'Starter Kit' for Flex consisting of 4 CPU's plus Gold Support for $29,000. Just wondered if this package exists ? I Can't find any details on it on the Macromedia

[flexcoders] Dynamically Built SWF's with Flex

2005-07-26 Thread jamiebadman
I have a deep-down feeling I might be asking a stupid question here - but I was once told there are NO stupid questions - yeah, right! So here's the situation... An application I'm building contains three quite distinct 'sections': 'Invoices', 'Credits' and 'Customers'. Some users will

[flexcoders] Re: Dynamically Built SWF's with Flex

2005-07-26 Thread jamiebadman
, Scott Barnes [EMAIL PROTECTED] wrote: On 7/26/05, jamiebadman [EMAIL PROTECTED] wrote: I have a deep-down feeling I might be asking a stupid question here - but I was once told there are NO stupid questions - yeah, right! As a wise code-mentor once said to me: There aren't stupid questions

[flexcoders] Strange scroll behaviour with DG + CheckBox

2005-07-25 Thread jamiebadman
Hi, I've built a datagrid with a custom cell renderer to insert a checkbox in the first column. I'm experiencing weird behaviour with the grid scroll as a result... If I select a row as normal, everything's fine but if I actually click in the checkbox then the grid will sometimes scroll the

[flexcoders] Re: Second retrieval not working - anyone help ?!

2005-07-15 Thread jamiebadman
Thanks; that was it... doh! --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: In your getInvoiceItems method you call getSapInvoiceItemData (note lower-case SAP) but in your RemoteObject you declared it as getSAPInvoiceItemData (note upper-case). Since it's working on

[flexcoders] Second retrieval not working - anyone help ?!

2005-07-14 Thread jamiebadman
Hi, I wonder if someone has any ideas on this... I've attached the code at the end. Basically I have two grids, each attached to a data provider. The first grid shows a list of invoices then when a row is clicked on, a call to retrieve invoice line items is issued. These items are to be

[flexcoders] Horizontal Form ?

2005-07-06 Thread jamiebadman
Hi, Is it possible to create a Form so that the items are displayed horizontally across the page rather than vertically ? Thanks, Jamie. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Refresh grid after bound data changes...

2005-06-22 Thread jamiebadman
Hi, I have a datagrid (dgHeader) bound to a dataprovider returned from a DB (headerList). Also on screen is a textInput box, which is bound inward to a column on the datagrid and the column on the datagrid is bound to the textInput. So what happens is this: Data retrieved and appears in the

[flexcoders] Application background gradient

2005-06-20 Thread jamiebadman
Hi, Can someone tell me - when I build a Flex app, the background around the application has a dark-grey to light-grey gradient. How can I alter this ? There's a property on the application to set the background and it over-rides the gradient - but there's no apparent way to replace the

[flexcoders] Setting a RadioButton from data...

2005-06-16 Thread jamiebadman
Hi, I feel as though this should be obvious but I can't see it! I have a RadioButtonGroup called 'channel'. In 'channel' I have two RadioButtons - one which has a data value of 'Direct' and the other 'Indirect'. The datasource I'm using contains a field 'channel_code'. When a row in the grid

[flexcoders] Re: Fade effect just showing end state ?

2005-06-14 Thread jamiebadman
Thanks - taking the quotes away did the trick. Regards, Jamie. --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 6/13/05, jamiebadman [EMAIL PROTECTED] wrote: However, when I actually run the code, there seems to be no actual fade effect taking place

[flexcoders] Remote Object Busy Cursor after Popup closed...

2005-06-14 Thread jamiebadman
Hi, First... thanks for all the help that's been offered to me from you guys in reponse to my (mostly) stupid questions over the past couple of weeks - it's MUCH appreciated. Ok... now for another possibly stupid question ;-) I have the 'showBusyCursor' set to 'true' on all my RemoteObject

[flexcoders] Fade effect just showing end state ?

2005-06-13 Thread jamiebadman
Hi, I've coded a couple of AS functions which I intended to use to fade the component they're within, in and out. I've listed the functions below... However, when I actually run the code, there seems to be no actual fade effect taking place - the object just moves directly to Alpha 30 on

[flexcoders] popup in subdirectory ?

2005-06-10 Thread jamiebadman
Hi, I think this is probably a very basic question - but I'm really having trouble figuring this out - wonder if someone here can explain... Basically I've just restructured my project; it started off as a 'demo' and now it's outgrowing that and I needed to structure it a little better so...

[flexcoders] Re: Forms in TabNavigator

2005-06-09 Thread jamiebadman
PROTECTED] On Behalf Of jamiebadman Sent: Wednesday, June 08, 2005 10:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Forms in TabNavigator Hi, I've seen that you can use Forms in the Accordion component - but I can't get anything similar working using the TabNavigator rather

[flexcoders] Re: Passing parameter from panel to popupwindow

2005-06-02 Thread jamiebadman
I'm relatively new to all this but I do happen to have done this recently and here's how: A model containing data to be passed to the popup. This exists on the parent of the popup. mx:Model id=searchData searchView{cbSearchView.selectedItem.data}/searchView

[flexcoders] Re: Hiding 'Null'...

2005-06-01 Thread jamiebadman
--- In flexcoders@yahoogroups.com, alex_harui [EMAIL PROTECTED] wrote: The TextInput is kind enough to do a toString() on anything passed to its .text property, which is great for Number and other things, but is the root of your problem. My advice, subclass TextInput and put the null

[flexcoders] Hiding 'Null'...

2005-05-31 Thread jamiebadman
Hi, I have a datagrid and some detail boxes (mostly textInput). If a column is null on the grid, it shows as an empty cell - which is what I want (looks best that way) but the data is shown as 'null' in the textInput box. Is there an easy way to prevent this from happening - and simply not

[flexcoders] Flex - the general feeling about the product is...

2005-05-31 Thread jamiebadman
Hey guys, A really general question... We've developed a number of enterprise-style applications here, in pure Flash MX 2004 (oh and one of them also uses Firefly a LOT!). We're considering moving to Flex - particularly to replace the Firefly-based app - but generally as the new standard