[flexcoders] Re: How to change title in myFileReference.browse() system dialog?

2009-09-11 Thread grg_blls
Hi again, I am re-posting this, still looking for a work around the subject... Thanks all George --- In flexcoders@yahoogroups.com, grg_blls grg_b...@... wrote: Hi all, I want to change the standard displayed title Select file to upload by localhost, that comes with the file-browsing

[flexcoders] How to change title in myFileReference.browse() system dialog?

2009-09-05 Thread grg_blls
Hi all, I want to change the standard displayed title Select file to upload by localhost, that comes with the file-browsing dialog box opened by the FileReference.browse() method. Where/how can I do this? thanks George

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-03 Thread grg_blls
=menuHandler(event); dataProvider={menuBarCollection} / /mx:Panel /mx:Application HTH Steve --- In flexcoders@yahoogroups.com, grg_blls grg_blls@ wrote: Excuse me guys for dropping in to ask, but as to the first post: The second part of the code is about a menuBar control

[Spam] Re: [flexcoders] click and doubleClick on the same button?

2009-09-02 Thread grg_blls
Hi! May I ask why you need a MouseEvent.CLICK and a MouseEvent.DOUBLE_CLICK event on the same button? Wouldn't that be possible to use a simple Mouse.CLICK event together with a ctrlKey (or a altKey or shiftKey) pressed? Just wondering.. Thanks George --- In flexcoders@yahoogroups.com, Nick

[Spam] [Spam] Re: [flexcoders] click and doubleClick on the same button?

2009-09-02 Thread grg_blls
grg_blls grg_b...@... Hi! May I ask why you need a MouseEvent.CLICK and a MouseEvent.DOUBLE_CLICK event on the same button? Wouldn't that be possible to use a simple Mouse.CLICK event together with a ctrlKey (or a altKey or shiftKey) pressed? Just wondering.. Thanks George

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread grg_blls
Excuse me guys for dropping in to ask, but as to the first post: The second part of the code is about a menuBar control showing icons - though the post is titled how to show icon in ToggleButtonBar. As I have a same problem with a menuBar here trying to show some icons along with the labels, I

[flexcoders] Re: Switching from LCDS to Blazed DS

2009-08-24 Thread grg_blls
Hi, you may have a look at: http://www.adobe.com/devnet/flex/articles/flex_hibernate.html http://www.bfaig.org/blog/?cat=14 http://backbeatlabs.com/?p=3 thanks George --- In flexcoders@yahoogroups.com, Paul Kukiel pkuk...@... wrote: I am considering the same move. I havnt watched/read it

[flexcoders] Re: VBox constrains - A simple question :-p

2009-08-21 Thread grg_blls
Hi Fotis, hi Wesley Thanks Wesley for the tip on VBox. (I was just looking how to face the same problem with a VBox here, when your post came in :) Then let me add one more such counter-intuitive setting I came across some time ago. I had a ADG with non-sortable columns, and I was trying (in

[flexcoders] Re: Scale a Class file (png, gif, etc...)

2009-08-18 Thread grg_blls
Hi, Downscaling of a bitmap image can be done in a number of ways (downsampling is a better term and procedure). The real problem is: what do you expect the outcome to be, if you scale down a line graphic of 1 pixel width, or a detail in the bitmap of 1 pixel in the original 50x50 bitmap

[flexcoders] Re: Scale a Class file (png, gif, etc...)

2009-08-17 Thread grg_blls
Hi, Bitmaps aren't usually 'shrinked' (this or another way) as they lose in context. You should use a image processing program to first convert by downsampling to this lower resolution, and if you still can make out what the original image was like, OK. Otherwise you should 'enhance' the

[flexcoders] Re: Scale a Class file (png, gif, etc...)

2009-08-17 Thread grg_blls
50X50 pixels bitmaps were drawn most probably this way) thanks George --- In flexcoders@yahoogroups.com, flexaustin flexaus...@... wrote: Ok, what about BitmapAsset.setActualSize? --- In flexcoders@yahoogroups.com, grg_blls grg_blls@ wrote: Hi, Bitmaps aren't usually 'shrinked

[flexcoders] Re: This mailing list vs the forum.

