[flexcoders] Module blues...am I going crazy??

2009-01-08 Thread Jim Boone
Hi, I am attempting to convert an app to use modules but I am seeing strange behavior. For example, say I have a constant that I refer to as (see Constants class below): Constants.something in my code. You would expect it to resolve to the string someThing. Unfortunately, after being loaded as

[flexcoders] Re: Module blues...am I going crazy??

2009-01-08 Thread Jim Boone
initialized is random so be careful if static are anything other than simple values. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jim Boone Sent: Thursday, January 08, 2009 8:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Module blues...am I going crazy

[flexcoders] Sharing menu and status bar with modules

2008-12-19 Thread Jim Boone
are welcome. package com. { import flash.display.DisplayObject; /** * * @author Jim Boone * */ public interface IModuleIntegration { function getButtonBarComponent():DisplayObject

[flexcoders] Re: How do I include a file in the AIR app-storage directory at install time?

2008-12-15 Thread Jim Boone
. On Mon, Dec 15, 2008 at 5:22 AM, Jim Boone j...@... wrote: Hi, I am new to AIR and I am writing an application that needs access to a new SQLite database when the user first launches the application. I have considered two options. I could create an empty SQlite database

[flexcoders] Re: How do I include a file in the AIR app-storage directory at install time?

2008-12-15 Thread Jim Boone
Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jim Boone Sent: 15 December 2008 13:36 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How do I include a file in the AIR app-storage directory at install time? I read what you say

[flexcoders] How do I include a file in the AIR app-storage directory at install time?

2008-12-14 Thread Jim Boone
Hi, I am new to AIR and I am writing an application that needs access to a new SQLite database when the user first launches the application. I have considered two options. I could create an empty SQlite database and include it in the app-storage directory when the application installed or I

[flexcoders] Determining when a component is visible and not visible to a user

2008-08-26 Thread Jim Boone
I have a use case that sounds simple but I am not certain how to code it. The client wants data on the page to refresh periodically and automatically but only if a user is viewing the page that displays the data. So if they click on a another tab, the expensive updates will stop. If they click

[flexcoders] Re: Determining when a component is visible and not visible to a user

2008-08-26 Thread Jim Boone
event. I will continue to chew on it but this is a partial solution. Thank you for you idea! Jim --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, If you are using a ViewStack subclass, try the 'change' event. Mike On Tue, Aug 26, 2008 at 9:21 AM, Jim

[flexcoders] Re: As3Crypto - Can't read RSA Public Key

2008-07-10 Thread Jim Boone
the old library and not the new code. So in summury, simply download the latest as3crypto source code and compile it with AS3, otherwise, you may have issues. Jim --- In flexcoders@yahoogroups.com, Jim Boone [EMAIL PROTECTED] wrote: Interesting enough, I was able to make it work as well

[flexcoders] Re: As3Crypto - Can't read RSA Public Key

2008-07-09 Thread Jim Boone
into a project and pulled in the latest As3Crypto source. Your project compiled and worked as expected. I was unable to replicate the error, and would assume it's an environment issue. -Nick Matelli --- In flexcoders@yahoogroups.com, Jim Boone jim@ wrote: Hi, I posted

[flexcoders] As3Crypto - Can't read RSA Public Key

2008-07-08 Thread Jim Boone
Hi, I posted this on the As3Crypto discussion list but there is very little activity there. Maybe someone in this group has encrypted something using an RSA public key that they might share. I am trying to read a RSA public key so I can encrypt data in my application. I assembled a test app

[flexcoders] Re: BlazeDS Security Confusion

2008-05-01 Thread Jim Boone
Mete, Thank you for the response. Unfortunately, I am still having troubles. I have: * confirmed that the Tomcat Valve is being loaded correctly. * defined the TomcatLoginCommand in services-config.xml (see below). * secured the destination (see remoting-config.xml below). * configured JBoss

[flexcoders] Re: BlazeDS Security Confusion

2008-05-01 Thread Jim Boone
to Tomcat instead of JBoss in your services-config.xml security login command node? /r On Thu, May 1, 2008 at 12:50 PM, Jim Boone [EMAIL PROTECTED] wrote: Mete, Thank you for the response. Unfortunately, I am still having troubles. I have: * confirmed that the Tomcat Valve

[flexcoders] BlazeDS Security Confusion

2008-04-30 Thread Jim Boone
Hi, I am trying to wrap my brain around the BlazeDS destination security model. I have read the Securing destinations section in the BlazeDS Developer's Guide about 20 times and I have spent the better part of a day trying to determine the best way to secure destinations. I'm sure it is simple

[flexcoders] Re: Any ideas for a Flex strip chart emulator?

2008-03-27 Thread Jim Boone
work, but somebody a little more familiar with the internals of the iterable interfaces and/or charts might be able to clarify :) -J On Thu, Mar 27, 2008 at 11:10 AM, Jim Boone [EMAIL PROTECTED] wrote: Josh, Yes I actually have. I haven't tried it yet, but I believe if I initialize

[flexcoders] Re: sot: java noob, need advice on blazeds app development

2008-03-26 Thread Jim Boone
people talk about Spring and others, just wondering if I should be using something like that or just writing pojo's. (i know nothing about java frameworks) thanks again, d. On Fri, Mar 21, 2008 at 12:59 PM, Jim Boone [EMAIL PROTECTED] wrote: Derrick, Your correct, this isn't

[flexcoders] Re: Any ideas for a Flex strip chart emulator?

2008-03-26 Thread Jim Boone
PROTECTED] wrote: Have you considered using some sort of proxy IList that hooks into your datastream but only shows the last n rows? That would allow you to use the various existing chart components. -J On Fri, Mar 21, 2008 at 10:30 AM, Jim Boone [EMAIL PROTECTED] wrote: I am

[flexcoders] Re: sot: java noob, need advice on blazeds app development

2008-03-21 Thread Jim Boone
Derrick, Your correct, this isn't a simple questions. 1) Why do you want to save variables in session on the server when you can save state in your client? If you really have a business need to save session variables, then look in the section titled Working with session data in the BlazeDS

[flexcoders] Re: Howto build Blazeds sample for websphere

2008-03-12 Thread Jim Boone
If I can paraphrase, I think you are trying to get the sample code to work with Websphere. I agree that the current distribution of BlazeDS could use improvement, but it isn't that difficult. I am familiar with JBoss, but Websphere is conceptually the same. With JBoss, you could dump the sample