[flexcoders] Re: TabNavigator scrollbar space - BUG ?

2008-04-17 Thread bobpardoe1959
leaving the height out entirely. I have no type of hard coded sizes in anything contained in the tab navigator. Thanks, Ryan --- In flexcoders@yahoogroups.com, bobpardoe1959 bob.pardoe@ wrote: I have a TabNavigator and I add children to it in actionscript. Each child has its style

[flexcoders] cannot get rid of AdvancedDataGrid watermark !

2008-04-11 Thread bobpardoe1959
I have entered the FB Pro license key in Eclipse Europa 3.3.2 M20080221-1800, using the plugin version. I can see the charting components source code being unlocked but in my module that used the ADG it still has the watermark at runtime. I have clean compiled all of my code a number of times. I

[flexcoders] Re: Project per module?

2008-04-11 Thread bobpardoe1959
We do exactly this. Each module is a project. This allows each developer to create \ compile \ run a project without reference to another dev. We load each module in the app (at runtime) on demand using the moduleLoader. (Watch for the intermittent loader bug and knock on popup bug !) The down

[flexcoders] Re: Project per module?

2008-04-11 Thread bobpardoe1959
PROTECTED] wrote: Thanks Bob. In dev mode (Flexbuilder only) is there a convenient way to reference the module SWFs by a relative URL, or does one have to copy them into the loader app's output directory? On Fri, Apr 11, 2008 at 7:42 AM, bobpardoe1959 [EMAIL PROTECTED] wrote: We

[flexcoders] TabNavigator scrollbar space - BUG ?

2008-03-25 Thread bobpardoe1959
I have a TabNavigator and I add children to it in actionscript. Each child has its style set to top=2, bottom=2, left=2, right=2. When displayed the tabnavigator has a 20ish pixel gap on bottom and on the right of the container area. Left and top are aligned correctly. It looks as if it is

[flexcoders] Subclassed PopupButton in a module and external F\work rsl - Not Popping Up

2008-03-14 Thread bobpardoe1959
I have subclassed the popupbutton to include a data grid (advanced or std) to create a multi-column combo box. This has all worked fine in Flex 2.0. In Flex 3 when the same component is used in a module that has the framework as external rsl's and deployed to JBoss it fails to popup. The data

[flexcoders] Re: Flex 3 Beta is now available!

2007-12-24 Thread bobpardoe1959
We do exactly this and now Update 3 has been released it appears that the ability to change the Authorization header has been removed. What is the 'official' work around for this ? Any help appreciated. Thanks BOb --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote:

[flexcoders] Flex Builder Runtime Bugs

2007-05-16 Thread bobpardoe1959
When I run FB I get the following written to the .log file. FB is unusable as it always gets a stackOverflowError when trying to look at a projects properties. Does any one have any ideas ? The only additional plugins are Subclipse 1.0.5 and the Eclipse Java tools (as per Peter Ent (?), to get

[flexcoders] Cast or create local var - which is best \ performant

2006-07-27 Thread bobpardoe1959
We are haveing a debate here at work regarding the the most performant \ efficient \ best way of dealing with the casting of objects from one form to another. a) One person thinks that casting the object to the correct type each time it is used is better because casting has a compile time

[flexcoders] Re: Flex work in the UK

2006-07-21 Thread bobpardoe1959
I might be (in the next few months) as the development manager of a logistics company based in Milton Keynes we are going to be dooing a 20+ man-years project using Ruby on Rals and Flex If you are interested pls send your C.V to bob dot pardoe at kuehne-nagel.com pls include your salary

[flexcoders] Re: E4X XML - what is going here ? - Please advise

2006-06-29 Thread bobpardoe1959
] On Behalf Of bobpardoe1959 Sent: Thursday, June 29, 2006 10:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: E4X XML - what is going here ? - Please advise If i put _service.lastResult[0] in the watch expression I get the following _service.lastRequest[0]=request

[flexcoders] Re: Beta 3- RTM Changes?

2006-06-28 Thread bobpardoe1959
It appears that arrayName.filter(filterFunction) has been broken \ changed as well. Docs seem to imply no changes, but all I can say is that it all worked yesterday on b3. BOb --- In flexcoders@yahoogroups.com, Daniel Tuppeny [EMAIL PROTECTED] wrote: Is there a list of Beta3 - RTM changes

[flexcoders] DataGrid dataprovider from an HTTPService call with 1 result is not showing

2006-06-16 Thread bobpardoe1959
I know I have read it somewhere, but I cant find it now. I have an XML document being returned and used as the data provider for the datagrid. There is no data showing in the grid when there is only 1 node in the document. 2 or more nodes are fine. I have read that Flex is unable to distinguish

[flexcoders] popup manager loading an app that loads a popup - error

2006-06-15 Thread bobpardoe1959
I have an application that uses the popup manager to load each 'form' in the app into a unique window for each form. This all works fine. I have constructed a component (a text box with a lookup facility). The lookup facility is itself a component. The lookup is loaded by the text box component

[flexcoders] f2b3: mx:State - resize events not firing properly - bug ?

2006-06-07 Thread bobpardoe1959
When creating a state that is larger than the original application and then adding resize=resized() on the application tag, the event is only firing the first time the alternate state is set. If I set currentState='expanded' - it fires, if I then set currentState='', no event fires. I believe

[flexcoders] Re: f2b3: mx:State - resize events not firing properly - bug ?

2006-06-07 Thread bobpardoe1959
might get the application to automatically resize back down again; and fire the resize event. -TH --- In flexcoders@yahoogroups.com, bobpardoe1959 bob.pardoe@ wrote: When creating a state that is larger than the original application and then adding resize=resized

