[flexcoders] Error 2057 when adding a page to PrintJob?

2007-10-24 Thread Steve Kellogg
Hello,
 
I'm using FlexPrintJob objects to print reports, etc.   But I suddenly
have an issue where I'm getting exceptions from the low level (FLASH)
PrintJob object.  It's saying that it can't add the page to the
PrintJob.  The problem is, the pages that I'm sending to the PrintJob
look FINE to me. (it's absolutely a subclass of a SPRITE, and I can draw
the sprite to the screen without any problems).
 
Does anyone have any insight as to what might be wrong with pages that
could be causing this complaint?
 
TIA
 
Steve
 
 

DaVita Inc.


[flexcoders] COM port /USB port coomunication?

2007-10-04 Thread Steve Kellogg
Hello,
 
Has anyone figured out the best way to speak to an external device (such
as a thermal printer that speaks in a propietary language, or a
scanner)?
 
I've seen some solutions posted that require ActiveX, etc, but I'm
HOPING that someone here might know how to do it directly (using JS?).
 
TIA
 
Steve
 
 

DaVita Inc.


[flexcoders] FlexBuilder 3 will expire?

2007-09-10 Thread Steve Kellogg
Quick question...

When my copy of Flex Builder 3 is going to expire, is the app telling me
that THIS BETA is time bombed?  Or is it telling me that MY LICENSE is time
bombed?  I entered in my Flex Builder 2 license, and I was under the
impression that I would have unfettered access to FB3 until it was released.

Best Regards,

Steve




[flexcoders] Re-locatable SWC inclusion?

2007-08-29 Thread Steve Kellogg
Hello,

When adding SWC files to my project, I'm having trouble finding the
documentation on how to make sure the PATHS to my SWC is relocatable.  These
are SWCs coming from another member of our team, and are NOT in the same
root folder as my main project.  I assume it has something to do with
${FRAMEWORKS}, etc, but I have not found anything that shows what is
available for keywords, etc to customize this.

Thanks in Advance for any assistance.

Best

Steve




[flexcoders] SAVING Air Modules?

2007-08-27 Thread Steve Kellogg
Hello,

Once an AIR application loads a module, is it possible to save that module,
and then have the application re-load the module from DISK if the module
isn't available online?

One client needs an application that MUST be able to exist offline when
online resources aren't available, but there are other things about modules
that make me still want to use them.

TIA.

Steve




[flexcoders] Security Sandbox issue with SWFLoader?

2007-06-14 Thread Steve Kellogg
Hello,

 

I have a Flex application, and I need to load a SWF into a canvas.

 

 

I'm using a SWFLOADER, with SOURCE set to the URL of my SWF.

 

When I try to RUN this, however, I get the following..  Can anyone
advise me on this?  Is this a CROSSDOMAIN issue?

 

TIA

 

Steve

 

*** Security Sandbox Violation ***

SecurityDomain
'http://www.dev.supportal.com/swf/PortalRegistration.swf?cust=123' tried
to access incompatible context
'file:///C:/Peak8_Workspace/Client/Code/Applications/ProjectSOC.Client.S
erviceConnect/bin/deviceEditor-debug.html'

SecurityError: Error #2047: Security sandbox violation: parent:
http://www.dev.supportal.com/swf/PortalRegistration.swf?cust=123 cannot
access
file:///C:/Peak8_Workspace/Client/Code/Applications/ProjectSOC.Client.Se
rviceConnect/bin/deviceEditor-debug.swf.

  at flash.display::DisplayObject/get parent()

  at mx.managers::SystemManager/::executeCallbacks()

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

 



[flexcoders] Threading environment for Flex and Flash Player.

2007-06-04 Thread Steve Kellogg
I have what might be an off-topic question. 

 

BACKGROUND   While waiting for production ready Apollo, we're using
SWFKIT to run our Flex app as a Desktop application.  ONE of the main
reasons we need to do this is to allow us to call DLLs from our Flex
code (via externalInterface).

 

QUESTION ---  The team that's working on the DLL is asking me the
following:  Do you know if the flex environment has already called
CoInitialize or CoInitializeEx at all, and if it has, which threading
model does it use? (Apartment or multi)

 

 

Thanks in Advance for any assistance/Advice.

 

Steve

 

 



[flexcoders] TextInput vs. ENTER key.

2007-05-29 Thread Steve Kellogg
Hello,

 

I have a number of TextInput controls that I'm using with Validators
(phoneNumber, email, etc).

 

It all works correctly, except that I want an ENTER (or RETURN) to bump
the user out of the field (therefore triggering the validator).

 

Any ideas how to do this?  Will  RESTRICT allow me to tell TextInput to
treat ENTER and RETURN the same as TAB?

 

TIA

 

Steve

 

 



[flexcoders] Flex on Vista?

2007-05-11 Thread Steve Kellogg
Hey Folks, I need some quick advice:

 

I've been avoiding the switch to Vista as long as possible (simply
because I didn't want to risk an interruption in productivity).  

 

NOW, however I seem to have a dying laptop, and the decision has become
more urgent.

 

Do you guys have any feel for whether Flex/Eclipse is running ok/well on
Vista?  Any specific problems I should watch out for?  Does anyone use
the SeapineSCM plugin with it on Vista?  Does Apollo seem to be ok on
Vista?

 

Any advice is appreciated.



[flexcoders] HTML Monitor for Mac?

2007-05-07 Thread Steve Kellogg
Hello,

 

When developing on a Windows machine, I find MS's Fiddler utility to be
a lifesaver (It let's me see html traffic to/from the machine).

 

Does anyone know of a similar utility for Mac OS X?

 

TIA

 

Steve

 

 



[flexcoders] Apollo RELEASE quality?

2007-05-04 Thread Steve Kellogg
Hello,

 

I'm really excited about Apollo, as I'm sure of most of us.  I have a
question however.  Does anyone have a ballpark date as to when Apollo
might be ready for PRODUCTION RELEASE?  I have a commercial product that
we need to deploy as a desktop application, and I'm just not sure that
Apollo will be ready for release by the first Mac release of this
product.  We CURRENTLY use SWFKIT, but I'm wondering if I'm going to
have to go to an interim step, and look at (for example) ZINC to get me
through my deliverables for some amount of time.

 

Thanks in Advance for any advice and information.

 

Steve

 

 



[flexcoders] TRUNCATING a ComboBox text?

2007-04-22 Thread Steve Kellogg
Hello,

 

The standard behavior for a combobox is to grow in width until it's wide
enough to display the current selection.

 

Is there anyway to tell a ComboBox to Truncate the current displayed
Selection if it's too wide for a ComboBox?

 

I've tried setting both the left and right for the box in the hope
that Flex would recognize this as a hard limit, but it doesn't seem to
work like this.

 

TIA

 

Steve

 

 



[flexcoders] Recursive Reloading of an image...

2007-04-17 Thread Steve Kellogg
I have a question...

 

I have a few images in my app that have their source as a GIF on our
site.  Today, I was testing, and the design guy had removed the art for
revisions.  I was surprised to see that Flex tried repeatedly to load
the image instead of just marking the image link as broken.

 

Is there anything I need to specifically do to let Flex know that I want
it to just PUNT if an image is missing? Granted, the issue TODAY is
merely website revision, but I'd hate to have my client see this
activity in case of DNS issues, etc.

 

TIA

 

Steve

 



[flexcoders] Removing compiler problem markers?

2007-04-11 Thread Steve Kellogg
Hello,

 

All of the sudden, I'm getting a bunch of these errors when I try to
compile..

 

Removing compiler problem markers (time of error:  xxx)

 

And then, An internal error occurred during Removing compiler problem
markers.

Java.lang.NullPointerException

 



Does anyone know the proper solution?  So far, a CLEAN has not helped.

 

TIA

 

Steve 



[flexcoders] INCLUDING mxml data?

2007-04-02 Thread Steve Kellogg
Hello,

 

I (obviously) know how to include using the Script tag, but is it
possible to move portions of my MXML structures to an external, included
file?

 

I have things like a bunch of effects, etc that I'd like to organize
into a separate file for easier maintainability.

 

Thanks in Advance.

 

Steve

 

 



[flexcoders] Setting up an ANT Task to run during build..

2007-03-12 Thread Steve Kellogg
Hello,

 

I've been trying to get an Ant task to run during my build, and I must
say, I'm not getting a complete picture of what needs to be done via the
docs.

 

I'm going to the properties for my project, and creating a builder for
the project, but when I get to the Edit Launch Configuration
properties dialog, I think I'm entering the wrong data, because the
build process is saying that it's trying to create a process called
c:/MyProjectFolder/MyAntFile.xml (which is obviously causing an
error).  It LOOKS like my only choice for the LOCATION parameter is to
put the path of my xml file there, so where do I tell the builder that
this file is an ANT file?

 

Thanks in advance for any advice.

 

Steve

 



[flexcoders] GLOBAL Exception Handler?

2007-02-28 Thread Steve Kellogg
Hello,

 

Does anyone happen to know:  What's the BEST PRACTICE for catching any
unhandled exceptions?  I'm looking for the correct place to put a TOP
LEVEL Try/Catch/Finally block to do any last-ditch cleanup/recovery in
case my app is about to fail.

 

Thanks in Advance,

 

Steve

 

 



[flexcoders] Accessing FLEX data from within a SWF??

2007-02-25 Thread Steve Kellogg
Hello,

 

I've got an odd question (in fact, I'm not even sure I'm asking the
question correctly).

 

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.

 

Thanks in Advance for any help.

 

Steve

 

 

 



[flexcoders] Accessing FLEX data from within a SWF??

2007-02-25 Thread Steve Kellogg
Hello,

 

I've got an odd question (in fact, I'm not even sure I'm asking the
question correctly).

 

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.

 

Thanks in Advance for any help.

 

Steve

 

 



[flexcoders] DISREGARD....FW: ListRowInfo...

2007-02-17 Thread Steve Kellogg
Please disregard.  I found the solution shortly after pressing SEND.

 

Sorry for the noise.

 

Steve

 

 



From: Steve Kellogg 
Sent: Saturday, February 17, 2007 11:25 AM
To: 'flexcoders@yahoogroups.com'
Subject: ListRowInfo...

 

Hello,

 

I'm needing to access the information in ListRowInfo elements (in the
'rowInfo' array) for a LIST.  Since the rowInfo is Protected, I'm
extending List into my own class, but when I try to import
mx.comtrols.listClasses, FlexBuilder is telling me that Definition
mx.Controls.listClasses could not be found.

 

