[flexcoders] menubar icons?

2005-08-04 Thread Robert Brueckmann
Is anyone out there able to get an icon to appear next to a menu item in their menubar component? The MenuItem syntax in the APIs and documentation say that the menuitem xml node simply needs an icon attribute that points to the icon file...not so much working for me...just was curious if I'm

[flexcoders] menubar bar color

2005-08-17 Thread Robert Brueckmann
Title: Creating a new Flex component I searched the archives and it seems a handful of people have asked how to change the color of the actual bar of the menubar component but nobody ever got an answershould I take that as a definitive not possible? Ive tried every color and fill

[flexcoders] NumberFormatter question

2005-08-31 Thread Robert Brueckmann
Hey guys...I saw in the archive there was a long thread about decimals and the NumberFormatter but none of them really addressed what I'm encountering so I figured I'd throw this out there to see if anyone else has seen this behavior and if they're simply converting the number to a string

RE: [flexcoders] loader component question

2005-08-31 Thread Robert Brueckmann
they would be processed one by one... -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent: Wednesday, August 31, 2005 7:21 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] loader component question Scenario: I kick

[flexcoders] embedded fonts/linux/axis labels charting

2005-09-29 Thread Robert Brueckmann
Were trying to utilize the horizontal axes rotation attribute for the axis labels, for which Eli explains in his example that you need an embedded font to take advantage of the rotation of the labels. I used his code as an example: @font-face { font-family: chartLabelFont; src:

[flexcoders] sessions and maintenance questions

2005-11-14 Thread Robert Brueckmann
I have a question for you guys about how youre currently designing your Flex applications. Since a Flex application is not session-based in the sense of an application server session, how are you guys handling, say, you want a user to have to log back in if they remain inactive after 5

RE: [flexcoders] Flex 1.5 - Automatically Lengthen dataGrid based on #rows

2006-03-20 Thread Robert Brueckmann
Try the rowCount attribute of the DataGrid component...that will allow you to control the height of the datagrid component based on the number of elements in your dataProvider... Then depending on how you have the layout containers nested and the heights set on them, the scrollbars on the parent

[flexcoders] Flex 1.5 - Cairngorm .99 - Binding VO to TextInput help please

2006-04-24 Thread Robert Brueckmann
I tried searching the archives and couldn't find anything relevant to what we're doing here, so I'm hoping someone can explain something: 1. User logs in 2. XML is returned with all applications user has access to 3. Tab Navigator component is generated on the fly with tabs labeled

RE: [flexcoders] Re: Flex 1.5 - Cairngorm .99 - Binding VO to TextInput help please

2006-04-25 Thread Robert Brueckmann
compiled, it can set the combobox with the data in time. Put your logic to fetch the XML user in the creationComplete method of your mx:Combobox...or somewhere where you know it is created. hope this helps. cheers. --- In flexcoders@yahoogroups.com, Robert Brueckmann [EMAIL PROTECTED] wrote: I tried

RE: [flexcoders] Re: Flex 1.5 - Cairngorm .99 - Binding VO to TextInput help please

2006-04-25 Thread Robert Brueckmann
if it has the value. I find I get a lot further debugging then using trace statements. Then repeat the process with the second hit when the behavior works OK. This should hopefully identify your issue. --- In flexcoders@yahoogroups.com, Robert Brueckmann [EMAIL PROTECTED] wrote: Thanks Suzy

RE: [flexcoders] Re: Flex 1.5 - Cairngorm .99 - Binding VO to TextInput help please

2006-04-25 Thread Robert Brueckmann
PROTECTED] On Behalf Of Robert Brueckmann Sent: 25 April 2006 18:19 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Flex 1.5 - Cairngorm .99 - Binding VO to TextInput help please Thanks for taking the time for the detailed reply Simon! I WISH it was validator related. In one instance

[flexcoders] Flex 1.5 - column chart question

