RE: [flexcoders] Re: does Flex 5 upgrade? or downgrade in practice? REFdn7076142784

2010-08-19 Thread dennis
loper could work for the same > project, separately. Could someone explain me (it this is possible), what the designer can do only and what the developer? Some example(s). Thank you in advance dennis ...we are what we are doing... P Think! before you print. From: flexcoders

RE: [flexcoders] does Flex 5 upgrade? or downgrade in practice? REFdn7076142784

2010-08-19 Thread dennis
Hi Alexander Your question is correct :) In general, "complex" is the unknown. As we are talking about multithreaded, is such a shame so power engine like this of flash to do not support multithreading. dennis ...we are what we are doing... P Think! before you print.

[flexcoders] does Flex 5 upgrade? or downgrade in practice? REFdn7076142784

2010-08-19 Thread dennis
ely lost in too many libraries where they doing the same things, with different bugs. Share your thoughts. .. Take care. dennis ...we are what we are doing... P Think! before you print.

[flexcoders] misleading errors about Vector3D, Matrix3D, PerspectiveProjection REFdn1026535538

2010-07-03 Thread dennis
thout result. I removed the Air player, nothing again. Please.. Help. desperately. Take care dennis ...we are what we are doing... P Think! before you print.

RE: [flexcoders] loading transparent swf through swf REFdn3005773759

2010-04-29 Thread dennis
wl's stage transparent? (the alpha property, by the way, it is working). Kinf regards Dennis

RE: [flexcoders] sending email from actionscript / flex REFdn6005077818

2010-03-10 Thread dennis
This is a solution, but I would like to send email as the user fills a “flex” form. I think that the only solution is to talk with php. dennis ...we are what we are doing... P Think! before you print. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

[flexcoders] sending email from actionscript / flex REFdn6005077818

2010-03-08 Thread dennis
Hi, does any body knows how can we send emails from flex projects? (in order to implement a "send email" form) dennis ...we are what we are doing... P Think! before you print.

[flexcoders] the textArea as button REFdn3055683630

2010-03-05 Thread dennis
Hello to all. I use the textArea component as button. Great jog indeed! How may I change the mouse cursor to handpoint? With canvas, the follow code works: CnvBtn.buttonMode=false; CnvBtn.useHandCursor=false; The relatively for textArea has no effect. dennis

[flexcoders] loading transparent swf through swf REFdn3005773759

2010-02-19 Thread dennis
transparent. Also, with this way of load, it is possible to play with "alpha" property? dennis ...we are what we are doing... P Think! before you print.

RE: [flexcoders] Re: how to "stretch" an image? REFdn3045277632

2010-02-15 Thread dennis
Thank you very much guys. dennis ...we are what we are doing... P Think! before you print. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Flex Sent: Monday, February 15, 2010 4:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to

[flexcoders] how to "stretch" an image? REFdn3045277632

2010-02-14 Thread dennis
e, I managed only to scale the image on resize event, but if the dimensions of the stage are not analog with the dimensions of the Image, the background of the application appeared at the bottom or at the right. Does anybody know any property settings or a technique to stretch the image? Best regards Dennis

[flexcoders] LCDS Deleting offline data cache

2010-02-10 Thread Dennis
result list similar to what would happen when you make a offline request that was never cached. I could write some custom code to return empty lists when the sqllite db file does not exist, but i'm thinking there is a nicer and built in way of doing this. Any suggestions? Dennis

[flexcoders] Re: LCDS Offline Synchronization

2010-02-10 Thread Dennis
lag. I had thought that setting autoConnect to true would do the resync but I guess an explicit connect is required. Thanks again. Dennis --- In flexcoders@yahoogroups.com, Jeffrey Vroom wrote: > > It sounds to me like you are just not getting that particular DataService > connected bef

[flexcoders] LCDS Offline Synchronization

2010-02-09 Thread Dennis
I want to determine if the following offline synchronization behaviour is by design or a result of some improper LCDS config or client code. Scenario: After committing a change to the offline cache, I see the "commitRequire" flag on the DataStore is set as true and I save the offline cache. Nex

