RE: [flexcoders] How to submit a bug to Adobe ? - 60 inch display is to wide

2007-03-08 Thread Shannon Hicks
Oh no! I'd hate to be the Adobe engineer that is forced to switch to dual
30 cinema displays to fix this bug.

 

The sacrifices Adobe makes for us developers..

 

Shan

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Clint Modien
Sent: Thursday, March 08, 2007 10:58 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How to submit a bug to Adobe ? - 60 inch display
is to wide

 

http://www.adobe.com/go/wish

On 3/8/07, oneproofdk [EMAIL PROTECTED] wrote: 

For a internal application built in FB, we are deploying it on a
PowerMac Pro with 2 30 display's attached.
This enables a resolution of 5120 px by 1600 px.

A funny thing happens when I open the app strecthing the browser (FF)
to use both displays. The panel which holds a tile, displaying images
of the spreads, kinda breaks in the sense, that the background
doesn't extend to the full width, even though the Tile actually does !?.

How can I report this to Adobe ?

Screencap can be found here
:http://flex2.dk/index.php?entry=entry070308-112408

Thanks,
Mark

 

 



RE: [flexcoders] DB access in Apollo

2007-03-05 Thread Shannon Hicks
That would make offline features very easy to implement. I'd love to see
this!

 

Shan

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rich Tretola
Sent: Friday, March 02, 2007 8:03 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] DB access in Apollo

 

This is what I am hoping for.

Rich

On 3/2/07, Gordon Smith [EMAIL PROTECTED] wrote:

The Apollo team is considering integrating a SQL database into the Apollo
runtime.

 

- Gordon

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Shannon Hicks
Sent: Friday, March 02, 2007 7:00 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] DB access in Apollo

Don't forget that Apollo will let us use our own installers. There's no
reason you couldn't install your own database in addition to the Apollo
application.

Shan

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Abdul Qabiz
Sent: Thursday, March 01, 2007 12:20 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] DB access in Apollo

I can imagine of doing that with Apollo. I would post soon .

On 3/1/07, Russell Sprague [EMAIL PROTECTED]
mailto:rsprague%40infusion-studios.com  wrote:
 I noticed a while back that there wasn't any kind of local database
 access in Apollos feature list. Is this something that will/has
 changed, or are the devs thinking this will be a community
 contribution? It seems to me that DB access is a big part of desktop
 apps, I have built a couple using Flash, Zinc, and MySQL. It would be a
 shame to not be able to use Apollo for some projects because of this
 issue. Hopefully someone can tell me that I just missed it when Adobe
 added this to the feature list.

 Russ






-- 
Rich Tretola
mx:EverythingFlex/
http://www.EverythingFlex.com 

 



RE: [flexcoders] DB access in Apollo

2007-03-02 Thread Shannon Hicks
Don't forget that Apollo will let us use our own installers. There's no
reason you couldn't install your own database in addition to the Apollo
application.

 

Shan

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Abdul Qabiz
Sent: Thursday, March 01, 2007 12:20 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] DB access in Apollo

 

I can imagine of doing that with Apollo. I would post soon .

On 3/1/07, Russell Sprague [EMAIL PROTECTED]
mailto:rsprague%40infusion-studios.com  wrote:
 I noticed a while back that there wasn't any kind of local database
 access in Apollos feature list. Is this something that will/has
 changed, or are the devs thinking this will be a community
 contribution? It seems to me that DB access is a big part of desktop
 apps, I have built a couple using Flash, Zinc, and MySQL. It would be a
 shame to not be able to use Apollo for some projects because of this
 issue. Hopefully someone can tell me that I just missed it when Adobe
 added this to the feature list.

 Russ



 



RE: [flexcoders] Re: Accessing FLEX data from within a SWF??

2007-02-26 Thread Shannon Hicks
To do it like you are thinking, you will need to use a Flash 9 swf instead
of a Flash 8 swf. Apollo will likely do exactly what you want. It is
presumed to be released in public beta form in the next few weeks.

 

Shan

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of stevekpeak8
Sent: Sunday, February 25, 2007 3:06 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Accessing FLEX data from within a SWF??

 

I really appreciate the good ideas.

I tried this approach, and it (unfortunately) didn't work.

What I really need, however is merely to be able to find out how to 
correctly notate the SCOPE of variables in the SWF, and whether I 
need to do anything specific to EXPOSE them in the SWF file.

Thanks,

Steve

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,
leds usop [EMAIL PROTECTED] wrote:

 have you tried using FABridge or externalinterface
 instead? that is assuming of course swfkit supports
 javascript.
 
 
 --- stevekpeak8 [EMAIL PROTECTED] wrote:
 
  Thanks for the response,
  
  I'm not really trying to go between AVM2 and AVM3
  for my actual 
  product. Yes, opening a Flex app in Flash AMOUNTS
  to doing so, but 
  that's just to try to get a better view of how to
  access the AVM3 
  variables.
  
  All I'm trying to do is to gain access to some of
  the AVM3 variables 
  in my Flex swf so that my EXE wrapper can
  communicate with the SWF.
  
  BTW... Are there any utilities available that would
  let me peer 
  inside an AVM3 SWF?
  
  Thanks in Advance.
  
  Steve
  
  
  --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, leds usop
  rptlead@ wrote:
  
   You cant access avm2(as2 swfs) scripts loaded
  within
   avm3 (as3 swfs --flex swfs) and vice versa. Well
  at
   least not directly. If you forcibly load an as3
  swf in
   flash 8, certainly you will not be able to see the
   scripts/ vars within except perhaps the version
  var.
   Same thing goes with loading as2 swfs within as3,
   unless you are using the as2 swf as assets for
   skinning and the like, you will lose the
   script-enabled functionalities in that as2 swf. 
  You
   can check out the docs for more details about
  this. 
   
   You may want to take a look at FlashInterface
  here:
  
 
 http://www.flashextensions.com/products/flashinterface.php
   
   although i think you will have to change which
  loads
   which... anyway, it's better than not being able
   to use your as2 functionalities entirely - unless
  you
   port all of them into as3 :) I hope that helps.
  Best
   of luck! 
   
   -leds
   
   --- stevekpeak8 stevek@ wrote:
   
Claus,

Thanks very much for your reply.

Unfortunately, I can't do this the way you
  suggest,
as I'm not 
operating in a typical WEB environment. I'm in
  an
.EXE environment 
using a tool called SWFKit.

Here's the thing... If I take my output SWF,
  and
load it from within 
Flash Professional 8, I can list variables
  from
the debug menu. 
Using most SWFs that are created in Flash
  itself, I
CAN gain 
visibility to many/all of the variables defined
within Flash. 
However, from a SWF created in FLEX, I can only
  see
ONE variable:

Level #0:
Variable _level0.$version = WIN 8,0,22,0

And I AM able to see this variable from within
  the
SWFKit environment.

There's GOT to be a way to mark other variables
  in
Flex to make them 
appear in this exported list of variables, don't
  you
think? I'm 
hoping that someone at Adobe can help me with an
MXMLC trick to 
export variables to the Flash'variables' list.

ANY HELP WILL BE GREATLY APPRECIATED.

Thanks AGain, Claus
--- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com , Claus Wahlers
claus@ wrote:

 
  When I define a VAR in Flex, I know that the
MXML compiler turns 
that 
  into a FLASH variable in the output SWF… 
  But
What DOMAIN is that 
  variable listed in (for example _root in a
.FLA)?
  
  I need to know this because we're using
  SWFKit
to turn a SWF into 
an 
  EXE, and I need the domain in order to
  get/set
Flex Variables 
from 
  with in the SWF wrapper.
 
 You need to go the other way round: At startup
  of
your application, 
grab 
 the LoaderInfo.parameters object which
  contains
the variables 
passed to 
 your SWF from the outside, something like
  this:
 
 var flashVars:Object =
  root.loaderInfo.parameters;
 var myFlashVar:String =
  flashVars['myFlashVar'];
 
 Cheers,
 Claus.
 
 -- 
 claus wahlers
 côdeazur brasil
 http://codeazur.com.br/
 http://wahlers.com.br/claus/blog/
 
 --
 READ CAREFULLY. By reading this email you
  agree,
on behalf of your 
 employer, to release me from all obligations
  

RE: [flexcoders] Flex2 for mobile?

2007-02-22 Thread Shannon Hicks
Last year, I heard musings that they’d love to make Apollo 2 run on mobile 
phones. Of course, Apollo 1.0 still isn’t even in public beta, so who knows if 
it’ll happen.

 

Shan

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Igor 
Costa
Sent: Thursday, February 22, 2007 5:13 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex2 for mobile?

 

MS

Definitly at this moment now Flex 2 App can't be converted into Flash Lite 2.x 
app.

Why?

Fash Lite 2.x only supports Actionscript 2.0 and Flex it's entirely written in 
Actionscript 3.0


Maybe in the future.


- Igor Costa

On 2/22/07, Mrinmoyee Sanyal [EMAIL PROTECTED]  wrote:

Can a flex2 app be transformed to be used in a mobile? 
-MS




-- 

Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta 

 



RE: [flexcoders] fyi : Apollo Camp San Francisco, March 16th 2007

2007-02-20 Thread Shannon Hicks
Any plans for other Apollo Camp cities in the future?

 

Shan

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Chambers
Sent: Tuesday, February 20, 2007 3:13 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] fyi : Apollo Camp San Francisco, March 16th 2007

 

fyi

We just announced Apollo Camp in San Francisco for March 16th, 2007. 
ApolloCamp is a one night, single track conference hosted by Adobe 
covering everything you need to know about getting started with building 
Apollo applications using Flex.

http://apollocamp.eventbrite.com/

I also blogged info on it here:

http://weblogs.macromedia.com/mesh/archives/2007/02/announcing_apol.html
Details

Who : Anyone interested in using Flex to build Apollo Applications

What : ApolloCamp - one night mini conference for Flash and Flex 
developers interested in getting started with Apollo

When : March 16th, 2007. 5 PM PST - 11:30 PM PST

Where : Adobe San Francisco Office. 601 Townsend St, San Francisco, CA 94103

Why : Why not?

How Much : Free and open to the public (Limited space and Registration 
required)

What to Bring : Yourself, Laptop, any Flex apps you might want to get 
running within Apollo. We will provide the Beer, Red Bull, Coffee, 
Pizza, Wii, the getting started guide, knowledge, venue and bits.

mike chambers

[EMAIL PROTECTED] mailto:mesh%40adobe.com 

 



RE: [flexcoders] Anyone know when flex 3 is scheduled to come out?

2007-02-20 Thread Shannon Hicks
They're thinking about releasing a *beta* of Flex 3 this year, but nothing
is planned.

 

Shan

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Nate Pearson
Sent: Tuesday, February 20, 2007 5:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Anyone know when flex 3 is scheduled to come out?

 

I think i read late this year, is that true?

 



RE: [flexcoders] Some Components I would like to see

2007-02-20 Thread Shannon Hicks
Message Box: Alert already does this

Button with embedded image: Button already has this ability, either with an
icon, or by re-skinning the button, depending on exactly what you want

Status Bar: ApplicationControlBar does this when in a Panel

 

The rest are great suggestions though. I'd love to see a RTE that really
works. meaning it returns clean XHTML that works in browsers and Flash.

 

Shan

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of boy_trike
Sent: Tuesday, February 20, 2007 7:58 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Some Components I would like to see

 


This list is not in any particular order, just thinking out loud (and trying
to type as fast as I 
ramble. Not an easy task!). Most of these are standard windows type
controls that users 
are FAMILIAR with!

