[flexcoders] app loading

2008-08-18 Thread Robert Brueckmann
Strangest behavior ever. We are looking to move from Weblogic 8.1 to Weblogic 10. We have an Apache 1.3 web server and we're using the Weblogic-Apache plug-in that routes requests to certain URLs to the Weblogic server. URL http://abc sends requests to Weblogic 8.1 which hosts our

RE: [flexcoders] Flex 1.5 - RemoteObject request timeout

2008-01-10 Thread Robert Brueckmann
rime Broker North America and #1 Prime Broker Single Strategy Funds - Global Custodian 2007 #1 Prime Broker for Hedge Funds under $1 Billion - Alpha Survey 2007 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent: Thursday, January 10, 200

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

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

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] 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 f

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

[flexcoders] Flex 1.5 - Initial 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 o

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 i

[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 entitlement…applications t

RE: [flexcoders] Flex 1.5 - column chart question

2006-05-19 Thread Robert Brueckmann
  GridLines {   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] Fle

[flexcoders] Flex 1.5 - column chart question

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

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

2006-04-25 Thread Robert Brueckmann
etter workaround than you currently have. With the growing number of people having these "mysterious" problems I wonder if Adobe are going to release an update to resolve them. Regards, Simon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On B

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

2006-04-25 Thread Robert Brueckmann
1.5 - Cairngorm .99 - Binding VO to TextInput help please Have you tried debugging? set a breakpoint in your onResult of the Command class and where you explictly set the selectedUser in the model locator. Once that line has passed, you should stop again then check your text box to see if

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

2006-04-25 Thread Robert Brueckmann
nce everything is already 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&quo

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

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 V

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

2006-02-13 Thread Robert Brueckmann
tiple data points _there_, 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] overlapp

[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 chart…Equities, 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 ove

RE: [flexcoders] shared object security with flex 1.5

2006-02-07 Thread Robert Brueckmann
... let me know.   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]

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

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

[flexcoders] cell renderer question

2006-01-10 Thread Robert Brueckmann
I have got two cell renderers on my datagrid…one 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 dataset…despite it being new data in the da

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

[flexcoders] sessions and maintenance questions

2005-11-14 Thread Robert Brueckmann
I have a question for you guys about how you’re 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

[flexcoders] Setting a busy cursor

2005-10-20 Thread Robert Brueckmann
Hey guys…   I was just playing around to see about changing the default busy ticking watch face cursor…looking at the FlexDocs…there honestly doesn’t seem to be an easy way to do this, unless I’m missing something.  It seems like anytime I want to override the default, I actually have to

[flexcoders] embedded fonts/linux/axis labels charting

2005-09-29 Thread Robert Brueckmann
We’re 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

RE: [flexcoders] loader component question

2005-08-31 Thread Robert Brueckmann
n IMO 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 Scenari

[flexcoders] loader component question

2005-08-31 Thread Robert Brueckmann
Scenario: I kick off 5 asynchronous actions...all of which make a db call, get XML, pass it to our report generation engine, which returns a report object to my Flex app, when that report object comes back with the id that matches the id of the kicked off process, I display that report in a Horizo

[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

[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 answer…should I take that as a definitive “not possible”?  I’ve tried every color and fill attr

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

RE: [flexcoders] databinding question

2005-08-02 Thread Robert Brueckmann
PROTECTED] c:303.885.7044 im:robrusher > > ____ > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Robert Brueckmann > Sent: Tuesday, August 02, 2005 4:37 PM > To: flexcoders@yahoogroups.com >

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

[flexcoders] databinding question

2005-08-02 Thread Robert Brueckmann
Quick question...why are these different:     Versus:   mainContent.createChild(ReportingDatesPanel, "", {width: "100%", height: "100%", portfolio: selectedPortfolio});   When the selectedPortfolio object changes in the main app with the MXML in first example above, the custom com

RE: [flexcoders] menubar question

2005-07-29 Thread Robert Brueckmann
Sent: 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 flu

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

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

2005-07-22 Thread Robert Brueckmann
hit the MXML file? > > 10 billion more ideas of course, Matt'll put the smack down 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: [flexc

RE: [flexcoders] onFocus, setSelection not highlighting textinput

2005-07-15 Thread Robert Brueckmann
re’s user interaction prior to the event 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

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, didn’t have to explicitly click their mouse in the us

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

RE: [flexcoders] ToolTips on Tree Nodes?

2005-07-13 Thread Robert Brueckmann
?   I have the exact same setup…but nothing is being passed to the dataTipFunction…wondering if it’s 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

RE: [flexcoders] ToolTips on Tree Nodes?

2005-07-13 Thread Robert Brueckmann
y 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?   Has anyone gotten the datatips

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

[flexcoders] chart background

2005-07-12 Thread Robert Brueckmann
ailto:[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 the line to be in a line chart without having to impl

RE: [flexcoders] line width in line chart

2005-07-12 Thread Robert Brueckmann
AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] line width in line chart Set the stroke: Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent: Tuesday, July 12, 2005 8:50 AM To: flexcoders

[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] 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 ref

[flexcoders] column chart question/oddity

2005-07-11 Thread Robert Brueckmann
My mxml file loads, the parent tag calls a method on creationComplete that goes to my server and gets XML…on result of that method call, on the front-end I take that XML, parse it and generate a series of objects and keep pushing them into an array.  I have a viewstack…the first child of t

[flexcoders] checkbox in a repeater

2005-07-06 Thread Robert Brueckmann
I have a repeater that’s generating a list of FormItems that simply contain a checkbox…so 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 setting…when the user clicks on the checkbox, I want

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

2005-06-29 Thread Robert Brueckmann
bled=false; }                                             From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann Sent: 29 June 200

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