RE: [SPAM] RE: [flexcoders] Re: constraintColumns/constraintRows on extended Sprite object REFdn6025643069

2010-01-07 Thread dennis
(UIComponent and so on). Ok, I got it, I will implemented my own Constraints / Anchors mechanisms. Thank you for your time Tracy. In computers, it is not enough to know what you can do, more precious is to know what you cannot do. dennis ...we are what we are doing... P Think

RE: [flexcoders] Re: constraintColumns/constraintRows on extended Sprite object REFdn6025643069

2009-12-29 Thread dennis
dEventListener(flash.events.Event.RESIZE,listenerCurrentStageOnResize); On the other hand. the Application is Resized and the follow Listener's registration has effect. Application(Application.application).addEventListener(flash.events.Event.RES IZE,ListenerAppOnResize); dennis ...we are wh

RE: [SPAM] RE: [SPAM] RE: [flexcoders] Re: constraintColumns/constraintRows on extended Sprite object REFdn6025643069

2009-12-27 Thread dennis
Hi The layout it is absolute. the Application(Application.application).layout.toString() returns "absolute". I think the better way is to anchor my component manually L Share your thoughts. dennis ...we are what we are doing... P Think! before you print. From:

RE: [SPAM] RE: [flexcoders] Re: constraintColumns/constraintRows on extended Sprite object REFdn6025643069

2009-12-21 Thread dennis
Hello to all Can anybody else help on this topic??? Any other suggestion how to anchor an UIComponent object? dennis From: dennis [mailto:den...@anel.cc] Sent: Saturday, December 19, 2009 12:12 AM To: 'flexcoders@yahoogroups.com' Subject: RE: [SPAM] RE: [flex

RE: [SPAM] RE: [flexcoders] Re: constraintColumns/constraintRows on extended Sprite object REFdn6025643069

2009-12-18 Thread dennis
ting the "right" and "bottom", I expect, in case of resizing the browser, the PanelGrandient must be kept anchored in the right bottom corner. What I do wrong? p.s. The PanelGradient extends the UIComponent and in real is a container of a Shape with a matrix. dennis

RE: [flexcoders] Re: 2 strange issues for begginer in action script ref REFdn4045341518

2009-12-18 Thread dennis
Thank you J! I delayed because I am too busy =) dennis ...we are what we are doing... P Think! before you print. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of flexaustin Sent: Monday, October 12, 2009 8:24 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210

2009-12-05 Thread dennis
Hello pal. How do you handle mysql from Flex? Dennis From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Wednesday, December 02, 2009 4:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: the most popular way to be connected with sql