. Message Box (an Alert box with an Image (Red X, Question Mark, etc.)
. Button with embedded image (OK, Cancel, etc.)
. Status Bar (sort of like action bar that sticks to BOTTOM of screen
. Grid with Tree control embedded. That way user can click tree to expand /
contract 
groupings of data. (think about a customer grid with ability to expand a
customer to see 
their invoices, etc.
. Day / Week / Month Grids. (there are some lovely activeX versions of
these.
. Rich Text Edit

Of course, the grid is the most important one

Bruce

 



Re: [flexcoders] Mixing Flex and Coldfusion Templates

2007-02-15 Thread Shannon Hicks

Why wouldn't you just put the ActivSpell code into a CFC to call in flex?

Shan

Mark Forsberg wrote:


I'm very new to Flex so and would like to know if I can do the
following.
I would like to have the user enter text into a textarea in a
Flex app. When they click on Spell Check I would use getURL() to
pass the text into a coldfusion template modally so that I can spell
check it with ActivSpell. The CF template would then preferably pass
the spellchecked data back into the Flex app. I could even live with
the coldfusion putting the data into some temp table so that I could
access the data with a cfc to pull back into the app.
I have an application that needs a spell checker. However, the
only flex component spell checker that I can find is a web-service.
That doesn't meet our business requirements so I'm looking at a way to
meld the two.
I'd also be interested if someone has a better idea on how to do
what I'm attempting.
Thanks for the info.

Mark F.

 




Re: [flexcoders] Re: HELP! Flex Builder hangs on Design View

2007-02-15 Thread Shannon Hicks

Did you try cleaning your project?

I also upgraded my PC's to 2 and 3 gig's ram, which helped FB's 
performance a ton.


Shan

helihobby wrote:


I had so many issues...
Flex used to crash every 30 min.

I got a new PC ( Dual Core ) and Clean windows and Flex has not
crashed once in 3 weeks ...

Sean.

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, Nick Collins [EMAIL PROTECTED]

wrote:

 I have 25 GB free, and have rebooted the system, which would free
the RAM of
 any memory consumption.

 On 2/15/07, Agent RR-007 [EMAIL PROTECTED] wrote:
 
  That was also happening to me.
  Make sure that you free up some space in your HD.
  And if you leave it on for a long time idling it can consume lots
of
  memory.
  Good luck.
 
  Always trust your Agent,
 
  RR-007
 
 
  On Thu, February 15, 2007 11:08 am, Nick Collins said:
   Has anyone else experienced this and found a solution?
  
   I have an app I've been working on that just yesterday started
giving
   me problems whenever I try going to the design view. The app
hits 50%
   CPU utilization, and just hangs there. The design view starts
to draw,
   then goes all gray, and freezes the entire IDE. I'm running
   FlexBuilder 2.0.1 as an eclipse plugin with Eclipse 3.2.1.
  
   I've been working on the app for two weeks with no problems,
then it
   just started yesterday. I tried uninstalling FlexBuilder then
   reinstalling it, and still the problem persists. Anyone have any
   ideas?
  
 
 
 


 




Re: [flexcoders] more news on our upcoming marketing efforts

2007-02-12 Thread Shannon Hicks

Don't forget about the flexcomponents group, along with riaforge

Shan

Dimitrios Gianninas wrote:


Actually I gave some of the dev team here are Optimal a Flex 2 
training so they could use it in their own projects. And I was showing 
them some of the components people built that I was already using. So 
they asked where do we find these? Is there an apache commons type web 
site to go to? I think this is something that needs to be work on, 
cause people are building some useful components, but they post them 
on their blogs and such, so if you don't read blogs everyday and write 
them down, you are going to loose track of them. So maybe something 
can be done in that regard.


Dimitrios Gianninas
Optimal Payments Inc.

-Original Message-
From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
on behalf of Matt Chotin

Sent: Fri 2/9/2007 12:04 PM
To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
Subject: [flexcoders] more news on our upcoming marketing efforts

http://weblogs.macromedia.com/flexteam/archives/2007/02/flex_campaign_f. 
http://weblogs.macromedia.com/flexteam/archives/2007/02/flex_campaign_f.

cfm

Hopefully we're going to see an influx of people trying Flex, any
suggestions the community wants to put together for helping folks get up
and running are always appreciated.

Matt

--
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the 
use of the intended recipient. No privilege or other rights are waived 
by any unintended transmission or unauthorized retransmission of this 
message. If you are not the intended recipient of this message, or if 
you have received it in error, you should immediately stop reading 
this message and delete it and all attachments from your system. The 
reading, distribution, copying or other use of this message or its 
attachments by unintended recipients is unauthorized and may be 
unlawful. If you have received this e-mail in error, please notify the 
sender.


AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés 
destinés au seul usage du destinataire visé. L'expéditeur original ne 
renonce à aucun privilège ou à aucun autre droit si le présent message 
a été transmis involontairement ou s'il est retransmis sans son 
autorisation. Si vous n'êtes pas le destinataire visé du présent 
message ou si vous l'avez reçu par erreur, veuillez cesser 
immédiatement de le lire et le supprimer, ainsi que toutes ses pièces 
jointes, de votre système. La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des 
personnes autres que le destinataire visé ne sont pas autorisés et 
pourraient être illégaux. Si vous avez reçu ce courrier électronique 
par erreur, veuillez en aviser l'expéditeur.


 




Re: [flexcoders] Coldfusion Version for FDS Data Push feature

2007-02-12 Thread Shannon Hicks

Event Gateways are a part of Enterprise only.

Shan

Jim Pickering wrote:


Can someone verify for me if I can push data with FDS Express and
Coldfusion MX 7.0.2 Standard edition or do I need CFMX 7.0.2
Enterprise edition to make that happen?

Thanks,

Jim

 




Re: [flexcoders] Urgent: How to delay the datagrid onchange event

2007-02-12 Thread Shannon Hicks
I think the problem you're experiencing is actually with Flash Player 8 
/ AS2. The engine was just too slow for large amounts of data in a 
datagrid. The common workaround was to paginate the data in the grid.


Hopefully you'll be able to implement the workaround as you are 
envisioning it. Let us know if you do, as I'm sure some of us would be 
interested.


Shan

newtoflexworld wrote:


Hi all,

I am working on Flex 1.5. I have to display large volume of data in a
datagrid. Scrolling becomes very slow as the amount of data increases.

Is there any way in which I can delay the onchange event of the
datagrid ?

Please help!!!

Thanks

 




Re: [flexcoders] Datefield inconsistencies? Or is it just me!

2007-02-12 Thread Shannon Hicks
What happens is that the date field actually passes back a timestamp 
with time zone specified, not just the date value. I ended up having to 
turn datefield.selectedDate into a string with just the date 
information, and pass that string to the server to be converted back 
into a date.


It's an issue with AS3... date objects now have the full date, time and 
timezone information, if you want it or not. You can't assign only part 
of it.


Shan

Gordon Smith wrote:


Perhaps you're having a time zone problem where it's the 9th on the 
client and the 8th on the server.
 
A Date instance has a time as well as a date. I'd recommend breaking 
the Date into month/day/year on the client and sending only that 
information to the server.
 
- Gordon



*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
*On Behalf Of *baserath_2001

*Sent:* Friday, February 09, 2007 1:18 PM
*To:* flexcoders@yahoogroups.com
*Subject:* [flexcoders] Datefield inconsistencies? Or is it just me!

This little error is driving me crazy:

I am trying to populate a datagrid with values from a table based on
the day selected in the datefield. I can use the datefield to choose
and pass the value to my webservice but the result returned does not
reflect the date selected. For example I can select 2/9/2007 and the
service sends 2/8/2007 if it sends any data at all.

Is my error in flex or in my webservice. I know this is not a
coldfusion forum but I use a cffunction as my service. I feel it may
be flex related since occasionally I can get the same error in
VB.net.

When the component is created I set the default date of the datefield
using the following code in the DateField Creation Complete event:

creationComplete=dtcLogDate.selectedDate = new Date();

The initialized the data loads properly based on the above setting
but when I start changing the date is where the problem exists.

I pass the variable as the input parameter in the service using:

mx:request
dateVar{dtcLogDate.selectedDate}/dateVar
/mx:request

My webservice is below as you can see I receive the dateVar as a
cfarugment I then break it down into dayparts in order to filter my
data since the data, which being filtered is stored in mm/dd/
hh:mm:ss AM format in the db.

cffunction
name=getLogHistory
displayname=getLogHistory
hint=I get the log history for display
access=remote
output=false
returntype=query

cfargument name=dateVar required=false /

cfset scheduleMonth = #DateFormat(arguments.dateVar, mm)#
cfset scheduleDay = #DateFormat(arguments.dateVar, dd)#
cfset scheduleYear = #DateFormat(arguments.dateVar, )#


cfquery name=gryLogHistory datasource=test
SELECT
E.first_name,
E.last_name,
E.address,
E.city,
E.state,
E.zip,
E.email,
E.phone as empPhone,
STUFF(CONVERT(char(19), L.logrecord , 100),1,12,'') AS
LogInTime,
L.eid,
S.store_code,
S.address as StoreAddress,
S.city as StoreCity,
S.state as StoreState,
S.phone as StorePhone
FROM dbo.loghistory AS L
INNER JOIN dbo.employees AS E
ON L.eid = E.eid
INNER JOIN dbo.stores AS S
ON S.sid = E.sid
WHERE DATEPART(, L.logrecord) = #scheduleYear# AND
DATEPART(mm, L.logrecord) = #scheduleMonth# AND
DATEPART(dd, L.logrecord) = #scheduleDay#
order by logrecord desc
/cfquery
cfreturn gryLogHistory /
/cffunction

Thanks in advance!
Shawn

 




Re: [flexcoders] Yahoo API: Vote for Flex 2 version

2007-02-09 Thread Shannon Hicks

I think Yahoo plans on releasing the new API's at 360Flex.

http://360flex.org/2007/01/360flex-adds-yahoo-as-sponsor.html

The topics are called Yahoo! AS3 and Flex 2 Libraries part 1 and 2.

Shan


TJ Downes wrote:


Currently the Yahoo Maps Flex API is limited to Flex 1.5. In order to
use Yahoo Maps in Flex 2 applications we are forced to hack it in
using the Flash API. This works, but is not the easiest or optimal
solution.

Yahoo has implemented a suggestion box. Suggestions are rated by the
number of votes they receive. Someone posted a suggestion for Flex 2
API for Yahoo Maps. I would love to see more people provide their
input on this in hopes of getting a Flex 2 API for Yahoo Maps in a
timely fashion. So, show your support and vote for the Flex 2 API!
http://suggestions.yahoo.com/detail/?prop=ydnfid=3208 
http://suggestions.yahoo.com/detail/?prop=ydnfid=3208


(this is a repost from my blog, so for those of you who have already
seen it on my blog I apologize for the redundancy!)

 




Re: [flexcoders] Flex Builder to run faster

2007-02-09 Thread Shannon Hicks
I don't think there's going to be any way to speed up Flex Builder. You 
could try using a different tool to edit you MXML/AS, and build it using 
the regular SDK.


In other words, you might be better off getting by without using Flex 
Builder at all.


Shan

André Rodrigues Pena wrote:


Hi all,

I need to run Flex Builder in a computer that's not so fast with only 
256 MB.


Does anybody know something I can do so that my Flex Builder can run 
more seamlessly? even if I need to lose some features?


I would appreciate any help

thanks in advance

--
André Rodrigues Pena

LOCUS
www.locus.com.br http://www.locus.com.br

Blog
www.techbreak.org http://www.techbreak.org

 




Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Shannon Hicks
And you can't run the same license of Flex Builder on two windows 
computers, either... One license per computer, what does it matter that 
one's a PC and the other's a Mac?


Shan

Paul Andrews wrote:


I saw rather a neat powerbook the other day and the idea of using a 
powerbook appealed until I realised I wouldn't be able to have flex on 
my main PC and on a Mac Powerbook with the same licence. Stick with 
the Dell then..


- Original Message -
*From:* Shannon Hicks mailto:[EMAIL PROTECTED]
*To:* flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
*Sent:* Monday, February 05, 2007 3:36 PM
*Subject:* Re: [flexcoders] More Mac licensing issues: [WAS:: Max
OS X Flex Builder 2.01 License Issue - still waiting

I'm planning on switching to a Mac in a few months... Maybe I
should start the process for switching my Flex license now, so I
have it in time :)

Shan

Xavi Beumala wrote:


I'm having the same problems here! It's incredible but I've been
trying to transfer my win license to mac for the last 3 weeks,
and today my trial has finally expired! I won't get my license in
less than a week so... this means I can't work!

really bad
X.

On 2/3/07, *Matt Chotin* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

I'll look into it.

 


Matt

Flex PM

 




*From:* flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com] *On Behalf Of *Chris Allen
*Sent:* Friday, February 02, 2007 12:46 PM
*To:* flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com
*Cc:* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED];
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
*Subject:* [flexcoders] More Mac licensing issues: [WAS:: Max
OS X Flex Builder 2.01 License Issue - still waiting

 


To anyone at Adobe who's listening:

I'm working on a Flex2 project for Scholastic
http://scholastic.com http://scholastic.com and we are
running into a wall in terms of getting our Flex Builder
licenses transfered to the Macintosh platform. We purposely
bought Windows versions knowing that it wouldn't be a
problem to transfer the license when the Mac version became
available.

This licensing situation that we and others have experienced
is completely unacceptable. John Dowdel, do you think that
you can help us out a bit, or escalate the issue, as you did
for others experiencing these problems? Or maybe Ted Patrick,
you could let others there know that this is a major issue
for people, and it should be addressed.

Here are the issues that we are currently facing:

1. In order to transfer the license you have to be the
authorized purchaser of the software and Adobe won't accept a
request form the actual end user of the license. To make it
worse Adobe won't tell us who that person is. At a rather
large organization (10,000 + employees) like Scholastic,
finding this authorized person is really difficult to do.
2. Even if we do find the person above, we are told that the
process will take five days from the approved request before
Adobe will issue the Mac license number.
3. Currently there's no way for us to extend the trial
version until this is worked out. We either have to install
the trial on another computer or just wait it out.

It's a pitty that such a great piece of software has so many
barriers and red tape to actually use it.

Thanks very much for you attention to this issue.

-Chris

On 2/1/07, *Brendan Meutzner* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

Hi,

Transferring licenses doesn't seem to be the only issue. 
We've been using a trial Mac version which just expired and I

put through the order for a Mac license online last night
thinking we'd have a valid key within a few minutes (like we
did for the PC version last summer)...  Not quite... it
immediately showed as pending last night, and remained that
way this morning.  So after 30 minutes on hold with customer
support this morning, I'm told that the more expensive
transactions are processed manually and that somebody would
be reviewing the details within the next 2-3 days.  WTF? 
Since when is a $499 FlexBuilder license expensive, and even

so, why do they need to process manually?  Really really not
happy this morning... especially because it's pretty much
impossible to find a temporary key for the Mac version (I

Re: [flexcoders] Poor man's PUSH technology (aka reload data using timer)

2007-02-07 Thread Shannon Hicks
You don't necessarily need FDS for push technology. You should read up 
on the XML Socket.


Shan

oneproofdk wrote:


I am building a internal app for my company, where we would eventually
pursue FDS for it's push capabilities - updating the users view when
backend data changes.

Until then, I'm thinking about making a function that will get
triggered by a timer, e.g. every 60 seconds, it should retrieve data
from the server and then compare it to the data currently displayed in
the app [Binded]. Then if data has changed, it should update the
specific data in the ArrayCollection.

Any pointers to how I could accomplish this ?

Im thinking a function dataTimer that would call a function
getData, that function would then compare each row in the dataset to
the data currently in memory in the app. If there's a difference, it
would update the data OR completely replace the currently used
dataset. (only I guess that would make the app flicker?)

Any help is greatly appreciated.

Thanks,
Mark

 




Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Shannon Hicks

Well, I stand corrected. I'd like my dual-OS license now :)

Shan

Paul Andrews wrote:


 


- Original Message -
*From:* Shannon Hicks mailto:[EMAIL PROTECTED]
*To:* flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
*Sent:* Tuesday, February 06, 2007 5:24 PM
*Subject:* Re: [flexcoders] More Mac licensing issues: [WAS:: Max
OS X Flex Builder 2.01 License Issue - still waiting

And you can't run the same license of Flex Builder on two windows
computers, either... One license per computer, what does it matter
that one's a PC and the other's a Mac?
 


I think not.
 
From the licence:.
 
3.4  Portable or Home Computer Use.  The primary user of the Computer 
on which the Software is installed may install a second copy of the 
Software for his or her exclusive use on either a portable Computer or 
a Computer located at his or her home, provided the Software on the 
portable or home Computer is not used at the same time as the Software 
on the primary Computer.
 
Paul


Shan

snip

 




Re: [flexcoders] Re: Apollo features

2007-02-06 Thread Shannon Hicks

What about a poor-man's 100% availability :)

Servers down? Site got Dugg? No problem :)

Shan

Jeffry Houser wrote:



 I'll just throw this out there. 
 One of my clams (somewhere in this thread) was The only time you 
aren't connected is in an airplane.  Every airport I've been in 
recently has had wi-fi.  I assume this is becoming standard.  I think 
Adobe is shelling out a lot of effort just for the sake of providing 
people the ability to work in an airplane.  There must be something 
else to it that I do not yet see. 


At 11:46 AM 2/5/2007, you wrote:

At one point about 2 years ago, i was asked to develop a simple CF 
app that helped
managers write some 'weekly status reports' that were rolled up to 
upper management

and then some of those items were rolled up even further up the tree etc.

it died a miserable death after a while because many of the managers 
complained that
they wrote their status while traveling - sitting on planes, in 
airports etc when they had no
connectivity... so yes, in my mind there are plenty of applications 
for offline storage of

data and uploading when connected.

Mitch

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote:


 At 11:10 AM 2/4/2007, you wrote:

 Many users are still disconnected. Nomad users are still common
 place. Most sales people are getting out o the road in order to
 create opportunities as opposed to staying in the office. Few rural
 areas are 100% covered by high speed (wifi,gprs,gsm,3G) access. The
 concept of disconnected apps is becoming more and more intriguing
 for business and the demands for such apps more and more numerous.

 I can't fathom needing an Internet connection while driving. Nor
 can I imagine going to a client / potential client who doesn't have
 Internet Access. Is it really that common?


 The prospect of using an embedded db like sqlite(open source, cross
 platform dll) to store data, Apollo being able to natively exploit
 that data directly on the client when disconnected, and update the
 central data store when connected; is one simple but enormous 
opportunity.


 Apollo offers an embedded DB? I haven't heard that yet.


 I'm seriously hoping that Apollo is not just for partially
 disconnected applications.

 I still don't get it, though. I'm open to hearing the ideas. Of
 course, I still think such a conversation would be better off on the
 Apollo Coders list.



 --
 Jeffry Houser, Software Developer, Writer, Songwriter, Recording 
Engineer

 AIM: Reboog711 | Phone: 1-203-379-0773
 --
 My Company: http://www.dot-com-it.com http://www.dot-com-it.com 
 My Podcast: http://www.theflexshow.com http://www.theflexshow.com 
 My Blog: http://www.jeffryhouser.com http://www.jeffryhouser.com 
 Connecticut Macromedia User Group: http://www.ctmug.com 
http://www.ctmug.com




--
Jeffry Houser, Software Developer, Writer, Songwriter, Recording Engineer
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Company:  http://www.dot-com-it.com http://www.dot-com-it.com/
My Podcast:  http://www.theflexshow.com http://www.theflexshow.com/
My Blog:  http://www.jeffryhouser.com http://www.jeffryhouser.com/
Connecticut Macromedia User Group:  http://www.ctmug.com 
http://www.ctmug.com/


 




Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-06 Thread Shannon Hicks
I'm planning on switching to a Mac in a few months... Maybe I should 
start the process for switching my Flex license now, so I have it in time :)


Shan

Xavi Beumala wrote:


I'm having the same problems here! It's incredible but I've been 
trying to transfer my win license to mac for the last 3 weeks, and 
today my trial has finally expired! I won't get my license in less 
than a week so... this means I can't work!


really bad
X.

On 2/3/07, *Matt Chotin* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


I'll look into it.

 


Matt

Flex PM

 




*From:* flexcoders@yahoogroups.com
mailto:flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com]
*On Behalf Of *Chris Allen
*Sent:* Friday, February 02, 2007 12:46 PM
*To:* flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
*Cc:* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED];
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
*Subject:* [flexcoders] More Mac licensing issues: [WAS:: Max OS X
Flex Builder 2.01 License Issue - still waiting

 


To anyone at Adobe who's listening:

I'm working on a Flex2 project for Scholastic
http://scholastic.com http://scholastic.com and we are running
into a wall in terms of getting our Flex Builder licenses
transfered to the Macintosh platform. We purposely bought Windows
versions knowing that it wouldn't be a problem to transfer the
license when the Mac version became available.

This licensing situation that we and others have experienced is
completely unacceptable. John Dowdel, do you think that you can
help us out a bit, or escalate the issue, as you did for others
experiencing these problems? Or maybe Ted Patrick, you could let
others there know that this is a major issue for people, and it
should be addressed.

Here are the issues that we are currently facing:

1. In order to transfer the license you have to be the authorized
purchaser of the software and Adobe won't accept a request form
the actual end user of the license. To make it worse Adobe won't
tell us who that person is. At a rather large organization (10,000
+ employees) like Scholastic, finding this authorized person is
really difficult to do.
2. Even if we do find the person above, we are told that the
process will take five days from the approved request before Adobe
will issue the Mac license number.
3. Currently there's no way for us to extend the trial version
until this is worked out. We either have to install the trial on
another computer or just wait it out.

It's a pitty that such a great piece of software has so many
barriers and red tape to actually use it.

Thanks very much for you attention to this issue.

-Chris

On 2/1/07, *Brendan Meutzner* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

Hi,

Transferring licenses doesn't seem to be the only issue.  We've
been using a trial Mac version which just expired and I put
through the order for a Mac license online last night thinking
we'd have a valid key within a few minutes (like we did for the PC
version last summer)...  Not quite... it immediately showed as
pending last night, and remained that way this morning.  So after
30 minutes on hold with customer support this morning, I'm told
that the more expensive transactions are processed manually and
that somebody would be reviewing the details within the next 2-3
days.  WTF?  Since when is a $499 FlexBuilder license expensive,
and even so, why do they need to process manually?  Really really
not happy this morning... especially because it's pretty much
impossible to find a temporary key for the Mac version (I didn't
just say that though)...

It's too bad that the fantastic relationship we have with the
Adobe engineers can't spread over to the CS department a bit...


Brendan



On 1/25/07, *Tom Chiverton* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

On Wednesday 24 January 2007 19:53, John Dowdell wrote:
 What you and Ethan describe doesn't seem acceptable to me either, but
 let me get some more information on this, and get back to the
list when
 I do, good?

Sounds great.
Could you also try and find out if there are plans to just
automate the whole
process ?
It strikes me that converting license betwen platforms shouldn't
really
require a human in the loop, if it's only done once.

--
Tom Chiverton
Helping to advantageously aggregate prospective experiences



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number 

Re: [flexcoders] Connection from Flex Builder 2.0 to VSS

2007-02-06 Thread Shannon Hicks
I have had no cons so far... The pros seem to be that other Eclipse 
plugins work.


Shan

Raz Gilad wrote:

I've tried and v2.0.1 does not solve the problem.
Any idea on the pros / cons of the moving towards FB plugin.

- Original Message 
From: Shannon Hicks [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Sunday, February 4, 2007 6:27:40 PM
Subject: Re: [flexcoders] Connection from Flex Builder 2.0 to VSS

I never got 2.0 working with the VSS plugin. I had to install Eclipse, 
the VSS plugin and the FB 2.0 plugin.


This might be fixed in 2.0.1, but I never tried it, being satisfied 
with the FB plugin.


Shan

raz_gilad wrote:


Hi

Did anyone succeed in connecting the flex builder to Visual source safe?
Is the usual Eclipse plug-in org.vssplugin_ 1.6.1 works in this
environment? How?

Thanks






Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel 
http://travel.yahoo.com/hotelsearchpage;_ylc=X3oDMTFtaTIzNXVjBF9TAzk3NDA3NTg5BF9zAzI3MTk0ODEEcG9zAzIEc2VjA21haWx0YWdsaW5lBHNsawNxMS0wNw-- 
to find your fit.
 




Re: [flexcoders] Apollo features

2007-02-05 Thread Shannon Hicks
He was referring to plugins that will be supported by the Apollo WebKit 
engine.


Shan

Tom Chiverton wrote:

On Friday 02 Feb 2007, Mike Chambers wrote:
  

Only Flash and PDF are supported in 1.0.



Not HTML ?

  




Re: [flexcoders] Connection from Flex Builder 2.0 to VSS

2007-02-04 Thread Shannon Hicks
I never got 2.0 working with the VSS plugin. I had to install Eclipse, 
the VSS plugin and the FB 2.0 plugin.


This might be fixed in 2.0.1, but I never tried it, being satisfied with 
the FB plugin.


Shan

raz_gilad wrote:


Hi

Did anyone succeed in connecting the flex builder to Visual source safe?
Is the usual Eclipse plug-in org.vssplugin_1.6.1 works in this
environment? How?

Thanks

 




Re: [flexcoders] Apollo features

2007-02-03 Thread Shannon Hicks
You never said anything about this in your previous email. All you said 
in your previous email was, basically, that if you couldn't run dll's 
Apollo was useless. My response was targeted toward that.


Even considering your new statements, I still stand by my original 
opinion that the value is being cross-platform. Just because 80% of 
business applications are built on a proprietary platform doesn't mean 
that it's the best idea to continue building on such a limiting 
platform. Don't get me wrong... Apollo is also a closed platform, but at 
least it will run on Windows, Mac and Linux. If a company isn't 
interested in investing in a project that has these potential long-term 
advantages, then Apollo might not be for them anyway.


If a company is interested in sticking with Windows proprietary 
software, I don't see the advantages of Apollo over, say, VB... Or just 
sticking with the software they're currently using.


Shan

Jason Hawryluk wrote:




So your saying it's better for a company to re create the wheel then 
to leverage their existing investments. 80%+ of business applications 
are specific to windows not leveraging that investment is just stupid.


 

So now if I have a client that wants to leverage Apollo I have to let 
them know their going to need to dump everything they have built as 
it’s not cross platform, and even though they are a windows platform 
company they really need cross platform.  

 

I had never stated just target win dll's, and I had meant a value 
proposition for business. Do you honestly think that company is going 
to look at Apollo and say “sweet now I can target the other 5% of the 
market. Let’s dump everything and start over”?


 


I’m totally missing your logic here.

 


jason
 
 
 


-Message d'origine-
*De :* flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] la part de* Shannon Hicks
*Envoyé :* vendredi 2 février 2007 18:31
*À :* flexcoders@yahoogroups.com
*Objet :* Re: [flexcoders] Apollo features

