[flexcoders] Re: HTTPService timeout?

2011-08-03 Thread mitek17
Hi, Yep, there is PHP setting in php.ini for that max_execution_time = 30 ; Maximum execution time of each script, in seconds PS php_error.log is a good thing to check Cheers, --- In flexcoders@yahoogroups.com, georgemeng2011 georgemeng2000@... wrote: Hello, I have very simple code to

[flexcoders] Re: HTTP requestTimeout limit in AIR 2.6?

2011-08-03 Thread mitek17
Hi George, Well, the difference between AIR browser is explainable, as HTTPService piggybacks the browser's API, while AIR uses it's own. A quick googling shows that there are related issues with RemoteObject calls in AIR 2.0 http://forums.adobe.com/thread/696177

[flexcoders] Re: flash 4 and flex 3

2010-05-23 Thread mitek17
well, Flash Builder 4 can't do the release builds. --- In flexcoders@yahoogroups.com, cholid cholid cholid_rid...@... wrote: no, i mean flash builder4 and flex builder 3 flash builder 4 is new different name of flex builder From: Mark Lapasa

[flexcoders] Re: Does Flash in Chrome perform better?

2010-05-17 Thread mitek17
? I mean due to it using the native Adobe platform it should be better/faster, right? On Mon, May 17, 2010 at 8:23 AM, mitek17 mite...@... wrote: They are VERY different browsers. Webkit is a just rendering engine, nothing else. PS Daewoo Mercedes are virtually the same

[flexcoders] Re: Does Flash in Chrome perform better?

2010-05-16 Thread mitek17
Hi Brendan, Same results here - Chrome is noticeably faster. I guess that this relates to a) Chrome allows more connections to server b) it uses different threading model Cheers, Dmitri. --- In flexcoders@yahoogroups.com, Brendan Meutzner bmeutz...@... wrote: Hi All, I'm noticing

[flexcoders] Re: Does Flash in Chrome perform better?

2010-05-16 Thread mitek17
They are VERY different browsers. Webkit is a just rendering engine, nothing else. PS Daewoo Mercedes are virtually the same, they share the same turbo-diesel engine :) --- In flexcoders@yahoogroups.com, Oleg Sivokon olegsivo...@... wrote: Chrom and Safari are essentially the same

[flexcoders] Re: Take that Mr Jobs!

2010-05-14 Thread mitek17
please provide a few more details as to what you're doing? 1) Did this happen when you migrated a FB3 project to FB4? 2) Did your AIR project rely on a library project? If so, how was it linked? -Mac On 5/11/10 10:16 PM, mitek17 mite...@... wrote: Hi Brendan

[flexcoders] Re: unable to see the design view on sdk upgrade

2010-05-13 Thread mitek17
Yep, this is a typical bug-free Flex behaviour Try to delete all project from the workspace, restart FB and recreate projects from the scratch. --- In flexcoders@yahoogroups.com, sudeshdas sudesh...@... wrote: Hi all, My previous SDK was 3.0 now i have upgraded my sdk to 3.4. When I

[flexcoders] Re: Take that Mr Jobs!

2010-05-11 Thread mitek17
it to FB4, back to FB3, reverted the properties file and it worked? Did you ever get the release build to work in FB4? Brendan On Mon, May 10, 2010 at 10:58 PM, mitek17 mite...@... wrote: Well, I know that no one needs release builds, but I tried to investigate this a bit. It looks

[flexcoders] Re: Take that Mr Jobs!

2010-05-10 Thread mitek17
Builder 5. --- In flexcoders@yahoogroups.com, mitek17 mite...@... wrote: Does the Export Release Version suppose to work in FB4? Just curious. https://bugs.adobe.com/jira/browse/FB-26842

[flexcoders] Take that Mr Jobs!

2010-05-09 Thread mitek17
Does the Export Release Version suppose to work in FB4? Just curious. https://bugs.adobe.com/jira/browse/FB-26842