2009-08-14 Thread grg_blls
Hi all, This mailling lixt is now over 146.000 messages posted. Most answers to possible questions are already here, for the trouble of a search. This accumulated wealth of information extends over many years... so to cut a long story.., I vote for this flexcoders mailing list! (and a simple

[flexcoders] Re: This mailing list vs the forum.

2009-08-14 Thread grg_blls
Hi again, I used the word this in the phrase this mailing list, literally. Refering (indicating) to this instead of that, (or any other...). Certainly not trying to diminish this mailing list i.e. FlexCoders (...mailing list) But as the context of my message is pretty clear and as I vote for

[flexcoders] Re: embedding swf fonts

2009-08-07 Thread grg_blls
that compiled the swf for the exact font names as they appear in the properties panel in Flash. Those are the names you should be using in Flex to use them. regards, Muzak - Original Message - From: grg_blls grg_b...@... To: flexcoders@yahoogroups.com Sent: Thursday, August 06, 2009 7:10

[flexcoders] Re: embedding swf fonts

2009-08-06 Thread grg_blls
Hi guys, some few clarifications are needed IMO here, to cleal up the sceen. First, a simple googling about Akzidenz-Grotesk BE: Download Akzidenz-Grotesk BE Volume, provided on Fonts.com from Berthold. Akzidenz-Grotesk BE Volume is available in OpenType, PostScript for Windows, ... . So dear

[flexcoders] Re: how to hide ADG sort divider?

2009-07-11 Thread grg_blls
Hi, I suppose that you already have: sortableColumns=false in the ADG. Are you? --- In flexcoders@yahoogroups.com, danilabuonora danilabuon...@... wrote: no way, that was simple =) thanks a lot man. --- In flexcoders@yahoogroups.com, grg_blls grg_blls@ wrote: Yes, there is. Set

[flexcoders] Re: how to hide ADG sort divider?