The real value of Apollo would be cross-platform applications. I
can't run your DLL's on my Mac. If you need DLL's, use VB to build
your app, and don't tease me with the false hope of a
cross-platform application by building with Apollo and then
ruining it with windows-only code. :)

Shan



Jason Hawryluk wrote:




I have to agree here, if we can't extend it with our own dll's
then what is the real value proposition for Apollo.

I think support for dll’s is important (com, managed, other).
Allowing us to reuse our existing middle tiers/frameworks, and
use Apollo to create engaging user experiences.
 
jason
 


-Message d'origine-
*De :* flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] la part de* Jerome
Clarke a.k.a sinatosk
*Envoyé :* vendredi 2 février 2007 16:54
*À :* flexcoders@yahoogroups.com
*Objet :* Re: [flexcoders] Apollo features

To be honest... all this talk I've been hearing about Apollo
being used as desktop applications using web technologies...
I would kinda expect that you can launch exe passing
parameters ( like CLI style or something similar ), talk to
dynamic libraries like .dll ( Windows ), .so ( Linux )...
kinda surprised it doesn't support any of that yet... yet
they call it desktop applications... it's more like their own
browser in my opinion... I doubt this is how Apollo will be
all the way. But if it does... can't say people will move to
it quickly while MDM Zinc is there being able to do all of
that ( regardless Zinc is free or not ) and WPF/E

I had plans to write applications where I can use SQLite,
MySQL, GD2, run servers using TCP/IP on specific ports and ip
addresses, video codecs like divx, xvid and others... if all
I can do is talk to the file system then I may aswell stick
with Flex 2... The only use I can see that for is for offline
storage applications like the ebay application and Amazon
application... Thats what alot of people want to do anyways
but thats not the only thing they want to do...

but then again I'm assuming quite abit here... I havn't got
full info about Apollo... but what I've been hearing about
WPF/E compared to Apollo... I'm assuming Apollo can't do some
of the things I said above and I'm not interested in WPF/E.
As far as I know... only works on Windows but I still watch
it to see what people say about it... I like to be cross
platform

I use Flex 2 alot for the things I'm doing now. I don't think
I will be using Apollo as much as I thought I predicted as I
do with Flex 2

On 2/2/07, *Kevin Newman* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

Tom Chiverton wrote

Re: [flexcoders] Apollo features

2007-02-02 Thread Shannon Hicks
The real value of Apollo would be cross-platform applications. I can't 
run your DLL's on my Mac. If you need DLL's, use VB to build your app, 
and don't tease me with the false hope of a cross-platform application 
by building with Apollo and then ruining it with windows-only code. :)


Shan



Jason Hawryluk wrote:




I have to agree here, if we can't extend it with our own dll's then 
what is the real value proposition for Apollo.


 

I think support for dll’s is important (com, managed, other). Allowing 
us to reuse our existing middle tiers/frameworks, and use Apollo to 
create engaging user experiences.
 
jason
 


-Message d'origine-
*De :* flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] la part de* Jerome Clarke
a.k.a sinatosk
*Envoyé :* vendredi 2 février 2007 16:54
*À :* flexcoders@yahoogroups.com
*Objet :* Re: [flexcoders] Apollo features

To be honest... all this talk I've been hearing about Apollo being
used as desktop applications using web technologies... I would
kinda expect that you can launch exe passing parameters ( like CLI
style or something similar ), talk to dynamic libraries like .dll
( Windows ), .so ( Linux )... kinda surprised it doesn't support
any of that yet... yet they call it desktop applications... it's
more like their own browser in my opinion... I doubt this is how
Apollo will be all the way. But if it does... can't say people
will move to it quickly while MDM Zinc is there being able to do
all of that ( regardless Zinc is free or not ) and WPF/E

I had plans to write applications where I can use SQLite, MySQL,
GD2, run servers using TCP/IP on specific ports and ip addresses,
video codecs like divx, xvid and others... if all I can do is talk
to the file system then I may aswell stick with Flex 2... The only
use I can see that for is for offline storage applications like
the ebay application and Amazon application... Thats what alot of
people want to do anyways but thats not the only thing they want
to do...

but then again I'm assuming quite abit here... I havn't got full
info about Apollo... but what I've been hearing about WPF/E
compared to Apollo... I'm assuming Apollo can't do some of the
things I said above and I'm not interested in WPF/E. As far as I
know... only works on Windows but I still watch it to see what
people say about it... I like to be cross platform

I use Flex 2 alot for the things I'm doing now. I don't think I
will be using Apollo as much as I thought I predicted as I do with
Flex 2

On 2/2/07, *Kevin Newman* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

Tom Chiverton wrote:
 Does anyone or has read somewhere, if Apollo will allow you
to launch native
 local applications ?

As far as I know, Apollo is using webkit, does this include
the ability
to run other plugins besides Flash (like Java)?

If so, can you use one of those other plugins (java, or
perhaps a custom
plugin) to access native dlls and such by communicating from
Flash to
Javascript, then to the other plugin in Javascript?

Kevin N.


 




Re: [flexcoders] What is the best Flex Message Board ( Other than this group Yahoo ) ?

2007-02-02 Thread Shannon Hicks

Probably the Adobe Flex forum.

Shan

helihobby wrote:


What is the best Flex Message Board ( Other than this group Yahoo ) ?

Thanks for the help,

Sean.

 




[flexcoders] Wisconsin Flexers?

2007-01-31 Thread Shannon Hicks
Any more Flex peeps from Wisconsin? If you are, email me off-list and 
let me know what town you're in. I might try to piece together a WiFUG.

Shan



Re: [flexcoders] need this help

2007-01-30 Thread Shannon Hicks
I still get this error all the time. No word from Adobe as to what the 
problem is, though.


Shan

sekar r wrote:

Dear ALL
 
please i am getting this error or runtime. just i select the Tap 
Navigator and put in work space. while run this i am getting this 
error. what is the wrong pls need ur guide.
 
thanks
 
 
this is error
 
 
ArgumentError: Error #2082: Connect failed because the object is 
already connected.

 at flash.net::LocalConnection/connect()
 at mx.managers::HistoryManagerImpl$iinit()
 at mx.managers::HistoryManagerImpl$/getInstance()
 at mx.core::Singleton$/getInstance()
 at mx.managers::HistoryManager$/get ::impl()
 at mx.managers::HistoryManager$/register()
 at mx.containers::ViewStack/::addedHandler()
 at flash.display::DisplayObjectContainer/addChildAt()
 at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::$addChildAt()

 at mx.core::Container/addChildAt()
 at mx.core::Container/addChild()
 at mx.core::Container/createComponentFromDescriptor()
 at mx.core::Container/createComponentsFromDescriptors()
 at mx.core::Container/mx.core:Container::createChildren()
 at mx.core::UIComponent/initialize()
 at mx.core::Container/initialize()
 at mx.core::Application/initialize()
 at main/initialize()
 at 
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::childAdded()

 at mx.managers::SystemManager/::initializeTopLevelWindow()
 at mx.managers::SystemManager/::docFrameHandler()


Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites 
http://farechase.yahoo.com/promo-generic-14795097;_ylc=X3oDMTFtNW45amVpBF9TAzk3NDA3NTg5BF9zAzI3MTk0ODEEcG9zAzEEc2VjA21haWx0YWdsaW5lBHNsawNxMS0wNw-- 
to find flight and hotel bargains.
 


Re: [flexcoders] Flex applications look like Fisher-Price toys

2007-01-28 Thread Shannon Hicks
Flex 2 has unlimited design potential. You are not limited like you 
think... If a component won't do what you want, you can always re-skin 
it. Here's an example of a Flex site that looks pretty much nothing like 
the standard skin:


http://www.thebetterside.com/scrawl/ScrawlExample3.html

Shan

Paul Barbieux wrote:


Hi;

I'm a developper but also a web designer.
And I'm a beginner with Flex...
But I am frustrated with the possibilities of design of Flex.
All Flex applications I saw have same look: great buttons and input
fields, great gap between lines. Every elements are great: these
applications look like Fisher-price toys ! (you know ? Toys for children)

Yes, the http://www.scalenine.com/ http://www.scalenine.com/ shows 
beautiful themes. But all

components have same size !

A have made a click-model for an application in HTML, and now I must
write it with Flex: I loose 1/3 of my page because I can't reduce gab
between lines, I can't reduce padding between the label and the border
of the buttons, ... (oh yes I can reduce all elements: but labels and
texts become trucanted !)

- Does a solution exist?
- Can someone show me a Flex site where there is a real work of design?
- Can I expect improvements with Flex 3.0 ?

Thank's

 




Re: [flexcoders] Help me find the Amazon book spider example

2007-01-28 Thread Shannon Hicks

Are you talking about the SpringGraph component?

http://www.adobe.com/cfusion/exchange/index.cfm?view=sn610#view=sn611viewName=Flex%20Extensionloc=en_usauthorid=71967431page=0scrollPos=0subcatid=0snid=sn611itemnumber=11extid=1048510catid=0

Shan


oneproofdk wrote:


A few weeks ago (as far as I remember) I saw a cool Flex2 app, that
would take a search string for a book title, retrieve data from Amazon
and display books in a web-like setup, where the books are connected
by wires, if I click on a book, it would retrieve data from Amazon on
that book.

All those bookcovers were floating around, allowing the user to drag
in the web and all things would follow.

I'd love to see some example code on how to do this - can anyone help me ?

I tryed to post this yesterday - but it never showed up here - so
sorry for the double posts if it should arrive twice.

Thanks,
Mark

 




Re: [flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Shannon Hicks
I installed Vista on my laptop running MX 7.02, IIS and FB 2. They all 
continued to work. It was everything else that broke. I lost printer 
support (no Vista drivers, and the XP drivers didn't transfer over). 
They did fix the hibernate bug, so Vista did finally allow my laptop to 
hibernate, but the rest of the interface was not only unimpressive, but 
confusing. If you use Windows-R to access your filesystem, you're in for 
a shock when you find out that they've moved some of the core 
directories like Desktop, My Documents, etc. I didn't play around with 
it long enough to figure it out... I ended up formatting it and going 
back to XP.


Shan

Battershall, Jeff wrote:


My biggest concern in installing Vista on my laptop is whether it's
going to break my existing development setup:

CFMX 7.02 running with Apache with heavy use of Flex Builder.

Anyone out there has Vista running on such a setup without issues? Or
with issues? I'm still on the fence as to whether the feature set of
Vista is compelling enough to warrant the upgrade, and my concerns about
screwing up my development environment are a big factor in my decision.

Jeff Battershall
Application Architect
Dow Jones Indexes
[EMAIL PROTECTED] mailto:jeff.battershall%40dowjones.com
(609) 520-5637 (p)
(484) 477-9900 (c)

 




Re: [flexcoders] Slightly OT: Vista Feedback

2007-01-25 Thread Shannon Hicks
Yeah, I know. I'm usually running the latest  greatest betas of stuff, 
but Vista left a bad taste in my mouth. I have memories of when I first 
installed XP... No driver support, the system files all got moved 
around, etc. The last nail in the coffin was the open/save dialog boxes 
in Vista. They're beyond useless, and in fact a few steps backward. My 
wife just got a new laptop in November that comes with a free upgrade to 
Vista. We ordered it, but don't plan on installing it anytime soon. 
Maybe toward the end of 2007 when SP1 is supposed to come out.


Yes, I'd rather be on a Mac, but I have similar views about OS X's 
finder... The new views just aren't as handy as what was available in 
MacOS 9. But at least they're usable.


Of course, this is my personal opinion. If you're seriously considering 
installing vista, I recommend buying a hard drive to install it on, so 
you can just swap back to the old XP one if you need to. Also, I'm only 
talking about using Vista as a development machine. If you're talking 
Media Center, then yes the Vista Media Center is well worth the upgrade.


Shan


Battershall, Jeff wrote:


Gosh Shannon, what a resounding, even gushing endorsement of Vista 
(not)! :-)
 
In my 'old' age I'm getting a bit conservative having been bitten by 
the 'curse of the early adopter' a few too many times - like doing RIA 
development with AS 1.0.  Maybe I can actually hold off being the 
'first on my block' to install.
 
Jeff


-Original Message-
*From:* flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] *On Behalf Of *Shannon Hicks
*Sent:* Thursday, January 25, 2007 9:50 AM
*To:* flexcoders@yahoogroups.com
*Subject:* Re: [flexcoders] Slightly OT: Vista Feedback

I installed Vista on my laptop running MX 7.02, IIS and FB 2. They
all continued to work. It was everything else that broke. I lost
printer support (no Vista drivers, and the XP drivers didn't
transfer over). They did fix the hibernate bug, so Vista did
finally allow my laptop to hibernate, but the rest of the
interface was not only unimpressive, but confusing. If you use
Windows-R to access your filesystem, you're in for a shock when
you find out that they've moved some of the core directories like
Desktop, My Documents, etc. I didn't play around with it long
enough to figure it out... I ended up formatting it and going back
to XP.

Shan

Battershall, Jeff wrote:


My biggest concern in installing Vista on my laptop is whether it's
going to break my existing development setup:

CFMX 7.02 running with Apache with heavy use of Flex Builder.

Anyone out there has Vista running on such a setup without issues? Or
with issues? I'm still on the fence as to whether the feature set of
Vista is compelling enough to warrant the upgrade, and my
concerns about
screwing up my development environment are a big factor in my
decision.

Jeff Battershall
Application Architect
Dow Jones Indexes
[EMAIL PROTECTED]
mailto:jeff.battershall%40dowjones.com
(609) 520-5637 (p)
(484) 477-9900 (c)



 




Re: [flexcoders] Command-line compiler Java errors

2007-01-25 Thread Shannon Hicks

Sounds to me like you need one of these:

http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks
http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell

Just released!

Shan

Derek Vadneau wrote:


Hi all,

I have Flex Builder 2 but I need to start using the command-line
compilers to produce projects that are being integrated with a build
system.

However, when I try running from the command-line I get this:

Exception in thread main java.lang.UnsupportedClassVersionError: 
flex2/tools/C

ompiler (Unsupported major.minor version 48.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

The above is what I get after running one of the samples included in
the Flex SDK 2 directory. I tried my own projects with the same
result.

I'm not sure what's going on here. Looks like something about the
version of JRE I have. Am I right in this assumption? If so, what is
required for the Flex 2 SDK? I couldn't find anything about requiring
JRE on the SDK pages on Adobe.

--

Derek Vadneau

 




Re: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread Shannon Hicks
I would also be interested in such a component for building out family 
trees.


Shan

Jim Zafrani wrote:


Hello All,

I am just getting started with Flex and was wondering whether or not a
component existed that would allow me to draw a flowchart on a canvas
or a tree-like diagram. Are there any such components/libraries for
flex out there?

Thanks in advance,

Jim Zafrani

 




Re: [flexcoders] Re: Is Flash a single thread application?

2007-01-23 Thread Shannon Hicks
So maybe this would be the area causing some of us to get Connection 
already in use errors in the flash player when we have more than one 
flex application open?


Shan

ben.clinkinbeard wrote:


I don't know of any specific documents, but just to clarify, in
addition to Abdul's comment: Flash Player is single threaded except in
the case of remote calls. Remote calls are always asynchronous by way
of spinning off a separate thread. Not sure about any limits on the
number of threads that can be opened in that fashion.

HTH,
Ben

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, saha.prasanta [EMAIL PROTECTED]

wrote:

 Hi,


 I've read in some forum that Flash is a single thread application.
 I tried to find some document supporting that statement, But I
 couldn't find any document by Adobe or Macromedia regarding that.


 Could you plase help me by forwarding the of such article. I need that
 as a proof for one of my project.


 Warm regards,

 Prasanta Saha,
 Flash Developer,
 Hyderabad, Indaia


 




Re: [flexcoders] It shouldn't be this hard.

2007-01-18 Thread Shannon Hicks
You could always set the x/y by hand when you load the image. Something 
like this:


loadImage():void {
   image.source = mynewimage.jpg
   callLater(centerImage);
}

centerImage():void {
   image.x = (wrapper.width / 2) - (image.width / 2);
   image.y = (wrapper.height/ 2) - (image.height/ 2);
}

Shan

Russell Sprague wrote:


@Matt
yea I don't really hate the docs, I was just a little frustrated, 
because most of the examples are Actionscript examples, and if I am 
looking for an example of how to do something in mxml, I don't know 
enough to translate the AS to mxml.


@roman
I tried the horizontal and verticalCenter, and it didn't work
I think part of the problem is there is nothing in the component until 
I load the image, so there is nothing to measure to.


Russ
Matt Horn wrote:


 I hate the flex documentation...

Also, if there are specific problems with the documentation, please let
the doc team know by either posting to this list, adding a comment to
livedocs, or filing a bug at http://www.adobe.com/go/wish. 
http://www.adobe.com/go/wish. Thanks,


matt horn
flex docs

 -Original Message-
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com] On Behalf Of Roman Protsiuk

 Sent: Thursday, January 18, 2007 7:51 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 Subject: Re: [flexcoders] It shouldn't be this hard.

 The first thought is:

 mx:Canvas width=100% height=100%
 mx:Image source={yourSource} horizontalCenter=0
 verticalCenter=0 / /mx:Canvas

 To scale, dunno, but maybe something like:

 mx:Canvas id=imageContainer width=100% height=100%
 mx:Image id=image
 source={yourSource}
 width={imageContainer.width  image.width ?
 imageContainer.width : image.width}
 height={imageContainer.height  image.height ?
 imageContainer.height : image.height}
 scaleContent=true
 horizontalCenter=0
 verticalCenter=0 /
 /mx:Canvas

 This one probably won't work, it's very dirty, however might
 give you a clue... ;)

 And the easiest way to scale, but still, not so nice from the
 point of ui (it scales both way) is just:

 mx:Image source={yourSource} scaleContent=true
 width=100% height=100% /

 Have fun,
 R.



 On 1/18/07, Russell Sprague [EMAIL PROTECTED] 
mailto:rsprague%40infusion-studios.com
 mailto:[EMAIL PROTECTED] 