RE: [flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210

2009-12-02 Thread dennis
Nobody knows about AWS!? dennis From: dennis [mailto:den...@anel.cc] Sent: Monday, November 30, 2009 11:57 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210 Guys have a look at the AWS.

RE: [flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210

2009-11-30 Thread dennis
/ Share your thoughts. It is the begging of the cloud computing. Does anybody has experience on AWS? dennis ...we are what we are doing... P Think! before you print. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Wednesday, November

RE: [flexcoders] Re: constraintColumns/constraintRows on extended Sprite object REFdn6025643069

2009-11-26 Thread dennis
Thank you for your reply. I work only with AS, I mean with no MXML. I tried to use the Canvas container but using the mx.containers.Canvas, there is no right property (even top, bottom, left). What do I miss? dennis From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Re: the most popular way to be connected with sql server REFdn0085136210

2009-11-25 Thread dennis
flash in general) has no the ability to be connected with sql servers. Of course I think that Weborb-for-php is one of the best architect approach, but its is not for low budget projects. Guys. share your thoughts. dennis

[flexcoders] the most popular way to be connected with sql server REFdn0085136210

2009-11-22 Thread dennis
Hello ppl. Which is the most "popular" way a Flex application to join an internet sql server (mysql or oracle)? Please give me some guidelines and places to read about. thanx dennis

[flexcoders] constraintColumns/constraintRows on extended Sprite object REFdn6025643069

2009-11-18 Thread dennis
e, even if the Stage resized. Thank in advance. Dennis

RE: [flexcoders] Re: real time messanging... REFdn2025035484

2009-11-04 Thread dennis
thanx dennis ...we are what we are doing... P Think! before you print. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Mete Atamel Sent: Tuesday, November 03, 2009 6:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: real time messanging

RE: [flexcoders] Re: how may I store values to function's arguments? REFdn7045338143

2009-11-04 Thread dennis
Thanks Amy. it works!!! dennis ...we are what we are doing... P Think! before you print. Try: private function getXY(x:int, y:int):Object { return {x:10, y:20); } private function test():void { var obj:Object = getXY(0, 0); trace('x: ' + obj.x + ' y: ' +

[flexcoders] where must be the storage place for files will be used from flex applications? REFdn6015532475

2009-11-03 Thread dennis
there a better solution? Even more, suppose we have a very small kind of information. for instance the user's preferred environment color. And we want to store somewhere this information, but not in user's computer. which is the most popular way to store this information? Best regards dennis

[flexcoders] real time messanging... REFdn2025035484

2009-11-03 Thread dennis
ckets. This server side application, in which development environment will be developed? JPEE? Please give some guidelines to search and read respectively. Best regards dennis

[flexcoders] how may I store values to function's arguments? REFdn7045338143

2009-10-30 Thread dennis
y: "+y.toString()); // here I get "x: 0 y: 0", I want to get "x: 10 y: 20" } For instance, in c the getXY should be like this: internal function getXY(int* x, int* y):void{ x=10;y=20; } dennis

RE: [flexcoders] Re: addChild doesn't effect for some reason REFdn2065133102

2009-10-30 Thread dennis
Amy anyway!!! dennis

[flexcoders] addChild doesn't effect for some reason REFdn2065133102

2009-10-29 Thread dennis
e a button and add it with the mxmlApp.addChild the button is added and appeared on the stage normally, so there is no problem with the use of mxmlApp.addChild. Best regards dennis

RE: [flexcoders] 2 strange issues for begginer in action script ref

2009-10-20 Thread dennis
Thank you for your help, developing flex projects all of then components are available. dennis From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Gordon Smith Sent: Tuesday, October 20, 2009 2:09 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] 2

RE: [flexcoders] defining more than one class in a simple .as filem ref

2009-10-16 Thread dennis
from other object users? Take care Dennis

[flexcoders] defining more than one class in a simple .as file (ref)

2009-10-15 Thread dennis
other way Is to implement the class in another .as of the same package but this will have as result so many .as files (doing nothing in particular). So, I just want to clear, there is no way to have more than one class of the same package in the same .as file??? dennis ...we are what we are

[flexcoders] 2 strange issues for begginer in action script ref

2009-10-10 Thread dennis
ywhere, so the SWC folder definition is working too. What is wrong? Best regards Dennis

[flexcoders] Re: Adobe has open-sourced the Text Layout Framework (TLF)

2009-07-22 Thread Dennis van Nooij
there any news on when it is planned ? Dennis --- In flexcoders@yahoogroups.com, Gordon Smith wrote: > > I searched the businesswire article for the word "table" and didn't find it. > Where do you see this? > > Gordon Smith > Adobe Flex SDK Team > >

[flexcoders] Re: Adobe has open-sourced the Text Layout Framework (TLF)

2009-07-21 Thread Dennis van Nooij
that's great. The first article states that tables are also supported, but if I remember correct that used to be reserved for a later version? thanks, Dennis --- In flexcoders@yahoogroups.com, Gordon Smith wrote: > > http://eon.businesswire.com/portal/site/eon/permalink/?ndmViewI

Re: [flexcoders] Re: check for daylight savings time

2009-04-14 Thread Dennis Falling
54 PM, lampei wrote: > > > My FlexDateUtils library has a class in it to check for DST > > http://code.google.com/p/flexdateutils/ > > > --- In flexcoders@yahoogroups.com , Dennis > Falling wrote: > > > > I'm trying to print the time zone for a date, and nee

[flexcoders] check for daylight savings time

2009-04-13 Thread Dennis Falling
I'm trying to print the time zone for a date, and need to know the daylight savings time. Is there a way to get this in flex? Thanks.

[flexcoders] can't copy/paste

2009-04-13 Thread Dennis Falling
On some TextInputs/TextArea's, I'm completely unable to use keyboard copy/paste shortcuts, but the mouse contextual menu works. This happens on mac and pc. The code's too complicated to submit, so does anyone know of things that prevent copy/paste from working? Thanks.

[flexcoders] Re: Profiling Flex applications for Flash player 10

2009-03-24 Thread Dennis van Nooij
... > > > On Tue, Mar 24, 2009 at 5:19 PM, Dennis van Nooij wrote: > > > is anyone able to profile a Flex application that is targetted for Flash > > player 10 ? Our Air application run, debugs and profiles fine but the web > > version throws an RTE on startup: >

[flexcoders] Profiling Flex applications for Flash player 10

2009-03-24 Thread Dennis van Nooij
sample project which runs fine at first but when adding a library project it falls back to the same error as above ? I'm using SDK version 3.3 thanks, Dennis

[flexcoders] non-editable datagrid cells

2009-03-06 Thread Dennis Falling
Is there a way to prevent a specific cell from triggering its renderer? I need other cells in that column to be editable, but not it.

Re: [flexcoders] Re: Prevent ItemRenderer click from selecting row?

2009-02-05 Thread Dennis Falling
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Dennis Falling > *Sent:* Wednesday, February 04, 2009 10:20 PM > > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Re: Prevent ItemRenderer click from selecting > row? >

Re: [flexcoders] Re: Prevent ItemRenderer click from selecting row?

2009-02-04 Thread Dennis Falling
t; --- In flexcoders@yahoogroups.com , Dennis > Falling wrote: > > > > I'm using a DataGrid. But the problem is that I want the selection > behavior > > to behave normally, except for when the buttons are clicked. > > Thanks > > > > On Wed, Feb 4, 2009 at 10:09 AM,

Re: [flexcoders] Re: Prevent ItemRenderer click from selecting row?

2009-02-04 Thread Dennis Falling
is a property selectable > which you can make false. > > > > On Wed, Feb 4, 2009 at 6:05 PM, Dennis Falling wrote: > >> Is there one involving item renderers? I believe I scoured your site >> pretty thoroughly, but the only time I see selection behavior being >>

Re: [flexcoders] Re: Prevent ItemRenderer click from selecting row?

2009-02-04 Thread Dennis Falling
Harui wrote: >There a example on preventing list selection on my blog > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Dennis Falling > *Sent:* Tuesday, February 03, 2009 5:30 PM > *To:* flexcoders@yahoogroups.com > *Su

Re: [flexcoders] Re: Prevent ItemRenderer click from selecting row?

2009-02-03 Thread Dennis Falling
s@yahoogroups.com , Dennis > Falling wrote: > > > > I have an ItemRenderer with buttons in it. In the click listener > functions > > for these buttons, I call event.stopImmediatePropagation (and > > preventDefault, though that doesn't seem relevant), but the

[flexcoders] Prevent ItemRenderer click from selecting row?

2009-02-03 Thread Dennis Falling
I have an ItemRenderer with buttons in it. In the click listener functions for these buttons, I call event.stopImmediatePropagation (and preventDefault, though that doesn't seem relevant), but the row is still selected. How can I prevent it from receiving the click and highlighting itself? Thanks

[flexcoders] Re: Air/Flex/Html roundtrip?

2009-02-02 Thread Dennis van Nooij
not sure which part of the solution you're after but: - from AIR you can create hooks in your html page, using something like myHtml.htmlLoader.window.customJSHandler = this.onCustomJSHandler - customJSHandler can be called from within your htmlpage by cheers, Dennis --- In flexc

Re: [flexcoders] Re: DataGrid selection w/ filtered contents

2009-01-16 Thread Dennis Falling
Thanks...I wish I had a good example of when that didn't work for me... I had times when the data would be filtered down such that the item previously selected was still selected, but its index had changed. If I tried to tell the grid to select the new index, it ignored my command because the sam

[flexcoders] Flash print: how

2008-10-01 Thread Dennis van Nooij
we're having some issues with printing here. Using FlexReport I've managed to throw out a decent print, but on some printers it is apparently very slow. Does anyone know about how this is actually printed from Flash / AIR in terms of LPR / raw / Postscript levels ? cheers, Dennis van Nooij

[flexcoders] DataGrid's selectedItems contains items no longer in dataProvider

2008-09-16 Thread Dennis Falling
As a result of some other data changing, I'm triggering a refresh on an ArrayCollection to cause a filterFunction to strip out certain items. The collection refreshes and filters, and the DataGrid shows the right items, but when I call selectedItems on it, it returns the previously selected items

[flexcoders] Re: Observing collections

2008-08-14 Thread Dennis van Nooij
nt:Event) : void { callHandler(); } } } cheers, Dennis --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Never used Observe, but if it impl

[flexcoders] disable type-ahead look-ups in AdvancedDataGrid..

2008-08-05 Thread Dennis van Nooij
I press one of the shortcuts the focus jumps toanother item.. Is there an way to kill this type-ahead look-ups? thanks, Dennis

Re: [flexcoders] So I guess I don't understand states

2008-07-11 Thread Dennis Falling
es much, but aren't there derived states so it will > only unplay to a certain point? > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dennis Falling > *Sent:* Friday, July 11, 2008 1:46 PM > *To:* flex

Re: [flexcoders] So I guess I don't understand states

2008-07-11 Thread Dennis Falling
Yeah, I didn't understand states. Changing from one state to another always unplays the properties and styles set in the previous state. Not a fan of that at all but that explains all my confusion. On Tue, Jul 8, 2008 at 5:07 PM, dfalling <[EMAIL PROTECTED]> wrote: > I thought I had states

Re: [flexcoders] Re: Trick button into rendering mouseover/mouseout states

2008-07-11 Thread Dennis Falling
-- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dennis Falling > *Sent:* Thursday, July 10, 2008 10:14 PM > > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Re: Trick button into rendering > mouseover/mouseout states

Re: [flexcoders] Re: Trick button into rendering mouseover/mouseout states

2008-07-10 Thread Dennis Falling
x Harui <[EMAIL PROTECTED]> wrote: >Copy the LinkButton CSS and assign whatever was in upSkin to overSkin > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dennis Falling > *Sent:* Thursday, Jul

Re: [flexcoders] Re: Trick button into rendering mouseover/mouseout states

2008-07-10 Thread Dennis Falling
kin”)) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Falling Sent: Thursday, July 10, 2008 12:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Trick button into rendering mouseover/ mouseout states I don't know of a way to give a link

