Re: drop down list row count problem

2018-02-24 Thread Fred Brunton
Great Olaf, It's working perfectly now. Without your help this would have been very time consuming for me to figure out. You are very kind. Cheers, Fred On Sat, Feb 24, 2018 at 4:25 PM, Olaf Krueger wrote: > Hi, > the gap should be 0 and the padding 3 (left and right)

Re: drop down list row count problem

2018-02-23 Thread Fred Brunton
Hi Olaf and others, Yes, that's a big help. With CustomItemRenderer now rollover and selected color looks good, thanks! What other properties do I need to set to keep same look. E.g. . No gap between selected color and rollover color. Padding. Row height...? If you know that would be great.

drop down list row count problem

2018-02-23 Thread Fred Brunton
Hi All, I am trying to adjust the row count of a DropDownList control so it shows more rows. I changed my code from: var combo:DropDownList = new DropDownList(); to: var dpl:DropDownList = new DropDownList(); dpl.layout = new VerticalLayout(); dpl.layout["requestedMaxRowCount"] = 12; This

Re: flex app not working when launched from flash builder

2018-01-17 Thread Fred Brunton
rver is a good idea at some point > since file:// has a different security model and it matters to some apps. > > HTH, > -Alex > > On 1/16/18, 10:20 PM, "Fred Brunton" <fbrun...@lumina.com> wrote: > > >Hi all, > > > >Puzzling problem. My flex app

flex app not working when launched from flash builder

2018-01-16 Thread Fred Brunton
Hi all, Puzzling problem. My flex application will not run when launched from Flash Builder in FireFox. This happens even with a simple flex example application. In FireFox, I get a spurious message about flash not being installed (or not being a new enough release). When launched from Flash

Re: problem installing SDK

2018-01-01 Thread Fred Brunton
The installation was successful. Thanks again! On Tue, Jan 2, 2018 at 3:12 AM, Fred Brunton <fbrun...@lumina.com> wrote: > Hi Piotr, > > I looked at the folder c:\Users\{youruser}\AppData\Local\Temp\. I didn't > see the "Air...tmp" folder, but there was a lot of ju

Re: problem installing SDK

2018-01-01 Thread Fred Brunton
youruser}\AppData\Local\Temp\ and run *.exe by double > click - Do you see any folder with "AIRtmp" in the name being created ? > > Thanks, Piotr > > > > 2018-01-01 19:19 GMT+01:00 Fred Brunton <fbrun...@lumina.com>: > > > Hi Piotr, > > > >

Re: problem installing SDK

2018-01-01 Thread Fred Brunton
reenshot ? > > Thanks, Piotr > > 2018-01-01 18:21 GMT+01:00 Fred Brunton <fbrun...@lumina.com>: > > > Hi, > > > > I recently purchased a new laptop (Windows 10 of course) and have been > > having trouble getting the Flex SDK installed. I think there were a

problem installing SDK

2018-01-01 Thread Fred Brunton
Hi, I recently purchased a new laptop (Windows 10 of course) and have been having trouble getting the Flex SDK installed. I think there were a few attempts where the application failed part way. Currently, when I run apache-flex-sdk-installer-3.3.0-bin.exe a progress bar appears. At the end of

Re: [ANNOUNCE] Apache Flex 4.15.0 released

2016-01-12 Thread Fred Brunton
Hi, Looking forward to using the new release!! I did run into a hiccup when running the installer apache-flex-sdk-installer-3.2.0-bin.exe. I get an error message that says, "Sorry, an error has occurred. The application cannot be installed due to a certificate problem. The certificate does

Re: file upload not working on safari and FF on Mac

2015-06-04 Thread Fred Brunton
with attached sample code. So it's better to check if it's a bug or only wrong code. :-) Marcus Fritze Am 03.06.2015 um 08:08 schrieb Fred Brunton fredbrun...@yahoo.com.INVALID: Hi, I have code that uses a FileReference to upload a file. It's been working fine on windows. And on a Mac

file upload not working on safari and FF on Mac

2015-06-03 Thread Fred Brunton
Hi, I have code that uses a FileReference to upload a file.  It's been working fine on windows.  And on a Mac it works ok in Chrome.  But it doesn't work on Safari on a Mac.  I've got the upload wired up to a progress bar and the progress bar doesn't progress at all. Is this a known issue?  Any

Re: web service call failures/timeouts

2015-02-12 Thread Fred Brunton
of web services is giving problem and then optimism accordingly Regards Seth On Thursday, February 12, 2015, Fred Brunton fbrun...@lumina.com wrote: Hi, I have a flex app in a browser. I make Web Service Calls (soap) using the code generated by Flash Builder's Data/Services wizard

web service call failures/timeouts

2015-02-11 Thread Fred Brunton
Hi, I have a flex app in a browser. I make Web Service Calls (soap) using the code generated by Flash Builder's Data/Services wizard. I have a user that wants to make calls that can take several minutes. I found in some browsers, the calls worked fine. In other cases, the call would not work.

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

2014-12-02 Thread Fred Brunton
Burrows ActionScripter On 01/12/2014 09:20, Fred Brunton wrote: No, thanks for asking. It's modeling software. The model is build by creating diagrams of nodes (leaves) and modules (sub diagrams / branches). It's hierarchical just like a file explorer. Also, we have a Flex browser version

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

2014-12-01 Thread Fred Brunton
Looks great and it's a big help. I got a little excited when I saw the spark tree control. But looking at the mxml for that example, it appears to be the mx tree control? Anyways, I want to find a tree component for my Tablet app. Will the mx tree work there? Any suggestions? Again, thanks

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

2014-12-01 Thread Fred Brunton
a tree for ur mobile app... I'm sure there is a more mobile friendly way of achieving such behavior. Ronny Shibley On Dec 1, 2014, at 10:20 AM, Fred Brunton fbrun...@lumina.com wrote: Looks great and it's a big help. I got a little excited when I saw the spark tree control. But looking

ios launch images?

2014-11-09 Thread Fred Brunton
I'm trying to get my first ios app (ipad only) ready for the app store. I think I got the various icons sorted out. In Flash Builder you specify these icons in the Application-app.xml. I've been searching for a while and can't find detailed info about how to setup the required Launch Images.

Re: Locked column in DataGrid on iPad

2014-08-04 Thread Fred Brunton
other property I need to set? I'm trying it out on retina display ipa with iOS 6.1 and iOS 7. On Sat, Aug 2, 2014 at 5:15 PM, Fred Brunton fbrun...@lumina.com wrote: I have an app that uses that has the first column locked in a spark datagrid and it works fine on my ipad. I am using

Re: Locked column in DataGrid on iPad

2014-08-02 Thread Fred Brunton
I have an app that uses that has the first column locked in a spark datagrid and it works fine on my ipad. I am using Flex 4.12.1. Before the locked column feature was added to the spark datagrid, I faked a fixed first column by using two datagrids. One datagrid for the first column and another

Re: (Copy/) Paste to DataGrid

2014-06-19 Thread Fred Brunton
I do that. Here's an example: http://hansmuller-flex.blogspot.com/2011/10/datagrid-support-for-copy-and-paste.html On Fri, Jun 20, 2014 at 11:35 AM, Oleg Konovalov oleg...@gmail.com wrote: Hi, I am trying to implement Import from Excel functionality. Since formats of CSV, Excel 2003 and

Re: Flash Builder 4.7 License

2013-11-08 Thread Fred Brunton
I also tried twice submitting the online form for a 4.7 free upgrade license without getting an email response. As suggested here, I just poked around the my adobe web site, and I found that my request had been approved and the new serial number. It was a case in the customer support portal.