[flexcoders] Creating popups and accessing them thru a link bar - please help

2006-05-16 Thread bobpardoe1959
I am creating a number of popup children within my app. I create them as titlewindows and then create a linkbutton on a link bar as each one is created. This works fine. I then need to find a way of bringing one of the popups to the front by clicking on the appropriate link button. This is

[flexcoders] Attn Adobe - PopupManager.centerPopup() - dosent

2006-05-16 Thread bobpardoe1959
In my testing I have been using a TitleWindow. The popup is positioned in the centre of the screen, but it is not the centre of the popup, it is 0,0 of the popup that is in the centre. This is of no use to anyone ! Please can we have a centre function that centres the centre not the edge

[flexcoders] Re: Creating popups and accessing them thru a link bar - please help

2006-05-16 Thread bobpardoe1959
to the debugger SystemManager.popUpChildren is empty Thanks BOb --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/16/06, bobpardoe1959 [EMAIL PROTECTED] wrote: Which collection to the popups live in. The docs say SystemManager.popupChildren - but I cant find

[flexcoders] AnimateProperty bug on TextInput ?

2006-05-15 Thread bobpardoe1959
If I apply the AnimateProperty effect to a focusInEffect tag, after the animation plays, the focus rectangle on the TextInput does not show. I have tried altering both the width of the control and also the backgroundAlpha of the style and the nett result is the same. Is this a 'feature' or a

[flexcoders] problems with ApplicationControlBar ...

2006-05-11 Thread bobpardoe1959
Using the b3 style explorer and getting the follwing css LinkBar { dropShadowColor: #99; } ApplicationControlBar { dropShadowEnabled: true; shadowDistance: 2; shadowDirection: center; borderStyle: default; backgroundColor: #ff; highlightAlphas: 0.61, 0.14; fillAlphas: 0.53,

[flexcoders] Re: problems with ApplicationControlBar ...

2006-05-11 Thread bobpardoe1959
of borderstyle have such a huge affect on the background of the control ? Why does it all work in the style explorer but not in my app ? BOb --- In flexcoders@yahoogroups.com, bobpardoe1959 [EMAIL PROTECTED] wrote: Using the b3 style explorer and getting the follwing css LinkBar

[flexcoders] SWFLoader and passing loaded swf to be a child of the application's panel

2006-05-11 Thread bobpardoe1959
I have a panel as the only container in an application. I have a button that executes an actionscript function to load a swf dynamically. The swf to be loaded is also an application I am instanciating the swfloader, setting a loadcompleted event listener and setting the source property and

[flexcoders] VerifyError: Error #1014: Class flash.util::Timer could not be found

2006-05-10 Thread bobpardoe1959
since I updated to b3 and fp9 I keep getting this error (see below for full stack) everywhere I try to load demos and the like ie http://weblogs.macromedia.com/sho/archives/2006/04/flex_sliding_dr.cfm and try to run the sliding doors demo. If I choose continue, nothing happens It is not

Re: keyDown event not capturing esc key

2004-05-13 Thread bobpardoe1959
Interestingly the keyUp event does capture it BOb --- In flexcoders@yahoogroups.com, bobpardoe1959 [EMAIL PROTECTED] wrote: can anyone tell me why the keydown event on a titlewindow and datagrid does not capture the esc key. I am hosting both of them as a custom component in a popup

setFocus to button does not show focus attained

2004-05-13 Thread bobpardoe1959
If you tab to a button on a form, the halo effect kicks in withthe border highlighter. If you set focus in code it does not Is there any way I can force the effect in code, so that the users can see that the button has focus ? My buttons are on a control bar is there a way of setting the

setting x and y on creationComplete event for a popup causes bug

2004-05-12 Thread bobpardoe1959
I am trying to centre my popoup screen (which is an mxml TitleWindow component) by using the creationComplete event to do the following this.x = (parentDocument.width / 2) - (this.width / 2); this.y = (parentDocument.height / 2) - (this.height / 2); What happens is that the shadow is in one

Re: mxml components not honoring external css st yles ?

2004-05-06 Thread bobpardoe1959
work but others on the team thought it might not. Maybe if the styles are worked out we'll be able to see more. So see how this goes and let us know if it becomes a little more predictable. Matt -Original Message- From: bobpardoe1959 [mailto:[EMAIL PROTECTED] Sent

Re: mxml components not honoring external css st yles ?

2004-05-06 Thread bobpardoe1959
if it becomes a little more predictable. Matt -Original Message- From: bobpardoe1959 [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 12:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: mxml components not honoring external css styles ? When you

tab contents and tab header fixed size problem

2004-05-04 Thread bobpardoe1959
The mxml file below shows that when flex sizes components it is not co-ordinating within itself, so that the titles of a tab container are being set at a fixed size, but the tab contents are not looking to see if the sum of tabs are bigger than the container ?xml version=1.0 encoding=utf-8?

runtime loading a mxml file into a viewstack

2004-04-28 Thread bobpardoe1959
I have my menu on the left side of the screen and the 'working area' on the right separated by a Divider. In my menu (accordian) I have a number of Links. When the user clicks on one I want to load a new 'form' (mxml file) as a child of the Viewstack on the right side of the screen. Please

runtime loading a mxml file into a viewstack

2004-04-28 Thread bobpardoe1959
I have my menu on the left side of the screen and the 'working area' on the right separated by a Divider. In my menu (accordian) I have a number of Links. When the user clicks on one I want to load a new 'form' (mxml file) as a child of the Viewstack on the right side of the screen. Please