Re: [flexcoders] Re: Trick button into rendering mouseover/mouseout states

2008-07-10 Thread Dennis Falling
--- In flexcoders@yahoogroups.com <mailto:flexcoders% 40yahoogroups.com> > , "Alex Harui" wrote: > > > > Skin the way you normally do, but set the alpha=0 > > > > > > > > ____ > > > > From: flexcoders@y

Re: [flexcoders] Trick button into rendering mouseover/mouseout states

2008-07-06 Thread Dennis Falling
n need it. > > https://www.adobe.com/cfusion/entitlement/index.cfm?e=flex%5Fskins > > Alan > > > > > On Jul 5, 2008, at 8:19 PM, Dennis Falling wrote: > > What's the best way to create a border-less button? I'm trying to pull it > off with flexlib's enhan

[flexcoders] Re: Trick button into rendering mouseover/mouseout states

2008-07-05 Thread Dennis Falling
I hacked this up by creating a small png that's entirely alpha. Much cleaner than all the CSS required to make an enhanced button skin look plain. It looks great, but are there are any better ways to do this? Thanks On Sat, Jul 5, 2008 at 7:19 PM, Dennis Falling <[EMAIL PROTECTED

[flexcoders] Trick button into rendering mouseover/mouseout states

2008-07-05 Thread Dennis Falling
What's the best way to create a border-less button? I'm trying to pull it off with flexlib's enhanced button skin but it appears to be ignoring the font-family I set. Basically I just want a button that has text and an icon and these will change color on mouseover. No border/backgrounds should e