Can anyone point me towards a solution?

 

Thanks in Advance,

 

Steve

 



[flexcoders] ListRowInfo...

2007-02-17 Thread Steve Kellogg
Hello,

 

I'm needing to access the information in ListRowInfo elements (in the
'rowInfo' array) for a LIST.  Since the rowInfo is Protected, I'm
extending List into my own class, but when I try to import
mx.comtrols.listClasses, FlexBuilder is telling me that Definition
mx.Controls.listClasses could not be found.

 

Can anyone point me towards a solution?

 

Thanks in Advance,

 

Steve

 



[flexcoders] XSL in Flex?

2007-01-10 Thread Steve Kellogg @ Project SOC
Hello,

 

I'm wondering if anyone has any insights as to the possibility of using XSL
transforms in Flex?

 

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] multiple HTTP Requests

2006-12-18 Thread Steve Kellogg @ Project SOC
Tracy,

 

I've been wondering about AsyncToken.  Is there any way to use it with
WebService objects that are defined in mxml?

 

 

I currently define the WebService, and then call
myService.myOperationName();, but I haven't figured out any way to inject
an AsyncToken into that procedure.

 

 

Thanks in Advance for any advice.

 

 

Steve

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Monday, December 18, 2006 11:00 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] multiple HTTP Requests

 

First, don't use URLLoader, HTTPService is easier.

 

Second, you *can't* use the result in the same function in which you invoke
send(), you must do that work in the handler function.

 

Third, use the AsyncToken. You can assign a identifier to each query when
you send it, and use that identifier in a switch statement in a handler
function to determine how to handle the result.  Or you can directly assign
a handler function to the AsyncToken.

 

Tracy

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Sudha Hariharan
Sent: Monday, December 18, 2006 1:50 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] multiple HTTP Requests

 

hi,

I am rather new to flex and this is one of my amateur attempts at building
RIAs. My application at present includes a tree menu, items of which when
dropped onto a canvas opens up window components. Each window sends a http
request that gets the appropriate data onto the display of the window. 
when i include multiple http requests at a given time, the data relevent to
the most recent request is only being displayed. How do I display data from
other http requests simulatenously?
a portion of my code is here
mx:HTTPService id=userRequest url=http://localhost/mydoc.php 
useProxy=false method=POST result=sHandler(event)
  mx:request xmlns=
  /mx:request
   /mx:HTTPService
 mx:HTTPService id=userRequest1 url=http://localhost/mydoc1.php 
useProxy=false method=POST result=sHandler(event)
  mx:request xmlns=
  /mx:request
   /mx:HTTPService

  public function onDragDrop(event:DragEvent):void{

var myWindow:ResizableTitleWindow = new ResizableTitleWindow();
var myTextArea:Text = new Text();
var ds:DragSource = event.dragSource ;
if( !ds.hasFormat(treeItems) ) return; // no useful data
var items:Array = ds.dataForFormat(treeItems) as Array;
for(var i:Number=0; i  items.length; i++) {
var item:XML = XML(items[i]);
if( [EMAIL PROTECTED] == ms){

userRequest.send();
myTextArea.text= userRequest.lastResult.slk;

}
else if([EMAIL PROTECTED] == hr){
userRequest1.send();
myTextArea.text = userRequest1.lastResult.slk;
}
}
myWindow.label = New Window;
myWindow.x = xvalue;
myWindow.y = yvalue;
myWindow.addChild(myTextArea);
home1.addChild (myWindow);
}
public function sHandler(event:ResultEvent):void
{

myTextArea.text = event.result.slk ;

}

A friend of mine suggested to your URLLoader instead of HTTPRequest...how do
I go about with that?..Please help me

Thanks in Advance,
Sudha Hariharan. 

 Send free SMS to your Friends on Mobile from your Yahoo! Messenger.
Download Now! http://messenger.yahoo.com/download.php

 



RE: [flexcoders] Re: Scrolling TileList?

2006-12-12 Thread Steve Kellogg @ Project SOC
Tim (or Anyone).

 

I was able to get this to SORTA work, but I'm having a hard time getting it
to work PERFECTLY.

 

It looks like I need to  use a combination of the MEASURED HEIGHT , and
HEIGHT of the tilelist and canvas to make it work correctly, but I can't see
to get it right.

 

 

Does anyone have any example code, or further advice as to how to get this
running?

 

Best

 

Steve

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tim Hoff
Sent: Sunday, November 26, 2006 11:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Scrolling TileList?

 

Hi Steve,

You could place the TileList in a Canvas container. Only set the 
height of the Canvas; not the TileList.

-TH

--- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com,
Steve Kellogg @ Project SOC 
[EMAIL PROTECTED] wrote:

 Hello,
 
 
 
 I have a TileList that conatins some images and text. The normal 
scroll
 behavior is to scroll to each row in the list, but I need to be 
able to
 scroll at a finer level, so that I can scroll through large 
pictures that
 might be too big to show completely in the window.
 
 
 
 Can anyone help?
 
 
 
 Thanks in advance,
 
 
 
 Steve
 
 
 
 Steve Kellogg
 
 Peak8 Solutions
 
 1401 14th Street
 
 Boulder, Colorado
 
 80302, USA
 
 Fax: 303.415.2597
 
 E-Mail: [EMAIL PROTECTED]


 



[flexcoders] Add Parameters to URL for debug??

2006-12-08 Thread Steve Kellogg @ Project SOC
Hello,

 

Is there any easy way to tell flex that I want it to add parameters to the
URL when debug launching?  I've looked over the preferences are of
FlexBuilder, but I can't seem to find anything..

 

FOR EXAMPLE.

 

I've got the following debug URL for one of my applications.

 

C:\ SVN\trunk\NewApplication\bin\chat_window-debug.html 

 

I'd LIKE to have FlexBuilder call

 

 

C:\ SVN\trunk\NewApplication\bin\chat_window-debug.html?sessionID=1657

 

 

 

 

Thanks in advance for any help.

 

 

Steve

 

 

 

Steve Kellogg

Peak8 Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax: 303.415.2597

E-Mail: [EMAIL PROTECTED]

 



RE: [flexcoders] Add Parameters to URL for debug??

2006-12-08 Thread Steve Kellogg @ Project SOC
Thanks for the suggestion.  I'll try it in the next few hours (currently
traveling).

 

Best

 

Steve

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Friday, December 08, 2006 2:59 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Add Parameters to URL for debug??

 

I haven't tried this but let us know:

 

In FB, go to menu Run, Run, Other.  It will bring up the launch
configuration dialog.

 

If you uncheck Use Defaults in the URL section, you can edit the url.

 

Put your parameters on that and save it and give it a try.  Please  let us
know the result.

 

Tracy

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Steve Kellogg @ Project SOC
Sent: Friday, December 08, 2006 4:13 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Add Parameters to URL for debug??

 

Hello,

 

Is there any easy way to tell flex that I want it to add parameters to the
URL when debug launching?  I've looked over the preferences are of
FlexBuilder, but I can't seem to find anything..

 

FOR EXAMPLE.

 

I've got the following debug URL for one of my applications.

 

C:\ SVN\trunk\NewApplication\bin\chat_window-debug.html 

 

I'd LIKE to have FlexBuilder call

 

 

C:\ SVN\trunk\NewApplication\bin\chat_window-debug.html?sessionID=1657

 

 

 

 

Thanks in advance for any help.

 

 

Steve

 

 

 

Steve Kellogg

Peak8 Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax: 303.415.2597

E-Mail: [EMAIL PROTECTED]

 

 



Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Steve Kellogg @ Project SOC
Hey Matt (et al),

 

Does Adobe have any specific suggestions for setting up Eclipse to prevent
the SLUGGISH EDITTING that many of us are seeing?

 

I sometimes have to stop typing for 5-10 seconds to wait for Eclipse to
CATCH UP to what I've typed.  I'm not trying to say that I'm typing so
amazingly fast that you should be impressed (I'm probably an average typist
for a coder):  I'm saying that eclipse is literally falling 5/10/15
characters behind, and I have to just sit there and wait until it decides to
print what I've typed.

 

It FEELS like a memory management/garbage collection issue to me.  This
seems more pronounced if a larger source file (2000 lines+) is open, but
sometimes appears in SHORT component files (30 lines?)

 

Any specific suggestions from you guys would really be appreciated.

 

 

Thanks in Advance,

 

 

Steve

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Tuesday, November 28, 2006 11:24 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex crashing @ compilation time

 

40 applications is a whole lotta applications to compile, and I believe the
project is going to compile all of them.  Maybe you could create different
projects with the applications and use a library project for shared code?
Less would need to be re-compiled each time.

 

Matt

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of The Crow
Sent: Tuesday, November 28, 2006 3:13 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex crashing @ compilation time

 

Hello. I've been using Flex 2 for 3 months now. There's around 40 mxml
applications plus component, and actionscript files in the project and
the compilation (building) time has considerably increased with
time...taking up to 5-10 minutes at times. I've upgraded to Java
1.5.0.09 and changed the settings in the FlexBuilder configuration
file and still no significant improvements have been noticed. Could
anyone help me out with this issue.

Deleting the Bin folder and re-compiling the whole project as well did
not solve the problem.

PC Specs: Pentium 4 HT (3.0 MHz, 1GB DDR2 Memory, Integrated graphic card)

Thanks for your cooperation.

Regards,
Anoop

 



RE: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Steve Kellogg @ Project SOC
.  I'll get to that now.  I'll report the result here.  THANKS ANDREW!

 

 

Steve

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andrew Trice
Sent: Wednesday, November 29, 2006 11:16 AM
To: flexcoders@yahoogroups.com
Subject: RE: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @
compilation time

 

I've modified the Flexbuilder.ini file to increase memory usage.  It speeds
it up a good bit, but has also caused the occasional crash of FB.  More
detail at: http://eclipsezone.
http://eclipsezone.com/eclipse/forums/t61618.html
com/eclipse/forums/t61618.html

 

Be sure reference FlexBuilder.ini instead of Eclipse.ini.

C:\Program Files\Adobe\Flex Builder 2\FlexBuilder.ini

 

 

_

Andrew Trice

Cynergy Systems, Inc.

http://www.cynergys http://www.cynergysystems.com ystems.com

 

Blog: http://www.cynergys
http://www.cynergysystems.com/blogs/page/andrewtrice
ystems.com/blogs/page/andrewtrice

Email: andrew.trice@ mailto:[EMAIL PROTECTED]
cynergysystems.com

