Re: Flex Installer Issue -- invalid file?

2018-09-20 Thread DanielMcQ
Thanks Alex. Flushing cache in Safari did the trick. (If you're a Mac OS user and need a reminder, like I did, on how to flush Safari's cache: you enable the "Develop" menu in Safari by selecting "Show Develop menu in menu bar" checkbox on Safari > Preferences > Advanced, and then select Develop >

Flex Installer Issue -- invalid file?

2018-09-18 Thread DanielMcQ
Hi, Just tried the Flex Installer today, seeing as how AIR 31 is out. (Thanks for all your work keeping the installer going, Piotr!). Installer failed at third steplooks like a mismatch on the MD5 signature? Here's my log: Installer path: /Applications/Apache Flex/Apache Flex SDK Installer.a

Transparency for clipboard image

2017-12-05 Thread DanielMcQ
I have a feature in my Flex/AIR app that allows the user to copy a selected part of their drawing to the clipboard and then paste to some other app. On Mac OS it preserves the transparency of the image, but on Windows I get a black background when pasting to, e.g. PowerPoint. Wondering if there ar

Re: Datagrid with locked columns not updating

2017-05-08 Thread DanielMcQ
...also, no joy when I try that monkey patch. My two locked columns still aren't updating when the bound ArrayCollection updates (other unlocked columns update ok). - ~~~ mcquilleninteractive.com simplediagrams.com -- View this message in context: http://apache-flex-use

Datagrid with locked columns not updating

2017-05-08 Thread DanielMcQ
I see there's a known issue with s:DataGrid not updating when lockedColumnCount is set. https://issues.apache.org/jira/browse/FLEX-33850?jql=text%20~%20%22locked%20datagrid%22 Does anybody know a way around this issue without the resorting to the suggested monkey patch on GridViewLayout suggested

Speeding up column resize

2017-04-15 Thread DanielMcQ
Hi, My s:DataGrid is a bit slow when the user resizes a column, enough that it makes it hard to us. I'm assuming the delay is because my rows use one of two custom renderers (although both renderers are really just labels...one render adds a background rect. with an alternating color and an indent

cmd-h "hide" on Mac OS desktop

2016-12-19 Thread DanielMcQ
Hi all, Does anybody have a thought on what's the best approach to faking a Mac OS cmd-h "hide" when using FlexNativeMenu (which, as I understand it, removes this menu action from AIR's NativeMenu)? Thanks, Daniel - ~~~ mcquilleninteractive.com simplediagrams.com -- Vi

Re: Drag and drop on Mac OS Sierra

2016-09-30 Thread DanielMcQ
Hi Josh, Ah, ok. Awesome. I hope it's as simple as building against the new AIR SDK. Thanks for the info! Daniel -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Drag-and-drop-on-Mac-OS-Sierra-tp13691p13696.html Sent from the Apache Flex Users mailing list archi

Drag and drop on Mac OS Sierra

2016-09-29 Thread DanielMcQ
Hi all, I'm getting some reports from users that drag and drop in my Flex/AIR app isn't working on Mac OS Sierra. Has anybody else experienced? If so any thoughts on resolutions? Thanks for any thoughts. Happy Friday! Daniel -- View this message in context: http://apache-flex-users.246.n

Re: How to approach multiple 3D renderings using Stage3D

2014-12-22 Thread DanielMcQ
Thanks for your response, Simonas. I'll probably try what you suggested. In my ignorance I tried four instances of Stage3D, which didn't go over well. I'm assuming if I use one instance with four cameras, there's a way to hide the other shapes, or perhaps just position them far enough apart there's

How to approach multiple 3D renderings using Stage3D

2014-12-18 Thread DanielMcQ
Has anybody tackled the issue of rendering 4 or 5 or so 3D objects (each as a separate "view") and showing them all in a grid for easy visual comparison? (e.g. showing buildings with different configurations of windows.)I used to do this on the displayList with the old Papervision and Away3D librar