2009-07-10 Thread grg_blls
Yes, there is. Set for the ADG: sortExpertMode=true George --- In flexcoders@yahoogroups.com, danilabuonora danilabuon...@... wrote: hi, does anyone know how to make an andaceddatagrid look like a datagrid (hide de sorting thing, it takes way to much space)??? (I want to make it look

[flexcoders] Re: Flex Browse File

2009-07-02 Thread grg_blls
Hi all, As I have a similar situation with a Flex app, I came to the following that works for me: Any Flex SWF is running withing the client's browser and for security reasons (as already mentioned) Flex is always running in sandbox, contrary to AIR. But there is no reason why in the local

[flexcoders] Re: DataGrid with double header

2009-06-10 Thread grg_blls
Hi, You are right. Then what I said is that ADG is a standard part in FB3 (meaning Professional edition) in the list of available controls, not a part of the Standard edition.! Otherwise why one should be using the Standard edition and not download the full trial version? If one is seriously

[flexcoders] Re: DataGrid with double header

2009-06-09 Thread grg_blls
Hi, ADG is standard part of controls in FB3 (as DataGrid is). What version of FB are using? George --- In flexcoders@yahoogroups.com, mhbmarcos mhbmar...@... wrote: Thanks grg_blls. But now, not compilet the source: AdvancedDataGrid not found and, i find in internet, but see

[flexcoders] Re: DataGrid with double header

2009-06-08 Thread grg_blls
You should be using Advanced DataGrid with Grouped Columns. George --- In flexcoders@yahoogroups.com, mhbmarcos mhbmar...@... wrote: hi!!! i need have a datagrid with double header eg: header1 |header2 subHeader1 | subHeader2 | subHeader3 | subHeader4

[flexcoders] Re: Advanced Data grid Row Color using Action Script .

2009-06-03 Thread grg_blls
Hi, maybe this will help you in what you're looking for.. http://flexpearls.blogspot.com/2008/02/row-background-color-in.html thanks George --- In flexcoders@yahoogroups.com, guess what myworld10...@... wrote: I am building an advancedDataGrid from Action script completely. I have the Data

[flexcoders] Re: Is this list declining?

2009-06-02 Thread grg_blls
I have to totally agree with Tom. The number of posts is one thing, sunstancial communication is another. By this I mean that even if I only raised a small number of questions to this forum, I got excellent help in replies.. These replies helped me in building up solutions that otherwise might

[flexcoders] Re: Sorry i am not a rocket scientist...

2009-05-16 Thread grg_blls
It is an oxymoron, if you have something to highlight. But what is the meaning if you mouseOver a column header that has only one function in context: That of a label to that column? In a similar case (that's was the reason of my previous post) I use an ADG where I must had to disable sorting

[flexcoders] Re: Sorry i am not a rocket scientist...

2009-05-15 Thread grg_blls
Hi Patrick, I think what you ask is something like what you get if you turn SortableColumns in ADG to false, along with the sortable property of any single column to false. (Of course then you don't have sortable columns.. and no mouseOver highlights) thanks George --- In

[flexcoders] CollectionEvent and Hierarchical Data ArrayCollection

2009-05-11 Thread grg_blls
Hi all, Is it that adding an event listener as: addEventListener(CollectionEvent.COLLECTION_CHANGE to ArrayCollection representing hierarchical data, will not work? This works fine in a flat data structure acting as dataProvider to ADG, but I can't get it work if this data structure is

[flexcoders] Re: Advanced Data Grid - A working Demo for LockedRowCount property needed

2009-05-06 Thread grg_blls
this comment before the get lockedRowCount() function: // if dataProvider is hierarchical, return 0 // because lockedRowCount has no effect in a hierarchical display --- In flexcoders@yahoogroups.com, grg_blls grg_blls@ wrote: Hi, thanks for the working example. Your example displays

[flexcoders] Re: Advanced Data Grid - A working Demo for LockedRowCount property needed

2009-05-05 Thread grg_blls
--- In flexcoders@yahoogroups.com, grg_blls grg_blls@ wrote: Hi all, Is there any working demo example in Flex 3, of a AdvancedDataGrid with LockedRowCount property set and capable of demonstrating its functionality? Any help will be greatly appreciated. Thanks in advance George

[flexcoders] Advanced Data Grid - A working Demo for LockedRowCount property needed

2009-05-04 Thread grg_blls
Hi all, Is there any working demo example in Flex 3, of a AdvancedDataGrid with LockedRowCount property set and capable of demonstrating its functionality? Any help will be greatly appreciated. Thanks in advance George

[flexcoders] Re: Issue with Modules unloading...

2009-03-26 Thread grg_blls
Hi all, I have a similar thread (A module loading issue still open in the forum) of the issue I have while loading modules...(!) As this issue here is obviously in the same context, I did check with my application the memory usage after unloading any previously loaded module. Nothing seems to

[flexcoders] Re: using lockedColumnCount doesnt freez my column..

2009-03-26 Thread grg_blls
Hi, This is an old issue. I have no answer but I can point you to the following older posts, (message numbers: 130147, 129920, 129917, 129219, 118902) I hope this will be working in the new version. Thank you George --- In flexcoders@yahoogroups.com, yossi.baram yossi.ba...@... wrote: Hi,

[flexcoders] Re: A ModuleLoader issue

2009-03-21 Thread grg_blls
://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of grg_blls Sent: Wednesday, March 18, 2009 4:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] A ModuleLoader issue Hi all, I have the following problem with my current

[flexcoders] Re: A ModuleLoader issue

2009-03-19 Thread grg_blls
...@yahoogroups.com] On Behalf Of grg_blls Sent: Wednesday, March 18, 2009 4:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] A ModuleLoader issue Hi all, I have the following problem with my current development. A client is loging in the system either as customer

[flexcoders] A ModuleLoader issue

2009-03-18 Thread grg_blls
Hi all, I have the following problem with my current development. A client is loging in the system either as customer or admin and accordingly the main application through module manager loads either module1 or module2. If a client is logged as customer (i.e. module1 is loaded), he is offered

[flexcoders] Time stamping a user Logout

2009-02-18 Thread grg_blls
Hi all, I have concluded a sample Flex application where a user logs in (or registers) in the application. I use the Tomcat servlet container plus BlazeDS RPC component and Hibernate persistence to connect to MySQL database. A new user first registers by filling the Registration form. The

[flexcoders] Re: Time stamping a user Logout

2009-02-18 Thread grg_blls
him out. Another simpler solution would be to put a timeout on the session. -- Laurent Cozic Flash, Flex and Web Application development http://pogopixels.com --- On Wed, 2/18/09, grg_blls grg_b...@... wrote: From: grg_blls grg_b...@... Subject: [flexcoders] Time stamping a user

[flexcoders] Re: BlazeDS server environment configuration

2009-01-15 Thread grg_blls
@yahoogroups.com, grg_blls grg_b...@... wrote: Hi again (and thanks for replying) I didn't say Wesley is not correct..On the contrary... As I have first to work it out and then see if I get any more questions. (Obviously not having done this before, was the reason for asking about documentation

[flexcoders] BlazeDS server environment configuration

2009-01-14 Thread grg_blls
Hi all, I have a generic question. I am using Flex plug-in to Eclipse, developing the client side of an application. I also use Tomcat and BlazeDS on the server side. The development installation was done without any hassles and works fine. Also I don't have any problems with my development

[flexcoders] Re: BlazeDS server environment configuration

2009-01-14 Thread grg_blls
--- In flexcoders@yahoogroups.com, Wesley Acheson wesley.ache...@... wrote: Really thats more of a java question then a flex one. for using mysql and tomcat try http://www.opensourcetutorials.com/tutorials/Databases/MySQL/tomcat- and-mysql/page2.html Thank you Wesley for a quick reply.

[flexcoders] Re: BlazeDS server environment configuration

2009-01-14 Thread grg_blls
this entails adding the driver for the MySQL connection; removing the flex.samples.ConnectionHelper stuff and adding the dbHandler handler class from the tutorial. --- In flexcoders@yahoogroups.com, grg_blls grg_blls@ wrote: --- In flexcoders@yahoogroups.com, Wesley Acheson

[flexcoders] Advanced Data Grid - LockedRowCount property

2008-11-10 Thread grg_blls
Is there actual evidence that this property lockedRowCount actually exists (or has any effect) in Advanced Data Grid (of AS3 stable)? As I have posted this question before (and others did before me) but got no reply, I wonder what is the reason... Contrary to the above statements, the other

[flexcoders] Re: lockedRowCount won't set

2008-11-10 Thread grg_blls
Hi, this is not a solution to your problem, that happens to be mine as well! I posted the same question on the Oct 30 - having missed your post - I actually came to the same findings you have, in my project. As there was no answer to your post, also there are no answers to mine. Testing

[flexcoders] Re: mouseOver and mouseOut

2008-11-05 Thread grg_blls
Obviously because the text is over the HBox. In that sense the mouse isn't hitting the HBox area when over the text. Moving around in the HBox triggers the mouseOut event. IMO. Hope this is clear Tnx George --- In flexcoders@yahoogroups.com, tchredeemed [EMAIL PROTECTED] wrote: code:

[flexcoders] Re: Advanced Data Grid with Grouped Columns

2008-11-04 Thread grg_blls
:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\scrollClas ses\ScrollThumb.as:219] --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 30 Oct 2008, grg_blls wrote: vertical scroll, it always throws a RTE. Guess: It's your customer editors

[flexcoders] Re: Advanced Data Grid with Grouped Columns

2008-11-04 Thread grg_blls
(while using the vertical scroll bar) --- In flexcoders@yahoogroups.com, grg_blls [EMAIL PROTECTED] wrote: Hi Tom, hi all. Thanks for coming back and please excuse me for not including the RTE message in the first place. Well I have it here now. Thanks in advance for any reply George

[flexcoders] Advanced Data Grid - LockedRowCount property

2008-10-30 Thread grg_blls
Hi all, I am developing with Flex Plug-In build 3.0.194161 in Eclipse 3.3.2 build M20080221-1800. The application includes a Advanced Data Grid control, that I need to have the first row locked for vertical scrolling. Setting property lockedRowCount=1, though accepted - doesn't produce any

[flexcoders] Advanced Data Grid with Grouped Columns

2008-10-30 Thread grg_blls
Hi all, using a ADG control and having set for groupedColumns. I also use ItemEditors set as Renderers. The mxml code snippet is attached. This works finw as long as I don't use the vertical scroll bar (if there are enough data rows in the adg to need scrolling). If I try vertical scroll,