mailto:rsprague%40infusion-studios.com  wrote:


 I hate the flex documentation...

 All I want to do is dynamically center an image on my stage.

 I have a VDividedBox with an image in the top, and text
 in the bottom.
 I loading in images by setting the source of an image
 tag(probably not
 the best way to do it, but again I hate the Flex docs...).
 So when the image loads I am trying to set it to center
 in the upper
 pane of the vdividedbox, but all my attemps have failed.

 It would be nice to also resize the image as the
 divideBar is dragged,
 but only to the original size of the image, then it
 just centers.

 Thanks
 Russ











 




Re: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-17 Thread Shannon Hicks
I used to have problems with memory errors  such, until I increased 
Eclipse's memory settings...


http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailspostId=1053productId=2

Shan

Allen Riddle wrote:


I got that all the time, even with 2.0.0. I had to switch to the stand 
alone Flex Builder. That plugin is buggy.


 




*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
*On Behalf Of *Douglas Knudsen

*Sent:* Tuesday, January 16, 2007 1:58 PM
*To:* flexcoders@yahoogroups.com
*Subject:* Re: [flexcoders] Re: Flex Builder 2.0.1 the update !

 

using the FDS plugin and Tomcat hereI get out-of-memory errors and 
eclipse crashing often


DK

On 1/16/07, *Allen Riddle*  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


I don't think so; I'm running mine on Tomcat, with no embedded fonts. 
And is slower than dirt. The fact that it wasn't slow on 2.0.0 tells 
us something changed in the compilation process, and hopefully isn't 
environment related.


 




*From:* flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
[mailto: flexcoders@yahoogroups.com 
mailto:flexcoders@yahoogroups.com] *On Behalf Of *Cato Paus

*Sent:* Tuesday, January 16, 2007 1:14 PM
*To:* flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
*Subject:* [flexcoders] Re: Flex Builder 2.0.1 the update !

 


Hi All :) I have the Build Automatic set to off, end i have tried to
delete the embeded fonts in my css, but Flex stil going slow, could
it have somthing to do with that I'm running on fds2 and compailing
to a JRun4 server ?

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, Rick Schmitty [EMAIL PROTECTED]

wrote:

 Do you have embeded fonts in your application?

 I was experiencing the same slowdown after upgrading to flex
2.0.1. I
 had 2.0 installed, updated to 2.0.1, then ran the clean command
prior
 to opening flex. It was still slow.

 Saw the blog about closing projects, closed everything but the one
I'm
 working on, still slow

 Deleted all projects and created a blank application, super fast.
 Ok... so must be something in my project... started hacking away at
 the files until I came down to the fonts.

 This took almost 20seconds (on my machine) to compile

 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 
http://www.adobe.com/2006/mxml



 mx:Style
 @font-face {
 src: url(/assets/fonts/ARIAL.TTF);
 fontFamily: myArial;
 }
 @font-face {
 src: url(/assets/fonts/BKANT.TTF);
 fontFamily: myBkant;
 }
 @font-face {
 src: url(/assets/fonts/TAHOMA.TTF);
 fontFamily: myTahoma;
 }
 @font-face {
 src: url(/assets/fonts/TIMES.TTF);
 fontFamily: myTimes;
 }
 @font-face {
 src: url(/assets/fonts/TREBUC.TTF);
 fontFamily: myTrebuc;
 }
 /mx:Style

 /mx:Application


 Deleting the style tag for a blank appliaction, it compiled
immediately 1-1.5sec


 Here is what's going on (or so I think)

 FlashType support

 FlashType is the text rendering engine introduced in Flash Player 8.
 It improves the readability of text, especially at smaller font
sizes.
 To leverage the FlashType engine in Flex 2, you had to create a SWF
 that embedded a particular font using the Flash authoring tool, and
 then embed that SWF file in your Flex application. With Flex 2.0.1,
 the mxmlc compiler can now embed a font using the FlashType engine
 directly, eliminating a step for many developers.


 So I'm back to running fast as long as I dont embed fonts via css,
 I'll reenable it when I need to publish a working version (or look
 into creating the SWF file on my own and not use CSS)


 On 1/16/07, Tom Chiverton [EMAIL PROTECTED] wrote:
  On Tuesday 16 January 2007 08:19, pauscato1 wrote:
   I have only one project running in my flex builder, this is
realy
   anoing it uses 20% of my day.
 
  Have you got auto-compilation turned off ?
 
  --
  Tom Chiverton
  Helping to heterogeneously incubate robust meta-services
 
  
 
  This email is sent for and on behalf of Halliwells LLP.
 
  Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2
2JF. A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP
means a member of Halliwells LLP. Regulated by the Law Society.
 
  CONFIDENTIALITY
 
  This email is intended only for the use of the addressee named
above and may be confidential or legally privileged. If you are not
the addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents. If you have
received this email in error please delete it 

Re: [flexcoders] Re: Chat + Survey + Live Video Feed app

2007-01-17 Thread Shannon Hicks

Have you considered using Breeze I mean Acrobat Connect?

http://www.adobe.com/products/acrobatconnect/

It appears to be using Flex, and at $39/mo, it's probably far more cost 
effective than building one from scratch.


Shan

jonalexander370 wrote:


--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, luisd22209 [EMAIL PROTECTED] 
wrote:


 My client wants an application with a live chat, simultaneous survey
 and a live video feed all in one. This is my chance to use Flex!

 Aside from handing over a quite a chunk of change to Adobe, anyone can
 share some pointers on how to get started? I've put together this
 sort of thing in ASP.NET VB before...

 -Luis

Hi Luis,

I am working on something very similar.

How far are you along, and I have dozens of code examples for:
Live video / audio / text chat.

Did you want to compare coding examples and maybe work side by side as
you develop yours I can develop mine and share our findings?

Here are links for the video / audio / text chat:

-
http://renaun.com/flex2/fms/VideoConferenceWDDJ/ 
http://renaun.com/flex2/fms/VideoConferenceWDDJ/


Mr. Renaun's web blog is at: http://renaun.com/blog/code-examples/ 
http://renaun.com/blog/code-examples/

-
http://www.flashcomguru.com/apps/flex/flexvideochat/ 
http://www.flashcomguru.com/apps/flex/flexvideochat/

-
The Flex based chat, of which there is a complete one with source at:
http://coenraets.org/blog/2006/10/building-collaborative-applications-with-flex-data-services-and-flash-media-server/ 
http://coenraets.org/blog/2006/10/building-collaborative-applications-with-flex-data-services-and-flash-media-server/


-

These are just a few links. Please let me know if we can work together.

Also, I am assuming you shall need a login / registration, are you
using ColdFusion with MySQL?

Jon Alexander
[EMAIL PROTECTED] mailto:sales%40e-revenues.com


 




Re: [flexcoders] Re: urgent

2007-01-17 Thread Shannon Hicks

You could also click the unsubscribe link at the bottom of every email.

superstella_uk wrote:


Go to http://tech.groups.yahoo.com/group/flexcoders 
http://tech.groups.yahoo.com/group/flexcoders and unsubscribe


The list is automated. Nobody has administered mailing lists by hand
for about 8 years now ;-)

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, Flávio Santos [EMAIL PROTECTED] 
wrote:


 I want to leave the list, please exclude meâEUR¦.today, please


 




Re: [flexcoders] Re: Flex/Flash on The iPhone ?

2007-01-16 Thread Shannon Hicks
It seems that Apple has confirmed that Flash  Java will be supported on 
the iPhone. Now if Adobe or Apple would just tell us what version will 
be supported.

http://arstechnica.com/journals/apple.ars/2007/1/15/6632

Shan



Re: [flexcoders] Re: Bah! History manage THIS mother f.....!

2007-01-11 Thread Shannon Hicks
I've had this problem long before 2.0.1, with both the original FP9 and 
the updated FP9, standard and debug versions.


Shan

Chris Luebcke wrote:


Me too--in my case I get it right when my application loads (and the
opening screen is very simple, just a control bar and a viewstack with
a panel in it). It's intermittent, too; seems to go away for a while
after restarts, but inevitably comes back again. This definitely
started showing up with 2.0.1.

- Chris

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, Shannon Hicks [EMAIL PROTECTED] wrote:


 I have this problem, but only on one computer out of 4. It happens
when,
 on that computer, I have more than one Flex app open at a time. It
 doesn't matter if I run the debugging plugin or the production
plugin, I
 have the same problem. The production plugin, of course, doesn't throw
 an error, but it stalls at the same point, so I have to assume it's the
 same error.

 Shan

 Mikey wrote:
 
  Howdy all,
 
  Sorry to start my first/second post off on a bad note but it's
warrented.
 
  Let's start with the error:
  *ArgumentError: Error #2082: Connect failed because the object is
  already connected.
  at flash.net::LocalConnection/connect()
  at mx.managers::HistoryManagerImpl$iinit()
  at mx.managers::HistoryManagerImpl$/getInstance()
  at mx.core::Singleton$/getInstance()
  at mx.managers::HistoryManager$/get ::impl()
  at mx.managers::HistoryManager$/register()
  at mx.containers::Accordion/::addedHandler()
  at flash.display::DisplayObjectContainer/addChildAt()
  at
 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::$addChildAt 
http://www.adobe.com/2006/flex/mx/internal::$addChildAt()

  at mx.core::Container/addChildAt()
  at mx.core::Container/addChild()
  at mx.core::Container/createComponentFromDescriptor()
  at mx.core::Container/createComponentsFromDescriptors()
  at mx.core::Container/mx.core:Container::createChildren()
  at mx.core::UIComponent/initialize()
  at mx.core::Container/initialize()
  at mvc.view::LeftMenuView/initialize()
  at
 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded 
http://www.adobe.com/2006/flex/mx/internal::childAdded()

  at
 
mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded 
http://www.adobe.com/2006/flex/mx/internal::childAdded()

  at mx.core::Container/addChildAt()
  at mx.core::Container/addChild()
  at mx.core::Container/createComponentFromDescriptor()
  at mx.core::Container/createComponentsFromDescriptors()
  at mx.core::Container/mx.core:Container::createChildren()
  at mx.core::UIComponent/initialize()
  at mx.core::Container/initialize()
  at
 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded 
http://www.adobe.com/2006/flex/mx/internal::childAdded()

  at
 
mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded 
http://www.adobe.com/2006/flex/mx/internal::childAdded()

  at mx.core::Container/addChildAt()
  at mx.core::Container/addChild()
  at mx.core::Container/createComponentFromDescriptor()
  at mx.core::Container/createComponentsFromDescriptors()
  at mx.containers::ViewStack/::instantiateSelectedChild()
  at
mx.containers::ViewStack/mx.containers:ViewStack::commitProperties()
  at mx.core::UIComponent/validateProperties()
  at mx.managers::LayoutManager/::validateProperties()
  at mx.managers::LayoutManager/::doPhasedInstantiation()
  at Function/http://adobe.com/AS3/2006/builtin::apply 
http://adobe.com/AS3/2006/builtin::apply()

  at mx.core::UIComponent/::callLaterDispatcher2()
  at mx.core::UIComponent/::callLaterDispatcher()*
  
 
  I've looked this error up at Adobe with no further info. It happens
  when an accordian/tab manager gets ctrated. It's happened a few times
  on a few different projects. It's obviously something I'm doing
(which
  is hard to grasp as I like all of you write perfect code) as it
  happens when I've added a fair amount of code. I figuerd it was a bug
  but now I'm using 2.0.1 so no go.
 
  Any ideas? Maybe even some pointless mildly amusing rambling to make
  me feel better would be good.
 
 


 




Re: [flexcoders] Flex/Flash on The iPhone ?

2007-01-10 Thread Shannon Hicks
All that is, as far as Safari goes, is the ability to zoom in and out. 
Do you have dual mouse events when someone uses User Accessibility to 
zoom in on XP or OS X? :)


Through Safari, the flash movie wouldn't see anything special. Now, if 
they opened up widgets to use FP9, then I'm sure there's going to be 
some new mouse events.


Shan

Ian Thomas wrote:


Pretty sure. Watch the 'image zoom' movie - putting two fingers on the 
screen and moving them apart zooms the image...


Ian