[flexcoders] Re: Matrix Transform does not update Container's properties

2010-05-08 Thread mitek17
the performance hit and started reflecting transform changes in x/y/width/height in Flex 4. Flex 3 is still supported, but we aren't going to backport new features and every bug fix to it. On 5/6/10 5:27 PM, mitek17 mite...@... wrote: It does support it, it does not update

[flexcoders] Re: using TextArea as ItemRenderer for DataGridColumn

2010-05-08 Thread mitek17
be able to scroll through lines taller than the grid. On 5/5/10 6:51 PM, mitek17 mite...@... wrote: Default IR is good until you have a text longer than a datagrid.height, it won't show the scrollbars. It is easy to replicate - just supply 1000 lines of text per row and you

[flexcoders] Re: Matrix Transform does not update Container's properties

2010-05-06 Thread mitek17
in Flex 4, especially for Spark components. On 5/5/10 6:40 PM, mitek17 mite...@... wrote: Hi Alex et al, Could you please have a look at the following problem: https://bugs.adobe.com/jira/browse/SDK-26388 If you transform container in Flex, it won't update it's own

[flexcoders] Matrix Transform does not update Container's properties

2010-05-05 Thread mitek17
Hi Alex et al, Could you please have a look at the following problem: https://bugs.adobe.com/jira/browse/SDK-26388 If you transform container in Flex, it won't update it's own properties, which means they become invalid after the first transform. It works fine for SWFLoader. Thanks!

[flexcoders] Re: using TextArea as ItemRenderer for DataGridColumn

2010-05-05 Thread mitek17
Default IR is good until you have a text longer than a datagrid.height, it won't show the scrollbars. It is easy to replicate - just supply 1000 lines of text per row and you won't see the bottom. And the worst part of it - user will never know that there is some hidden below the bottom line.

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-04 Thread mitek17
Hi Jeff, Seriously, you can not see the difference between published and open? No kidding? If I want to introduce some changes in SWF format, what should I do to achieve this?. PS Please don't use Why do you need this, anyway(c) as this is a copyrighted answer in Apple community. --- In

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-04 Thread mitek17
Mea culpa. Everytime Flash plugin crashes and Firefox says Ooops, do you want me to send the info about this crash to Apple? I click on Yes, please. Do you want me to stop doing this, to improve the Flash image? PS I have to admit, I am doing it several times a day, so maybe that's why Jobs

[flexcoders] Re: Out of curiosity, what would Adobe lose if Flash were open sourced?

2010-05-04 Thread mitek17
But, none of the alternate players out there are 100%. Making their source available, it'd probably bring a flood of alternate players. Damn nation! opening the source code of Linux will bring myriads of other linuxes! This agression will not stand!

[flexcoders] Re: Out of curiosity, what would Adobe lose if Flash were open sourced?

2010-05-04 Thread mitek17
Gnash !?!? Di you try use it? --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Tuesday 04 May 2010 00:48:25 you wrote: With the swf format being documented, and available, in theory there could be plenty of different implementation of the Flash Player. And

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-04 Thread mitek17
OK, if you really-really don't understand the problem, let me rephrase it: one company (A) developing proprietary tools devices refuses to use another's company(B) proprietary product on their proprietary devices. What's the problem? No problem! PS The real problem is that company B believes

[flexcoders] Re: What's your favorite automated testing tools?

2010-05-04 Thread mitek17
from my experience, the best tool to test GUI based projects is a human being with a set of a testcases. If there is a human intreaction intended, no script will handle all possible choices. PS It was kind of funny to see when we hired finally a professional tester and he found on the most

[flexcoders] Re: trace address of a object

2010-05-03 Thread mitek17
. On 5/2/10 4:14 PM, mitek17 mite...@... wrote: Is there a way to print out an address of an object? PS I know that debugger shows addresses, I need to trace it. Thanks! -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-02 Thread mitek17
, exactly, we need flash.* sources :) Cheers! --- In flexcoders@yahoogroups.com, Oleg Sivokon olegsivo...@... wrote: @ mitek17 Erm... GNash? Why the heck do you need the player sources? You have the SWF specs - player is the program that plays SWF files, you can make your own... In fact

