[flexcoders] a Flex based viewer of JMS topics on Sonic

2008-02-08 Thread tinkiknit
Hello... I'm looking in to creating a Flex based viewer to see what topics are available on our Sonic server. I've done queries through the command line to find out the topics but am wondering how to go about this in Flex. anyone done this before? talk to the JMS server to get info like this

[flexcoders] Re: a Flex based viewer of JMS topics on Sonic

2008-02-08 Thread tinkiknit
of messaging destinations staticaly in your config files. Your start() and stop() impls can be no-ops. Hope that helps, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tinkiknit Sent: Friday, February 08, 2008 9:25 AM To: flexcoders

[flexcoders] can you drag and drop from a Swing application to a Flex one in browser?

2007-05-11 Thread tinkiknit
Hi Flexcoders... surfacing from my lurkerdom here...been away from Flex-ing for the past couple of months...but now here's a question the tech lead asked me... Can you drag and drop between a Swing application (or Motif for that matter, we're talking legacy software) and a Flex one running in

[flexcoders] Re: Custom TreeItemRenderer??

2007-02-12 Thread tinkiknit
PROTECTED] On Behalf Of tinkiknit Sent: Friday, February 09, 2007 1:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Custom TreeItemRenderer?? Hi again Flexperts... I'm still working on my tree of query terms...I'm perplexed about customizing the TreeItemRenderer so

[flexcoders] Custom TreeItemRenderer??

2007-02-09 Thread tinkiknit
Hi again Flexperts... I'm still working on my tree of query terms...I'm perplexed about customizing the TreeItemRenderer so that my nodes (these are actually my custom component which is used to create query terms) show up instead of the default file icon and label. Example in plain text:

[flexcoders] tree of extended components? possible?

2007-02-08 Thread tinkiknit
Hello... Here is my idea. I'm working on a query tool for a simple data repository. I have 3 operators, AND, OR and NOT. What I would like to do is use a tree control to form the queries. Example in rudimentary text drawing: AND | - query term | - query term + (the plus sign is to open

[flexcoders] Re: tree of extended components? possible?

2007-02-08 Thread tinkiknit
to extend the tree using your custom component children(itemRenderer) and model. Peace, Mike On 2/8/07, tinkiknit [EMAIL PROTECTED] wrote: Hello... Here is my idea. I'm working on a query tool for a simple data repository. I have 3 operators, AND, OR and NOT. What I would like

[flexcoders] Re: tree of extended components? possible?

2007-02-08 Thread tinkiknit
out what the value of that node is (the query term)? Also, is there a way to set things so that the root of the tree is just a label (as in AND for my query operator)... Thanks for any help! Christine --- In flexcoders@yahoogroups.com, tinkiknit [EMAIL PROTECTED] wrote: Thanks! I shall give

[flexcoders] layout like My Yahoo page?

2007-01-28 Thread tinkiknit
Hi Flexperts... me again! this time, a new question as far as i can tell since I didn't find anything like this in the archives... i'd like to create an application like the My Yahoo page where you can move around your components. We've currently got a canvas that contains several

[flexcoders] Re: problem setting dataprovider of popup from main app

2007-01-18 Thread tinkiknit
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tinkiknit Sent: Wednesday, January 17, 2007 5:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] problem setting dataprovider of popup from main app Hi Flexcoders! me again...:) I have an issue that I am stumped by. I

[flexcoders] problem setting dataprovider of popup from main app

2007-01-17 Thread tinkiknit
Hi Flexcoders! me again...:) I have an issue that I am stumped by. I have searched the archive to no solution...here is what I have: Main application with a DataGrid of info. When you click on a row of the DataGrid, a popup window containing another DataGrid is supposed to come up with

[flexcoders] Re: Rotating mx:Label is not working for me...any ideas??

2007-01-08 Thread tinkiknit
Deleting the bold reference for the fontWeight worked! my label showed up! Thanks! Christine

[flexcoders] indexed array of associative array: ideas to add elements to associative array?

2007-01-08 Thread tinkiknit
Hello... Stuck on another issue here. Searched the archive but I didn't really see anything that I could use using AS3.0. I am quite a newbie to AS3.0, not a newbie to programming, but I'm stumped since I haven't done much with associative arrays. Here is what I have: indexed array of

[flexcoders] Re: indexed array of associative array: ideas to add elements to associative array?

2007-01-08 Thread tinkiknit
PROTECTED] On Behalf Of tinkiknit Sent: Monday, January 08, 2007 10:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] indexed array of associative array: ideas to add elements to associative array? Hello... Stuck on another issue here. Searched the archive but I didn't really

[flexcoders] Re: Rotating mx:Label is not working for me...any ideas??

2007-01-07 Thread tinkiknit
On 1/5/07 12:57 PM, tinkiknit [EMAIL PROTECTED] wrote: Hi all... Ok, I searched all afternoon on this group for the solution to this to no avail. Here is what I have (when I set the rotation property to anything the text disappears)... mx:VBox

[flexcoders] Rotating mx:Label is not working for me...any ideas??

2007-01-05 Thread tinkiknit
Hi all... Ok, I searched all afternoon on this group for the solution to this to no avail. Here is what I have (when I set the rotation property to anything the text disappears)... mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; maxWidth=19 verticalScrollPolicy=off

[flexcoders] Re: proxy servlet reuse for flex 2?

2006-10-25 Thread tinkiknit
--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Yep, FDS includes a proxy similar to the one that you used in 1.5. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tinkiknit Sent: Friday

[flexcoders] proxy servlet reuse for flex 2?

2006-10-20 Thread tinkiknit
Hello... Total newbie here. :) I am trying to find out if we can reuse our proxy servlet from 1.5 in the new 2.0 environment. Here's what I believe I've got. We need to autheticate the user of our app and we use a servlet to intercept any calls to our application and any of the webservices it

[flexcoders] Does Flex have drawing components?

2006-04-04 Thread tinkiknit
Hi... Newbie to Flex here...I'm evaluating it for use in a graphical tasking application...here is what I am trying to do with flex... I have a palette that contains components which represent individuals. Each person has a specific task s/he has to perform. The user needs to be able to drag

[flexcoders] Flex 1.5 flexstore problem

2006-03-31 Thread tinkiknit
Hello... Ok, let's try this again as my original post never made it. I'm trying to bring up the Flex 1.5 flexstore remotely from a Red Hat Linux box using Mozilla to my Windows2000 Professional machine using Hummingbird. I installed the plugin on Linux (FlashPlayer 7.0r61) with no problems.