RE: [flexcoders] Re: Keyboard issues on VISTA - Important

2007-03-09 Thread Dimitrios Gianninas
Home Premium Dimitrios Gianninas Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of iko_knyphausen Sent: Thursday, March 08, 2007 6:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Keyboard is

[flexcoders] Re: PDF Files

2007-03-09 Thread Nicolas Boulet-Lavoie
I use fpdf with php to create the PDF on the server side then push to the client. Works good. Good documentation at http://www.fpdf.org/. Best of all, it's free, plenty of examples and it offers good performance. We use it to create architectural house plans. Nicolas --- In flexcoders@yahoogroups.

[flexcoders] Re: Regular Expression Problem

2007-03-09 Thread alexander.marktl
Hey Gordon. Thanks for the answer. I tried your suggestion, but it still won't work. I show once again what the problem is. I'm a novice, please keep this in mind ;-) This one works but it's case-sensitive. (The function liveSearch is unnecessary in this case. I know.): --

Re: [flexcoders] Panel height 100% don't scroll

2007-03-09 Thread Michael Schmalle
On 3/9/07, Norbert Csík <[EMAIL PROTECTED]> wrote: > Hi! > > I have a simple Flex application running in a browser directly > referencing the swf file. The application has a Panel element with > height 100%. It works fine, has the correct size, but when the window > gets too small the scroll bar ap

[flexcoders] Re: Dynamically sized array collection

2007-03-09 Thread ben.clinkinbeard
What problem are you having? --- In flexcoders@yahoogroups.com, "RadicalByte" <[EMAIL PROTECTED]> wrote: > > Hi All, > > I'm hitting my head against a brick wall trying to work this out, but > to no avail. > > I would like to have an ArrayCollection which contains a variable > number of ArrayCo

AW: [flexcoders] PDF Files

2007-03-09 Thread Harald Dehn
PDF rendering (when Acrobat Reader is installed on the client system) is a fantastic idea! This would make things much easier. Harald _ Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Ben Marchbanks Gesendet: Freitag, 9. März 2007 12:43 An: flexcoders@ya

[flexcoders] Dynamically sized array collection

2007-03-09 Thread RadicalByte
Hi All, I'm hitting my head against a brick wall trying to work this out, but to no avail. I would like to have an ArrayCollection which contains a variable number of ArrayCollections. My code looks like.. [CODE] var arrayCollection:ArrayCollection=new ArrayCollection(); var numberOfItems:int=

[flexcoders] Creating a generic method for creating events from String

2007-03-09 Thread pmotzfeldt
Hi I need som advice. I am trying to create a "generic" method which will create an event of the arguments of the method. I am able to create the rigth type of event, but I am having trouble finding out how to be able to provide additional attributes as text to the TextEvent etc... private funct

[flexcoders] "Unable to access UserTransaction in DataService" on Java Sun Appl Server

2007-03-09 Thread lruinelli
Hello! I'm using flex dataservice deployed in a Sun Java System Application Server Platform Edition 9.0_01 (build b14)...but when I try to modify some record of my dataservice application I give the "Unable to access UserTransaction in DataService" error!!! I think this error occours because my a

[flexcoders] Panel height 100% don't scroll

2007-03-09 Thread Norbert Csík
Hi! I have a simple Flex application running in a browser directly referencing the swf file. The application has a Panel element with height 100%. It works fine, has the correct size, but when the window gets too small the scroll bar appears in the Application not in the Panel. Can you tell me wh

Re: [flexcoders] PDF Files

2007-03-09 Thread Ben Marchbanks
We do quite a bit of PDF work for publishers and digital printing. The method we use for variable printing uses a Flex interface which gives the user authoring capability via an image rendering of the PDF page. Flex manages all the PDF annotations as data and then applies these annotations us

Re: [flexcoders] DataGridColumn visibility problem. It appears again when dataProvider is replaced

2007-03-09 Thread Sergey Kovalyov
Any known workarounds? :) On 09 Mar 2007 02:28:17 -0800, Carlos Rovira <[EMAIL PROTECTED]> wrote: If I'm not wrong that is a bug in 2.0.1 (it was not in 2.0)... .

[flexcoders] Re: DataGrid paging?