[flexcoders] trace address of a object

2010-05-02 Thread mitek17
Is there a way to print out an address of an object? PS I know that debugger shows addresses, I need to trace it. Thanks!

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-01 Thread mitek17
[mailto:flexcod...@yahoogroups.com] On Behalf Of mitek17 Sent: Friday, April 30, 2010 12:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Thoughts on Flash by Steve Jobs --- In flexcoders@yahoogroups.com, Seth Caldwell wiz@ wrote: Steve is employing several tactics used

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-01 Thread mitek17
--- In flexcoders@yahoogroups.com, PFD Studio p...@... wrote: The talk about openness is completely disingenuous. Flash/Flex/ActionScript is vastly more open than any of the relevant Apple technologies. Here is just a short list of open source projects: -Apache -FreeBSD -Linux

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-04-30 Thread mitek17
in the Flex framework because they were not committed until too late in our schedule for Flex 4.0, but they were committed before Jobs starting posting about Flash. On 4/29/10 9:33 PM, mitek17 mite...@... wrote: --- In flexcoders@yahoogroups.com mailto:flexcoders

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-04-29 Thread mitek17
--- In flexcoders@yahoogroups.com, Seth Caldwell w...@... wrote: Steve is employing several tactics used by politicians. The iphone is not open. iPhone is a device, not a technology. Technology should be open, device software could be proprietary. Steve stresses it particularly, please

[flexcoders] Re: Compile Error Under 3.5a but not 3.4

2010-02-22 Thread mitek17
for around 3 years since flex builder 2. As far as I can recall, recreating your workspace in different location might be helpful since FB does a lot of caching in the workspace folders which might interfere with your sdk upgrade. On Mon, Feb 22, 2010 at 8:08 AM, mitek17 mite...@... wrote

[flexcoders] Re: Compile Error Under 3.5a but not 3.4

2010-02-21 Thread mitek17
Seems like Adobe screwed up namespaces in 3.5 Here is the bug I filed in regards to DesignView not understanding mx namespace for components. https://bugs.adobe.com/jira/browse/FB-25994 I wonder if *anyone* uses 3.5 SDK. I did 3 attempts to migrate from 3.4 and they all failed. PS Probably

[flexcoders] SDK 3.5 An unknown item is declared as the root of your MXML document

2010-02-16 Thread mitek17
Hi everybody! I am trying to switch to Flex SDK 3.5(a) and Design View goes haywire: https://bugs.adobe.com/jira/browse/FB-25994 If I switch back the SDK to 3.4 it starts to work. The code compiles executes with no problem, just a Design View problem. Anyone had similar problem? Thanks!

[flexcoders] Re: SDK 3.5 An unknown item is declared as the root of your MXML document

2010-02-16 Thread mitek17
the namespace) you will see that error in design view. Web Manager Flexdownloads.com --- In flexcoders@yahoogroups.com, mitek17 mitek17@ wrote: Hi everybody! I am trying to switch to Flex SDK 3.5(a) and Design View goes haywire: https://bugs.adobe.com/jira/browse/FB-25994

[flexcoders] Re: ComboBox not updating

2009-08-20 Thread mitek17
The really proper solution is called why do you need it anyway? (c)(tm) :) --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: Maybe the solution is not to bind the selectedItem but set it explicitly? Tracy Spratt, Lariat Services, development services available

[flexcoders] Re: PrintDataGrid variablerowheight issue

2008-01-18 Thread mitek17
, mitek17 mitek17@ wrote: as a I mentioned before - I am adding 5 pixels to the PDG while doing the layout. Works in my case so far. PS Strange, but includeInLayout=false visible=false for the component which is placed _after_ the PDG don't work for me. I am changing the PDG height

[flexcoders] Re: PrintDataGrid variablerowheight issue