2006-05-19 Thread Robert Brueckmann
I scoured the archives and APIs but couldnt find anything to allow me to ensure that the zero vertical axis is ALWAYS shown. I have a column chart whos dataset contains all negatives and when the chart displays, the columns are suspended from nothing at the top of the chartitd be nice if

RE: [flexcoders] Flex 1.5 - column chart question

2006-05-19 Thread Robert Brueckmann
{ horizontalShowOrigin: true; } Ely. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann Sent: Friday, May 19, 2006 12:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 1.5 - column chart question I

[flexcoders] Flex 1.5 - Initail progress bar stuck

2006-11-19 Thread Robert Brueckmann
We have a Flex 1.5 app our clients use. 99.% of the time when our sales people go on a demo for a potential client, the app loads just fine. That .0001% of the time, the initial progress bar gets to a certain percentage and just sticks. In one situation, having the sales person demoing use

[flexcoders] Flex Builder 2 - Setting Default Application

2006-12-22 Thread Robert Brueckmann
I have no idea where to begin my search terminology in the archive to see if anyone has asked/answered this already...I tried an infinite number of combinations to no avail, so I'm starting a new thread in hopes that someone can help. I'm using a split directory development/deployment model

RE: {Disarmed} [flexcoders] Flex Builder 2 - Setting Default Application

2006-12-22 Thread Robert Brueckmann
securities 712 fifth avenue new york, ny 10019 p: 212.822.4821 f: 212.822.4820 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent: Friday, December 22, 2006 11:47 AM To: flexcoders@yahoogroups.com Subject: {Disarmed

[flexcoders] flexcoders mail-archive search

2007-01-17 Thread Robert Brueckmann
I'd check to see if anyone has written in about this issue yet but unfortunately I can't search the archives, hence my issue... Is anyone able to search the flexcoders' mail-archive website? No matter what I've tried for the last 2 weeks or so, searching the mail-archive for flexcoders

[flexcoders] drag drop

2005-04-22 Thread Robert Brueckmann
Is there any way to get the id of the component which is the source from which youre dragging items from? Im trying to do 2 things on a page. I have a list of indices and a blank listthe user first can drag indices over to the blank list and then once theyve dragged them over, they can

RE: [flexcoders] drag drop

2005-04-22 Thread Robert Brueckmann
Thanks Ashish! I couldnt find anything like that in the documentation anywhere! Thanks a lot. Robert L. Brueckmann Senior Web Developer Merlin Securities, LLC 595 Madison Avenue New York, NY 10022 p: 212.822.4821 f: 212.822.4820 From: flexcoders@yahoogroups.com

[flexcoders] variable naming convention oddity

2005-05-05 Thread Robert Brueckmann
I just encountered something very bizarre. I have a java VO called DateSpans...it's a class that simply contains a whole set of variations of date spans available for a portfolio the user selects and I use this class to dynamically set the calendar component in my flex app. The DateSpans class

[flexcoders] Tile container?

2005-05-05 Thread Robert Brueckmann
Is there a way to set how many items you want in a row for the tile container to put...it seems it's default is 3 per row...any way to change this? There doesn't seem to be anything in the API or in the examples that come with Flex or in the APIs themselves...just figured there might be something

RE: [flexcoders] Tile container?

2005-05-05 Thread Robert Brueckmann
for the tileItem control? You can change the columnCount property to reflect the number needed. IE: columnCount=1 I hope that helps. ~David T. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann Sent: Thursday, May 05, 2005 12:07

RE: [flexcoders] Tile container?

2005-05-05 Thread Robert Brueckmann
: Re: [flexcoders] Tile container? On 5/5/05, Robert Brueckmann [EMAIL PROTECTED] wrote: Is there a way to set how many items you want in a row for the tile container to put...it seems it's default is 3 per row...any way to change this? There doesn't seem to be anything in the API

[flexcoders] tree with checkboxes?

2005-05-09 Thread Robert Brueckmann
Is it possible to have a checkbox next to each item in a tree? Some sort of custome Tree node renderer or something? Is there an example of this or is someone out there doing this already? Robert L. Brueckmann Senior Web Developer Merlin Securities, LLC 595 Madison Avenue New

RE: [flexcoders] setFocus() on a TextInput

2005-05-09 Thread Robert Brueckmann
Try this: mx:TextInput id=username creationComplete=Selection.setFocus(username); / You need to use the Selection class to do what you want. Only thing is, if you're expecting the caret to be blinking in the field when loaded in the browser, you're not guaranteed that behavior every

RE: [flexcoders] tree with checkboxes?

2005-05-10 Thread Robert Brueckmann
, 2005 11:35 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] tree with checkboxes? http://www.macromedia.com/support/documentation/en/flex/1/cellrenderers/cellrenderers14.html From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann

