[flexcoders] FlexSession is Invalid error

2008-04-11 Thread Dima Ulich
Hi Everybody, I have a flex application that uses messaging. The application handles mysql database manipulations which can be a very lengthy process. After about 1 hour I keep receiving FlexSession is invalid exception. The whole process fails. I set rtmp channel idle timeout to 120 m

Re: [flexcoders] Preventing PopupManager to make popups over the MenuBar?

2007-03-15 Thread Dima Ulich
You could try move popups below the MenuBar. Something like this PopUpManager. addPopUp( window, parent, modal, PopUpManagerChildLi st.PARENT) ; window.y = MenuBar.heigth; or you could center your popup on the screen PopUpManager.centerPopUp(window); I hope that helps - Original Message

[flexcoders] (unknown)

2007-01-23 Thread Dima Ulich
Hello, I'm using Renaun's RemoteObject to access amfphp. I have a script written in php to handle certain operations. It might take a long time to execute the operation. The problem I have is that when I run the script from flex application everything works fine, php script does what it s

Re: [flexcoders] Skipping editable Datagrid cells when tabbing

2006-12-13 Thread Dima Ulich
I think the best way in your case is listen to ITEM_EDIT_BEGINNING event. It will let you know what cell you are currently on and then you can skip it or let it go on editing Dmitriy - Original Message From: bsdensmore <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday,

Re: [flexcoders] Listen to changes of a bindable variable

2006-10-17 Thread Dima Ulich
Use Paul William's solution. It helps me alot.   check it here http://weblogs.macromedia.com/paulw/ hope it helps   Street - Original Message From: Jonas Windey <[EMAIL PROTECTED]>To: flexcoders@yahoogroups.comSent: Tuesday, October 17, 2006 4:39:01 PMSubject: [flexcoders] Listen to changes

[flexcoders] To Moderator

2006-10-08 Thread Dima Ulich
Hello Moderator,         My name is Ulich Dmitriy. I have just noticed that some of my private messages were accedently sent public. They start with "READ THIS". Please remove them from the public list.   Dmitriy __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flex

Re: [flexcoders] FlashPlayer security puzzle

2006-10-01 Thread Dima Ulich
That's what I did. Sorry that didn't post about it. I should note that you guys did a great job documenting Flex, it seems like there are answers for almost everything. Dima - Original Message From: Matt Chotin <[EMAIL PROTECTED]>To: flexcoders@yahoogroups.comSent: Sunday, October 1, 2006

[flexcoders] FlexUnit usage examples

2006-09-28 Thread Dima Ulich
Hi everybody,     Does anyone have an example of using FlexUnit with async requests made to the server? Is there a way of testing existing flex application? How do you usually test yours?   Thanks Dima __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/

[flexcoders] FlashPlayer security puzzle

2006-09-26 Thread Dima Ulich
Hello FlexCoders,         I've been struggling with flash security matters for some time now. I have a php socket server, which is used both by php server and Flex Application. My php application does some heavy work and sends feedback to socket server so a user could know what's happening in a

Re: [flexcoders] DataGrid refresh problem

2006-07-31 Thread Dima Ulich
Everything should work fine. Can you send the code to look at?   - Original Message From: ddanone2 <[EMAIL PROTECTED]>To: flexcoders@yahoogroups.comSent: Monday, July 31, 2006 5:45:40 PMSubject: [flexcoders] DataGrid refresh problem Let me explain the situation:I have a main mxml, on loa

Re: [flexcoders] Flex AMFPHP and VOs

2006-07-23 Thread Dima Ulich
could you share the code with me too, I couldn't map vos either thank in advance Dmitriy - Original Message From: Andrea Varga <[EMAIL PROTECTED]>To: flexcoders@yahoogroups.comSent: Sunday, July 23, 2006 9:00:04 PMSubject: Re: [flexcoders] Flex AMFPHP and VOs I just sent a private mail t

[Flexcoders] ApplicationControlBar and dragManager bug?

2006-07-20 Thread Dima Ulich
Hello,   Did anyone see that before? I found it this morning. If you hava an applicationControlBar docked and have a list control which can accept drop operations, you will find that there is an offset for a dragManager. Try the example. Try to drag the 3 item to the top most position and you wi