Office: 866-CYNERGY 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Steve Kellogg @ Project SOC
Sent: Wednesday, November 29, 2006 12:33 PM
To: flexcoders@yahoogroups.com
Subject: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @
compilation time

 

Hey Matt (et al),

 

Does Adobe have any specific suggestions for setting up Eclipse to prevent
the SLUGGISH EDITTING that many of us are seeing?

 

I sometimes have to stop typing for 5-10 seconds to wait for Eclipse to
CATCH UP to what I've typed.  I'm not trying to say that I'm typing so
amazingly fast that you should be impressed (I'm probably an average typist
for a coder):  I'm saying that eclipse is literally falling 5/10/15
characters behind, and I have to just sit there and wait until it decides to
print what I've typed.

 

It FEELS like a memory management/garbage collection issue to me.  This
seems more pronounced if a larger source file (2000 lines+) is open, but
sometimes appears in SHORT component files (30 lines?)

 

Any specific suggestions from you guys would really be appreciated.

 

 

Thanks in Advance,

 

 

Steve

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Tuesday, November 28, 2006 11:24 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex crashing @ compilation time

 

40 applications is a whole lotta applications to compile, and I believe the
project is going to compile all of them.  Maybe you could create different
projects with the applications and use a library project for shared code?
Less would need to be re-compiled each time.

 

Matt

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of The Crow
Sent: Tuesday, November 28, 2006 3:13 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex crashing @ compilation time

 

Hello. I've been using Flex 2 for 3 months now. There's around 40 mxml
applications plus component, and actionscript files in the project and
the compilation (building) time has considerably increased with
time...taking up to 5-10 minutes at times. I've upgraded to Java
1.5.0.09 and changed the settings in the FlexBuilder configuration
file and still no significant improvements have been noticed. Could
anyone help me out with this issue.

Deleting the Bin folder and re-compiling the whole project as well did
not solve the problem.

PC Specs: Pentium 4 HT (3.0 MHz, 1GB DDR2 Memory, Integrated graphic card)

Thanks for your cooperation.

Regards,
Anoop

 



RE: [flexcoders] mx.automation

2006-11-27 Thread Steve Kellogg @ Project SOC
BUSTED

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Sunday, November 26, 2006 4:28 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] mx.automation

 

Yeah, that shouldn't really be possible.

The automation stuff is I think due to a bug, but you're using a build
that others on this list aren't, ahem :-)

Matt

-Original Message-
From: [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com
[mailto:[EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com]
On
Behalf Of Tom Chiverton
Sent: Friday, November 24, 2006 8:36 AM
To: [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com
Subject: Re: [flexcoders] mx.automation

On Friday 24 November 2006 10:52, EECOLOR wrote:
 The source code that comes with the Flex framework is not the same as
the
 compiled frameworks swc file. 

That's odd - have you filled a bug / wish list ?

-- 
Tom Chiverton
Helping to conveniently deliver dynamic synergies



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.
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail- http://www.mail-archive.com/flexcoders%40yahoogroups.com
archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

 



[flexcoders] Scrolling TileList?

2006-11-26 Thread Steve Kellogg @ Project SOC
Hello,

 

I have a TileList that conatins some images and text.  The normal scroll
behavior is to scroll to each row in the list, but I need to be able to
scroll at a finer level, so that I can scroll through large pictures that
might be too big to show completely in the window.

 

Can anyone help?

 

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] Re: Scrolling TileList?

2006-11-26 Thread Steve Kellogg @ Project SOC
Tim,

 

Thanks VERY much.  I appreciate it.

 

 

Steve

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tim Hoff
Sent: Sunday, November 26, 2006 11:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Scrolling TileList?

 

Hi Steve,

You could place the TileList in a Canvas container. Only set the 
height of the Canvas; not the TileList.

-TH

--- In [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com,
Steve Kellogg @ Project SOC 
[EMAIL PROTECTED] wrote:

 Hello,
 
 
 
 I have a TileList that conatins some images and text. The normal 
scroll
 behavior is to scroll to each row in the list, but I need to be 
able to
 scroll at a finer level, so that I can scroll through large 
pictures that
 might be too big to show completely in the window.
 
 
 
 Can anyone help?
 
 
 
 Thanks in advance,
 
 
 
 Steve
 
 
 
 Steve Kellogg
 
 Peak8 Solutions
 
 1401 14th Street
 
 Boulder, Colorado
 
 80302, USA
 
 Fax: 303.415.2597
 
 E-Mail: [EMAIL PROTECTED]


 



[flexcoders] Resizing a ROW of a List view.

2006-11-26 Thread Steve Kellogg @ Project SOC
Hello,

 

I'm displaying a list of rows. The rows are rendered via an Item renderer.

 

One of the items in the row is a Text field that's setup to wrap text.  As
per the documentation, I've set the WIDTH of the Text field (to 100%) but
NOT the height, so that the text field can decide for itself how high the
Text needs to be.

 

When the control first appears, it CORRECTLY sets the size of each row to
the wrapped height of the text control within the Renderer (it's a beautiful
thing).

 

When I change the WIDTH of the control, however (via resizing the window, or
moving the HDivider that the list sits atop), the list does NOT change the
Row height to accommodate the new height of the row (yes, the text DOES
re-wrap, and this is why I was hoping that the List would 'see' this event).

 

Is there anyway for me to tell this list to continue looking for re-wrap of
the enclosed text?  I would have thought that this would be automatic since
SO MUCH of the layout is indeed automagical.

 

Any advice is appreciated.

 

 

Steve

 

Steve Kellogg

Peak8 Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax: 303.415.2597

E-Mail: [EMAIL PROTECTED]

 



[flexcoders] GLOBAL functions?

2006-11-25 Thread Steve Kellogg @ Project SOC
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] GLOBAL functions?

2006-11-25 Thread Steve Kellogg @ Project SOC
Jignesh,

 

Thanks VERY MUCH.

 

 

Steve

 

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jignesh Dodiya
Sent: Saturday, November 25, 2006 10:21 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] GLOBAL functions?

 

use mx.control.Application.application to access the variable.

 

No globals are there in AS-3

 

jignesh dodiya

 

On 11/25/06, Steve Kellogg @ Project SOC [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] com wrote: 

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] mailto:[EMAIL PROTECTED] com

 




-- 
Regards, 

Jignesh Dodiya 

 



[flexcoders] Finding Nodes in XML by ONLY attribute..

2006-11-18 Thread Steve Kellogg @ Project SOC
Hello,

 

I've got a (seemingly) tricky XML issue that I need some advice on.

 

I've got an XML tree that is the DataProvider for a Tree Control in my
application.

 