[flexcoders] flex app loading hangs

2005-05-11 Thread Robert Brueckmann
We were trying to demo our site to a potential client who happens to be running Windows 2000 with the latest version of IE and Flash available for that platform. He went to our URL and the initial loading screen comes up but just stops at 2% and hangs. He went to another computer in his office

RE: [flexcoders] flex app loading hangs

2005-05-11 Thread Robert Brueckmann
2:25 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] flex app loading hangs On 5/11/05, Robert Brueckmann [EMAIL PROTECTED] wrote: He went to another computer in his office and the application loaded without a problem. Any thoughts about what could possibly happening

[flexcoders] FormItem icon attribute not working?

2005-06-02 Thread Robert Brueckmann
Anyone have any success getting this to work? Like if I want a help bubble icon next to certain form fields, I can't do it because the icon doesn't show up...I have a work around but then the alignment of the form items gets thrown off...thoughts?

RE: [flexcoders] FormItem icon attribute not working?

2005-06-02 Thread Robert Brueckmann
:12 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FormItem icon attribute not working? On 6/2/05, Robert Brueckmann [EMAIL PROTECTED] wrote: Anyone have any success getting this to work? Like if I want a help bubble icon next to certain form fields, I can't do it because the icon

[flexcoders] dragging around a canvas

2005-06-06 Thread Robert Brueckmann
Is there a simple example somewhere of being able to drag and drop a panel around a canvas? I've seen the minimizable/maximizable and the draggable examples previously posted, but I just want to be able to allow the user to move a handful of panels that contain static information around the

RE: [flexcoders] question about popup manager

2005-06-09 Thread Robert Brueckmann
: 212.822.4820 -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Thursday, June 09, 2005 2:35 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] question about popup manager On 6/8/05, Robert Brueckmann [EMAIL PROTECTED] wrote

RE: [flexcoders] render Pdf document in a flex app

2005-06-10 Thread Robert Brueckmann
I use the free utility swftoolsgoogle ittheyre a free set of libraries that convert a whole slew of standard file formats into a Flash document rather nicelywe have a reporting utility that generates PDFs on the fly, which we in turn use this utility to convert it into a SWF on the fly

[flexcoders] Comboboxes and TitleWindows

2005-06-16 Thread Robert Brueckmann
I noticed something strange happening and I wanted to know if anyone had a solution or if I'm doing something completely wrong/weird... I have an ActionScript method that uses the popup manager to create a custom TitleWindow component like so: var reportWindow:TitleWindow =

[flexcoders] LinkBar question

2005-06-22 Thread Robert Brueckmann
Is there a way to leave the selection background behind the currently selected link in a LinkBar to indicate to the user which link is currently selected? None of the attributes seem to indicate anything of the sort, so I was curious if anyone is doing anything like this out there? Thanks!

RE: [flexcoders] LinkBar question

2005-06-22 Thread Robert Brueckmann
the selected link to show in a different color though instead of the default grey color for better visibility. Just set 'disabledColor' property on the link bar to the desired color. Thanks -Ashish From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert

RE: [flexcoders] LinkBar question