RE: [flexcoders] alert listener

2005-06-23 Thread Robert Brueckmann
, June 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

[flexcoders] alert listener

2005-06-23 Thread Robert Brueckmann
I have an alert listener that’s instantiated upon login to my application like so:   public var alertListener:Object = new Object();   function createListener() {     alertListener.click = function(event) {         getURL("index.html");     } }   T

RE: [flexcoders] LinkBar question

2005-06-23 Thread Robert Brueckmann
+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: [flexcoders] LinkBar question Yeah, defi

RE: [flexcoders] LinkBar question

2005-06-23 Thread Robert Brueckmann
:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann Sent: Wednesday, June 22, 2005 11:57 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] LinkBar question Not sure what you mean.  Using the disabledCOlor attribute does nothing.  I have a linkbar at the bottom of my page that

RE: [flexcoders] LinkBar question

2005-06-22 Thread Robert Brueckmann
Behalf Of Robert Brueckmann Sent: Wednesday, June 22, 2005 8:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] LinkBar question 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?  N

[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! rober

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

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

2005-06-10 Thread Robert Brueckmann
I use the free utility swftools…google it…they’re a free set of libraries that convert a whole slew of standard file formats into a Flash document rather nicely…we 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

RE: [flexcoders] question about popup manager

2005-06-09 Thread Robert Brueckmann
822.4821 f: 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 <[EM

RE: [flexcoders] question about popup manager

2005-06-08 Thread Robert Brueckmann
per merlin securities 595 madison avenue new york, ny 10022 p: 212.822.4821 f: 212.822.4820   -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani Sent: Tuesday, June 07, 2005 3:30 PM To: flexcoders@yahoogroups.com Subject: Re

[flexcoders] question about popup manager

2005-06-07 Thread Robert Brueckmann
I'm creating a non-modal TitleWindow pop-up using the PopupManager and immediately after the pop-up is created I'm calling the swapDepthBelow method on the TitleWindow object with this left-hand menu component I have so the window I just popped up is partially obscured and the left-hand navigation

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

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

[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] Columns of data-grid and not in right order if dataprovider is set dynamically

2005-05-31 Thread Robert Brueckmann
If you create an array of the columns from the attributes in that XML tag that you want the datagrid to have and then simply make the following call like: myDataGrid.columns = colArray; That will create the columns dynamically and in the order you want them...this was the only way I found around

RE: [flexcoders] flex app loading hangs

2005-05-11 Thread Robert Brueckmann
: Wednesday, May 11, 2005 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 wh

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

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

RE: [flexcoders] setFocus() on a TextInput

2005-05-09 Thread Robert Brueckmann
Try this: 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 time...the field definitely has focus every time, the caret isn't always blinking in

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

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 anyt

RE: [flexcoders] Tile container?

2005-05-05 Thread Robert Brueckmann
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Thursday, May 05, 2005 1:57 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Tile container?   Why are you using Tile vs. TileList?   - Original Message - From: Robert Brueckmann

RE: [flexcoders] Tile container?

2005-05-05 Thread Robert Brueckmann
columns 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: Thu

[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

[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

RE: [flexcoders] drag drop

2005-04-22 Thread Robert Brueckmann
Thanks Ashish!  I couldn’t 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 [ma

[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 you’re dragging items from?   I’m trying to do 2 things on a page.  I have a list of indices and a blank list…the user first can drag indices over to the blank list and then once they’ve dragged them over, the

[flexcoders] printing & font size

2005-04-12 Thread Robert Brueckmann
Hey guys and gals…I’m trying to print my datagrid…it’s not a large datagrid…definitely fits on one page…just experimenting and I notice that when I print…the 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

[flexcoders] FlashForward2005 - San Francisco

2005-04-01 Thread Robert Brueckmann
Anyone on this list going to this conference next week?  I can’t wait…some of the seminars look great…granted it’s not Flex-oriented it still should provide some interesting info on actionscript, components, RIAs and what have you based on the what I’ve read in the descriptions on some of

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.    …you really should do it for all components you have in your mxml file that you’ll be updating or changing dynamically…   Robert L. Brueckmann Senior Web Developer Merlin Securities, LLC 595 Madison Avenue New York, NY 10022 p: 212

[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?  I’m just playing with some ideas of utilizing Flex for displaying dynamically generated data in a report-l

RE: [flexcoders] BIRTHDAY: THE FATHER OF DATA BINDING

2005-03-18 Thread Robert Brueckmann
Happy B-Day and thanks for all the help!   Robert L. Brueckmann Web Developer Merlin Securities,LLC 595 Madison Avenue New York, NY 10022 p: 212.822.4821 f: 212.822.4820 From: Vinny Timmermans [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 20056:13 AM To: flexcoders@y

RE: [flexcoders] BIRTHDAY: THE FATHER OF DATA BINDING

2005-03-18 Thread Robert Brueckmann
Happy B-Day and thanks for all the help!   Robert L. Brueckmann Web Developer Merlin Securities, LLC 595 Madison Avenue New York, NY 10022 p: 212.822.4821 f: 212.822.4820 From: Vinny Timmermans [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 6:13 AM To: flexcode

XML to Objects

2005-03-16 Thread Robert Brueckmann
If I’m getting a string of XML from the database, is there a way to convert it to an object in ActionScript that would allow me to access the elements of the XML like I can the attributes of an object or if I have a static body of XML within the mx:Model component using the dot-syntax instea

remoting StuckThreadMaxTime?

2005-03-04 Thread Robert Brueckmann
Title: Message I see this in my log file every now and again:     Is there a way to pinpoint where this is happening?  It seems to just popup in the middle of my app server logs, in between valid log output statements…seems random…and plus I don’t understand the deal w

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 595 Madison Avenue New York, NY 10022 p: 212.822.4821 f: 212.822.4820 From: Erik Westra [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 20

RE: [flexcoders] datagrid cell scrollbars

2005-03-04 Thread Robert Brueckmann
simply sets its text in the setValue method and see how that goes.   Matt   From: Robert Brueckmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 9:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] datagrid cell scrollbars   I have a datagrid that has 6

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

2005-03-03 Thread Robert Brueckmann
Erik…if at all possible, could you give an example, like attach a sample MXML file and the accompanying AS file you created that extends that MXML file?  Just want to get a feel for this…and how you reference things and what have you.   Thanks!   Robert L. Brueckmann Web Developer Me

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

2005-03-03 Thread Robert Brueckmann
“I see,” said the blind man…thanks Erik!  This whole technology, even after a few months of working with it, is still something so completely new to what I’m used to and I guess I was having trouble seeing the MXML file as an AS class in and of itself…thanks for the concise yet extremely hel

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 code…I mean just about every single one of my MXML files has initialize or creationComplete listeners in the paren

RE: [flexcoders] Number Format issue. I need help.

2005-03-03 Thread Robert Brueckmann
Valy…in your MXML file, create a NumberFormatter component like this (setting the precision to what you need):     And then on the field that displays your total…if it’s a label or something, do this:     Or something to that affect…   Robert L. Brueckmann Web Developer Merli

RE: [flexcoders] Re: Cannot retrieve tree items properties

2005-03-02 Thread Robert Brueckmann
Tree.selectedItem.getProperty(“id”) should work for you too.   Robert L. Brueckmann Web Developer Merlin Securities,LLC 595 Madison Avenue New York, NY 10022 p: 212.822.4821 f: 212.822.4820 From: jivankohinoor [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 02, 2005 5:4

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

2005-03-02 Thread Robert Brueckmann
You give each button it’s own id attribute and you can directly access that button by it’s id…you don’t have to reference the parent id first.   Robert L. Brueckmann Web Developer Merlin Securities,LLC 595 Madison Avenue New York, NY 10022 p: 212.822.4821 f: 212.822.4820

RE: [flexcoders] datagrid cell scrollbars

2005-03-02 Thread Robert Brueckmann
From: 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 D

loader

2005-03-02 Thread Robert Brueckmann
Background:   I’ve built a reporting application.  The user logs in, selects criteria and I send the user’s 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 report…when the re

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 isn’t ready yet, so you need to reset the dataprovid

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 printer-fr

tool tips for a linkbar

2005-03-01 Thread Robert Brueckmann
Maybe another stupid question but I can’t 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 co

  1   2   >