I need to sometimes find all of the nodes in this Tree with a certain
ATTRIBUTE VALUE regardless of the NAME of the Node.  For Example, here's an
example XML  (I know it's a dumb example, but I tried to come up with a
SIMPLE XML that shows the problem I'm trying to solve:

 

myXML:XML=new XML(Body overbudget=true

Room name='kitchen' overbudget =true

Door kind=Pantry overbudget =false/

Door kind=Entry overbudget =false/

Window kind=Slider overbudget =true/

/Room

Room name = 'bedroom1' loaded=true

Door kind=Closet overbudget =true/

Door kind=Entry overbudget =false/

/Room

/Body);

 

I now want to find all nodes that are OVERBUDGET, no matter whether it's a
door or a window or an overall room, etc, so I'm trying to do:

 

 

myList:XMLList=myXML..(@overbudget==true);

 

But I get an error on this.

 

Can anyone suggest the proper syntax to do what I need?

 

 

Thanks in advance.

 

 

Steve

 

 

Steve Kellogg

Peak8 Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax: 303.415.2597

E-Mail: [EMAIL PROTECTED]

 



[flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC










Hello,



Im using FB2 on WinXP on a fairly modern laptop (core
duo).



I seem to be having a great deal of trouble lately with
FlexBuilders TEXT EDITOR (in SOURCE MODE) getting VERY VERY SLOW. Slow
means that I can type a 32 character line, and see a 10-15 second delay before
all of the characters show up on the screen.



Is there some sort of GARBAGE COLLECTION that might be
getting in the way of smooth operation? Are there any known conditions that I
should be avoiding?



Thanks in advance,





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





RE: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
Well, it's not VERY big..  (2000 lines)

Is that very big for Eclipse?

Thanks

Steve



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Tuesday, November 07, 2006 4:08 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Eclipse becoming HORRIBLY slow??

On Tuesday 07 November 2006 10:55, Steve Kellogg @ Project SOC wrote:
 Are there any known conditions that I should be
 avoiding?

Is the file itself very big ?

-- 
Tom Chiverton
Helping to greatly cultivate compelling applications



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








--
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] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC










Thanks for your response. I would have
been VERY surprised to hear that this was too big for eclipse to handle, as
2000 lines seems TINY to me.



Ill started heading in the
direction you suggest. I dont SEE any odd dependancies (except for
EMBEDDED graphics).



Best Regards,



Steve















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anatole Tartakovsky
Sent: Tuesday, November 07, 2006
9:30 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Eclipse
becoming HORRIBLY slow??







2000 lines is really not much - we have objects 3 times bigger that are
no problem for editing. However, there are quirks in the FlexBuilder that
pretty much kill editing - and there is no real system to it. Usually they can
be cured by simple code rearrangement. 





We had one 2000 file that behaved the same way - it was mxml inherited
from another mxml that in turn had #include section. If you paste in
include section, the problem disappears.





Basically the problem seems related to in-file code dependencies when
it fallsscan of the file- make sure you check the base objects your
problem file inherits from .











Hope this helps,





Anatole

























On 11/7/06, Paul
Andrews [EMAIL PROTECTED]
wrote: 









Seems darn big to me for anything..

Why is it so big? Usually with classes and modularisation, you'd expect much 
smaller files. Are you breaking up the UI into components? 





- Original Message - 
From: Steve Kellogg @ Project SOC  [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, November 07, 2006 3:05 PM 
Subject: RE: [flexcoders] Eclipse becoming HORRIBLY slow??

 Well, it's not VERY big.. (2000 lines)

 Is that very big for Eclipse?

 Thanks

 Steve



 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On
 Behalf Of Tom Chiverton
 Sent: Tuesday, November 07, 2006 4:08 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Eclipse becoming HORRIBLY slow??

 On Tuesday 07 November 2006 10:55, Steve Kellogg @ Project
SOC wrote:
 Are there any known conditions that I should be 
 avoiding?

 Is the file itself very big ?

 -- 
 Tom Chiverton
 Helping to greatly cultivate compelling applications

  

 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








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




 

























__._,_.___





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

  




__,_._,___





RE: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
Not that I've seen.

Perhaps (as Anatole suggests), it's more a matter of removing the CORRECT
portion of the file, but if that's the case, I haven't figured out the magic
section.


Best


Steve

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Tuesday, November 07, 2006 9:15 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Eclipse becoming HORRIBLY slow??

On Tuesday 07 November 2006 15:05, Steve Kellogg @ Project SOC wrote:
 Well, it's not VERY big..  (2000 lines)
 Is that very big for Eclipse?

It's not *very big*, no.
If you cut it in half, does the problem go away ?

-- 
Tom Chiverton
Helping to simultaneously create magnetic data



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








--
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: Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
J,

I actually think that that's (at least part of) the problem.

It FEELS like memory is being swapped, etc.  I can't yet prove it, but I
won't be surprised a bit if I find a garbage collection or swap file
problem.

Steve



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jnewport
Sent: Tuesday, November 07, 2006 10:44 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Eclipse becoming HORRIBLY slow??

Do you let Eclipse sit for a while, say checking email or other items?

You have probably tried this but...

There was blog somewhere that said XP holds the memory or something
when not using Flex Builder.  Try to minimize and restore Flex Builder
two or three times and see if that doesn't help (release usage).  

j

--- In flexcoders@yahoogroups.com, Constantiner [EMAIL PROTECTED] wrote:

 Are there any includes in the class hierarchy?
 
 -- 
 Best regards,
  Constantinermailto:[EMAIL PROTECTED]
 
 
 SKPS Hello,
 SKPS I'm using FB2 on WinXP on a fairly modern laptop (core duo).
 SKPS I seem to be having a great deal of trouble lately with
 SKPS FlexBuilder's TEXT EDITOR (in SOURCE MODE) getting VERY VERY
 SKPS SLOW.š Slow means that I can type a 32 character line, and see a
 SKPS 10-15 second delay before all of the characters show up on the
screen.
 SKPS
 SKPS Is there some sort of GARBAGE COLLECTION that might be getting
 SKPS in the way of smooth operation?š Are there any known
conditions that I should be avoiding?
 SKPS
 SKPS Thanks in advance,
 SKPS
 SKPS Steve
 SKPS
 SKPS Steve Kellogg
 SKPS Peak8 Solutions
 SKPS 1401 14th Street
 SKPS Boulder, Colorado
 SKPS 80302, USA
 SKPS Fax: 303.415.2597
 SKPS E-Mail: [EMAIL PROTECTED]






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








--
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: Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
I know we have a number of Adobe folks on this list..  

Can any of you guys comment as to whether you've seen this, and if there's
any fix on the horizon?  

Can you help us nail down the CAUSE, or suggest a work around?

Thanks in Advance

Steve



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of camlinaeizerous
Sent: Tuesday, November 07, 2006 12:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Eclipse becoming HORRIBLY slow??

It is not an XP only issue as I have seen it happen on win2k also.

--- In flexcoders@yahoogroups.com, Steve Kellogg @ Project SOC
[EMAIL PROTECTED] wrote:

 J,
 
 I actually think that that's (at least part of) the problem.
 
 It FEELS like memory is being swapped, etc.  I can't yet prove it, but I
 won't be surprised a bit if I find a garbage collection or swap file
 problem.
 
 Steve
 
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of jnewport
 Sent: Tuesday, November 07, 2006 10:44 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Eclipse becoming HORRIBLY slow??
 
 Do you let Eclipse sit for a while, say checking email or other items?
 
 You have probably tried this but...
 
 There was blog somewhere that said XP holds the memory or something
 when not using Flex Builder.  Try to minimize and restore Flex Builder
 two or three times and see if that doesn't help (release usage).  
 
 j
 
 --- In flexcoders@yahoogroups.com, Constantiner Constantiner@ wrote:
 
  Are there any includes in the class hierarchy?
  
  -- 
  Best regards,
   Constantinermailto:constantiner@
  
  
  SKPS Hello,
  SKPS I'm using FB2 on WinXP on a fairly modern laptop (core duo).
  SKPS I seem to be having a great deal of trouble lately with
  SKPS FlexBuilder's TEXT EDITOR (in SOURCE MODE) getting VERY VERY
  SKPS SLOW.¹ Slow means that I can type a 32 character line, and see a
  SKPS 10-15 second delay before all of the characters show up on the
 screen.
  SKPS
  SKPS Is there some sort of GARBAGE COLLECTION that might be getting
  SKPS in the way of smooth operation?¹ Are there any known
 conditions that I should be avoiding?
  SKPS
  SKPS Thanks in advance,
  SKPS
  SKPS Steve
  SKPS
  SKPS Steve Kellogg
  SKPS Peak8 Solutions
  SKPS 1401 14th Street
  SKPS Boulder, Colorado
  SKPS 80302, USA
  SKPS Fax: 303.415.2597
  SKPS E-Mail: stevek@
 
 
 
 
 
 
 --
 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






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








--
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: Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
I don't THINK I'm doing ANYTHING that should be PO'ing ANYONE

At first, I thought the problem might be that I'm also running Visual Studio
(local Web Services, etc), but I'm able to recreate the problem when
VStudio, and the localhost server isn't even running.

I sure appreciate all of this feedback.  Maybe we can help Adobe figure out
what's wrong so they can fix it.


Steve



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Peterson, Chris
Sent: Tuesday, November 07, 2006 12:46 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Eclipse becoming HORRIBLY slow??

Do you have a large file, perhaps a cfc or something?  Eclipse seems to get
really PO'd with me when I have 3000+ line templates, mostly multi-function
CFC's, and I see this same thing, very slow typing response, and delayed
appearance of my text.

Chris 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of camlinaeizerous
Sent: Tuesday, November 07, 2006 2:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Eclipse becoming HORRIBLY slow??

It is not an XP only issue as I have seen it happen on win2k also.

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,
Steve Kellogg @ Project SOC
[EMAIL PROTECTED] wrote:

 J,
 
 I actually think that that's (at least part of) the problem.
 
 It FEELS like memory is being swapped, etc. I can't yet prove it, but 
 I won't be surprised a bit if I find a garbage collection or swap file 
 problem.
 
 Steve
 
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com  
 [mailto:flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com ] On Behalf Of jnewport
 Sent: Tuesday, November 07, 2006 10:44 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 Subject: [flexcoders] Re: Eclipse becoming HORRIBLY slow??
 
 Do you let Eclipse sit for a while, say checking email or other items?
 
 You have probably tried this but...
 
 There was blog somewhere that said XP holds the memory or something 
 when not using Flex Builder. Try to minimize and restore Flex Builder 
 two or three times and see if that doesn't help (release usage).
 
 j
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,
Constantiner Constantiner@ wrote:
 
  Are there any includes in the class hierarchy?
  
  --
  Best regards,
  Constantiner mailto:constantiner@
  
  
  SKPS Hello,
  SKPS I'm using FB2 on WinXP on a fairly modern laptop (core duo).
  SKPS I seem to be having a great deal of trouble lately with 
  SKPS FlexBuilder's TEXT EDITOR (in SOURCE MODE) getting VERY VERY 
  SKPS SLOW.¹ Slow means that I can type a 32 character line, and see 
  SKPS a
  SKPS 10-15 second delay before all of the characters show up on the
 screen.
  SKPS
  SKPS Is there some sort of GARBAGE COLLECTION that might be getting 
  SKPS in the way of smooth operation?¹ Are there any known
 conditions that I should be avoiding?
  SKPS
  SKPS Thanks in advance,
  SKPS
  SKPS Steve
  SKPS
  SKPS Steve Kellogg
  SKPS Peak8 Solutions
  SKPS 1401 14th Street
  SKPS Boulder, Colorado
  SKPS 80302, USA
  SKPS Fax: 303.415.2597
  SKPS E-Mail: stevek@
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
http://www.mail-archive.com/flexcoders%40yahoogroups.com  
 Yahoo! Groups Links




 


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








--
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/
 



FW: [flexcoders] Where are Bookmarks stored?

2006-11-06 Thread Steve Kellogg @ Project SOC










BUMP?











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg @ Project SOC
Sent: Sunday, November 05, 2006
10:18 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Where are
Bookmarks stored?





Hello,



Ive had to re-import my project a couple of times
because of system level problems. Each time this has happened, Ive
lost all of my bookmarks. I assume that this is because the bookmarks are
stored somewhere other than where Im expecting them.



So, the question is, where are the bookmarks stored, so I can
make sure they get added to our source repository, etc?



Thanks in Advance,



Steve



Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]









__._,_.___





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

  




__,_._,___





RE: [flexcoders] Re: Realtime Panel position sync?

2006-11-06 Thread Steve Kellogg @ Project SOC

 
 Here is the ghetto way of doing it (or is it?)


WOW, that's incredibly offensive!  





--
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/
 



[flexcoders] Where are Bookmarks stored?

2006-11-05 Thread Steve Kellogg @ Project SOC










Hello,



Ive had to re-import my project a couple of times
because of system level problems. Each time this has happened, Ive lost
all of my bookmarks. I assume that this is because the bookmarks are stored
somewhere other than where Im expecting them.



So, the question is, where are the bookmarks stored, so I
can make sure they get added to our source repository, etc?



Thanks in Advance,



Steve



Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





[flexcoders] Re-importing projects?

2006-11-03 Thread Steve Kellogg @ Project SOC










Hello,



Ive got a problem that I cant find an EASY way
around.





Twice now, Ive accidentally launched FB2 while the
source directory was not available. This causes FB2 to claim that the source
files do NOT EXIST. (obviously).



The PROBLEM is that once I get into this state, putting the
files BACK doesnt cause the problem to be fixed!!



I cant even IMPORT the project, because I get an
error saying that the project already exists!



The only way I can figure out to resurrect a project thats
gotten into this state is to create a NEW project in a new folder and MANUALLY
IMPORT ALL OF MY SOURCE CODE INTO NEW FILES.



SURELY, this cant be the only way to do this in a
Professional system, so what am I missing?



Any input will be greatly appreciated.





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





RE: [flexcoders] Re-importing projects?

2006-11-03 Thread Steve Kellogg @ Project SOC










Michael,



Thanks for your input. In the end, I
found that I was able to delete the project in the Project Navigator, and then
re-import it. I had thought of cleaning, but that option was unavailable for
some reason.



Thanks again,



Steve















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle
Sent: Friday, November 03, 2006
12:50 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Re-importing projects?





Hi,

Can you remove the source file, clean the project, add the source file back and
do another clean?

Or how about just cleaning it? Where is your source file, is it a build path
setting?

Seems to me you could also edit the properties xml file, take it out, clean the
project and then redo. 

I have had similar problems, strategically cleaning seems to work for me.

Peace, Mike



On 11/3/06, Steve
Kellogg @ Project SOC 
[EMAIL PROTECTED] wrote:











Hello,



I've got a problem that I can't find an EASY way
around.





Twice now, I've accidentally launched FB2 while the
source directory was not available. This causes FB2 to claim that the
source files do NOT EXIST. (obviously).



The PROBLEM is that once I get into this state,
putting the files BACK doesn't cause the problem to be fixed!!



I can't even IMPORT the project, because I get an
error saying that the project already exists!



The only way I can figure out to resurrect a project
that's gotten into this state is to create a NEW project in a new folder and
MANUALLY IMPORT ALL OF MY SOURCE CODE INTO NEW FILES.



SURELY, this can't be the only way to do this in a
Professional system, so what am I missing?



Any input will be greatly appreciated.





Steve







Steve Kellogg

Peak8 Solutions

1401 14th Street

Boulder, Colorado


80302, USA

Fax: 303.415.2597

E-Mail: [EMAIL PROTECTED]
















-- 
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com 

You can find more by solving the problem then by 'asking the question'. 







__._,_.___





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

  




__,_._,___





[flexcoders] Setting STYLES for individual cells/rows of a TREE?

2006-10-23 Thread Steve Kellogg @ Project SOC










Hello,



When using a tree, Id like to be able to convey extra
information for each through the use of LABEL COLOR, LABEL BOLD, LABEL ITALIC,
etc.



Can anyone here point me to documentation or examples of how
to do this?



Thanks in advance,





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail: [EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





RE: [flexcoders] Re: Text Area autofit, autosize

2006-10-20 Thread Steve Kellogg @ Project SOC
Have you tried left=0 right=0?



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of grunz1234
Sent: Friday, October 20, 2006 7:17 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Text Area autofit, autosize

maybe someone knows the problem?

 Hello
 
 I want to autoFit / autoSize the textArea on the text the user is 
 currently tipping. So I Have
 
 mx:TextArea id=edit text={folderName} focusAlpha=0.0 
 mouseFocusChange=focusOut() deactivate=focusOut() 
 textAlign=center borderStyle=none height=20 
width={dummy.width} 
 wordWrap=false/
 
 mx:Label id=dummy visible=false text={editName.text}/
 
 which works fine, but the text in the textArea is somehow shift to 
the 
 left(I can't see some letters, I have to scroll in the textarea to 
see 
 all), so that there is on the right always space for typing in.
 How can I disable this 'shift', I want to see the whole text which 
is 
 currently typed in.
 
 thanks






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








--
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/
 



[flexcoders] Invalidating a control for IMMEDIATE redraw?

2006-10-16 Thread Steve Kellogg @ Project SOC










Hello,



Ive got a long CPU routine, and Im using a
progress bar to show the user that were making. progress..



The PROBLEM is that the progress bar doesnt seem to
be updating until my long CPU TASK is complete (presumably because Im
not relinquishing the CPU during the routine).



Is there anyway to tell Flex/Flash to IMMEDIATELY redraw an
element in the UI?





Thanks in advance for any advice.





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





RE: [flexcoders] Invalidating a control during a CPU intensive task.

2006-10-16 Thread Steve Kellogg @ Project SOC










Thanks for your reply.



The value of the progress bar is BOUND to
a var. I also tried updating it directly. Ive also tried replacing the progress
bar with a LABEL that just displays text explaining where were at, but I get
the same result.



Best regards,



Steve















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Freiman
Sent: Monday, October 16, 2006
8:03 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Invalidating a control during a CPU intensive task.





How does the progress bar
know how much progress has been made? Is it bound to something, is it
listening for an event, it is being updated directly, etc?

- Dan



On 10/15/06, Steve
Kellogg @ Project SOC [EMAIL PROTECTED]
wrote:





Hello,



I've
got a long CPU routine, and I'm using a progress bar to show the user that
we're making. progress..



The
PROBLEM is that the progress bar doesn't seem to be updating until my long CPU
TASK is complete (presumably because I'm not relinquishing the CPU during the
routine).



Is
there anyway to tell Flex/Flash to IMMEDIATELY redraw an element in the UI?





Thanks
in advance for any advice.





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado


80302, USA

Fax:
303.415.2597

E-Mail: [EMAIL PROTECTED]
















__._,_.___





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

  




__,_._,___





RE: [flexcoders] Invalidating a control for IMMEDIATE redraw?

2006-10-16 Thread Steve Kellogg @ Project SOC










Thats what I was afraid of. Although I
KNOW that I should be splitting this routine, the problem is that theres a
long segment of time where Im reading a large file from disk (yes, this
application is wrapped into an .exe using SWFKit, so I have access to
read/write of the local file system.



I WISH that the file reading was async,
but according to the SWFKit docs, thats not the case.



Best Regards.



Steve











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle
Sent: Monday, October 16, 2006
9:22 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Invalidating a control for IMMEDIATE redraw?





Hi,

The only way to use a progress bar in a single threaded environment is to break
it.

I don't know exactly what you are doing but, I had the same problem making a
documenter in AS3. I was able to break up the process into a stack, run
throught a Timer loop at the end of each action. 

The thing is you have to put your directives in a stack that can be poped and
then run like a 100 millisecond timer that waits for the next queued
directive. At this time you could call your;

myProgressBar.validateNow ();

then the timer end handler will invoke the next stack call.

Peace, Mike



On 10/16/06, Steve
Kellogg @ Project SOC 
[EMAIL PROTECTED] wrote:











Hello,



I've got a long CPU routine, and I'm using a progress
bar to show the user that we're making. progress..



The PROBLEM is that the progress bar doesn't seem to
be updating until my long CPU TASK is complete (presumably because I'm not
relinquishing the CPU during the routine).



Is there anyway to tell Flex/Flash to IMMEDIATELY
redraw an element in the UI?





Thanks in advance for any advice.





Steve







Steve Kellogg

Peak8 Solutions

1401 14th Street

Boulder, Colorado


80302, USA

Fax: 303.415.2597

E-Mail: [EMAIL PROTECTED]
















-- 
What goes up, does come down. 







__._,_.___





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

  




__,_._,___





[flexcoders] Invalidating a control during a CPU intensive task.

2006-10-15 Thread Steve Kellogg @ Project SOC










Hello,



Ive got a long CPU routine, and Im using a
progress bar to show the user that were making. progress..



The PROBLEM is that the progress bar doesnt seem to
be updating until my long CPU TASK is complete (presumably because Im
not relinquishing the CPU during the routine).



Is there anyway to tell Flex/Flash to IMMEDIATELY redraw an
element in the UI?





Thanks in advance for any advice.





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





[flexcoders] Conditional Compile?

2006-10-13 Thread Steve Kellogg @ Project SOC










Hello,



I havent seen anything in the dox about conditional
compile (#ifdef, etc). Does Flex/AS 3.0 have such a capability? 



Thanks in advance,



Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





RE: [flexcoders] Conditional Compile?

2006-10-13 Thread Steve Kellogg @ Project SOC












Thanks, Gordon.





Steve 











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith
Sent: Friday, October 13, 2006
10:54 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Conditional Compile?





No, sorry, AS3 doesn't support conditional
compilation.



- Gordon











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steve Kellogg @ Project SOC
Sent: Friday, October 13, 2006
7:03 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Conditional
Compile?













Hello,



I
havent seen anything in the dox about conditional compile (#ifdef,
etc). Does Flex/AS 3.0 have such a capability? 



Thanks in
advance,



Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street



Boulder, Colorado



80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]com





















__._,_.___





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

  




__,_._,___





RE: [flexcoders] Flex collaborative portal designed for Max 2006

2006-10-11 Thread Steve Kellogg @ Project SOC
Very nice! Clean, well thought out.  Congrats on a job well done!

Do you know that there are a few places where Flex errors are coming up over
the portal? I'll try to narrow down WHEN these things happen, but I thought
you'd want a heads up.


BTW...  The SOUND EFFECTS that you're using (the clicks, etc).  Are they
STOCK windows items?  Are they available anywhere?

Thanks in advance,


Steve



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of focusedcoker
Sent: Wednesday, October 11, 2006 9:50 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex collaborative portal designed for Max 2006

We have just launched our Flex Collaboorative tool branded Premeet 
and will like developers to explore and have a feel of what Flex can 
do! Check it out at: http://www.premeet.flexcubed.com Click on the 
View Portal Button and once loaded, Click on the Need to Register 
Button to open a new account and collaborate with other users.




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









--
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] Flex Documentation Team - Showing Related Technology

2006-10-11 Thread Steve Kellogg @ Project SOC
Are you really from Dorktown?

I hear that place is kind of a [EMAIL PROTECTED]

Best Regards,


Steve


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of dorkie dork from dorktown
Sent: Wednesday, October 11, 2006 12:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Documentation Team - Showing Related Technology

I've been reading through, again, the documentation on DataProviders
in Chapter 7 of the Flex Developers guide and I thought it might be
useful to know where all this form and structure and framework comes
from or is inspired by. I would like to be able to teach other
developers and tell this, DataProviders in FLEX are just like
DataProviders in Java. You know what I mean?

I'm working with a bunch of other developers with Java background and
I want to be able to tell them, This is just like Java. This CSS is
just like CSS in HTML. MXML is modeled after XML and XMLUI. Does that
make sense? Inspiration and similarities go a long way in learning a
new technology.

Now that I think about it there are a few places scattered a bit,
where it says something like, CSS in Flex is the same as CSS in HTML
except for 1, 2 and 3 are different. but it is not as often.

Thanks for listening Randy and team!
Judah


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








--
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] Flex Documentation Team - Showing Related Technology

2006-10-11 Thread Steve Kellogg @ Project SOC
OK, now I KNOW you're full of it!  Candyland is one gigantic WHOREHOUSE.
The last time I was there I accidentally stepped on a dirty needle TWICE.
This was in the middle of Mainstreet.  Babes and a Rollercoaster indeed!

Steve

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of dorkie dork from dorktown
Sent: Wednesday, October 11, 2006 8:00 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex Documentation Team - Showing Related
Technology

Thats just what we want people to believe. Like Iceland, Greenland and
Candyland before it, Dork Town is a just facade. Its mostly all babes
and me, oh and some of the adobe staff, and a couple of pizza places,
and a rollercoaster and a casa bonita...

ADDENDUM: Another idea I had, because I know the documentation team
has nothing to do, is to create some documents along the lines of
Flex For Java Developers, Flex For PHP Developers, Flex For ASP
Developers, etc. You know, like, how it can help them. And have it
describe where what they already know in their language will overlap
in Flex and AS3.

On 10/11/06, Steve Kellogg @ Project SOC [EMAIL PROTECTED] wrote:
 Are you really from Dorktown?

 I hear that place is kind of a [EMAIL PROTECTED]

 Best Regards,


 Steve


 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of dorkie dork from dorktown
 Sent: Wednesday, October 11, 2006 12:37 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex Documentation Team - Showing Related Technology

 I've been reading through, again, the documentation on DataProviders
 in Chapter 7 of the Flex Developers guide and I thought it might be
 useful to know where all this form and structure and framework comes
 from or is inspired by. I would like to be able to teach other
 developers and tell this, DataProviders in FLEX are just like
 DataProviders in Java. You know what I mean?

 I'm working with a bunch of other developers with Java background and
 I want to be able to tell them, This is just like Java. This CSS is
 just like CSS in HTML. MXML is modeled after XML and XMLUI. Does that
 make sense? Inspiration and similarities go a long way in learning a
 new technology.

 Now that I think about it there are a few places scattered a bit,
 where it says something like, CSS in Flex is the same as CSS in HTML
 except for 1, 2 and 3 are different. but it is not as often.

 Thanks for listening Randy and team!
 Judah


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








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







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








--
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/
 



[flexcoders] iconField working correctly?

2006-10-09 Thread Steve Kellogg @ Project SOC










Hello,



Are there any known issues with using the iconField
property with Trees?



Im trying to use it to put custom icons in each row.
Im doing this EXACTLY as suggested in the dox, but I NEVER get my custom
icons.





Does it work when you have only SOME rows that specify the
icon property?

Does it support all graphics types?



Does anyone know of any Gotchas that I might
be running into?



Thanks in advance.





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





[flexcoders] iconFunction property?

2006-10-09 Thread Steve Kellogg @ Project SOC










Hello,



Does anyone have an example of how to correctly setup the iconFunction
of a Tree? I cant seem to get the calling conventions correct.



Thanks in advance,





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





RE: [flexcoders] Variable Initialization Problem

2006-10-07 Thread Steve Kellogg @ Project SOC










Akash,



Maybe Im misreading your code, but
it looks like youre getting an undefined on this.title. What is THIS in this
context, and does it HAVE a TITLE parameter?



Just a thought.





Steve













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of akash
Sent: Saturday, October 07, 2006
12:01 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Variable
Initialization Problem





Hi all,




This is my action script file. Here I am initializing the variable with some
value..but I find it outside that particular code block it is showing undefined
even tthough the variable is global. Can anybody suggest me how to resolve this
problem?



import mx.core.UIObject;


import de.richinternet.utils.Dumper;


public static var pageItem,printItem : Object;


public static var reportItem1,reportItem2 : Object;


public static var title: String=null;


var pages:Number=0;


var loanTermArray=[1,2,3,4,5,6,7,8,9];


var interestRateArray=[1,2,3,4,5,6,7,8,9];


var pointsPurchasedArray=[0,1,2,3,4,5,6,7,8,9];





function createUI( pageUI:String , parentComp:Object):Void {





if( pageUI == formatToolbar )


{


 pageItem = parentComp.createChild( formatToolbar,
undefined );





}


if( pageUI == pointsCalci )


{


pageItem = parentComp.createChild( PointsCalculator, undefined); 


title='Calculators : Should I Pay Points?';


Dumper.dump(title +title);//here its ok.


} 


if(pageUI == viewPointCalci)


 
pageItem=parentComp.createChild(ViewCalculator,undefined);





  if(pageUI ==
viewPointReport)


  {


 

pageItem=parentComp.createChild(mx.containers.VBox,undefined,{ x:8, y:21,
width:465, height:445});



reportItem1=pageItem.createChild(PointCalciReport1,undefined);


 pages++;



reportItem2=pageItem.createChild(PointCalciReport2,undefined);


 pages++;


printItem=pageItem;


 
} 





}




public function destroyUI(parentComp:Object):Void {


 
parentComp.destroyChild( UIObject( pageItem ) );


} 


 

 


public function doPrint() 



{



 var pj :
PrintJob = new PrintJob();






//Save the current vertical scroll position of the DataGrid control. 



var prev_vPosition:Number = printItem.vPosition;


Dumper.dump(vPosition +prev_vPosition);



if(pj.start() != true)





{



delete pj;



return;



}





//Scroll down each page of rows, then call addPage() once for
each page. 



 for (var
i:Number=0;ipages;i++) 


{


 //newItem.vPosition
= i*rowsPerPage;


 var obj1 :
Object = printItem.getChildAt(i);


 


 
pj.addPage(printItem.getChildAt(i)); //{xMin:-100,xMax:400,yMin:-150,yMax:560});



 }


pj.send();



 delete pj;




 //
Restore vertical scroll position.



//newItem.vPosition = prev_vPosition;


}





public function setTitle(titleparam:Object)


{


Dumper.dump(title +this.title);// here title is coming
out to be undefined?


titleparam.text=title;


}



ThanksRegards,

Akash Chander,









__._,_.___





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

  




__,_._,___



Disclaimer

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed.  If you have received this communication in error, please immediately notify the [EMAIL PROTECTED] and destroy the original message. The recipient should check this email and any attachments for the presence of viruses.  Ness has taken every reasonable precaution to minimize this risk, and accepts no liability for any damage caused by any virus transmitted in this email.  Ness reserves the rights to monitor and review the content of all messages sent to or from this E-mail address, and store them on the Ness E-mail system.


[flexcoders] Bookmarks?

2006-10-07 Thread Steve Kellogg @ Project SOC










Hello,



Is there any special trick to getting bookmarks to work?



Im selecting a place in a source (mxml) file, and
looking for Edit - Add Bookmark as indicated in the dox, but
theres no such item in the menu. Is there a preference that Im
missing?





Thanks in advance,



Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail: [EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





[flexcoders] DEFAULTING HDividedBox

2006-10-07 Thread Steve Kellogg @ Project SOC










Hello,



Im a little confused about one small aspect of the
HDividedBox container. How do I set the DEFAULT placement of the children. AT
FIRST, I thought that I always allocated an equal space for each child, but I
just created an HDividedBox, and the FIRST child is 10% to the second childs
90%. I cant see anything in the SOURCE MODE that would have specified
this behavior.



Best Regards,





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail: [EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





RE: [flexcoders] Re: Bookmarks?

2006-10-07 Thread Steve Kellogg @ Project SOC
Thanks for your help.  I didn't understand the two step process of clicking
the correct area of the text, and then right clicking in the line numbers.

I was assuming that I'd be able to directly right click in the text to see a
Bookmarks... entry.


Thanks


Steve



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of rosado1950
Sent: Saturday, October 07, 2006 3:04 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Bookmarks?

Click in the code where you want to bookmark it.
Then, rigth-click in the left-margin (grey one) and select Bookmark...
Give a name, and off you go.
To use your bookmarks:
open the Bookmarks view (windowother views ...Bookmarks)
In the Boolmark-view you will see your bookmarks arranged in 
alfabetical order. Click on a bookmark to go to the right place in 
your code.

Rui

--- In flexcoders@yahoogroups.com, Steve Kellogg @ Project SOC 
[EMAIL PROTECTED] wrote:

 Hello,
 
  
 
 Is there any special trick to getting bookmarks to work?
 
  
 
 I'm selecting a place in a source (mxml) file, and looking 
for Edit - Add
 Bookmark as indicated in the dox, but there's no such item in the 
menu.  Is
 there a preference that I'm missing?
 
  
 
  
 
 Thanks in advance,
 
  
 
 Steve
 
  
 
  
 
  
 
 Steve Kellogg
 
 Peak8 Solutions
 
 1401 14th Street
 
 Boulder, Colorado
 
 80302, USA
 
 Fax: 303.415.2597
 
 E-Mail: [EMAIL PROTECTED]







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






 






--
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: Dynamically adding components to a panel?

2006-10-06 Thread Steve Kellogg @ Project SOC










Anatole,



THANKS VERY MUCH! I had a feeling that
the answer was related to ItemRenderer, but I couldnt seem to get my
first steps to work.



May I ask one follow up question? I need
to insert the item renders in such a way that my list (inthis case, a TileList)
can support different Row
 Heights for each row.
How can I do this? No matter what Ive tried, all of the rows come out
the same height.



Thanks in advance,





Steve















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anatole Tartakovsky
Sent: Wednesday, October 04, 2006
5:20 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re:
Dynamically adding components to a panel?














You can do anything there - the simpliest way would be to use runtime
styling





http://flexblog.faratasystems.com/?p=96and
more to the point





http://flexblog.faratasystems.com/?p=91





Regards,





Anatole


















On 10/4/06, Steve
Kellogg @ Project SOC [EMAIL PROTECTED]
wrote: 









I have a similar question. I need to put WRAPPED TEXT
into the cells of a
List or Tree.

Is it possible to AddChild to a LIST so that there's an actual UIComponent
as a cell's graphics?

Best Regards, 

Steve

-Original Message-
From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com]
On
Behalf Of jack_freud
Sent: Wednesday, October 04, 2006 2:38 PM 
To: flexcoders@yahoogroups.com



Subject: [flexcoders] Re:
Dynamically adding components to a panel?

Thank you all - I was missing the addChild() concept. Works like
a charm.

--- In flexcoders@yahoogroups.com, Dustin Mercer
[EMAIL PROTECTED]
wrote:

 The addChild method of Panel is what you need. Here is a
quick (non
 tested, on the fly, don't take literal) example, but It
should get you 
 on the right path.
 
 
 
 mx:Script
 
 ![CDATA[
 
 Private function addPanelChild() : void {
 
 var button : Button = new Button(); 
 
 button.label = test;
 
 testPanel.addChild(button);
 
 }
 
 ]]
 
 /mx:Script
 
 
 
 mx:Button label=test
click=addPanelChild(); / 
 
 
 
 mx:Panel id=testPanel
 
 /mx:Panel
 
 
 
 
 
 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On
 Behalf Of jack_freud
 Sent: Wednesday, October 04, 2006 11:48 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Dynamically adding components to a
panel? 
 
 
 
 I'm still very new to Flex so what I thought should be hard
is easy and
 what I thought should be easy is hard!
 
 I'm trying to find out how, to make an easy example, by
pressing a 
 button, another new button would appear in the panel.
 
 Ultimately I want to make a kind of toolbar or palette,
where I could
 drag a shape from the palette into the workspace, and a copy
of that 
 shape would remain where I performed the drop.
 
 I can't find any examples that do anything like this.
 
 Thanks for anyone's help or direction.









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


















__._,_.___





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

  




__,_._,___





RE: [flexcoders] Re: Dynamically adding components to a panel?

2006-10-06 Thread Steve Kellogg @ Project SOC










Anatole,



It looks like I chose the wrong base
class. OH, well. I thought I saw in the docs that TileList DID support
variableRowHeight.



Do you happen to know which classes DO
actually support variable Row Height? All I need is a list type class that I
can put a customer itemrenderer into, so I THINK I can use ANY
tree,List,Grid,etc.



Thanks in advance.





Steve













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anatole Tartakovsky
Sent: Friday, October 06, 2006
6:13 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re:
Dynamically adding components to a panel?








Steve,





You are out of luck - here is snippet from TileBase code (line 50):





/**
* The TileBase class is the base class for controls
* that display data items in a sequence of rows and columns.
* TileBase-derived classes ignore the codevariableRowHeight/code
* and codewordWrap/code properties inherited from
their parent class.
* All items in a TileList are the same width and height.
*
* pThis class is not used directly in
applications./p 
*/











You have to choices - try to put it in control that supports
variableRowHeight or roll out the new TileBase specific to your project. In
later case you merge code in TileBase and DataGridBase makeRowsAndColumns
method. I have not tried direct subclassing of TileBase - from the look of it
it might be possible. 





Regards,





Anatole






On 10/6/06, Steve
Kellogg @ Project SOC [EMAIL PROTECTED]
wrote: 











Anatole,



THANKS VERY MUCH! I
had a feeling that the answer was related to ItemRenderer, but I couldn't seem
to get my first steps to work. 



May I ask one follow up
question? I need to insert the item renders in such a way that my list
(inthis case, a TileList) can support different Row Heights
for each row. How can I do this? No matter what I've tried, all of
the rows come out the same height. 



Thanks in advance,





Steve















From:
[EMAIL PROTECTED] ups.com
[mailto:flexcoders@ yahoogroups.com] On Behalf Of Anatole Tartakovsky
Sent: Wednesday, October 04, 2006
5:20 PM 
To: [EMAIL PROTECTED]ups.com
Subject: Re: [flexcoders] Re:
Dynamically adding components to a panel?
















You can do anything there - the simpliest way would be
to use runtime styling





http://flexblog.faratasystems.com/?p=96 and more to
the point





http://flexblog.faratasystems.com/?p=91 





Regards,





Anatole


















On 10/4/06, Steve
Kellogg @ Project SOC  [EMAIL PROTECTED] wrote: 









I have a similar question. I need to put WRAPPED TEXT
into the cells of a
List or Tree.

Is it possible to AddChild to a LIST so that there's an actual UIComponent 
as a cell's graphics?

Best Regards, 

Steve

-Original Message-
From: flexcoders@yahoogroups.com
[mailto: flexcoders@yahoogroups.com]
On
Behalf Of jack_freud 
Sent: Wednesday, October 04, 2006 2:38 PM 
To: flexcoders@yahoogroups.com




Subject: [flexcoders] Re:
Dynamically adding components to a panel?

Thank you all - I was missing the addChild() concept. Works like a charm. 

--- In flexcoders@yahoogroups.com,
Dustin Mercer [EMAIL PROTECTED] 
wrote:

 The addChild method of Panel is what you need. Here is a quick (non
 tested, on the fly, don't take literal) example, but It should get you 
 on the right path.
 
 
 
 mx:Script
 
 ![CDATA[
 
 Private function addPanelChild() : void {
 
 var button : Button = new Button(); 
 
 button.label = test; 
 
 testPanel.addChild(button);
 
 }
 
 ]]
 
 /mx:Script 
 
 
 
 mx:Button label=test click=addPanelChild();
/ 
 
 
 
 mx:Panel id=testPanel
 
 /mx:Panel
 
 
 
  
 
 From: flexcoders@yahoogroups.com
[mailto:
flexcoders@yahoogroups.com] On
 Behalf Of jack_freud
 Sent: Wednesday, October 04, 2006 11:48 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Dynamically adding components to a panel? 
 
 
 
 I'm still very new to Flex so what I thought should be hard is easy and 
 what I thought should be easy is hard!
 
 I'm trying to find out how, to make an easy example, by pressing a 
 button, another new button would appear in the panel. 
 
 Ultimately I want to make a kind of toolbar or palette, where I could
 drag a shape from the palette into the workspace, and a copy of that 
 shape would remain where I performed the drop.
 
 I can't find any examples that do anything like this.
 
 Thanks for anyone's help or direction. 






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




































__._,_.___





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

[flexcoders] Variable Row Height?

2006-10-05 Thread Steve Kellogg @ Project SOC










Hello,



Perhaps Im poorly understanding something in the
DOX. Can anyone help me understand?





The docs mention that things like TileLists and Trees can
have VARIABLE ROW Height.



Do I correctly assume that this means that I can have MULTIPLE ROW HEIGHTS
in a single list at the same time?



If so, how do I set the height of a specific row in a Tile List?





Best Regards,





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





[flexcoders] Variable Row Height?

2006-10-05 Thread Steve Kellogg @ Project SOC










Hello,



Perhaps Im poorly understanding something in the
DOX. Can anyone help me understand?





The docs mention that things like TileLists and Trees can
have VARIABLE ROW Height.



Do I correctly assume that this means that I can have MULTIPLE ROW HEIGHTS
in a single list at the same time?



If so, how do I set the height of a specific row in a Tile
List?





Best Regards,





Steve





Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





RE: [flexcoders] Re: Dynamically adding components to a panel?

2006-10-04 Thread Steve Kellogg @ Project SOC
I have a similar question.  I need to put WRAPPED TEXT into the cells of a
List or Tree.

Is it possible to AddChild to a LIST so that there's an actual UIComponent
as a cell's graphics?

Best Regards,


Steve



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jack_freud
Sent: Wednesday, October 04, 2006 2:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Dynamically adding components to a panel?

Thank you all - I was missing the addChild() concept. Works like a charm.



--- In flexcoders@yahoogroups.com, Dustin Mercer [EMAIL PROTECTED]
wrote:

 The addChild method of Panel is what you need.  Here is a quick (non
 tested, on the fly, don't take literal) example, but It should get you
 on the right path.
 
  
 
 mx:Script
 
 ![CDATA[
 
 Private function addPanelChild() : void {
 
 var button : Button = new Button();
 
 button.label = test;
 
 testPanel.addChild(button);
 
 }
 
 ]]
 
 /mx:Script
 
  
 
 mx:Button label=test click=addPanelChild(); /
 
  
 
 mx:Panel id=testPanel
 
 /mx:Panel
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of jack_freud
 Sent: Wednesday, October 04, 2006 11:48 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Dynamically adding components to a panel?
 
  
 
 I'm still very new to Flex so what I thought should be hard is easy and
 what I thought should be easy is hard!
 
 I'm trying to find out how, to make an easy example, by pressing a
 button, another new button would appear in the panel.
 
 Ultimately I want to make a kind of toolbar or palette, where I could
 drag a shape from the palette into the workspace, and a copy of that
 shape would remain where I performed the drop.
 
 I can't find any examples that do anything like this.
 
 Thanks for anyone's help or direction.








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






 






--
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/
 




[flexcoders] Effects when changing visible ViewStack Panes?

2006-10-01 Thread Steve Kellogg @ Project SOC










Hello,



Im having a small problem that I hope someone here
can help with.



I have a ViewStack, whose children are all Canvass (with
other controls and views within the canvases).



I want to soften the transitions between the
panes, so I assigned a FADE effect to the hideEffect and showEffect
effects (as per the instructions).



The PROBLEM is that this doesnt seem to work at
all. Is there some special trick to get this to work?



Thanks in advance for any assistance,



Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





RE: [flexcoders] Eclipse Crash at Analyzing Project'

2006-09-27 Thread Steve Kellogg @ Project SOC
BUMMER.

I had a similar problem.  I found that deleting (or renaming) your .MetaData
folder will destroy the eclipse settings, and then allow you to proceed.
Perhaps you'll need to create a new project, and import your source files,
but it should get you going.

Heed this advice at your own risk, of course, but it worked for me.

Best Regards,

Steve



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of joshuajnoble
Sent: Wednesday, September 27, 2006 8:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Eclipse Crash at Analyzing Project'

Has anyone run into a problem with FB2 in Eclipse where it starts to
hang at 'Analyzing Project' and then crash? It was working fine until
today when it suddenly won't load at all. If I could figure out a way
to get the IDE started I could try to fix this, but I can't even open
it, which leaves me only the option of uninstall/reinstall I guess.
I'm running Eclipse 3.2 which I know isn't fully ok w/the Flex Builder
plugin, but it's been ok until today. Any ideas/suggestions?





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






 







--
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: XML issues

2006-09-25 Thread Steve Kellogg @ Project SOC










Douglas (or anyone else that feels like following up)..



Im trying to solve a specific
problem currently that actually involves the Descendant Accessor (..).





I need to search a whole tree for a node
with a specific node that has a specific attribute set to a specific value



I have THAT CODE WORKING But I
only NEED to get ONE such node each time I do the search (this is for a
background task).



Is there any way to LIMIT the quantity
that an XMLList should return?





Best Regards,



Steve















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen
Sent: Monday, September 25, 2006
10:51 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: XML
issues





have a look at
http://livedocs.macromedia.com/flex/2/langref/XML.html
specifically the examples.

[EMAIL PROTECTED] is the pattern to see. Nothing is buggy about
it, use the E4X Luke! 

DK



On 9/25/06, jnewport
[EMAIL PROTECTED]
wrote:

Thanks for your help so
far.

Ok I have it working somewhat?Here is my code and xml (sample).

Something funny was I couldn't get the list to work until I backed
out all the way to just mx:List id=districtList 
dataProvider={xmldpAddress}

then to mx:List id=districtList
dataProvider={xmldpAddress.month[0]}

then to mx:List id=districtList
dataProvider={xmldpAddress.month [0].region}

so on and so forth.I had to compile the app everytime walking my
way
to dataProvider=[EMAIL PROTECTED]

Maybe flex is buggy?

Anyway, what I need to do now I am think is somehow convert my 
xmldpAddress object to an Array or an ArrayCollection to populate my
datagrid, charts, and slider?Or is there an easier way by just
leaving it as XML?I have tried both

monthlyData=xmldpAddress as Array 
monthlyData = event.result.list.month.source as Array;

but they don't work both show null.I would rather not have to parse
my xml with several FOR (var i:number...etc) statements, but maybe
thats what it takes to turn my XML into an Array. 


BEGIN CODE//

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
xmlns=*
paddingTop=3 
creationComplete=feedRequest.send()
pageTitle=Dashboard

mx:Script
![CDATA[
import
mx.rpc.events.ResultEvent;
import
mx.collections.ArrayCollection;



[Bindable]
private
var xmldpAddress:XML;

private
function LoadXML(event:ResultEvent):void{
xmldpAddress
= new XML( event.target.lastResult);

//need
to put in error reporting and error catch here//
}

]]
/mx:Script

mx:Style source=OSX.css/ 

mx:HTTPService
id=feedRequest url=""
useProxy=false
resultFormat=e4x result=LoadXML(event)/
mx:Spacer height=1/ 

mx:ApplicationControlBar
width=100% height=37
mx:Label
text=Dashboard:/
mx:ComboBox
width=150
mx:dataProvider

mx:Array
mx:StringRevenue
Timeline/mx:String
/mx:Array
/mx:dataProvider
/mx:ComboBox
mx:Spacer
width=10/
mx:Label text=Select
Period:/
mx:HSlider
id=slider width=180 thumbCount=2
snapInterval=1 minimum=0 
dataTipPlacement=bottom/
/mx:ApplicationControlBar

mx:HDividedBox width=100%
height=100%
mx:HBox
width=60% height=100% 

mx:Panel
width=25% height=100%
mx:List
id=districtList
dataProvider=[EMAIL PROTECTED]
width=100 
height=100%
resize=false allowMultipleSelection=true
dragEnabled=true/
/mx:Panel
mx:Panel
id=ComparePanel title=District Comparison 
width=75% height=100%
mx:DataGrid
id=dgMonthly
dataProvider={xmldpAddress.month.region} width=100%
height=100% 
allowMultipleSelection=true dragEnabled=true
mx:columns
mx:DataGridColumn
headerText=Column 1 dataField=name/ 
mx:DataGridColumn
headerText=Column 2
dataField=revenue/
/mx:columns
/mx:DataGrid

!--mx:LineChart
id=chartshowDataTips=true
width=100%
height=100%
mx:horizontalAxis
mx:CategoryAxiscategoryField=month/
/mx:horizontalAxis

mx:series
mx:Array

mx:LineSeries
yField=apple name=Apple/
mx:LineSeries
yField=orange name=Orange/ 
mx:LineSeries
yField=banana name=Banana/
/mx:Array
/mx:series

/mx:LineChart--
/mx:Panel
/mx:HBox
mx:VDividedBox
width=40% height=100%
mx:Panel
id=MonthlyTotal title=Monthly Total
width=100% 
height=100% /
mx:Panel
id=CycelTotals title=Cycle Totals
width=100%
height=100% /
/mx:VDividedBox
/mx:HDividedBox 


/mx:Application
///END CODE/

///XML///


list

month name=Jan-04
revenue=400263 average=80052 
region name=JC
revenue=46130/
region
name=Marble revenue=106976/
region
name=Bert revenue=79554/ 
region
name=Cedar revenue=39252/
region
name=Bill revenue=128351/
/month

month name=Feb-04
revenue=379145 average=75829 
region name=JC
revenue=70324/
region
name=Marble revenue=88912/
region
name=Bert revenue=69677/ 
region
name=Cedar revenue=59428/
region
name=Bill revenue=90804/
/month

list

END XML/// 

--- In flexcoders@yahoogroups.com,
Tracy Spratt [EMAIL PROTECTED] wrote:

 It is not the XML structure.Either of those two examples would
be 
 fine.



 Can you take this a step at a time?



 Can you get data into a datagrid at all?I don't do 

[flexcoders] Enable/Disable Tree items?

2006-09-23 Thread Steve Kellogg @ Project SOC










Hello,



Can anyone point me to docs or examples of doing a TREE
control where I would have control over ENABLE/DISABLE of various cells/rows?



Im looking at loading a large dataset into a tree in
the background (using callLater), and making tree items DISABLED until
their children have been loaded.



Thanks in Advance for any suggestions.





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





RE: [flexcoders] limits to function during 'callback' events?

2006-09-18 Thread Steve Kellogg @ Project SOC










Dimitrios,



Thanks very much for your response.  Ill
put the offending code back into my app to generate the error.



I had tried using data binding, but I ran
into another problem, so Im not sure what Im doing wrong.



The currentState that Im trying to
modify is the APPLICATIONS currentState.



Im defining my variable like this:



public var
theCurrentAppState:String=;



In my mx:Application tag, Im saying
:



currentState={theCurrentAppState}   

    

When I save, the problems screen shows



Data binding will not be able to
detect assignments to theCurrentAppState. 



If I put the variable into a class, Im
seeing classes must not be nested.  I checked the compiler errors
section of the docs for more information about what that means (since Im
NOT knowingly nesting classes), but theres no explanatory text.



Im sure that this is just a newbie RTFM issue, but I cant seem to find
the RIGHT MANUAL to Fing read!



Thanks in Advance for any additional
information





Steve













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas
Sent: Monday, September 18, 2006
7:02 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] limits
to function during 'callback' events?





Hi,



Can you post the
full error message and stacktrace to the list so we can help you? But to you
what u need, use data binding! A powerful thing it is.



1) Create a
variable on your ModelLocator:



class
ModelLocator {

public
var someState:String = ;

}



2) Then bind
that variable to the state of the view:



bla:SomeView
currentState={ModelLocator.someState}/



3) Once the
command completes, then change the value of the variable:



ModelLocator.someState
= 'someViewState';



Hope that helps!







Dimitrios
Gianninas

RIA Developer

Optimal Payments
Inc.















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg @ Project SOC
Sent: Sunday, September 17, 2006
12:15 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] limits to
function during 'callback' events?