2005-06-23 Thread Robert Brueckmann
Maegerman Webdeveloper +32 2 400 40 39 +32 472 35 28 10 http://pimz.blogspot.com http://cfpim.blogspot.com From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann Sent: jeudi 23 juin 2005 15:05 To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] alert listener

2005-06-23 Thread Robert Brueckmann
23, 2005 3:59 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] alert listener Use Application's getURL: mx.core.Application.getURL(index.html); - Original Message - From: Robert Brueckmann To: flexcoders@yahoogroups.com Sent: Thursday

[flexcoders] hide/show tabs of a tab navigator based on security?

2005-06-29 Thread Robert Brueckmann
Is there an easy way to hide or show a tab in a tab navigator? Say my MXML file has a tab navigator with 4 custom components (separate MXML files) statically coded as children of the tab navigator to show tabs for...a user logs in, I only want user1 to see tabs 1 and 3 and user2 to see 2 and

[flexcoders] checkbox in a repeater

2005-07-06 Thread Robert Brueckmann
I have a repeater thats generating a list of FormItems that simply contain a checkboxso the label of the FormItem component is the name of some item the user has set up and the checkbox indicates yes or no for that item regarding some settingwhen the user clicks on the checkbox, I want to

RE: [flexcoders] display nested xml in a datagrid

2005-07-12 Thread Robert Brueckmann
I use the XMLObjectOutput class (which you can find in the C:\Program Files\Macromedia\Flex\extras\XMLObjectOutput directory (I just put it in my user_classes directory in my own package) and I convert the XML from the server into an object...by using this utility you can then use dot-synatx to

[flexcoders] line width in line chart

2005-07-12 Thread Robert Brueckmann
Is there a simple way to specify how thick I want the line to be in a line chart without having to implement SimpleLineRenderer to something so trivial? robert l. brueckmann senior web developer merlin securities 595 madison avenue new york, ny 10022 p: 212.822.4821 f: 212.822.4820

RE: [flexcoders] line width in line chart

2005-07-12 Thread Robert Brueckmann
Of Robert Brueckmann Sent: Tuesday, July 12, 2005 8:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] line width in line chart Importance: High Is there a simple way to specify how thick I want the line to be in a line chart without having to implement SimpleLineRenderer to something so trivial

[flexcoders] chart background

2005-07-12 Thread Robert Brueckmann
. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent: Tuesday, July 12, 2005 8:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] line width in line chart Importance: High Is there a simple way to specify how thick I want

RE: [flexcoders] ToolTips on Tree Nodes?

2005-07-13 Thread Robert Brueckmann
Has anyone gotten the datatips to work on a tree for elements whose text is wider than the tree component? robert l. brueckmann senior web developer merlin securities 595 madison avenue new york,ny 10022 p: 212.822.4821 f: 212.822.4820 From: flexcoders@yahoogroups.com

RE: [flexcoders] ToolTips on Tree Nodes?

2005-07-13 Thread Robert Brueckmann
securities 595 madison avenue new york,ny 10022 p: 212.822.4821 f: 212.822.4820 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent: Wednesday, July 13, 2005 1:27 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ToolTips on Tree Nodes

RE: [flexcoders] ToolTips on Tree Nodes?

2005-07-13 Thread Robert Brueckmann
setupbut nothing is being passed to the dataTipFunctionwondering if its because the dataprovider is not set until after the tree has initialized? -Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent: Wednesday, July 13, 2005 1:38 PM

[flexcoders] combobox change listener

2005-07-15 Thread Robert Brueckmann
I have a combobox that has a change listener that triggers a function to refresh the contents of a tree component. If the user uses the mouse to select the item from the combobox, the tree refreshes with the new content beautifully. If the user selects the combobox with the mouse but then hit a

RE: [flexcoders] onFocus, setSelection not highlighting textinput

2005-07-15 Thread Robert Brueckmann
Stacy, I was having the same exact problem when my application loaded for the first time because I wanted the cursor to default and the caret be blinking in the username field of the login section so the user, when going to my site, didnt have to explicitly click their mouse in the