Re: [flexcoders] Datagrid Password Column?

2008-06-11 Thread Dennis Falling
y setting > backgroundColor="". I'm not sure I understand what was wrong about > backgroundAlpha=0 > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dennis Falling > *Sent:* Tuesday, Jun

Re: [flexcoders] Datagrid Password Column?

2008-06-10 Thread Dennis Falling
rer, and supply a custom TextInput as the > editor with displayAsPassword=false. > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dennis Falling > *Sent:* Tuesday, June 10, 2008 9:44 PM > *To:* flexcode

Re: [flexcoders] Datagrid Password Column?

2008-06-10 Thread Dennis Falling
*On > Behalf Of *Tracy Spratt > *Sent:* Tuesday, June 10, 2008 6:06 PM > *To:* flexcoders@yahoogroups.com > *Subject:* RE: [flexcoders] Datagrid Password Column? > > > > Maybe set backgroundAlpha="0"? > > Tracy > > > ------ > >

Re: [flexcoders] Datagrid Password Column?

2008-06-10 Thread Dennis Falling
t; -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dennis Falling > *Sent:* Tuesday, June 10, 2008 7:28 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Datagrid Password Column? > > > >

[flexcoders] Datagrid Password Column?

2008-06-10 Thread Dennis Falling
I have an editable DataGrid that displays usernames and masked passwords (). To hide the password, I'm just using an inline item renderer: This works exactly how I want it to, with very little code...except it doesn't look too hot when that row