Re: [flexcoders] So? What are folks here actually building...?

2006-07-19 Thread Dima Ulich
Hello,   My name is Dmitriy. I think I can share what I've been working on during last couple of years. I work for Christian University in Russia. The school hired me to make a website for them and to write a program to automate students' registration, grades and etc.   The school didn't have

[flexcoders] AMFPHP & netconnection problem

2006-06-29 Thread Dima Ulich
After installing flex 2.0 release I found that amfphp results don't work correctly. this two function suppose to work on netconnection result, but the don't public function AppendToGatewayUrl(s:String):void { currentSid = s;

[flexcoders] AMFPHP problems

2006-06-21 Thread Dima Ulich
Hi everybody, I just uploaded one project to the internet and have faced the "Malformed AMF message, connection may have dropped" problem. Does anyone know what could cause the problem. I just can't get it to work. Thanks Dima __ Do You Yahoo

Re: [flexcoders] Save a BitMap to the server as a jpg? flex2

2006-06-01 Thread Dima Ulich
Would you send one to me too please Thanks in advance --- Luís Gustavo Sanabio <[EMAIL PROTECTED]> wrote: > I sent the JPEGEncoder.as  to your email. > > 2006/5/31, Luís Gustavo Sanabio <[EMAIL PROTECTED]>: > > > >  I have a BitMapData to JPG algoritm for FLEX 2. > It's made in AS3. Do you >

Re: [flexcoders] NumericStepper with floats

2006-05-27 Thread Dima Ulich
NumericStepper in my application works just fine here is the code: textAlign="center" stepSize="0.5"/> You can set any stepSize you want; --- mcantrell138 <[EMAIL PROTECTED]> wrote: > Is it possible to use the NumericStepper with > floats? It's rounding my > numbers to integers. > > > >

[flexcoders] How does FileReference work? f2b3

2006-05-22 Thread Dima Ulich
In f2b2 filereference worked fine, but now I can't get it to work. I have used example I found in help, but with no luck. Debug shows that there was #2037 error (Functions called in incorrect sequence, or earlier call was unsuccessful.) Am I doing anything wrong or is there a bug in fileReferen

[flexcoders] Possible player bug (kills the browser) f2b3 ie 6.0

2006-05-21 Thread Dima Ulich
  On my computer it kills the browser so the system suggests to disable flash player. I have tried on different computers with same luck. So I guess it'a bug. Dima Ulich __ Do You Yahoo!? Tired of spam?  Yahoo! Mai

[flexcoders] Flash Player crashes the browser b3

2006-05-09 Thread Dima Ulich
I had in b2 and now I have it in b3 player 9.0 When I close my application it causes the browser error (Memory cannot be read ...) Did anyone had the same problem. __ Do You Yahoo!? Tired of spam?  Yahoo! Mail has the best spam protection aroun

[flexcoders] PopUpManager and DragManager problem

2006-04-27 Thread Dima Ulich
Hello everybody, In my application I want to drag an item from a datagrid and drop it into another datagrid inside a popup window. I got stuck with implementing it.   The problem is when I move my popup, the datagrid inside doesn't dispatch dragEnter event anymore, but if I drag mouse to the a

Re: [flexcoders] PLEASE: Could someone at Adobe/Macromedia do a Carnigorm Video Intro.

2006-04-26 Thread Dima Ulich
Hello,    Could you send me one too? Dima --- [EMAIL PROTECTED] wrote: >  I have a very (very) simple sample app that I use > to illustrate how to get > the ball rolling with Cairngorm2  that I can send to > you.  It includes > documentation on how to add your own dispatchEvent > in step-by

[flexcoders] DateField problem

2006-04-12 Thread Dima Ulich
Hi everybody, In my application I'm trying to set date range for dateField programatically and does it only ones, when I try to change it later dateField doesn't do it right. It only restricts months but not dates. Usually when you set a date range you would see disabled dates, in my case in d

RE: [flexcoders] Flash player bug -- character set

2006-04-07 Thread Dima Ulich
r now, this bug is FOL. > > Matt > > > -----Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of Dima Ulich > Sent: Thursday, April 06, 2006 10:54 PM > To: flexcoders@yahoogroups.com > Subject: RE: [flexcoders] Fl

RE: [flexcoders] Flash player bug -- character set

2006-04-06 Thread Dima Ulich
ou'd > think it should. > > Matt > > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of Dima Ulich > Sent: Thursday, April 06, 2006 12:51 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Flash player b

[flexcoders] Flash player bug -- character set

2006-04-06 Thread Dima Ulich
t couldn't figure out what was causing the problem. Now I figured that it happens only if I set wmode param transparent. I guess it's a bug, but not sure though. Did anyone else ever get such a problem? Is there a way to work it around? Dima Ulich _

[flexcoders] why is trace(1+0.9+0.7+0.3) = 2.8999999999999995

2006-03-27 Thread Dima Ulich
Hi All, I was working with number recently and noticed this weird behaviour trace(1+0.9+0.7+0.3) returns 2.8995; Did anyone else ever seen such thing? Is it a bug? Dima Ulich __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

RE: [flexcoders] FB2 :: Flex printing

2006-03-23 Thread Dima Ulich
u use flash.print.PrintJob package you will get vector printing, but you won't get the image printed. My question was would there be an option to print images and text on one page in good vector printing quality? Is there a way to set FlexPrintJob to print in vector format? Dima Ulich --- Dav

[flexcoders] FB2 :: Flex printing

2006-03-22 Thread Dima Ulich
I would like to ask adobe team. Do you guys have any plans on making printing from flex a bit easier? I think it is very important for RIAs to have very flexible printing feateres so users and devs wouldn't have problems creating different kind of reports. For now it is not event possible to pr

RE: [flexcoders] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Dima Ulich
ble > doubleClick events. > > > > Joan > > > > > > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of Dima Ulich > Sent: Tuesday, March 21, 2006 4:16 AM > To: flexcoders@yahoogroups.com > S

[flexcoders] FB2 :: doubleClick bug event doen't happen

2006-03-21 Thread Dima Ulich
All my doubleClicks don't work now I have tried to create a new project to check if something was wrong in my apps, id didn't work also. I guess it might be player's bug!!??? Did anyone else faced the same problem?? __ Do You Yahoo!? Tired of spam?

RE: [flexcoders] ComboBox issue

2006-03-16 Thread Dima Ulich
an <[EMAIL PROTECTED]> wrote: > Can you post the code for your ComboBox and what the > dataProvider looks > like? > > > > > > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of Dima Ulich > Sent

[flexcoders] ComboBox issue

2006-03-16 Thread Dima Ulich
Hi all, In my application I have a comboBox, when I click it I get this error: RangeError: Error #2006: The supplied index is out of bounds. at mx.managers::SystemManager/addChild() at mx.managers::PopUpManager$/popUpWindow() at mx.controls::ComboBox/getDropdown()

Re: [flexcoders] Re: a GridTree component for flex 2

2006-03-04 Thread Dima Ulich
I was thinking about something like that for my projects, long to see the component released. A good job, Street --- jeremy lu <[EMAIL PROTECTED]> wrote: > the component will be released in swc format afer I > finished the project and > got time to refurbish the code, about a month later, > will

Re: [flexcoders] Flex2: DateField formatFunction bug

2006-02-27 Thread Dima Ulich
I don't know if it's a bug. I think it only happens if you are not using English standart dates (MM/DD/). To use different type of dates you need set a parsing function here is an example: //date parse function private function pDate(data:String,inp:String):Date {

[flexcoders] DataGrid styles

2006-01-18 Thread Dima Ulich
I'm trying to print dataGrid and I need to have solid column and row lines. I set vGridLines and hGridLines to true, but when I print it out i get lines you can barely see. I spent lots of time to find a workaround for that but I wasn't successfull. DataGrid doesn't have a style definition to set h

[flexcoders] Printing options in Flex 2

2005-12-16 Thread Dima Ulich
Did anyone tried to use flex printing packages? When I tried to print a report with bitmaps it didn't print them. It only print bitmaps if they are embeded into swf file. But I need to dynamically add images. Does anyone have any suggestion how to do it? I don't know may be it's alpha version bug?