RE: [flexcoders] onFocus, setSelection not highlighting textinput

2005-07-15 Thread Robert Brueckmann
in question taking place. (although I gave it a shot anyway ;-) The field is receiving focus as intended, just the text contents of the textinput field is not selected as it should be. -Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent

RE: [flexcoders] Re: dynamically creating children suggestions?

2005-07-22 Thread Robert Brueckmann
when he finishes his tea and crepes. - Original Message - From: Robert Brueckmann To: flexcoders@yahoogroups.com Sent: Thursday, July 21, 2005 6:10 PM Subject: [flexcoders] dynamically creating children suggestions? I'm getting XML back from the database. The XML contains a bunch

[flexcoders] menubar question

2005-07-28 Thread Robert Brueckmann
I'm just playing with the MenuBar component and I can't seem to figure out how to make the first menu flush with the left side of my app...there always seems to be a padding of 10 pixels before the start of the first menu item in the menu bar...I've tried setting a handful of attributes to 0 and

RE: [flexcoders] menubar question

2005-07-29 Thread Robert Brueckmann
: Thursday, July 28, 2005 6:35 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] menubar question On 7/29/05, Robert Brueckmann [EMAIL PROTECTED] wrote: I'm just playing with the MenuBar component and I can't seem to figure out how to make the first menu flush with the left side of my app

[flexcoders] databinding question

2005-08-02 Thread Robert Brueckmann
Quick question...why are these different: merlin:ReportingDatesPanel width=100% height=100% portfolio={selectedPortfolio} / Versus: mainContent.createChild(ReportingDatesPanel, , {width: 100%, height: 100%, portfolio: selectedPortfolio}); When the selectedPortfolio object

RE: [flexcoders] databinding question

2005-08-02 Thread Robert Brueckmann
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann Sent: Tuesday, August 02, 2005 4:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] databinding question Quick question...why are these different: merlin:ReportingDatesPanel

RE: [flexcoders] databinding question