2007-03-09 Thread Danko Kozar
Indeed, a VScrollBar has really a lot of flexibility! I succeeded in subscribing to it's events and using the event.preventDefault() method cancel it's other listeners and it's actions. Using the configureScrollBars() method, the scrollbar sizing can easily be configured: override protected fu

RE: [flexcoders] FlexPrintJob problem

2007-03-09 Thread Giles Roadnight
I solved this by adding a cretionComplete event listener to the canvas object. This fired another function that did the printing. Giles Roadnight From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: 09 March 2007 10:04 To: flexcoders@yahoogroups.com

Re: [flexcoders] DataGridColumn visibility problem. It appears again when dataProvider is replaced

2007-03-09 Thread Carlos Rovira
If I'm not wrong that is a bug in 2.0.1 (it was not in 2.0)... 2007/3/9, Sergey Kovalyov <[EMAIL PROTECTED]>: Hi All! I have a DataGrid and its dataProvider property is binded to ArrayCollection. When I first hide one column via firstColumn.visible = false and then binding executes, that col

[flexcoders] DataGridColumn visibility problem. It appears again when dataProvider is replaced

2007-03-09 Thread Sergey Kovalyov
Hi All! I have a DataGrid and its dataProvider property is binded to ArrayCollection. When I first hide one column via firstColumn.visible = false and then binding executes, that column appears again. How to prevent this unnecessary appearance? Click "Hide Middle Name" and then "Populate" in this

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

2007-03-09 Thread oneproofdk
OK so I went on to see what the limits are. Tracking mouseX I can see that the Panel background stop at 4079, also that's where Flash stop tracking the mouseX !!?? The weird thing is that the Tile DOES extend beyond this point as per my screencap. Wonder what the max height is - we are currently l

Re: [flexcoders] FDS services-config for CFC's

2007-03-09 Thread João Fernandes
Darren, When you install fds (example c:\fds) you'll find a folder resources\config inside it. This is where you can find an example for each file you'll have to configure FDS. This is a FDS configuration and not a CF one. The only thing you'll need to do in the cf side, is to activate the data

RE: [flexcoders] Re: DB access in Apollo

2007-03-09 Thread Eric Guesdon
Hi to all, I’m not sure we will need a database like you are talking about… I would prefer something like something like SharedObject (I hope to delegate security aspect to Apollo sandbox). I have some difficulties to believe that I need standard database capabilities… do you plan to build

[flexcoders] FlexPrintJob problem

2007-03-09 Thread Giles Roadnight
Hi I am trying to print a list of ID's from a canvas. I have the following code: private function printMovies(e:Event):void { var printJob:FlexPrintJob = new FlexPrintJob(); if(printJob.start()){

[flexcoders] Re: Are other developers hesitant to extend existing classes in Flex?

2007-03-09 Thread Danko Kozar
Jason, this was an eye-opener! Till now I didn't realize that an event listener can cancel another listeners. But the "preventDefault()" method of the Event class does exactly that. This is the way I should go with a PagableGrid. Thanks! --- In flexcoders@yahoogroups.com, "Jason Hawryluk" <[

Re: [flexcoders] Re: Mike nimmer Debug component !!

2007-03-09 Thread Tom Chiverton
On Thursday 08 Mar 2007, bobrene07 wrote: > Is it possible to debug when your flash is not the first the page of > your website ? Sure. As soon as the the Flex SWF starts up, you get the 'where's the debugger' prompt. > I mean your flash is inside a portal and you want to debug after a > portal

Re: [flexcoders] Modules at 360Flex conference

2007-03-09 Thread Tom Chiverton
On Thursday 08 Mar 2007, Alex Harui wrote: > You can bind, I'm just not sure if the module will unload if you want to > kick it out of memory later. Ok, not bothered about that as we'll mainly use Modules to bring the initial download size down by excluding areas most people wont use (admin view

[flexcoders] Re: Multiline TreeItemRenderer

2007-03-09 Thread sergiopernas
Hi again Well, this is the subclass. Compiles, runs and everything but the tree elements are not multiline... package { import mx.controls.treeClasses.*; public class TIRMultiline extends TreeItemRenderer { public function TIRMultiline() { super();

<    1   2