Hello,

I've
run into a problem that I hope someone can help me with.

When
using WebServices, I'm needing to change the VIEWSTATE of the application when
an operation completes, so I tried to attach result='myCompletionFunction'
to the operation. In the function, I simply say
currentState='myNewState', and that's it.

When
I try to run this, I'm getting errors saying some elements could not be created
because they're already parented, and a host of other random errors.

My
GUESS is that the 'result' event of an operation is performed at an
interrupt-like level where I don't have the same priviledges that I have during
other areas of my application. That's fine, but the problem is that I
can't seem to find any documentation as to what's restricted, and when, and how
to get around it.

Can
anyone point me to the proper documentation on why these events don't allow
ViewStates?

Can
anyone point me to (or suggest) a solution?

Best
regards,

Steve

Steve
Kellogg

Peak8
Solutions

1401 14th Street



Boulder, Colorado



80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]com








 
  
  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.
  
 








__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group

RE: [flexcoders] limits to function during 'callback' events?

2006-09-18 Thread Steve Kellogg @ Project SOC










Dimitrios,



Please disregard my request for further
information.  Clearly, it WAS a RTFM issue. 
[Bindable].



Thanks again for the initial response. It
seems to be working perfectly.





Steve















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas
Sent: Monday, September 18, 2006
7:02 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] limits
to function during 'callback' events?