Re: [flexcoders] Re: #2038: File I/O Error only in firefox

2008-06-06 Thread Dennis Falling
one know a fix for this, or a forum that would be more appropriate to ask, as this is more of a Tomcat/jboss question? Thanks. On Thu, Jun 5, 2008 at 5:27 PM, Dennis Falling <[EMAIL PROTECTED]> wrote: > Thanks for the reply... That information was exactly what I needed. I'm >

[flexcoders] Reflect column sorting in AdvancedDataGrid

2008-06-06 Thread Dennis van Nooij
I'm using an AdvancedDatagrid where my sorting is done on the server (total result set is bigger than the list shown at client). So when I click a header, sort info is added to the request and result comes back sorted correctly. My question is: How can I provide feedback on how the results are sort

Re: [flexcoders] Re: #2038: File I/O Error only in firefox

2008-06-05 Thread Dennis Falling
Thanks for the reply... That information was exactly what I needed. I'm actually really surprised that I hadn't run across any of it- I've spent several hours googling trying to find a solution. Thanks a lot! -dennis On Thu, Jun 5, 2008 at 12:12 PM, Jon Bradley <[EMAIL

[flexcoders] Re: #2038: File I/O Error only in firefox

2008-06-05 Thread Dennis Falling
I have this problem for standard uploads too, not just SSL... Again, it works fine in IE, so I know that the address and file are valid. Any ideas? On Wed, Jun 4, 2008 at 1:48 PM, Dennis Falling <[EMAIL PROTECTED]> wrote: > I searched the web and the group and found a thread going a

Re: [flexcoders] #2038: File I/O Error only in firefox

2008-06-04 Thread Dennis Falling
& Flash Platform Developer | Abobe Certified Developer & Trainer > Author, Professional Flex 3 (coming Winter 2008) > Staff Writer, Community MX | http://communitymx.com/author.cfm?cid=4674 > > > Dennis Falling wrote: > > I searched the web and the group and found a thr

[flexcoders] #2038: File I/O Error only in firefox