2008-01-17 Thread mitek17
. --- In flexcoders@yahoogroups.com, jf317820 [EMAIL PROTECTED] wrote: Anyone have any other workarounds for this issue other than the subclass suggested on the bugs site? I'll try anything at this point. Thanks in advance. --- In flexcoders@yahoogroups.com, mitek17 mitek17@ wrote: Hi Alex

[flexcoders] Re: PrintDataGrid variablerowheight issue

2008-01-16 Thread mitek17
workaround that prevent us from having guaranteed solution. I added code for a temporary workaround that will hopefully work in 'more' cases but not all. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mitek17

[flexcoders] Re: PrintDataGrid variablerowheight issue

2008-01-14 Thread mitek17
Hooray! It is in the state of Deferred Closed. :( PS I am just using a workaround - in the function which does a printing layout (e.g. showPrint() in SDK help) I do the following: pdg_procedures.height +=5; This extra 5 pixels fix the problem. Cheers, Dmitri. --- In

[flexcoders] Re: FlexPrintJob: print image AND text

2008-01-13 Thread mitek17
Hi Frederico, printAsBitmap is not related to the problem, as images/charts/whatever simply don't have enough time to be rendered. You should add event listeners to all your images/charts and wait for the creationComplete updateComplete events. Cheers, Dmitri. --- In

[flexcoders] Re: Accessing objects within objects within objects... ???

2008-01-13 Thread mitek17
Hi Tony, *When* do you want to do this assignment? Runtime error simply means that the object has not been created yet. Place the assignment within a function and call this function when TabNavigator sends creationComplete event. Cheers, Dmitri. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: IE cache

2008-01-10 Thread mitek17
--- In flexcoders@yahoogroups.com, coder3 [EMAIL PROTECTED] wrote: i tried max-age header, also no-store, no-cache, must-revalidate, post-check=0, pre-check=0 not working well on my IE. and it won't. http://www.judahfrangipane.com/blog/?p=87 as I wrote before only these headers are

[flexcoders] Re: caching issues

2008-01-07 Thread mitek17
Hi Mark, In your PHP code remove all header control commands and just use the following: header('Pragma: bogus'); header('Cache-control: bogus'); IE has problem understanding Cache-control header, so you should just override it with something irrelevant. PS And don't use Expires header - from

[flexcoders] Re: AdvancedDataGrid - how to clear contents?

2008-01-04 Thread mitek17
Hi Greg, Thanks for the reply! I've figured out the way how to clear the contents. I was unable to do it if ADG and group collection and dataprovider were in MXML format. So, I just created independent ArrayCollection, binded it to the GroupCollection as source and then after getting query

[flexcoders] AdvancedDataGrid - how to clear contents?

2008-01-03 Thread mitek17
Hi all, How can I remove displayed contents in the ADG? For example ADG displays the results of the query - then after I change the parameters of the query server replies with no rows result. Dataprovider for grouping collection is null but the old contents of the ADG are still displayed. I

[flexcoders] Re: Internal build errors

2007-11-23 Thread mitek17
--- In flexcoders@yahoogroups.com, duncan mcmillan [EMAIL PROTECTED] wrote: I've suddenly been getting An internal build error has occurred please check the error log , has anyone got any refereces as to why these errors happen? also I've never used an error log so could someone please tell how

[flexcoders] Re: Problem printing component with

2007-11-16 Thread mitek17
will adjust, causing another updateComplete. There is no reason to use creationComplete in this scenario From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mitek17 Sent: Friday, October 19, 2007 8:42 AM To: flexcoders

[flexcoders] Re: Problem printing component with

2007-10-19 Thread mitek17
Thanks! --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: At startup, the image is created so creationComplete fired and updateComplete also fires since that means the image has finished updating, but the image has no bits yet, they are still streaming in, kiadin

[flexcoders] Re: Problem printing component with

2007-10-19 Thread mitek17
Of mitek17 Sent: Wednesday, October 17, 2007 12:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problem printing component with Thanks, Alex! BTW, upodateEvent from Image or from the parent container? --- In flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com

[flexcoders] Re: HTTPService: Request timed out

2007-10-17 Thread mitek17
G'day! Here are the latest results from my HTTPService problems saga. I isolated the problem to the Apache2.x/mod_ssl2.x and HTTPService configuration. HTTPService works very stable with Apache 1.3/mod_ssl but with Apache2 SSL connection is vulnerable to network errors. With full logging

[flexcoders] Re: Problem printing component with

2007-10-17 Thread mitek17
Thanks, Alex! BTW, upodateEvent from Image or from the parent container? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: It should be the updateComplete right after the complete event. Note that you have to wait for this before starting to print.

[flexcoders] Problem printing component with

2007-10-16 Thread mitek17
G'day! I've got a problem with printing a component which dynamically loads a SWF image. Sometimes image is missing from the print or it is printed well off the page. My understanding is that component is being printed before it's finished loading, measurements and rendering. Which event tells

[flexcoders] Re: How to get the Profiler to work in Beta 2?

2007-10-03 Thread mitek17
I had this problem after I installed a new version of Player. To get rid of it I downloaded the uninstaller from the Adobe site and then installed the debug Player from Flex2 SDK. Cheers, Dmitri. --- In flexcoders@yahoogroups.com, Sheriff [EMAIL PROTECTED] wrote: i keep getting socket time

[flexcoders] Re: IE 7 not showing my flex app

2007-09-22 Thread mitek17
Hi Guillermo, I had same problem recently. The fix is to reinstall Flash Player. 1 step - download the uninstaller as a standard Windows Remove program will not fix the problem. http://fpdownload.macromedia.com/get/flashplayer/current/uninstall_flash_player.exe 2 step - install it FP again,

[flexcoders] Re: HTTPService: Request timed out

2007-09-19 Thread mitek17
Well, the following steps were done: 1 PHP.ini zlib.output_compression = Off 2. Apache - ssl_mod configuration SSLSessionCache none 3. Disable deflation in Apache #LoadModule defalte_module modules/mod_deflate.so 4. PHP code which generates XML //generate XML ob_flush(); flush(); Problem

[flexcoders] HTTPService: Request timed out

2007-09-17 Thread mitek17
Hi all, I've got an intermittent problem with HTTPService fetching data from Apache2/PHP5 server over an SSL connection. Sometimes (2-6 out of 200 requests) the response from server never reaches the client back. Server logs show that the response has been sent. The problem is in the browser or

[flexcoders] Re: PrintDataGrid and the last row problem

2007-09-13 Thread mitek17
[mailto:[EMAIL PROTECTED] On Behalf Of mitek17 Sent: Wednesday, September 12, 2007 2:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: PrintDataGrid and the last row problem Hi Alex, There are 5 columns in the grid, 3 of which have custom itemRenderers. Flex 2.0.1 SDK Hotfix

[flexcoders] includeInLayout does not work

2007-09-13 Thread mitek17
Hi! I have to print the multiple page datagrid and a footer which has to appear only on the last page. I've placed the PrintDataGrid a Footer component (which is based on the Canvas) into the VBox. While printing I m setting the Footer component properties visible includeInLayout to false on

[flexcoders] Re: PrintDataGrid and the last row problem

2007-09-12 Thread mitek17
Hi Alex, There are 5 columns in the grid, 3 of which have custom itemRenderers. Flex 2.0.1 SDK Hotfix 1 Thanks! Regards, Dmitri. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Custom renderer or default renderers? Which version of Flex? I'm investigating a similar

[flexcoders] PrintDataGrid and the last row problem

2007-09-11 Thread mitek17
Hi! I am getting a nasty problem with PrintDataGrid component and the last row. If I set the following properties variableRowHeight = true wordWrap = true the last row on every page of PrintDataGrid output is corrupted. I.e. is is shown only halfway. Initially I thought that the problem is in