Hi,



Can you post the
full error message and stacktrace to the list so we can help you? But to you
what u need, use data binding! A powerful thing it is.



1) Create a
variable on your ModelLocator:



class
ModelLocator {

public
var someState:String = ;

}



2) Then bind
that variable to the state of the view:



bla:SomeView
currentState={ModelLocator.someState}/



3) Once the
command completes, then change the value of the variable:



ModelLocator.someState
= 'someViewState';



Hope that helps!







Dimitrios
Gianninas

RIA Developer

Optimal Payments
Inc.















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg @ Project SOC
Sent: Sunday, September 17, 2006
12:15 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] limits to
function during 'callback' events?





Hello,

I've
run into a problem that I hope someone can help me with.

When
using WebServices, I'm needing to change the VIEWSTATE of the application when
an operation completes, so I tried to attach result='myCompletionFunction'
to the operation. In the function, I simply say
currentState='myNewState', and that's it.

When
I try to run this, I'm getting errors saying some elements could not be created
because they're already parented, and a host of other random errors.

My
GUESS is that the 'result' event of an operation is performed at an
interrupt-like level where I don't have the same priviledges that I have during
other areas of my application. That's fine, but the problem is that I
can't seem to find any documentation as to what's restricted, and when, and how
to get around it.

Can
anyone point me to the proper documentation on why these events don't allow
ViewStates?