2008-06-04 Thread Dennis Falling
I searched the web and the group and found a thread going about this without a resolution (started with msg. 88102). Does anyone know a way around this? I need to allow the user to upload files over SSL, which works fine from IE but explodes in Firefox. Code: var url:String = Services.getCommand

Re: [flexcoders] parsing complex xml

2008-05-27 Thread Dennis Falling
4j. > > If anyone knows of good xml tutorials that would help me to grasp this > better I'd really appreciate it. Most of the ones I've found are > basically the "hello world" of xml parsing...the few dealing with > namespaces do little to explain what they're doing. > > http://jakarta.apache.org/log4j/"; > debug="false"> > > > > > > > > > > > > > > > > > > > . > . > . > > > Thanks a lot! > -dennis > > >

Re: [flexcoders] parsing complex xml

2008-05-27 Thread Dennis Falling
s that would help me to grasp this >> better I'd really appreciate it. Most of the ones I've found are >> basically the "hello world" of xml parsing...the few dealing with >> namespaces do little to explain what they're doing. >> >> http://jakar

[flexcoders] CSS inheritance?

2008-05-23 Thread Dennis Falling
I'm trying to find a cleaner way of doing css. Right now I have a common border style used frequently throughout my app, and a couple common container styles (background, padding, width, etc.). I'd like a way to have the different container styles reference the border style, instead of duplicatin

[flexcoders] flex2 change sdk?

2008-05-20 Thread Dennis Falling
How do you select which SDK to use in flex builder 2? In 3 you can specify a default for all projects and set one for each project.

[flexcoders] Catch exceptions outside of try block?

2008-05-14 Thread Dennis Falling
ndle it. What's the right way to do this? Better yet, is there a way in flex to try to access various different kinds of files to see if the address is valid? Thanks! -dennis

Re: [flexcoders] Re: Can't figure out how to parse RSS

2008-04-26 Thread Dennis Falling
Nice...that's exactly what I needed. Thanks a lot! On Thu, Apr 24, 2008 at 11:47 PM, ben.clinkinbeard < [EMAIL PROTECTED]> wrote: > http://code.google.com/p/as3syndicationlib/ > > HTH, > Ben > > > --- In flexcoders@yahoogroups.com , > "dfalling" <[EMAIL PROTECTED]> wrote: > > > > I'm trying t

[flexcoders] VideoDisplay: why does play restart buffering after load?

2008-04-20 Thread Dennis Falling
I'm trying to avoid using VideoDisplay's default buffering and loading/playing videos manually. For some reason, calling load and then play sometimes makes the player start buffering again from the very beginning. I assume this is caused by one of the booleans sourceChanged or closeCalled not bei

[flexcoders] VideoDisplay lies about bytesLoaded

2008-04-19 Thread Dennis Falling
I'm using a changewatcher to observe the bytesLoaded attribute of a videoDisplay and update the UI accordingly. This works well most of the time, but once during each of the longer videos, bytesLoaded will jump, then continue loading. bytesLoaded / bytesTotal: 3186688/4971903 4971903/4971903 <--

[flexcoders] VideoDisplay intelligent buffering?

2008-04-16 Thread Dennis Falling
Are there any tricks to make the VideoDisplay's buffering work a little better? The default behavior of simply waiting a number of seconds isn't ideal because if it's a short video, this may be too long, and if it's a long video, this may be too short. If anyone has come up with a good way of han

Re: [flexcoders] "Multiple sets of visual children have been specified for this component"

2008-04-11 Thread Dennis Falling
t > reset. Is it possible that it got reset? Could you be removing those tabs > before they are fully initialized? > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Dennis Falling > *Sent:* Th

Re: [flexcoders] Can embedded fonts have tracking and word spacing?

2008-04-04 Thread Dennis Falling
html > > You can also play the advanced styles shown in the UITextField class. > Anti-aliasing, sharpness, etc can be set although I'm not sure how much good > they do. > > - Daniel Freiman > > > > On Thu, Apr 3, 2008 at 5:26 PM, Dennis Falling <[EMAIL PROTECTED