On 1/10/07, *Merrill, Jason * [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


The same way Safari does.  (but are you sure there are multiple
simutaneous mouse events in the iPhone?)
 


Jason Merrill
Bank of America
Learning  Organizational Effectiveness
 



 




Re: [flexcoders] exit list

2007-01-09 Thread Shannon Hicks

Click the Unsubscribe link at the bottom of all the emails.

Flávio Santos wrote:


I want to leave the listplease

 




Re: [flexcoders] Svn Flex

2007-01-09 Thread Shannon Hicks

Install SubEclipse (SVN plugin for Eclipse).

You might need to remove all the SVN files and re-create the flex 
project... I don't remember exactly what I had to do, but I had the same 
issue.


Shan

Lieven Cardoen wrote:


Hi,

 

When compiling a Flex project, Flex copies all files to bin folder, 
including hidden .svn folders. As a result, Tortoise goes crazy...


 


Anyway to resolve this?

 


Thx, Lieven Cardoen

 


*Lieven Cardoen
**Application developer
**
**indie**group**
**interactive digital experience**
**engelse wandeling 2 k18
b8500 kortrijk ***

 

 

 




Re: [flexcoders] odd script error - undefined property

2007-01-09 Thread Shannon Hicks

If you want to set a default value, your code needs to look like this:

public var foo:String = Hello World

Otherwise, you'll need some type of even handler:

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 
http://www.adobe.com/2006/mxml layout=absolute 
creationComplete=init()

mx:Script
![CDATA[
public var foo:String;
public function init():void {
   foo = Hello World;
}
]]
/mx:Script
/mx:Application

Shan



jmerrill_2001 wrote:


my entire MXML  Actionscript, which I can't see any errors with:

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 
http://www.adobe.com/2006/mxml

layout=absolute
mx:Script
![CDATA[
public var foo:String;
foo = Hello World;
]]
/mx:Script
/mx:Application

I am getting this error on that second line in the script:
1120: Access of undefined property foo.

??? Any ideas? Haven't I already defined the variable foo???

Thanks,

Jason

 




Re: [flexcoders] Flex/Flash on The iPhone ?

2007-01-09 Thread Shannon Hicks
It runs OS X, it runs Safari It even runs widgets... surely it is 
capable of running Flash Player 9. If Apple intends on letting 3rd party 
developers in on the phone, then I bet it'll be included. If 
Apple/Cingular plan on selling more optional applications for the phone, 
perhaps they won't.


On a similar but off-topic note... what of PDF's on the iPhone?

Shan


John Kirby wrote:


After seeing the Steve Jobs MacWorld demo 
(http://events.apple.com.edgesuite.net/j47d52oo/event) of the new 
iPhone which runs a Mac OS X (light)... I can't help but think that 
flex apps can't be far behind?  I can't wait to start!


Anyone at Adobe care to comment on a flash/flex mobile version for the 
iPhone.


This is one very cool device/platform!

.j


--
/Whether you think that you can, or that you can't, you are usually 
right./

 - Henry Ford
 




Re: [flexcoders] Re: Getting duplicate value in my combo box control

2007-01-08 Thread Shannon Hicks
You could have tracked down your problem more easily with some sort of 
HTTP sniffer. I use ServiceCapture. There are others out there that 
support Flash's AMF.


Shan

malik_robinson wrote:


Hi,

for what its worth, I fixed my own problem. In eclipse in a cfc I
believe by default the functions are collapsed visually. I had a
function in the cfc calling another function and in that 2nd function I
had something hardcoded. Once I removed the hardcoded reference
everything worked.

-ws

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, malik_robinson 
[EMAIL PROTECTED]

wrote:

 Hi,

 I did a trace using trace(ObjectUtil.toString(event.result));

 I was able to see what my result handler had and it clearly shows
 duplicate data. I see an array and at position zero[0] and
position[1],
 i see the exact same thing in the flex console when I debug the app.

 At first glance I thought it might be the sql, but the sql is correct,
I
 wrote the results of the query to a file using cffile and all is good,
 somewhere between the function call and the result handler somethin is
 going wrong.

 Any help highly appreciated.

 -Malik

 --- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, malik_robinson Malik_Robinson@

 wrote:
 
  Hi,
 
  I seem to be getting duplicate values being displayed in my combo
box
  component. I am using Flex and CF. The query returns two records
and
  ultimately the combo box gets populated, but it has two values
 
  So I am getting
 
  Project Name:
  XO Project
  XO Project
 
  There are two records that part is right, but the text in the actual
  drop down is duplicated. The query is correct so its not an issue
 with
  the sql and/or my cfc. It seems like there is a problem in the loop
 or
  something, I am not sure.
 
  Here is the combo box code:
 
  ?xml version=1.0 encoding=utf-8?
  mx:ComboBox xmlns:mx=http://www.adobe.com/2006/mxml 
http://www.adobe.com/2006/mxml xmlns=*

  toolTip=List of Projects
  labelField=projectName
 
  mx:Script
  ![CDATA[
  import com.adobe.actors.ApplicationState;
  import com.adobe.actors.Project;
  import mx.collections.ArrayCollection;
  [Bindable]
  public var firstEntry:String = All;
 
  public function selectProject( e:Project ) : void
  {
  var dp:ArrayCollection = dataProvider as
ArrayCollection;
  for(var i:int=0; i  dp.length; i++) {
  var test:Object = dp.getItemAt(i) as Project;
  if( test.id == e.projectId ) {
  selectedIndex = i;
  break;
  }
  }
  }
 
 
 
  ]]
  /mx:Script
  mx:dataProvider
  {ApplicationState.instance.listOfProjects}
  /mx:dataProvider
 
 
  /mx:ComboBox
 
  **
 
  This is a snippet from my ApplicationState.as file
 
  private var _listOfProjects:ArrayCollection;
 
  [Bindable(event=projectsChanged)]
 
  public function set listOfProjects( ac:ArrayCollection ) : void
 {
  _listOfProjects = ac;
  var dummyProject:Project = new Project();
  dummyProject.projectId = ;
  dummyProject.projectName = Select;
 
  _listOfProjects.addItemAt(dummyProject, 0 );
  dispatchEvent( new FlexEvent(projectsChanged) );
  }
 
 
  public function get listOfProjects() : ArrayCollection
 {
  return _listOfProjects;
  }
 


 




Re: [flexcoders] Bah! History manage THIS mother f.....!

2007-01-07 Thread Shannon Hicks
I have this problem, but only on one computer out of 4. It happens when, 
on that computer, I have more than one Flex app open at a time. It 
doesn't matter if I run the debugging plugin or the production plugin, I 
have the same problem. The production plugin, of course, doesn't throw 
an error, but it stalls at the same point, so I have to assume it's the 
same error.


Shan

Mikey wrote:


Howdy all,

Sorry to start my first/second post off on a bad note but it's warrented.

Let's start with the error:
*ArgumentError: Error #2082: Connect failed because the object is 
already connected.

at flash.net::LocalConnection/connect()
at mx.managers::HistoryManagerImpl$iinit()
at mx.managers::HistoryManagerImpl$/getInstance()
at mx.core::Singleton$/getInstance()
at mx.managers::HistoryManager$/get ::impl()
at mx.managers::HistoryManager$/register()
at mx.containers::Accordion/::addedHandler()
at flash.display::DisplayObjectContainer/addChildAt()
at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::$addChildAt()

at mx.core::Container/addChildAt()
at mx.core::Container/addChild()
at mx.core::Container/createComponentFromDescriptor()
at mx.core::Container/createComponentsFromDescriptors()
at mx.core::Container/mx.core:Container::createChildren()
at mx.core::UIComponent/initialize()
at mx.core::Container/initialize()
at mvc.view::LeftMenuView/initialize()
at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
at 
mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()

at mx.core::Container/addChildAt()
at mx.core::Container/addChild()
at mx.core::Container/createComponentFromDescriptor()
at mx.core::Container/createComponentsFromDescriptors()
at mx.core::Container/mx.core:Container::createChildren()
at mx.core::UIComponent/initialize()
at mx.core::Container/initialize()
at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
at 
mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()

at mx.core::Container/addChildAt()
at mx.core::Container/addChild()
at mx.core::Container/createComponentFromDescriptor()
at mx.core::Container/createComponentsFromDescriptors()
at mx.containers::ViewStack/::instantiateSelectedChild()
at mx.containers::ViewStack/mx.containers:ViewStack::commitProperties()
at mx.core::UIComponent/validateProperties()
at mx.managers::LayoutManager/::validateProperties()
at mx.managers::LayoutManager/::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/::callLaterDispatcher2()
at mx.core::UIComponent/::callLaterDispatcher()*


I've looked this error up at Adobe with no further info. It happens 
when an accordian/tab manager gets ctrated. It's happened a few times 
on a few different projects. It's obviously something I'm doing (which 
is hard to grasp as I like all of you write perfect code) as it 
happens when I've added a fair amount of code. I figuerd it was a bug 
but now I'm using 2.0.1 so no go.


Any ideas? Maybe even some pointless mildly amusing rambling to make 
me feel better would be good.


 




[flexcoders] 2.0.1 ListBase.as error

2007-01-06 Thread Shannon Hicks
I have a datagrid with a change event handler. When a user clicks on an 
item, it's supposed to take them to another state. I keep getting a 
Cannot access a property or method of a null object reference error. 
While this is not uncommon for me, the error actually occurs on line 
7029 of ListBase.as:

private function mouseIsUp():void
{
systemManager.removeEventListener(MouseEvent.MOUSE_UP, 
mouseUpHandler, true);
stage.removeEventListener(Event.MOUSE_LEAVE, mouseLeaveHandler);

if (!dragEnabled  dragScrollingInterval != 0)
{
clearInterval(dragScrollingInterval);
dragScrollingInterval = 0;
}
}

The line with the error is stage.removeEventListener(Event.MOUSE_LEAVE, 
mouseLeaveHandler);

Everything worked great before the 2.0.1 update. If I ignore the error, 
everything continues as expected. Any ideas?

Shan



Re: [flexcoders]Eclipse 3.2.1 installed now how to install Flex Builder 2.0.1 plugin

2007-01-05 Thread Shannon Hicks
If you already have Eclipse installed, just install the Eclipse Plugin 
version. It's the same installer, just a different option right at the 
beginning.


Also, 2.0.1 was released very very late last night, but then it turns 
out that it wasn't, exactly. The Mac version seems to be out, but the 
Windows version is missing in action.


Here's my parody of what I think happened:

1/4/2007 @ 11:01 CST
Adobe Employee 1: Ok, Flex 2.0.1 has been launched! We can all go home 
now!
Adobe Employee 2: Great! Let's test the download links, make sure 
they're working.

...
Adobe Employee 2: The Windows version doesn't seem to be downloading 
properly. It's still the old one.

Adobe Employee 1: What Windows version?
Adobe Employee 3: (from across the room) I thought you were writing the 
Windows version.
Adobe Employee 1: Since I got my MacBook Pro, I haven't been using 
Windows. Why would I be writing the Windows version?
Adobe Employee 2: We *all* got MacBook Pro's. Has anyone been using 
Windows?


Yes, I'm certain that the entire Flex team was blinded by the goodness 
of Apple's hardware and software that they clean forgot to produce 2.0.1 
for Windows :)


Shan



dorkie dork from dorktown wrote:


It took me a while to get Eclipse 3.2.1 up and installed the way I 
want it (newbie to eclipse) and I would like to install the Flex 
Builder plugin but I don't want to screw up my existing setup. I'm 
running the installer and it looks like it will over write the Java 
Runtime Environment.


This page has a install guide, *To install Flex Builder 2 Eclipse 
plug-in*: but it doesn't mention anything about if you already have 
Eclipse installed.
http://www.adobe.com/support/documentation/en/flex/2/install.html 
http://www.adobe.com/support/documentation/en/flex/2/install.html


so in one word that sums up all my feelings, help!

ps Flex 2.0.1 was released today!!!
http://www.onflex.org/ted/2007/01/1-one-solid-flex-release-201.php 
http://www.onflex.org/ted/2007/01/1-one-solid-flex-release-201.php



 




Re: [flexcoders] Full Screen Projector File for Flex 2 Swf

2007-01-04 Thread Shannon Hicks
That's Apollo. Now you just have to wait around 8 months (hopefully) for 
the release.


Luis Casillas wrote:
I developed an app in Flex 2 and need a way to turn the created swf 
into an exe that automatically goes into full screen without any user 
interaction. Please help.
 
Luis Casillas


__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
 




RE: [flexcoders] Percentage based width in ActionScript

2006-12-28 Thread Shannon Hicks
There's a simple fix...
 
width = this.width * .9
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Maher
Sent: Thursday, December 28, 2006 11:25 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Percentage based width in ActionScript



Yikes, I am creating a component in ActionScript and adding an HBOX to
it as a child. I want that hbox to fill 90% of the width of this. 

I see on this page
http://livedocs.
http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhel
p.htm?context=LiveDocs_Partsfile=0518.html
macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv
eDocs_Partsfile=0518.html

a comment about percentHeight, percentWidth In MXML tags only...

Come on, really? This seems a very troubling shortcoming. I just know
one of you gurus has figured out a simple fix for this, right?



 


RE: [flexcoders] Who's your ISP?

2006-12-28 Thread Shannon Hicks
CFDynamics was, last I checked, the only shared-hosting company that
supports the flex gateway.
 
Anyone who does dedicated hosting will work, but you have to bring your own
CF license.
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeff Hindman
Sent: Thursday, December 28, 2006 1:52 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Who's your ISP?



Just a quick survey asking who's your favorite ISP that supports Flex 
2.0 with all the bells and whistles (not FDS ... yet). We're 
considering CrystalTech to host our start-up, but are interested in 
exploring other options as well.

Thanks --

-- Jeff Hindman
Simon Software Solutions



 


RE: [flexcoders] Second post: Really stuck on a problem which should be really easy? :(

2006-12-20 Thread Shannon Hicks
We'd have to see more of your code, I think... I don't see anything wrong
with the snippets you put in.
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of rumpleminzeflickr
Sent: Wednesday, December 20, 2006 5:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Second post: Really stuck on a problem which should be
really easy? :(



Hi there,

I'm using the RDS Dataview in Flex Builder 2, and creating .cfc's 
and .as using the coldfusion wizard.

This generates:

- item.cfc
- itemGateway.cfc
- item.as

Great, I can use the get() and getAll() methods of the itemGateway 
fine, but I can't figure out how to save the item.

the itemGateway has this for its save method.

cffunction name=save output=false access=remote
cfargument name=obj required=true /
cfreturn obj.save() /
/cffunction

I've tried:

item.save(itemName); where item is a remote object

mx:RemoteObject id=item
destination=ColdFusion
source=kkmis.models.itemGateway 
mx:method name=get result=dataHandler(event)/
/mx:RemoteObject

[RPC Fault faultString=Could not find the ColdFusion Component 
models.Items. faultCode=Server.Processing faultDetail=Please 
check that the given name is correct and that the component exists.]
at 
mx.rpc::AbstractInvoker/http://www.adobe.
http://www.adobe.com/2006/flex/mx/internal::fa
com/2006/flex/mx/internal::fa
ultHandler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at ::NetConnectionMessageResponder/NetConnectionChannel.as$37:
NetConnectionMessageResponder::statusHandler()
at mx.messaging::MessageResponder/status()

Any ideas? I've been stuck on this for a few weeks now and its really 
bugging me!!



 


RE: [flexcoders] Flex App w/ColdFusion to search PDF content?

2006-12-19 Thread Shannon Hicks
You will want to create a Verity collection of your PDF files... It's all
built-in to ColdFuion, no need for COM or anything else.
 
Look at the livedocs, they should set you on your way.
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Anderson
Sent: Monday, December 18, 2006 11:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex App w/ColdFusion to search PDF content?



Hello All,

I was wondering if it was possible, for ColdFusion to scan a
subdirectory of PDF files, read in each file, and then perform a
Full-Text search - bringing back a list of files containing the search
criteria?

I know ColdFusion has some type of built-in PDF capabilities, but I
think that is to just create PDF files correct?

I suppose, for anything more elaborate, a COM Object would have to be
created within the ColdFusion process, launching an instance of the PDF
Reader (assuming it's installed on the Web Server), and then have the
Reader communicate back with the ColdFusion Server...

Can anybody point me in the right direction, as how to accomplish
something like this?

Thanks in advance, for any advice you can throw my way.

Mike


 


RE: [flexcoders] Adobe site extremely slow

2006-12-19 Thread Shannon Hicks
It seems like the fifth-largest software company should be able to handle
normal traffic, though. Sure, when the Photoshop CS3 beta came out, I knew
the sites would be all but unavailable, but the rest of the time, I expect
better.
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Tuesday, December 19, 2006 1:17 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Adobe site extremely slow




It may be traffic-oriented.  It seems to be much worse in the afternoon (US
Eastern time zone) than in the morning.

Tracy

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ralf Bokelberg
Sent: Tuesday, December 19, 2006 7:53 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Adobe site extremely slow

Whenever i try to watch some webpage on the Adobe site it is extremely
slow. Be it the flex documentation, be it the flex exchange or be it
the new flex cookbook. I mean, how can Google search the whole
internet in a split of a second, and Adobe needs like 30 seconds to
open a webpage?
I wonder, if i'm the only one who encounters that. Or is it a
german/european problem?

I guess, it would be very helpful to sell flex to developers, if Adobe
could make the flex documentation site faster. At least i'm always
very delighted about speed and completeness of information, when i
have to look something up at MSDN.

Cheers,
Ralf.

-- 
Ralf Bokelberg ralf.bokelberg@ mailto:ralf.bokelberg%40gmail.com
gmail.com
Flex  Flash Consultant based in Cologne/Germany

 


[flexcoders] Moving an Alert box

2006-12-17 Thread Shannon Hicks
I'm having problems moving an alert box. I've created a custom class that is
my remote error handler:
 
mx:method name=getSomething result=getSomethingResult(event)
fault=ErrorManager.remoteError(event)/
 
The ErrorManager.remoteError() method looks more or less like this:
 
  public static function remoteError(event:FaultEvent):void {
   var vMessage:ErrorMessage = event.message as ErrorMessage;
   var myAlert:Alert;
 
   CursorManager.removeAllCursors();
   
myAlert = Alert.show(event.fault.faultDetail,event.fault.faultString);
var pt1:Point = new Point(0,0);
pt1 = myAlert.localToGlobal(pt1);
var newY:Number = (pt1.y - 150) * -1;
myAlert.y = newY;
  }

Now, localToGlobal(pt1) always returns 0,0. Any idea how I can find the
place on the global stage?
 
Shan


RE: [flexcoders] how to stop tab from changing

2006-12-06 Thread Shannon Hicks
I did this (ironic I had the same problem at the same time), but now I have
the undesired effect of the tab switching, then immediately switching back.
 
Suggestions?
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Tuesday, December 05, 2006 11:39 AM
To: flexcoders@yahoogroups.com
Subject: [Junk E-Mail - LOW] RE: [flexcoders] how to stop tab from changing




Hmm, that looks ok.  Maybe a timing issue with the rendering? Try setting
the selectedIndex using callLater.

Tracy

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Yiðit Boyar
Sent: Tuesday, December 05, 2006 7:58 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] how to stop tab from changing

i have an accordion, in which when the user clicks sth inside the first tab;
the second tab is loaded.
the problem is that; i have to prevent user from opening the second tab. i
need to show an error and reselect the 1st tab.
to make this; i have added an event listener for the change event of the
accordion but; i can give the error, but can not
reselect tab 0.
my code is below, can anyone help me please?
thanks..
---
private function tabChangeControl(e:Event):void{
if(accordi.selectedIndex == 1  bilgiler.enabled==false){
e.preventDefault();
Alert.show('Önce görev seçmelisiniz','Hata'); //error
message
accordi.selectedIndex=0; //THIS DOES NOT WORK!!!
}
}

  _  

Need a quick answer? Get one in minutes from people who know. Ask your
question on Yahoo!
http://answers.yahoo.com/;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1
NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx Answers.

 


RE: [flexcoders] adding a CSS programmatically in .as file ?

2006-12-03 Thread Shannon Hicks
It's setStyle() you're looking for.
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of arpan srivastava
Sent: Sunday, December 03, 2006 10:26 PM
To: Flex Coders; Flex Components
Subject: [flexcoders] adding a CSS programmatically in .as file ?




Hi,
Is there anyway we can add CSS programmatically  in .as file rather
than adding in the mxml file with mx:style /  tag.


  _  

Access over 1 million songs - Yahoo!
http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=36035/*http://music.yahoo.c
om/unlimited/ Music Unlimited. 

 


RE: [flexcoders] accessing variables through events

2006-11-28 Thread Shannon Hicks
You don't. You would want to create a new custom event that extends
MouseEvent, adding in the parameter you want to pass.
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeremy Tooley
Sent: Monday, November 27, 2006 9:46 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] accessing variables through events



Quick question regarding accessing variables.

I have the following code

public function tracePath():void {

for (var i:int = 0; i  photoFeed.menu.submenu.length(); i++) {
trace([EMAIL PROTECTED])
var results:XMLList = 
[EMAIL PROTECTED];
trace(results);
trace (i);
var myUIComponent:UIComponent = new UIComponent();

myUIComponent.graphics.beginFill(0xFFCC00);
myUIComponent.graphics.drawCircle(60*i, 30, 30);
myUIComponent.buttonMode = true;
myUIComponent.useHandCursor = true;
myUIComponent.addEventListener(MouseEvent.CLICK, 
mouseClickHandler);

this.addChild(myUIComponent);

}
trace(photoFeed.menu.submenu.length() +hello);
}

and I access using this function
public function mouseClickHandler(event:MouseEvent):void{
trace(this.i);
}

My question is... how do I access the i variable from within the 
mouseClickHandler() function
so I could find out certain properties. The above code does not seem to 
find the i based on the dynamically created component.

I really want to be able to find out the list collection based on click.

Thanks
Jeremy


 


RE: [Junk E-Mail - LOW] [flexcoders] Re: IFrame Troubles

2006-11-27 Thread Shannon Hicks
You'll always have to change the HTML wrapper... you can't do IFrames
actually having an IFrame in your HTML.
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of s_hernandez01
Sent: Monday, November 27, 2006 10:25 AM
To: flexcoders@yahoogroups.com
Subject: [Junk E-Mail - LOW] [flexcoders] Re: IFrame Troubles



Hey Brian, so would I have to deselect the wrapper in my own project
and then update my html file in my project with your code? There's no
way I can just call it externally like an external component?

--- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com,
Brian Deitte [EMAIL PROTECTED] wrote:

 Hi Sal, did my response on my blog make any sense? I think the issue
 you are running into is that you need to have your HTML updated in your
 own project. With this change, you can then copy and paste the code
 into the project. You'll need to make the following changes, taking
 them from IFrameDemo.html:
 
 1. wmode set to opaque
 2. the moveIFrame,hideIFrame,showIFrame,loadIFrame methods
 3. the 'myFrame' div
 
 
 
 
 
 From: [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com
 [mailto:[EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com]
On Behalf Of s_hernandez01
 Sent: Monday, November 27, 2006 9:40 AM
 To: [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com
 Subject: [flexcoders] IFrame Troubles
 
 
 
 Hey there, I recently downloaded the IFrame created by
 Christophe
 Coenraets. However, his version is from 1.5 so I used the
 updated
 version by Deitte
 (http://www.deitte.
http://www.deitte.com/archives/2006/08/finally_updated.htm
com/archives/2006/08/finally_updated.htm
 http://www.deitte.
http://www.deitte.com/archives/2006/08/finally_updated.htm
com/archives/2006/08/finally_updated.htm ). Now, I
 tried copying and pasting the code in an app that I already
 created,
 but that method did not work, it seems that the only way it will
 work
 is using the already designed app for the IFrame. So, my
 question is
 how do I call an app within an app in Flex 2.0? Similar to the
 way
 you call an external component, I want to call an external app
 that is
 in my project foler. Any advice to this problem or any solutions
 on a
 different approach would be great. Thanks everyone.
 
 -Sal




 


RE: [flexcoders] VBox Size Listener?

2006-11-26 Thread Shannon Hicks
I think there's an onResize property.
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of {reduxdj}
Sent: Sunday, November 26, 2006 6:44 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] VBox Size Listener?



I have a vBox in my main application and when I add content to the vBox, 
the size changes. Is there a way that I can add a listener to the size 
of this box, and when it changes size, make it animate? I am sure there 
is, but I am not sure how to go about this effect.

Any ideas, thanks,
Patrick



 


RE: [flexcoders] resizing the datagrid ?

2006-11-25 Thread Shannon Hicks
I ended up having to calculate out the datagrid height after I populated
it... the code looked something like this:
 
populateGrid(event:ResultEvent):void {
   acGridData = event.resut as ArrayCollection;
 
callLater(resizeGrid); 
}
 
resizeGrid():void {
myGrid.height =
myGrid.measureHeightOfItems(-1,myGrid.dataProvider.length + 1);
}
 
I also had to set myGrid's verticalScrollPolicy = off
 
I had to callLater because the calculation was always wrong otherwise.
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of arpan srivastava
Sent: Saturday, November 25, 2006 5:59 AM
To: Flex Coders; Flex Components
Subject: [flexcoders] resizing the datagrid ?




Hi ,
   I facing a lot of problem for resizing the datagrid. I have created a
datagrid component which I am placing in a HBox. 
I have to set the size of datagrid in percentage to make it resizable. Can
anyone tell me what properties of datagrid can I set in percentage, I need
to keep rowcount constant, that means rowheight will vary, now if I set
pecentageHeight to some value say 90%, it calculates the rowheight and also
the rowcount on it's own, so sometimes I get a extra empty row at the bottom
and sometimes the last row  appears half. 



 


RE: [Junk E-Mail - LOW] [flexcoders] GLOBAL functions?

2006-11-25 Thread Shannon Hicks
You'll want to create a new actionscript class. In there, you can create
your functions, and then in whatever files you need, you can just do an:
 
include com.mycompany.myglobalfunctions
 
And make the call:
 
com.mycompany.myglobalfunctions.someMethod();
 
Shan

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Steve Kellogg @ Project SOC
Sent: Saturday, November 25, 2006 11:05 AM
To: flexcoders@yahoogroups.com
Subject: [Junk E-Mail - LOW] [flexcoders] GLOBAL functions?




Hello,

I've got some functions and variables in my main MXML file that I need to
access from other MXMLs in the project.  For  some reason, I can't seem to
figure out how to do this.  I've (obviously) checked the documentation
looking for a 'global' keyword, or for an  'extern' keyword or for some
other way to do this.

I'm sure I'm missing something obvious.  Could someone point me in the right
direction?

Thanks in advance,

Steve

Steve Kellogg

Peak8 Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax: 303.415.2597

E-Mail: [EMAIL PROTECTED]

 


RE: [flexcoders] How to handle an event and call a method to it's parent?

2006-11-16 Thread Shannon Hicks
Best practice would be to have your component fire off a custom event that
bubbles... Then, the parent can just listen for the event.
 
Shan

   _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of dj
Sent: Thursday, November 16, 2006 6:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to handle an event and call a method to it's
parent?



Hi:

This doesn't work, what's the best practice?

mx:RadioButton groupName=pollq id=option1 label=Who's The Baddest 
Player of them All? itemClick=parent.-handleCard(-event);/-

Thanks,
Patrick



 


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.14.6/535 - Release Date: 11/15/2006
3:47 PM



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.14.6/535 - Release Date: 11/15/2006
3:47 PM
 


RE: [Junk E-Mail - LOW] [flexcoders] minor bug at combobox

2006-11-07 Thread Shannon Hicks





We saw this bug awhile back in the list... Make the name of 
the first item " " instead of "" and the problem goes away.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Luis 
EduardoSent: Tuesday, November 07, 2006 12:49 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] 
minor bug at combobox


hi,if you execute this sample app, you will find strange gaps 
inside the dropdwon list of the combobox as you move the scrollbar.i 
really dont know why this but i think that is a bug.?xml 
version="1.0"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
width="100%" height="100%"mx:XMLList 
id="lista"entry Id="0" Name=""/entry Id="1" 
Name="name01"/entry Id="2" Name="name02"/entry 
Id="3" Name="name03"/entry Id="4" 
Name="name04"/entry Id="5" Name="name05"/entry 
Id="6" Name="name06"/entry Id="7" 
Name="name07"/entry Id="8" Name="name08"/entry 
Id="9" Name="name09"/entry Id="10" 
Name="name10"/entry Id="11" 
Name="name11"/entry Id="12" 
Name="name12"/entry Id="13" 
Name="name13"/entry Id="14" 
Name="name14"/entry Id="15" 
Name="name15"/entry Id="16" 
Name="name16"//mx:XMLListmx:Panel width="100%" 
height="100%"mx:VBox width="100%" height="100%" 
verticalAlign="middle" 
horizontalAlign="center"mx:ComboBox 
dataProvider="{lista}" rowCount="5" 
labelField="@Name"//mx:VBox/mx:Panel/mx:Applicationi 
said this is minor because the workaround is quite simple. Just trade the 
empty Name="" at the first row for a space like Name=" " and all goes 
rigth.well... i know this is simple but i feel on the duty to report 
;)[]'s,Luís 
Eduardo___ 
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. 
Registre seu aparelho agora! http://br.mobile.yahoo.com/mailalertas/ 

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.5.430 / Virus Database: 268.13.30/521 - Release 
Date: 11/7/2006 3:30 AM
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.30/521 - Release Date: 11/7/2006 3:30 AM
 


RE: [Junk E-Mail - LOW] [flexcoders] hostmysite.com...RemoteObject not working

2006-11-04 Thread Shannon Hicks





I'm pretty sure the only (shared)hosting company that 
supports remote object is CFDynamics

http://www.cfdynamics.com/

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
qnotemediaSent: Saturday, November 04, 2006 10:01 
AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - 
LOW] [flexcoders] hostmysite.com...RemoteObject not working


Hi all - back from MAX, and I'm finally using RemoteObject!I have a 
simple calendar application. All is working fine with my dev copy of 
ColdFusion, but when I put it up on hostmysite.com it fails to connect - 
error follows at the end of this post. The remoteobject looks like 
this.mx:RemoteObjectid="calendarRO" 
destination="ColdFusion"source="g3calendar.cfcs.CalendarGateway"mx:method 
name="getAll" 
result="getAllHandler(event)"//mx:RemoteObjectI 
have tried with and without "g3calendar" in the source, though I think its 
finding the CFC, because instead, I would get a "CFC not found" 
right?I used the make CFCs wizard in Flex Builder 2.They do have the 
servers updated to v7.02.I have double-checked that the datasource is 
working.I have made a CFMapping to the g3calendar folder.Other Flex Apps 
work fine via WebService and HTTPService.Here is the error - not quite 
sure how to toubleshoot this!- Chris[RPC Fault 
faultString="Send failed" 
faultCode="Client.Error.MessageSend" 
faultDetail="Channel.Connect.Failed error 
NetConnection.Call.Failed: HTTP: Status 500"]at 
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()at 
mx.rpc::Responder/fault()at mx.rpc::AsyncRequest/fault()at 
mx.messaging::ChannelSet/::faultPendingSends()at 
mx.messaging::ChannelSet/channelFaultHandler()at 
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()at 
flash.events::EventDispatcher/dispatchEvent()at 
mx.messaging::Channel/mx.messaging:Channel::connectFailed()at 
mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingChannel::connectFailed()at 
mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::statusHandler()
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.5.430 / Virus Database: 268.13.27/517 - Release 
Date: 11/3/2006 4:30 PM
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.27/517 - Release Date: 11/3/2006 4:30 PM
 


RE: [flexcoders] Isn´t there any release of Adobe Ap ollo yet? Alpha maybe....

2006-11-03 Thread Shannon Hicks





And you think that the other projects released on Labs 
don't have the same effect?

I'm sure that Lightroom and Soundbooth are going to attract 
more downloads than Apollo (from Labs, anyway).

:)

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew D. 
GoodfellowSent: Thursday, November 02, 2006 11:29 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Isn´t there any 
release of Adobe Apollo yet? Alpha maybe


All the features everyone has mentioned are very exciting. However right now 
I am only excited about one single Apollo feature. IMHO It's the most important 
feature, for me at least, of Apollo bar none. What could that feature be? It's 
the Apollo Public Release Date feature! ;o) You better cluster and load 
balance the web servers once you announce it's download location, because that 
address is gonna get buried with requests about 5 minutes 
later...-Andy
On 10/31/06, Gordon 
Smith [EMAIL PROTECTED]com 
wrote:

  
  
  
  
  
  
  Just wondering, since I'm working on it... what features of Apollo are people most 
  excited about?
  
  - 
  Gordon
  
  
  
  
  
  From: 
  [EMAIL PROTECTED]ups.com 
  [mailto: flexcoders@yahoogroups.com] On Behalf Of 
  Andrew D. GoodfellowSent: Tuesday, October 31, 2006 6:15 
  AMTo: [EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Isn´t there any 
  release of Adobe Apollo yet? Alpha maybe
  
  
  
  
  Yep, 
  I know how you feel. The suspense is 
  brutal. I could have already built and 
  sold like 8 products built on it.There are probably too many holes 
  in it still, or at least that's what 
  I keep telling myself. 
  :o)-Andy
  
  On 10/31/06, 
  arianrechia arianrechia@yahoo.com.br 
  wrote:
  
  
  
  
  Hi 
  people,I´m very exciting about Adobe Apollo, and I´ve been looking for somedownload to try the Apollo SDK, 
  but with no success =(anyone already have a apollo alpha 
  realease??thanxs
  
  
  

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.5.430 / Virus Database: 268.13.23/513 - Release 
Date: 11/2/2006 7:40 AM
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.25/515 - Release Date: 11/3/2006 5:15 AM
 


RE: [Junk E-Mail - LOW] RE: [flexcoders] Re: Date Bug?

2006-11-03 Thread Shannon Hicks





I had this EXACT same problem... but get 
this:

In flash, I use a datepicker. In CF, I use cfsql_date, and 
in mysql the column it's stored in is date.

So, timezones shouldn't matter, since I'm never dealing 
with time.

The data gets saved to the database as the incorrect 
date.

I asked the Flex guys at MAX, but the suggestions there 
didn't help. I'm in CST, and so far nobody else with the problem has been in the 
CST timezone.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Battershall, 
JeffSent: Wednesday, November 01, 2006 4:26 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] RE: 
[flexcoders] Re: Date Bug?


Doug,I did think of that - but the date issue was demonstrated at 
11:00 AMPST/1:00 DST. I'm thinking that this behavior could be replicated 
prettyeasily - we worked around it by passing simple strings as I said. 
Jeff-Original Message-From: [EMAIL PROTECTED]ups.com 
[mailto:[EMAIL PROTECTED]ups.com] 
OnBehalf Of Doug LowderSent: Wednesday, November 01, 2006 3:57 PMTo: 
[EMAIL PROTECTED]ups.comSubject: 
[flexcoders] Re: Date Bug?I'm doubtful this is a bug because of the fact 
that you are dealing with two timezones. The Date class converts times to 
client-local values based on the OS's timezone setting, so if the time in 
question is between 12:00 and 2:59 AM Eastern you will see a date of one 
day earlier when viewed in Pacific timezone. You can do some testing with 
date.toUTCString() to make sure dates/times are the same no matter what 
the client timezone is.Doug--- In [EMAIL PROTECTED]ups.com, 
"Battershall, Jeff" jeff.battershall@... wrote: 
Some interesting behavior turned up by populating a combox boxwith 
some dates pulled from a CFQUERY-driven dataprovider and passing 
theselected date back via post to a CF page. Certain users would 
consistentlyget the date back one day earlier than was intended. Has 
anyone seen  anything like this? I'm on the East Coast and the user in 
questionwas on the West Coast if that matters (and I don't think it 
should).  What I've had to do is 'dumb it down' by passing a 
simple string  ddmm and then parsing it on the CF side of things 
after thepost operation - something about date handling within 
Player 9 seems alittle quirky. In other words I eliminated all date 
parsing from remoteobject back to Flex and Flex back to CF. 
 Note that the user had the same exact behavior on IE or 
Firefox.Any insight appreciated!  Jeff 
Battershall Application Architect Dow Jones Indexes 
jeff.battershall@... (609) 520-5637 (p) (484) 477-9900 
(c)--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links
--No virus found in this incoming message.Checked by AVG 
Free Edition.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.

 


RE: [Junk E-Mail - LOW] RE: [flexcoders] Re: Date Bug?

2006-11-03 Thread Shannon Hicks





I've found the problem (thanks Service Capture, as 
usual).

Flash passes back a timestamp, not just a date, when using 
the datefield. So, I'd pass back "Tue Aug 29 :00:00:00 EDT 2006". Of course, CF 
thinks that you want to convert a timestamp to a date, and does the timezone 
conversion automatically, making it Tue Aug 28.

Ugh.

Guess I need to pass back a string 
instead.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Battershall, 
JeffSent: Wednesday, November 01, 2006 4:26 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] RE: 
[flexcoders] Re: Date Bug?


Doug,I did think of that - but the date issue was demonstrated at 
11:00 AMPST/1:00 DST. I'm thinking that this behavior could be replicated 
prettyeasily - we worked around it by passing simple strings as I said. 
Jeff-Original Message-From: [EMAIL PROTECTED]ups.com 
[mailto:[EMAIL PROTECTED]ups.com] 
OnBehalf Of Doug LowderSent: Wednesday, November 01, 2006 3:57 PMTo: 
[EMAIL PROTECTED]ups.comSubject: 
[flexcoders] Re: Date Bug?I'm doubtful this is a bug because of the fact 
that you are dealing with two timezones. The Date class converts times to 
client-local values based on the OS's timezone setting, so if the time in 
question is between 12:00 and 2:59 AM Eastern you will see a date of one 
day earlier when viewed in Pacific timezone. You can do some testing with 
date.toUTCString() to make sure dates/times are the same no matter what 
the client timezone is.Doug--- In [EMAIL PROTECTED]ups.com, 
"Battershall, Jeff" jeff.battershall@... wrote: 
Some interesting behavior turned up by populating a combox boxwith 
some dates pulled from a CFQUERY-driven dataprovider and passing 
theselected date back via post to a CF page. Certain users would 
consistentlyget the date back one day earlier than was intended. Has 
anyone seen  anything like this? I'm on the East Coast and the user in 
questionwas on the West Coast if that matters (and I don't think it 
should).  What I've had to do is 'dumb it down' by passing a 
simple string  ddmm and then parsing it on the CF side of things 
after thepost operation - something about date handling within 
Player 9 seems alittle quirky. In other words I eliminated all date 
parsing from remoteobject back to Flex and Flex back to CF. 
 Note that the user had the same exact behavior on IE or 
Firefox.Any insight appreciated!  Jeff 
Battershall Application Architect Dow Jones Indexes 
jeff.battershall@... (609) 520-5637 (p) (484) 477-9900 
(c)--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links
--No virus found in this incoming message.Checked by AVG 
Free Edition.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.25/515 - Release Date: 11/3/2006 5:15 AM
 


RE: [flexcoders] AMF3 Remoting+CF w/ same CF session?

2006-11-03 Thread Shannon Hicks





Yes. I'm doing it right now.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of John C. Bland 
IISent: Tuesday, October 31, 2006 9:54 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] 
AMF3 Remoting+CF w/ same CF session?



I looked through the archives and I'm not 100% sure anyone has answered 
this.

Yes or no? (or Yes/No/Kinda and here's why/Kinda and here's why not)

When I make my Remoting call, CAN CF use the same session the user has in 
the regular browser.cfm's? Meaning, Flex is not the whole site. It is 
merely a widget (well, collection of widgets). For this one in particular, we 
HAVE to have the same session so we can get the current users info. 

Before this happened automagically for you. Now, not so much so.-- John C. Bland IIChief GeekKatapult Media, Inc. - www.katapultmedia.com---Biz 
Blog - http://blogs.katapultmedia.com/jb2Personal 
Blog - http://blog.blandfamilyonline.comhttp://www.lifthimhigh.com - 
"Christian Products for Those Bold Enough to Wear Them"Home of FMUG.az - http://www.gotoandstop.orgHome of 
AZCFUG - http://www.azcfug.org 

--No virus found in this incoming message.Checked by AVG 
Free Edition.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.

 


RE: [Junk E-Mail - LOW] Re: [flexcoders] Crazy Issue

2006-11-02 Thread Shannon Hicks





I've only seen that type of issue when I've had some bad 
JOIN code in my SQL... pulls back more than 1 record when only 1 was 
expected

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Rich 
TretolaSent: Thursday, November 02, 2006 9:06 AMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: 
[flexcoders] Crazy Issue


The id is only set one time on a function that run on creationComplete of the 
Application tag and is only set from the flashVars value from the url so I don't 
see how it could have been overwritten without changing the url and refreshing 
the jsp page. My concern is that there was some kind of session confusion 
on the j2ee side but that doesn't really seem possible either as the object is 
passed comletely with all of the values including the id already set from the 
flex app. Rich
On 11/2/06, Paul 
Andrews [EMAIL PROTECTED]com wrote:

  
  No particular theories, but it sounds like you need 
  some debugging/audit trail to be able to monitor what's really 
  happenning. In the scale of things hundreds of records may not show up a bug 
  in your software. If I had a wild guess, something's gone wrong causing the ID 
  to be overwritten, or an old ID to remain in place rather than be 
  overwritten.
  
  Good luck.
  
  
- 
Original Message - 
From: 
Rich Tretola 
To: 
[EMAIL PROTECTED]ups.com 
Sent: 
Thursday, November 02, 2006 1:52 PM
Subject: 
[flexcoders] Crazy Issue 
Although there is no proof that this actually occured as 
stated. I am getting feedback from management that the following 
occured.Here is the setup.A flex2 swf running within a .jsp 
reads in a url variable using request.getParameter(). The 
variable is passed into the swf using flashVars and stored as a property of 
the model. The application loads specific data based on that model.id. The application 
then allows the user to input data and attaches the model.id to the object and then 
saves it to the database through a remote object java/hibernate backend. 
Management is telling me that a record in the database shows a 
different id than the one that was passed into the application through 
flashVars. I don't see any way this could be possible but thought I 
would throw it out to the list. There have been hundeds of records 
that have been saved properly and only one in question. The 
only thing I can think of is that the user either went to the wrong url or 
edited the id url variable. Both of these seem unlikely 
however.Any one have any theories?Rich-- Rich Tretolamx:EverythingFlex/http://www.EverythingFlex.com 

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.5.430 / Virus Database: 268.13.23/513 - Release 
Date: 11/2/2006 7:40 AM
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.23/513 - Release Date: 11/2/2006 7:40 AM
 


RE: [flexcoders] Disabling mouse/keyboard interaction while BusyCursor is set

2006-11-02 Thread Shannon Hicks





I've used the PopUpManager to create modal dialog boxes 
with progress bars.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
lokesh2084Sent: Thursday, November 02, 2006 10:07 
AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
Disabling mouse/keyboard interaction while BusyCursor is 
set


When fetching large sets of data to populate some of our screens, theuser 
gets a little time to watch the busy cursor spin around.Temptation to click 
buttons and other interface elements exists andthis can cause unwanted 
results. Just curious on how others havehandled this.Disabled all 
keyboard, mouse interaction? Hid problem UI elements tilldata has been 
fetched? Loaded everything up front and used a progressbar? any comments are 
appreciated.--Lokesh
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.5.430 / Virus Database: 268.13.23/513 - Release 
Date: 11/2/2006 7:40 AM
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.23/513 - Release Date: 11/2/2006 7:40 AM
 


[flexcoders] Unsupported File Type error

2006-11-02 Thread Shannon Hicks





I accidentally right-clicked the wrong file (styles.css) in my project and 
told FB2 to make it the default application. I set the correct file to the 
default application file, but now I can't get rid of the error "Unsupported file 
type: c:\blahblahblah\styles.css"I've done cleans, closed/opened the 
project and eclipse to no avail. How can I fix this? I can't build my project 
till the error goes away, of course. 

Shan
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.23/513 - Release Date: 11/2/2006 7:40 AM
 


RE: [Junk E-Mail - LOW] Re: [flexcoders] Unsupported File Type error

2006-11-02 Thread Shannon Hicks





Followed your steps, didn't fix the 
problem.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Igor 
CostaSent: Thursday, November 02, 2006 12:03 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: 
[flexcoders] Unsupported File Type error


Just click on the right proper Application.mxml that you have and set as 
default Application, than click on Build Automatly and disable this option than, 
just go again in the project menu and clean the project.So, just enable 
again the build Auto and test your app. will stop your error. 
Regards.
On 11/2/06, Shannon 
Hicks [EMAIL PROTECTED]com 
wrote:

  
  
  
  
  
  I accidentally right-clicked the wrong file (styles.css) in my project 
  and told FB2 to make it the default application. I set the correct file to the 
  default application file, but now I can't get rid of the error "Unsupported 
  file type: c:\blahblahblah\styles.css"I've done cleans, 
  closed/opened the project and eclipse to no avail. How can I fix this? I can't 
  build my project till the error goes away, of course. 
  
  Shan
  --No virus found in this outgoing message.Checked by 
  AVG Free Edition.Version: 7.5.430 / Virus Database: 268.13.23/513 - 
  Release Date: 11/2/2006 7:40 AM
  -- 
Igor Costawww.igorcosta.com 

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.5.430 / Virus Database: 268.13.23/513 - Release 
Date: 11/2/2006 7:40 AM
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.23/513 - Release Date: 11/2/2006 7:40 AM
 


RE: [Junk E-Mail - LOW] RE: [flexcoders] Isn ´t there any release of Adobe Apollo yet? Alpha maybe. ...

2006-11-01 Thread Shannon Hicks





As for the system-tray notification They said they'd 
like to do it for Apollo.

The only problem with some of the features I've seen on 
this forum are OS-specific, and Adobe is trying hard to keep all features 
available on all platforms. So, for instance, you're not going to be able to use 
a COM object directly in Apollo, since it's not supported in the MacOS or Linux. 
The system tray, however, does translate nicely to the OS X dock, but how would 
that translate over to all the flavors of Linux they hope to 
support?

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios 
GianninasSent: Wednesday, November 01, 2006 8:02 AMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] RE: 
[flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha 
maybe



1) Since no more browser, I can know exactly when the app 
is being terminated

2) file IO

** below are the things I hope it can do 
***

3) interaction between a flex app and other apps (ex.: 
excel)

4) ability to make system tray notification, to let the 
user know that data changes have occured in the flex app

Dimitrios 
Gianninas
RIA 
Developer
Optimal 
Payments Inc.



From: [EMAIL PROTECTED]ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon 
SmithSent: Tuesday, October 31, 2006 3:41 PMTo: 
[EMAIL PROTECTED]ups.comSubject: RE: [flexcoders] Isn´t there 
any release of Adobe Apollo yet? Alpha maybe




Just wondering, since 
I'm working on it... what features of Apollo are people most excited 
about?

- 
Gordon





From: 
[EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Andrew D. 
GoodfellowSent: Tuesday, 
October 31, 2006 6:15 AMTo: 
[EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Isn´t there any 
release of Adobe Apollo yet? Alpha maybe




Yep, I know 
how you feel. The suspense is brutal. I could have already built and sold like 8 
products built on it.There are probably too many holes in it still, or 
at least that's what I keep telling myself. 
:o)-Andy

On 10/31/06, arianrechia arianrechia@yahoo.com.br 
wrote:




Hi people,I´m very exciting about Adobe Apollo, and 
I´ve been looking for somedownload to try the Apollo SDK, but with no 
success =(anyone already have a apollo alpha 
realease??thanxs




  
  

  AVIS 
  IMPORTANT

  WARNING
  

  Ce message 
  électronique et ses pièces jointes peuvent contenir des renseignements 
  confidentiels, exclusifs ou légalement privilégiés destinés au seul usage 
  du destinataire visé. L'expéditeur original ne renonce à aucun privilège 
  ou à aucun autre droit si le présent message a été transmis 
  involontairement ou s'il est retransmis sans son autorisation. Si vous 
  n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu 
  par erreur, veuillez cesser immédiatement de le lire et le supprimer, 
  ainsi que toutes ses pièces jointes, de votre système. La lecture, la 
  distribution, la copie ou tout autre usage du présent message ou de ses 
  pièces jointes par des personnes autres que le destinataire visé ne sont 
  pas autorisés et pourraient être illégaux. Si vous avez reçu ce courrier 
  électronique par erreur, veuillez en aviser 
l'expéditeur.

  This 
  electronic message and its attachments may contain confidential, 
  proprietary or legally privileged information, which is solely for the use 
  of the intended recipient. No privilege or other rights are waived by any 
  unintended transmission or unauthorized retransmission of this message. If 
  you are not the intended recipient of this message, or if you have 
  received it in error, you should immediately stop reading this message and 
  delete it and all attachments from your system. The reading, distribution, 
  copying or other use of this message or its attachments by unintended 
  recipients is unauthorized and may be unlawful. If you have received this 
  e-mail in error, please notify the 
sender.

--No virus found in this incoming message.Checked by AVG 
Free Edition.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to 

RE: [flexcoders] Installing FDS As Win2003 WebService

2006-11-01 Thread Shannon Hicks





But there's no version of JRun that is free, and for a 
production environment, correct?

It kind of defeats the purpose of FDS Express... a 
free,limited production license that requires you to buy a JRun 
license?

Hopefully I'm mis-understanding, and you'll point me to 
some FDS-specific, production version of JRun:)

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Cathy 
ReillySent: Wednesday, November 01, 2006 8:38 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Installing FDS As 
Win2003 WebService



The development version of JRun included with FDS does not 
include the Windows Service functionality. If you require this 
functionality, you may download JRun from the Adobe web site and deploy the FDS 
wars.

- Cathy


From: [EMAIL PROTECTED]ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Shannon 
HicksSent: Tuesday, October 31, 2006 4:36 PMTo: 
[EMAIL PROTECTED]ups.comSubject: RE: [flexcoders] Installing 
FDS As Win2003 WebService



I wasn't able to get jrunsvc to work with what came 
with FDS 2 Express, so I ended up installing Tomcat instead. It took awhile to 
figure out, having never used Tomcat before, but I pieced together the install 
process form a few different resources, and put it in one handy step-by-step 
guide:

http://www.webapper.net/index.cfm/2006/10/31/Installing-Flex-Data-Services-2-Express-on-Tomcat-for-Dummies

Shan


From: [EMAIL PROTECTED]ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of João 
FernandesSent: Monday, October 02, 2006 7:27 AMTo: 
[EMAIL PROTECTED]ups.comSubject: [Junk E-Mail - LOW] RE: 
[flexcoders] Installing FDS As Win2003 WebService




What is your server 
called? 

If your java server 
instance is called fds and located inside drive:\{jrun.home}\servers\ run 
the command from the bin folder drive:\{jrun.home}\bin 
:

jrunsvc -install fds 
"Flex Data Service" "Flex Data Service" 

João 
Fernandes





From: [EMAIL PROTECTED]ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Francois DejardinSent: segunda-feira, 2 de Outubro de 2006 
12:51To: 
[EMAIL PROTECTED]ups.comSubject: [flexcoders] Installing FDS As 
Win2003 WebService





Hi all,I'm trying to install fds as service on 
Win2003.. i've read that it was possible with jrunsvc but it doesn't work 
with the following command line : jrunsvc.exe -install jrun-server "Flex 
data service" "Flex Data Service"(I find the jrunsvc from Coldfusion 
installation directory)Is it something wrong ? 
regards

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.407 / Virus Database: 268.12.11/460 - Release 
Date: 10/1/2006
--No virus found in this outgoing message.Checked by AVG 
Free Edition.


--No virus found in this incoming message.Checked by AVG 
Free Edition.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.

 


RE: [Junk E-Mail - LOW] [flexcoders] Re: Installing FDS As Win2003 WebService

2006-11-01 Thread Shannon Hicks





The point of using Tomcat was so there was nothing to 
buy... IMHO, I have no preference of Tomcat vs. JRun vs. Websphere vs. (continue 
list here) except that the task I was trying to accomplish was to make FDS 
Express production-ready without spending any money, so that it was as truly 
free as advertised :)

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Michael 
LabriolaSent: Wednesday, November 01, 2006 9:44 AMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] 
Re: Installing FDS As Win2003 WebService


Check out fireDaemon, it is handy for this type of situation:http://www.firedaemon.com/It 
will let you run the command line integrated jrun fds as a 
service.--Mike--- In [EMAIL PROTECTED]ups.com, 
"Shannon Hicks" [EMAIL PROTECTED] wrote: But there's no version 
of JRun that is free, and for a production environment, correct? 
 It kind of defeats the purpose of FDS Express... a free, 
limitedproduction license that requires you to buy a JRun 
license?  Hopefully I'm mis-understanding, and you'll point me 
to someFDS-specific, production version of JRun:)  
Shan  _   From: [EMAIL PROTECTED]ups.com 
[mailto:[EMAIL PROTECTED]ups.com] 
On Behalf Of Cathy Reilly Sent: Wednesday, November 01, 2006 
8:38 AM To: [EMAIL PROTECTED]ups.com 
Subject: RE: [flexcoders] Installing FDS As Win2003 WebService  
   The development version of JRun included with FDS 
does not include the Windows Service functionality. If you require this 
functionality,you may download JRun from the Adobe web site and 
deploy the FDS wars.  - Cathy  _  
 From: [EMAIL PROTECTED].. [mailto:flexcoders@...] On 
Behalf Of Shannon Hicks Sent: Tuesday, October 31, 2006 4:36 PM 
To: [EMAIL PROTECTED].. Subject: RE: [flexcoders] Installing FDS As 
Win2003 WebService I wasn't able to 
get jrunsvc to work with what came with FDS 2Express, so I ended up 
installing Tomcat instead. It took awhile to figure out, having never 
used Tomcat before, but I pieced together the install processform a 
few different resources, and put it in one handy step-by-step guide: 
 HYPERLINK"http://www.webapper.net/index.cfm/2006/10/31/Installing-Flex-Data-Services-2-Express-on-Tomcat-for-Dummies"http://www.webapper-.net/index.-cfm/2006/-10 
/31/Installing--Flex-Data--Services--2-Express--on-Tomcat--for-Dummies 
 Shan  _   From: [EMAIL PROTECTED].. 
[mailto:flexcoders@...] On Behalf Of João Fernandes Sent: 
Monday, October 02, 2006 7:27 AM To: [EMAIL PROTECTED].. 
Subject: [Junk E-Mail - LOW] RE: [flexcoders] Installing FDS As Win2003 
WebService What is your server 
called?   If your java server instance is called fds and located 
inside drive:\{jrun.-home}\servers\ run the command from the bin 
folder drive:\{jrun.-home}\bin :  jrunsvc -install 
fds "Flex Data Service" "Flex Data Service"   João 
Fernandes  _   From: [EMAIL PROTECTED].. 
[mailto:flexcoders@...] On Behalf Of Francois Dejardin 
Sent: segunda-feira, 2 de Outubro de 2006 12:51 To: 
[EMAIL PROTECTED].. Subject: [flexcoders] Installing FDS As Win2003 
WebService  Hi all,  I'm trying to install fds 
as service on Win2003.. i've read that it was  possible with jrunsvc but 
it doesn't work with the following command  line :  jrunsvc.exe 
-install jrun-server "Flex data service" "Flex Data Service"  (I 
find the jrunsvc from Coldfusion installation directory)  Is it 
something wrong ?   regards   -- 
No virus found in this incoming message. Checked by AVG Free 
Edition. Version: 7.1.407 / Virus Database: 268.12.11/460 - Release 
Date:10/1/2006-- No virus found 
in this outgoing message. Checked by AVG Free Edition.  
 -- No virus found in this 
incoming message. Checked by AVG Free Edition.   
  --  No virus found in this outgoing message. 
Checked by AVG Free Edition.
--No virus found in this incoming message.Checked by AVG 
Free Edition.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.

 


RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] RE : [flexcoders] Isn´t there any release of Adobe Apol lo yet? Alpha maybe....

2006-11-01 Thread Shannon Hicks
Everything I read about Scorpio said .NET on Windows Did I miss the big
news? :) 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Wednesday, November 01, 2006 9:31 AM
To: flexcoders@yahoogroups.com
Subject: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] RE: [flexcoders] Isn´t
there any release of Adobe Apollo yet? Alpha maybe

On Wednesday 01 November 2006 14:42, Shannon Hicks wrote:
 platforms. So, for instance, you're not going to be able to use a COM 
 object directly in Apollo, since it's not supported in the MacOS or Linux.

No, but .Net (COM version 2) will run on all three - see ColdFusion 8's
'.net' 
object.

 The system tray, however, does translate nicely to the OS X dock, but 
 how would that translate over to all the flavors of Linux they hope to
support?

KDE and GNOME both have a system tray type area.

--
Tom Chiverton
Helping to evangelistically brand open-source platforms



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
St James's Court Brown Street Manchester M2 2JF.  A list of members is
available for inspection at the registered office. Any reference to a
partner in relation to Halliwells LLP means a member of Halliwells LLP.
Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links




--
No virus found in this incoming message.
Checked by AVG Free Edition.

 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.

 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [Junk E-Mail - LOW] RE: [flexcoders] Isn ´t there any release of Adobe Apollo yet? Alpha maybe. ...

2006-11-01 Thread Shannon Hicks





Apollo will support PDF files, along with flash/flex and 
html/_javascript_ Perhaps you can use Acrobat3D? :)

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Evan 
GiffordSent: Wednesday, November 01, 2006 10:09 AMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] RE: 
[flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha 
maybe




You know what Id love 
to see ..

After taking Alex 
Uhlmanns Creating cinematic experiences ..  at MAX last week, I have to say 
that I am worried that flex will never compete with Windows vista XAML unless 
there is some integration with OpenGL, DirectX or something like that to allow 
for true 3D Experiences (instead of Sandy, the great but limited 3D API for 
AS3)

I realize that one can 
create a lot of these effects using Pseudo 3D Distortion maps, etc. but Apollo 
puts us on the client with access to the hardware which is not possible with 
ActiveX. I believe that even if Sandy gets the support it 
needs and performance issues are addressed, we will be stuck in pseudo 3D world 
and the experiences we create will fall to the wayside of 
XAML.

In the mean time, 
Sandy needs all the support it can get from the community 
so that we will not be pushed aside by XAML until we can get these true 3D 
abilities.

Where is Flash/Flex 
3D!!?

-Evan







From: 
[EMAIL PROTECTED]ups.com 
[mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Bjorn SchultheissSent: Tuesday, October 31, 2006 4:53 
PMTo: 
[EMAIL PROTECTED]ups.comSubject: [flexcoders] Isn´t there any 
release of Adobe Apollo yet? Alpha maybe





What features? Quite 
simple
The power to haxor and destroy all 
base!!! Hehe

Just kidding 
;)

In general i could see us being able to 
possibly create Apollo apps that further facilitate the workflow between 
existing separate desktop applications, Without getting in to too much detail on 
this list we would like to be able to build web apps that have a certain 
amount of control over desktop or server apps.

I can get in too more detail in private 
correspondence.


Regards,

Bjorn 
Schultheiss
Senior Flash 
Developer
QDC 
Technologies



From: [EMAIL PROTECTED]ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon SmithSent: Wednesday, 1 November 2006 7:41 
AMTo: 
[EMAIL PROTECTED]ups.comSubject: RE: [flexcoders] Isn´t there any 
release of Adobe Apollo yet? Alpha 
maybe





Just wondering, since I'm working on it... 
what features of Apollo are people most excited 
about?

- Gordon





From: [EMAIL PROTECTED]ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Andrew D. 
GoodfellowSent: Tuesday, 
October 31, 2006 6:15 AMTo: 
[EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Isn´t there any 
release of Adobe Apollo yet? Alpha 
maybe




Yep, I know 
how you feel. The suspense is brutal. I could have already built and sold like 8 
products built on it.There are probably too many holes in it still, or 
at least that's what I keep telling myself. 
:o)-Andy

On 10/31/06, arianrechia arianrechia@yahoo.com.br 
wrote:




Hi people,I´m very exciting about Adobe Apollo, and 
I´ve been looking for somedownload to try the Apollo SDK, but with no 
success =(anyone already have a apollo alpha 
realease??thanxs


--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.409 / Virus Database: 268.13.21/509 - Release 
Date: 10/31/2006
--No virus found in this outgoing message.Checked by AVG 
Free Edition.Version: 7.1.409 / Virus Database: 268.13.21/509 - Release 
Date: 10/31/2006

--No virus found in this incoming message.Checked by AVG 
Free Edition.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.

 


RE: [flexcoders] Isn´t there any release of Adobe Ap ollo yet? Alpha maybe....

2006-10-31 Thread Shannon Hicks





Some people do have a private beta release, as we got to 
see some apps at MAX. Word has it the public beta on Labs is going to happen 
late this year or early next year.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
arianrechiaSent: Tuesday, October 31, 2006 6:12 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Isn´t there any 
release of Adobe Apollo yet? Alpha maybe


Hi people,I´m very exciting about Adobe Apollo, and I´ve been looking for 
somedownload to try the Apollo SDK, but with no success =(anyone 
already have a apollo alpha realease??thanxs
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.409 / Virus Database: 268.13.19/507 - Release 
Date: 10/31/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.13.19/507 - Release Date: 10/31/2006
 


[flexcoders] Smugmug?

2006-10-31 Thread Shannon Hicks





Anyone working on 
tying flex  the smugmug API? I'm thinking of starting a side project, but I 
want to make sure I'm not duplicating efforts.

Shan
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.

 


RE: [flexcoders] Isn´t there any release of Adobe Ap ollo yet? Alpha maybe....

2006-10-31 Thread Shannon Hicks





1. Offline support
2. Filesystem access
3. Cross-platform *true* applications, no web browser 
needed (read: more screen real-estate available!!!)
4. HTML  _javascript_ support, as *true* UIContainer 
objects. You should have seen the demo at MAX where they took the Adobe website, 
rotated it, put a blur on it, scaled it down, and then clicked on a link and had 
the next page load, still rotated, blurred and scaled.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Gordon 
SmithSent: Tuesday, October 31, 2006 2:41 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Isn´t there any 
release of Adobe Apollo yet? Alpha maybe




Just wondering, since 
I'm working on it... what features of Apollo are people most excited 
about?

- 
Gordon





From: 
[EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Andrew D. 
GoodfellowSent: Tuesday, 
October 31, 2006 6:15 AMTo: 
[EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Isn´t there any 
release of Adobe Apollo yet? Alpha maybe




Yep, I know 
how you feel. The suspense is brutal. I could have already built and sold like 8 
products built on it.There are probably too many holes in it still, or 
at least that's what I keep telling myself. 
:o)-Andy

On 10/31/06, arianrechia arianrechia@yahoo.com.br 
wrote:




Hi people,I´m very exciting about Adobe Apollo, and 
I´ve been looking for somedownload to try the Apollo SDK, but with no 
success =(anyone already have a apollo alpha 
realease??thanxs



--No virus found in this incoming message.Checked by AVG 
Free Edition.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.

 


RE: [flexcoders] Installing FDS As Win2003 WebService

2006-10-31 Thread Shannon Hicks





I wasn't able to get jrunsvc to work with what came 
with FDS 2 Express, so I ended up installing Tomcat instead. It took awhile to 
figure out, having never used Tomcat before, but I pieced together the install 
process form a few different resources, and put it in one handy step-by-step 
guide:

http://www.webapper.net/index.cfm/2006/10/31/Installing-Flex-Data-Services-2-Express-on-Tomcat-for-Dummies

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of João 
FernandesSent: Monday, October 02, 2006 7:27 AMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] RE: 
[flexcoders] Installing FDS As Win2003 WebService




What is your server 
called? 

If your java server 
instance is called fds and located inside drive:\{jrun.home}\servers\ run 
the command from the bin folder drive:\{jrun.home}\bin 
:

jrunsvc -install fds 
"Flex Data Service" "Flex Data Service" 

João 
Fernandes





From: [EMAIL PROTECTED]ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Francois DejardinSent: segunda-feira, 2 de Outubro de 2006 
12:51To: 
[EMAIL PROTECTED]ups.comSubject: [flexcoders] Installing FDS As 
Win2003 WebService





Hi all,I'm trying to install fds as service on 
Win2003.. i've read that it was possible with jrunsvc but it doesn't work 
with the following command line : jrunsvc.exe -install jrun-server "Flex 
data service" "Flex Data Service"(I find the jrunsvc from Coldfusion 
installation directory)Is it something wrong ? 
regards

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.407 / Virus Database: 268.12.11/460 - Release 
Date: 10/1/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.

 


RE: [flexcoders] Can't download from adobe flex 2 site in Firefox 2.0

2006-10-31 Thread Shannon Hicks





I had that problem on the weekend, but I was able to 
download stuff earlier today.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
dirtmediaworldSent: Tuesday, October 31, 2006 3:43 
PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
Can't download from adobe flex 2 site in Firefox 2.0


None of the download links seem to work in Firefox 2.0. at 
Adobe'sFlex download page. They work fine in IE 6.0 though. I sent 
a"feedback" message on adobe's site, but thought I'd put something 
herein case someone on the adobe flex team wanted to know. I didn't 
havetime to check other versions of Firefox or other download 
pages.problem is here: http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex-Dustin 

--No virus found in this incoming message.Checked by AVG 
Free Edition.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.

 


RE: [flexcoders] Changing mx:Application's width during runtime

2006-10-30 Thread Shannon Hicks





I think you will also need to use _javascript_ to change 
the flash movie's height  width in the browser.

Let me know if that works, I need to do that in a 
project of mine shortly :)

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Michael 
LabriolaSent: Sunday, October 29, 2006 7:02 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] 
Re: Changing mx:Application's width during runtime


I know this is not actually the answer to the question, however, is 
itnecessary to specifically set the width and height to literals, 
orcould they just be set to 100%?--Mike--- In [EMAIL PROTECTED]ups.com, 
"pilby1" [EMAIL PROTECTED] wrote: When I run my application where 
mx:Application's width is 640x480, by  default, it shows a gradient 
blue square depicting those screen  dimensions.  I then 
try to dynamically change the width to 1024 in actionscript when  a 
button is clicked. I had "trace"'d the application width after  changing 
it, and it does say the width is now 1024, but the screen  still shows 
640x480. How can I make the application refresh to reflect  this new 
change in width? I tried invalidateSize(),  
invalidateProperties, but neither works.  
Thanks.
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.17/505 - Release 
Date: 10/27/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 10/27/2006
 


RE: [flexcoders] MAX examples

2006-10-30 Thread Shannon Hicks





Most of the sample codes are on the MAX presentation 
library:

http://www.adobe.com/events/max/attendees/

The login/password were emailed to you, and are different 
than your registration login/password.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathan 
MirandaSent: Sunday, October 29, 2006 4:37 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] MAX 
examples


Anyone seen if instructors/Adobe has posted their examples from 
MAX?Like Sho's flexTunes or Ely's picture shelf?
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.17/505 - Release 
Date: 10/27/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 10/27/2006
 


RE: [Junk E-Mail - LOW] [flexcoders] VSS plugin

2006-10-30 Thread Shannon Hicks





I ended up having to use Eclipse and the FB2 plugin to get 
the VSS plugin to work.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
godsman4amySent: Monday, October 30, 2006 7:41 AMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] 
VSS plugin


I am trying to use the SourceForge VSS plug-in for Eclipse to have the 
ability to use Visual Source Safe to control the assets of our projects. 
(Yeah, I know, but it's what our company wants to use.) I installed the 
plug-in in the Flex Builder 2 "plugins" folder, but I can't get Flex Builder 
to recognize it. Is anyone else using this plug-in (or any other)? Can 
someone give me advise as to how to get this to work? 
Thanks!David
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.17/505 - Release 
Date: 10/27/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 10/27/2006
 


RE: [flexcoders] MAX examples

2006-10-30 Thread Shannon Hicks





Quote: "The login/password were emailed to you, and are different than your 
registration login/password."

:)

It was in an email with the subject "MAX 2006 Final 
Registration Confirmation". Got mine on 10/19

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Rich 
TretolaSent: Monday, October 30, 2006 10:18 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] MAX 
examples


Ok, so I can still get into the Max Scheduler, but the same username/password 
is not working at http://www.adobe.com/events/max/attendees/ Is 
anyone else having trouble getting in?Rich
On 10/30/06, Shannon 
Hicks  [EMAIL PROTECTED]com 
wrote:

  
  Most of 
  the sample codes are on the MAX presentation library:
  
  http://www.adobe.com/events/max/attendees/ 
  
  
  The 
  login/password were emailed to you, and are different than your registration 
  login/password.
  
  Shan
  
  
  From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of 
  Jonathan MirandaSent: Sunday, October 29, 2006 4:37 
  PMTo: [EMAIL PROTECTED]ups.comSubject: 
  [flexcoders] MAX examples
  
  
  Anyone seen if instructors/Adobe has posted their examples from 
  MAX?Like Sho's flexTunes or Ely's picture shelf?
  --No virus found in this incoming message.Checked by 
  AVG Free Edition.Version: 7.1.408 / Virus Database: 268.13.17/505 - 
  Release Date: 10/27/2006
  --No virus found in this outgoing message.Checked by 
  AVG Free Edition.Version: 7.1.408 / Virus Database: 268.13.17/505 - 
  Release Date: 10/27/2006-- Rich Tretolamx:EverythingFlex/http://www.EverythingFlex.com 

--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.17/505 - Release 
Date: 10/27/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 10/27/2006
 


RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] [flexcoders] VSS plugin

2006-10-30 Thread Shannon Hicks





Re-do the FB2 installer, but select the plugin option 
instead.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
godsman4amySent: Monday, October 30, 2006 9:53 AMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: [Junk 
E-Mail - LOW] [flexcoders] VSS plugin


Thanks! I just downloaded and installed Eclipse and the VSS plugin, but 
how do I install FB2 as a plugin?David--- In [EMAIL PROTECTED]ups.com, 
"Shannon Hicks" [EMAIL PROTECTED] wrote: I ended up having to use 
Eclipse and the FB2 plugin to get the VSS plugin to work. 
 Shan  _   From: [EMAIL PROTECTED]ups.com 
[mailto:[EMAIL PROTECTED]ups.com] 
On Behalf Of godsman4amy Sent: Monday, October 30, 2006 7:41 
AM To: [EMAIL PROTECTED]ups.com 
Subject: [Junk E-Mail - LOW] [flexcoders] VSS plugin   
 I am trying to use the SourceForge VSS plug-in for Eclipse to have 
the  ability to use Visual Source Safe to control the assets of our 
 projects. (Yeah, I know, but it's what our company wants to use.) I 
 installed the plug-in in the Flex Builder 2 "plugins" folder, but I 
 can't get Flex Builder to recognize it. Is anyone else using this 
plug- in (or any other)? Can someone give me advise as to how to get 
this to  work? Thanks!  David  
 -- No virus found in this 
incoming message. Checked by AVG Free Edition. Version: 7.1.408 
/ Virus Database: 268.13.17/505 - Release Date: 10/27/2006  
  --  No virus found in this outgoing message. 
Checked by AVG Free Edition. Version: 7.1.408 / Virus Database: 
268.13.17/505 - Release Date: 10/27/2006
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.17/505 - Release 
Date: 10/27/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 10/27/2006
 


RE: [Junk E-Mail - LOW] [flexcoders] Application load focus known issue?

2006-10-30 Thread Shannon Hicks





Use firefox :)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Gareth 
EdwardsSent: Monday, October 30, 2006 3:16 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] 
Application load focus known issue?


Is it just me? or does this seem like a severe limitation of using Flexto 
build applications.Comment from: http://www.adobe.com/devnet/flex/quickstart/validating_data/// 
Set the focus on the first field so// user does not have to mouse over to 
it.// Note that the user still has to click on the// Flex application to 
give it focus. This is// a currently limitation in Flex.The company 
I work for requires that the user does not have to doanything to set the 
focus to the first field when the application loads.Is there a work 
around for this "limitation in Flex" 
?CheersGareth.
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.17/505 - Release 
Date: 10/27/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 10/27/2006
 


RE: [flexcoders] Convert Object to a Value Object

2006-10-28 Thread Shannon Hicks





Try assigning it via the "preferred" 
method:

userAccount = event.result as 
UserAccountVO;

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of mvbaffaSent: 
Saturday, October 28, 2006 2:36 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Convert Object to a 
Value Object


Hi All,This is pretty basic but I cannot find the problem. I have 
service that returns a userAccountVO. When I receive the result I am trying 
to convert the event.result, that is an Object, to UserAccountVO and I 
receive an error:- Type Coercion failed: cannot convert [EMAIL PROTECTED] 
to com.mvb.boe.vo.UserAccountVO.Well the code is very 
simple like this:var userAccount: UserAccountVO = new 
UserAccountVO();userAccount = 
UserAccountVO(event.result);In another application I had the 
same problem but solved it assigning the properties one by one.What 
is the problem Thanks in advance.
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.17/505 - Release 
Date: 10/27/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 10/27/2006
 


RE: [Junk E-Mail - LOW] [flexcoders] Re: A web survey based on Flex

2006-10-28 Thread Shannon Hicks





Until, of course, Apollo :)

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Michael 
LabriolaSent: Saturday, October 28, 2006 3:35 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] 
Re: A web survey based on Flex


Overall it is not a bad way to proceed. The only place I might 
directyou some place different is where you save to the local drive if 
theserver is unavailable.For this part, I would suggest you take a 
look at a concept called'Local Shared Objects'Without knowing all of 
the details of your setup, I would suggest thatsaving an XML file to their 
system without the help of a server isgoing to be tricky if not 
impossible.--Mike--- In [EMAIL PROTECTED]ups.com, 
"advantexllc" subscriptions@...wrote: I posted 
this on the Adobe web forum, but I think I'll have better  luck posting 
here.  I am a newbie to flex... using flex 2 builder and cfmx 
7.0.2. I have  my first project to be done in flex -- a fairly large web 
survey.  So far I've built the UI using a ViewStack... each 
canvas has one or  more related questions. There's a previous/next 
button row at the  bottom, and I eventually need it to work in such a 
way as to not  allow NEXT to be clicked unless all fields on the canvas 
are filled  in.  My MXML file is huge, but one design 
goal I had was to have the  entire survey be loaded by the user, and not 
communicate with the  server again until the user has made choices on 
all fields and is  ready to submit. This way, I'm hoping I can try to 
capture the data  in the event that the user has an internet problem and 
let them try  again or save their choices to an XML file and either 
email it or  upload it later when they are back online. This is a nice 
thing to  do for the user, since the survey is so long. I just want to 
prevent  the survey from being interrupted, since it's so long. If the 
entire  survey is loaded when the person loads the swf, and I can just 
 attempt to send one survey object back to the server at the end, I 
 can trap errors and provide another route to go.  I 
was going to use mx:Form to build the forms on each ViewStack  Canvas... 
one form for each canvas, but still all bound to a single  Survey 
object, as follows...  So then I created a Survey.xml file that 
I was going to use with  mx:Model, and try to simply create an xml tree 
representing a "Survey  object", it's metadata (startDateTime, 
endDateTime, IP address,  etc.), and it's questions and answers. My 
thought was that I could  populate this Survey object as the user 
progressed through the  ViewStack, and then send the entire object to 
the server when  complete, and if that failed, ask them to try again or 
offer to save  the XML file to their system for later upload or 
emailing.  Is this a reasonable way to proceed? What are the 
pitfalls? Is  there something different I should be considering? 
 Thanks,  M
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.17/505 - Release 
Date: 10/27/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 10/27/2006
 


RE: [Junk E-Mail - MED] Re: [flexcoders] Re: A DataGrid with selectable *cells*

2006-10-26 Thread Shannon Hicks
Yeah, this is a top candidate for a common custom component we'll all need
:D

Shan 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Thursday, October 26, 2006 1:21 AM
To: flexcoders@yahoogroups.com
Subject: [Junk E-Mail - MED] Re: [flexcoders] Re: A DataGrid with selectable
*cells*

On Thursday 26 October 2006 09:10, bhaq1972 wrote:
 no sorry. but i'm sure a few group members (including me) would be 
 intersted if you care to share.

Right, mission for today then :-)

--
Tom Chiverton
Helping to seamlessly foster high-yield IPOs



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
St James's Court Brown Street Manchester M2 2JF.  A list of members is
available for inspection at the registered office. Any reference to a
partner in relation to Halliwells LLP means a member of Halliwells LLP.
Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links




--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.11/496 - Release Date: 10/24/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.11/498 - Release Date: 10/26/2006
 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [flexcoders] Re: Stand-alone apps

2006-10-24 Thread Shannon Hicks





Stay tuned for Apollo. I'm literally at MAX sitting in the 
Advanced Apollo Development session, and, in it's simplest form, Apollo lets us 
as Flex 2 developers create cross-platform desktop applications using Flex (and 
HTML/CSS/JS). It comes complete with local filesystem read/write capabilities, 
along with handy, still cross-platform pointers like the user directory, desktop 
and (this) program directory.

They gave us a peek at some Apollo apps being built right 
now, one was for MySpace, an IM client for their users. The other was EBay 
Desktop, which looked like it had all the functionality of the website built 
into a desktop app. It even had a neat little feature that had the app connect 
to the webcam, take "pictures" of the item to be sold, and automatically 
uploading everything. It was literally working with EBay, check out the auction 
(for charity, btw):

http://cgi.ebay.com/Adobe-Apollo-SWAG-MAX-2006_W0QQitemZ110047485596QQihZ001QQcategoryZ21092QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

(item #110047485596)

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Chris 
VelevitchSent: Tuesday, October 24, 2006 4:07 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Stand-alone 
apps


You can use a product like Zinc (http://www.multidmedia.com/) 
toconvert your app into an .exe (or the equivalent on OS X) to access 
adatabase.Chris-- Chris VelevitchManager - Sydney Flash 
Platform Developers Groupm: 0415 469 
095www.flashdev.org.au
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.11/493 - Release 
Date: 10/23/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.11/493 - Release Date: 10/23/2006
 


RE: [Junk E-Mail - LOW] [flexcoders] Re: Binary Sockets, and Folder Browser

2006-10-17 Thread Shannon Hicks





1. Yes, and there are server-side products already out 
there that do this. Adobe's product is called Flex Data Services. There are 
other alternatives out there, and I'm sure others will point them 
out.

2. You can't do anything without the user's permission, but 
you can have them select one or more files usingthe OS'sstandard 
file open dialog box (including filtering what types of files you'll accept), 
and then upload the file to the server to do with it as you 
please.

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
grunz1234Sent: Tuesday, October 17, 2006 1:50 PMTo: 
flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] 
Re: Binary Sockets, and Folder Browser


thanks for your replys.1. so it should be possible to create a connection 
between 2 flash users from the same domain(website)?2. would be 
pleased to hear more :)thanks --- In [EMAIL PROTECTED]ups.com, 
"grunz1234" grunz1234@ wrote:   Hello 
 I have some questions on Flex.1. Is it possible 
to create a socket on a flash client?  2. Is it possible to open a 
file from the users OS and upload it?thanks 
  Looks like the Socket class in the flash.net package will 
be able to handle the first part of your question.   For 
the second part, if I understand correctly, I believe there are a 
couple of ways to accomplish this. Any one have any insight on 
implementation techniques that were successfull for them?  
Thanks.
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.4 - Release Date: 
10/13/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.4 - Release Date: 10/13/2006
 


RE: [flexcoders] Re: Disappearing list items

2006-10-16 Thread Shannon Hicks





I'd start checking for a loop over that dataprovider... 
probably a typo somewhere in a loop :)

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Rick 
RootSent: Monday, October 16, 2006 6:33 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Disappearing 
list items


Rick Root wrote:   lyon.james wrote: 
  I saw very similar things happen with list and datagrid 
controls, and  we found out that our database fields had hidden 
ASCII markup  (/r,/n,etc.) We cleared out that data and haven't seen 
problems again.  This might be it, I'll have to check on 
Monday the problem didn't start occuring until I switched the 
database for the application from our local SQL Server repository to the 
DB2 mainframe..Alas that wasn't it.I did notice this morning 
that it's *NOT* random. Every 5th item label is missing - even though the 
data is there.rick
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.4/476 - Release Date: 
10/14/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.4/476 - Release Date: 10/14/2006
 


RE: [flexcoders] Disappearing list items

2006-10-16 Thread Shannon Hicks





I see two things I'd do differently...

1. querysetcell takes three arguments... 
querycetcell(query,column,value,row)
2. you don't need to do the query of a query at the end 
you can just do cfset retval.COUNTRIES = qry2

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Rick 
RootSent: Monday, October 16, 2006 8:04 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Disappearing list 
items


so, I solved this problem.My data provider was a query returned by a 
remoting call created like this:cfquery name="qry2" 
dbtype="query"SELECTTABLKEY, TABLFLDFROM 
application.udf.getalldropdownsWHERETABLID = '010'ORDER BY 
TABLFLD/cfquerycfset 
queryaddrow(qry2,1)cfset 
querysetcell(qry2,"TABLKEY","")cfset 
querysetcell(qry2,"TABLFLD","")cfquery name="qry" 
dbtype="query"SELECT * FROM qry2 ORDER BY 
TABLFLD/cfquerycfset retval.COUNTRIES = qryI did 
it this way so I could always have a "blank" item in the dropdownThe 
solution was to change the second querysetcell line to be the 
following:cfset querysetcell(qry2,"TABLFLD","- not 
selected -")For some reason, the blank item caused every 5th label 
to disappear for no apparent reason.This seems like a bug. What's 
the address to report flex bugs to?Rick
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.408 / Virus Database: 268.13.4/476 - Release Date: 
10/14/2006
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.4/476 - Release Date: 10/14/2006
 


[flexcoders] Re: Now Shipping: ActionScript 3.0 Cook book – Solutions for Flash Platform and F

2006-10-16 Thread Shannon Hicks





Book just arrived UPS. So it shipped same day as the order (Amazon 
US), and arrived next business day.

Shan
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.4/476 - Release Date: 10/14/2006
 


  1   2   3   >