Can
anyone point me to (or suggest) a solution?

Best
regards,

Steve

Steve
Kellogg

Peak8
Solutions

1401 14th Street



Boulder, Colorado



80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]com








 
  
  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.
  
 








__._,_.___





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

[flexcoders] limits to function during 'callback' events?

2006-09-17 Thread Steve Kellogg @ Project SOC










Hello,



Ive run into a problem that I hope someone can help
me with.



When using WebServices, Im needing to change the
VIEWSTATE of the application when an operation completes, so I tried to attach result=myCompletionFunction
to the operation. In the function, I simply say currentState=myNewState,
and thats it.



When I try to run this, Im getting errors saying some
elements could not be created because theyre already parented, and a
host of other random errors.



My GUESS is that the result event of an
operation is performed at an interrupt-like level where I dont have the
same priviledges that I have during other areas of my application. Thats
fine, but the problem is that I cant seem to find any documentation as
to whats restricted, and when, and how to get around it.



Can anyone point me to the proper documentation on why these
events dont allow ViewStates?



Can anyone point me to (or suggest) a solution?





Best regards,



Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___





[flexcoders] More WebService Examples?

2006-09-15 Thread Steve Kellogg @ Project SOC










Hello,



Does anyone have any more examples of webservices in Flex
that they can point me to? The only ones I see in the Flex docs are very
simple, and there arent any that seem to exercise all of the available
features.



Thanks in advance,





Steve







Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]






__._,_.___





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

  




__,_._,___