[flexcoders] Can embedded fonts have tracking and word spacing?

2008-04-03 Thread Dennis Falling
I'm trying to make fonts more readable by adding character spacing to them. Is this possible? It's an embedded font, but I haven't been able to find a list of what parameters are valid when embedding a font. Thanks!

Re: [flexcoders] Any way to make legend scroll vertically?

2008-04-03 Thread Dennis Falling
In case anyone else hits this... To make a legend scroll, just give it an unbounded width/height and wrap it in a canvas that has a bounded width and height. This will trigger the canvas to create scrollbars when necessary. On Wed, Mar 26, 2008 at 1:31 PM, dfalling <[EMAIL PROTECTED]> wrote: >

Re: [flexcoders] flashvars hate me

2008-04-02 Thread Dennis Falling
No, I'm doing it with the template html file. I've double-checked the html source in my browser after running and they're all there. I've added the url=woo code in four places: the AC_FL function, the embed src="...swf?url=woo", the wrote: >It looks like you are doing this manually. I alwa

Re: [flexcoders] Re: flashvars hate me

2008-04-01 Thread Dennis Falling
Ok, I checked that page again (saw it during my current hunt) and think I'm doing everything in it. I'm sure there's something stupid that I'm missing, but this is my typical flex problem: something really basic takes me hours to do because I can't figure out the exact syntax. On Wed, Apr 2, 200

Re: [flexcoders] How do I set width to 100% in actionscript?

2008-03-25 Thread Dennis Falling
Someone's probably beaten me to this but, use percentWidth instead. On Tue, Mar 25, 2008 at 1:43 PM, luvfotography < [EMAIL PROTECTED]> wrote: > How do I set the width to 100% using actionscript?? > It only allows a number - not a string!?! > > var newcanvas:Canvas = new Canvas(); > > newcanvas

Re: [flexcoders] Re: independent vertical scrolling in hbox elements

2008-03-14 Thread Dennis Falling
But then the sidebar has knowledge of its container's height. If the container is resized, the sidebar will not resize. I simply made the outer container 150px to force scrolling and point out the problem. On Fri, Mar 14, 2008 at 2:01 AM, arieljake <[EMAIL PROTECTED]> wrote: > It works if I a

[flexcoders] load video bytes in VideoDisplay

2008-01-23 Thread Dennis van Nooij
Hi all, my video files are grabbed from a bytestream which also contains other data and I was wondering how I could throw those video bytes into a VideoDisplay component. For images I use loader.loadBytes and image.source = loader.content and I was hoping to use a similiar construction for my vide

[flexcoders] Upload file in chunks

2007-10-31 Thread Dennis van Nooij
ead a file in chunks and send those chunks to the server. Any chance of building this on URLLoader or do I need to step down to Socket for this ? Dennis

[flexcoders] Re: Yahoo maps api for flex 2

2007-10-30 Thread Dennis van Nooij
nevermind. Looks like its the old AVM1 version indeed. Dennis --- In flexcoders@yahoogroups.com, "Dennis van Nooij" <[EMAIL PROTECTED]> wrote: > > http://developer.yahoo.com/maps/flash/flexGettingStarted.html > > Dennis > > > --- In flexcoders@yahoogroups.

[flexcoders] Re: Yahoo maps api for flex 2

2007-10-30 Thread Dennis van Nooij
http://developer.yahoo.com/maps/flash/flexGettingStarted.html Dennis --- In flexcoders@yahoogroups.com, John Robinson <[EMAIL PROTECTED]> wrote: > > As far as I know they haven't. They're AS2 map stuff has a version > that works in Flex, but it uses the old AV

[flexcoders] Re: Deep binding with Cairngorm question

2007-10-30 Thread Dennis van Nooij
callHandler(); } } } Different approach, same result. :) Dennis --- In flexcoders@yahoogroups.com, "dbronk" <[EMAIL PROTECTED]> wrote: > > I have a VO: > > [Bindable] > public class Product > { > public var productName : String; > // several more attribute

  1   2   >