2005-08-02 Thread Robert Brueckmann
Of Robert Brueckmann Sent: Tuesday, August 02, 2005 4:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] databinding question Quick question...why are these different: merlin:ReportingDatesPanel width=100% height=100% portfolio={selectedPortfolio

RE: [flexcoders] theme

2005-02-23 Thread Robert Brueckmann
the mx:Application tag -Art Quoting Robert Brueckmann [EMAIL PROTECTED]: If I wanted to apply the haloBlue themeto my Flex app, what do I need to do? Is there an easy way to dothis because setting the theme attribute in the mx:CairngormApplication tag doesn't seem to be doing the trick

form validation

2005-02-24 Thread Robert Brueckmann
Im having a heck of a time understanding how form validation works. I have a formit contains text fields, drop down lists, and radio buttons. Its a basic user information formfirst name, last name, address 1, address 2, etc. I also have 3 fields: phone, fax, and mobile, but I only have the

RE: [flexcoders] Sample code for printing from a DataGrid:doesnot work?

2005-02-24 Thread Robert Brueckmann
Tracy, Its funny you send this email because I posted something about printing last nightI am using the same exact code youre using from the example on MMs site and I would say it works intermittently, at best, when I try to print my datagridat first, if you read my post from last night,

datagrid height

2005-03-01 Thread Robert Brueckmann
Hey guysI am trying something and getting a strange behavior. I get an array of objects from the database that becomes the data provider for my datagrid. I know the length of my data provider thanks to the myDataGrid.dataProvider.length method and I figure I could multiply that number by

RE: [flexcoders] datagrid height

2005-03-01 Thread Robert Brueckmann
://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/listclasses/ScrollSelectList.html#rowCount J From: Robert Brueckmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 9:44 AM To: [EMAIL PROTECTED] Subject: [flexcoders] datagrid height Hey guysI am trying something and getting

tool tips for a linkbar

2005-03-01 Thread Robert Brueckmann
Maybe another stupid question but I cant seem to anything in the APIs or LiveDocs about how to have individual tool tips for a number of links I have in a linkbar component. Right now as it stands, there seems to be only the ability to have an overall tooltip for everything in a linkbar

datagrid cell scrollbars

2005-03-02 Thread Robert Brueckmann
I have a datagrid that has 6 columns and it about 20 rows high. I send it as one page to the printer using the PrintJob class, it prints the datagrid so everything fits within the boundaries of the piece of paper but the problem is, some of the text in the cells is wider than the

RE: [flexcoders] datagrid does not display http data

2005-03-02 Thread Robert Brueckmann
Instead of creating an alert with the result attribute of the HTTPService request, make a call to a method that would set the dataprovider to the resulting XML. The problem is, when the datagrid is created, the XML from the HTTPService isnt ready yet, so you need to reset the

loader

2005-03-02 Thread Robert Brueckmann
Background: Ive built a reporting application. The user logs in, selects criteria and I send the users criteria in XML format to a stored procedure, which generates an XML result set, which we send to a template-based 3rd-party reporting engine which produces a PDF reportwhen the report

RE: [flexcoders] datagrid cell scrollbars

2005-03-02 Thread Robert Brueckmann
: Manish Jethani [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 1:29 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] datagrid cell scrollbars Robert Brueckmann wrote: Is there any way to prevent the horizontal scrolling? I can't find anything in the DataGridColumn

RE: [flexcoders] How do I get references to children of a container?

2005-03-02 Thread Robert Brueckmann
You give each button its own id attribute and you can directly access that button by its idyou dont have to reference the parent id first. Robert L. Brueckmann Web Developer Merlin Securities,LLC

RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML

2005-03-03 Thread Robert Brueckmann
Can I ask how you manage an MXML without any ActionScript at all? How in a file that has components with clickor change listeners would you not have any supporting ActionScript codeI mean just about every single one of my MXML files has initialize or creationComplete listeners in the parent

RE: [flexcoders] datagrid cell scrollbars

2005-03-04 Thread Robert Brueckmann
That did the trick. I never eventhought to look into my custom renderer and shut off the scroll policy of the cell renderer. As soon as I added hScrollPolicy to off for both of my custom cell renderes, printing no longer produces the horizontal scroll bars! Yourock. Thanks. Robert L.

RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML

2005-03-04 Thread Robert Brueckmann
Thanks a lot for the time you spent doing that Erik! Much appreciated! Robert L. Brueckmann Web Developer Merlin Securities,LLC

remoting StuckThreadMaxTime?

2005-03-04 Thread Robert Brueckmann
Title: Message I see this in my log file every now and again: Mar 4, 2005 12:00:01 PM EST Error WebLogicServer BEA-000337 ExecuteThread: '11' for queue: 'weblogic.kernel.Default' has been busy for 1,046 seconds working on the request Http Request: /admin//amfgateway, which is more than

RE: [flexcoders] mx:Link component

2005-02-09 Thread Robert Brueckmann
Guysthe problem with my input is its coming in from the RSS feed like this: JPMorgans Vice President blah blah blah as the title of the article and when I set that title string to the value of the mx:Link labels value, it the title ends up looking like JPMorganapos;s Vice President blah

createChild

2005-02-14 Thread Robert Brueckmann
I have an app that a user logs in, and based on their login info I retrieve a number of applicationsthe user has security grant access to. This array of applications sent back from the database is simply an Array of stringsI use this array of strings to create tabs for my tab navigator. The

RE: [flexcoders] createChild

2005-02-14 Thread Robert Brueckmann
Thanks for thatthat makes moving forward with more apps in the future easier to handle. Much appreciated Robert L. Brueckmann Web Developer Merlin Securities,LLC

RE: [flexcoders] createChild

2005-02-14 Thread Robert Brueckmann
Manish, I implemented the creationPolicy=auto and my tab navigator is still creating all of the children at load time. Like I said, I have an empty Tab navigator in the MXML code itselfwhen the user logs in, I trigger a GetUserApplications event which calls the command class, triggers

show listener

2005-02-15 Thread Robert Brueckmann
I have a component...a empty canvas that has a show listener that simply calls trace to write test to the log file, ok? I then have my initial application load up with a tab navigator with a single tab that pulls in a very similar empty component but with a show listener that makes a call to a

RE: [flexcoders] RemoteObject endpoint hack

2005-02-17 Thread Robert Brueckmann
Pretty cool Robert L. Brueckmann Web Developer Merlin Securities,LLC

RE: [flexcoders] setFocus issue

2005-02-17 Thread Robert Brueckmann
ClintI had this same problem a few weeks back and posted a thread for this and none of the _javascript_ or Flex scripting suggestions I received worked for this every time the page loaded. THE ONLY way I was able to get this to work perfectly every time my app loads is to embed the Flex app

TabNavigator tab color styles?

2005-02-25 Thread Robert Brueckmann
Just was working on applying a stylesheet throughout my application and Ive successfully changed the header colors of my datagrids and panels but I cant seem to figure out how to change the gradient fill color of my tabs in my tab navigator I have a stylesheet with the following:

RE: [flexcoders] scroll Tip Function

2005-02-25 Thread Robert Brueckmann
Clint, I see that the scrollTipFunction that you create accepts a position parameter to the functioncant you just refer to a column by making a call like this using the example from the API: function scrollTipFunction(direction:String, position:Number) : String { if (direction ==

RE: [flexcoders] Interesting new product for Flex

2005-02-28 Thread Robert Brueckmann
Im a little confused about whatit is theyre offering. Are they developing an application for youin Flex? Nowhere on their site do they actually use the words Macromedia Flex when talking about the applications theyre buildingit appears oncein one of their QuickTime slides as an image

RE: [flexcoders] chart formatting

2005-03-01 Thread Robert Brueckmann
Tom, In my chart, I have the following: // some parent container tag mx:Script ![CDATA[ import mx.charts.series.ColumnSeries; import mx.controls.gridclasses.*; function formatDataTip(eventObj) { // Get the hit data structure from the event object: var hd :

RE: [flexcoders]

2005-01-29 Thread Robert Brueckmann
Have you tried using the AS2 TextSnapshot class? You might be able to use this because the TextArea component itself is a movie and the TextSnapshot class has methods providing the info you're looking for. Check it out here...hope that gives you some help:

tree traversal?

2005-02-04 Thread Robert Brueckmann
Is there any easy, recursive way to traverse a tree component? My trees data provider is an XML object sent from the db. I have 3 tree components actuallythe 2nd tree is built based on the selection of the 1st tree and the 3rd tree is built based on the selections made in the 1st and 2nd

RE: [flexcoders] tree traversal?

2005-02-04 Thread Robert Brueckmann
Thanks! That was actually perfect for what I needed because the tree has to open to get to the selected node anyways for display purposes. Thanks so much! Nice and simply and recursion-less! What more could you ask for? Robert L. Brueckmann Web Developer Merlin Securities,LLC

mx:Link component

2005-02-08 Thread Robert Brueckmann
Im reading in a moreover RSS newsfeed from an HTTPService request, I set the resultFormat attribute of the HTTPService component to XML, I parse the XML accordingly and set the resulting array of objects to the dataprovider of a repeater that creates an mx:Link for the article title and a

[flexcoders] Tabular data

2005-03-23 Thread Robert Brueckmann
What would be the best way to take XML from the database and output it to the screen in a way that would look like an exploded datagrid, static, in tabular format? Is this possible? Im just playing with some ideas of utilizing Flex for displaying dynamically generated data in a

RE: [flexcoders] Can someone help me figure out this code

2005-03-28 Thread Robert Brueckmann
You need to give unique ids to the comboboxes. mx:Combobox id=cb1 / mx:Combobox id=cb2 /you really should do it for all components you have in your mxml file that youll be updating or changing dynamically Robert L. Brueckmann Senior Web Developer Merlin Securities, LLC 595

[flexcoders] FlashForward2005 - San Francisco

2005-04-01 Thread Robert Brueckmann
Anyone on this list going to this conference next week? I cant waitsome of the seminars look greatgranted its not Flex-oriented it still should provide some interesting info on actionscript, components, RIAs and what have you based on the what Ive read in the descriptions on some of the

[flexcoders] printing font size

2005-04-12 Thread Robert Brueckmann
Hey guys and galsIm trying to print my datagridits not a large datagriddefinitely fits on one pagejust experimenting and I notice that when I printthe font size is huge. It looks much larger than the size of the text in the grid on my screen but it could be because I have a 19 inch lcd

[flexcoders] dataTipField on a DataGridColumn programmtically

2005-12-29 Thread Robert Brueckmann
I'm creating the DataGridColumns for my DataGrid programmatically. I'm assigning the dataTipField and showDataTips attributes of each column programmatically as well. Doesn't seem to work. Is anyone doing this with any success? robert l. brueckmann senior web developer merlin securities 595

[flexcoders] cell renderer question

2006-01-10 Thread Robert Brueckmann
I have got two cell renderers on my datagridone is a simple checkbox, the other is a yes/no radio button group. If the user checks one of the checkboxes but then picks a different date which causes the data in the datagrid to refresh with a new datasetdespite it being new data in the

[flexcoders] flex 1.5 - mx:List selectedIndex question

2006-02-02 Thread Robert Brueckmann
I have 3 tabs, each tab has a List component, these lists all share the same dataprovider from the parent application. If the user changes their selection in the list on the first tab and then goes to the 3rd tab, I have a function that sets the selected-index of the list component on the 3rd

[flexcoders] shared object security with flex 1.5

2006-02-06 Thread Robert Brueckmann
I created a remember me on this computer option when the user logs in, so when they come to the URL it automatically logs them into our site based on the username and password I'm encrypting and storing in a shared object on their machine. Works great. Out of curiosity, I located that

RE: [flexcoders] shared object security with flex 1.5

2006-02-07 Thread Robert Brueckmann
. Sincerely, Taka Kojima Director of Promotion Marketing ABLE International From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent: Monday, February 06, 2006 11:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] shared object security

[flexcoders] overlapping series line chart - flex 1.5

2006-02-13 Thread Robert Brueckmann
Does anyone have an elegant solution on how to handle a line chart when, for example, we have 3 series in our line chartEquities, Assets, and a Total. 3 separate lines. In a specific case, Assets is 0 for all date points, so Equities and Total are exactly the same, hence their lines

RE: [flexcoders] overlapping series line chart - flex 1.5

2006-02-13 Thread Robert Brueckmann
, and format your datatip string appropriately). Ely. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann Sent: Monday, February 13, 2006 10:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] overlapping series line chart - flex 1.5

[flexcoders] Flex 1.5 - windows memory usage

2006-05-31 Thread Robert Brueckmann
Just wanted to take a poll on size of Flex app versus memory usage in windows when using Internet Explorer and Firefox. I have a rather large application and pretty much everything in the damn thing needs to be created dynamically based on user privileges and entitlementapplications

RE: [flexcoders] Grid

2006-06-14 Thread Robert Brueckmann
Try looking at the custom cell renderer examples to get checkbox and comboboxes in your datagrid by running the samples webapp that comes with the Flex installation (of checking it out at the bottom of this page: http://www.adobe.com/devnet/flex/example_apps.html) or you can read about it

[flexcoders] Flex 1.5 - RemoteObject request timeout

2008-01-10 Thread Robert Brueckmann
We still support a Flex 1.5 app I wrote 3 years ago that our clients use to run reports with. I'm in the midst of upgrading the entire app to Flex 2+, but of course the db people keep adding reports and one recently added report is for the admin-side only and is a crude report that can sometimes

  1   2   >