|
Apr
30 |
|
comment |
Creating a dynamic key for an object at creation with ASC2.0 compiler Oh no, I definitely don't prefer the ('' + ) syntax, I'd much prefer as3 to treat {myvar: "1"} as an object that has one key which is whatever the variable myvar contains, unfortunately there's no way to do that. The biggest irritation is when setting the key of an object is within a function. With ASC2.0, there's no one-liner way to set the value of a variable in an object. I prefer the dirty syntax to not being able to do it at all. |
|
Apr
29 |
|
asked | Creating a dynamic key for an object at creation with ASC2.0 compiler |
|
Apr
4 |
|
comment |
Create a Union and Macrodef-style element with dynamic content at runtime in Ant Haha, not to worry Martin, a response is always appreciated, even if late. Since I asked this question, I'm no longer with the same company, but I do play with Ant scripts regularly still, and had no idea of scriptdef, so much thanks for that! |
|
Mar
28 |
|
asked | POST or PUSH operations from s3cmd fail on a certain internet connection |
|
Feb
20 |
|
asked | Add a ant task before a release build in Flash Builder |
|
Feb
13 |
|
asked | Corrrecting BaseHTTPRequestHandler/WSGIRequestHandler's requestline after middleware correction with Flask |
|
Feb
13 |
|
awarded | Popular Question |
|
Dec
28 |
|
revised |
How to clone a remote mysql database to a local development machine? typo: few up -> fed up |
|
Dec
28 |
|
asked | How to clone a remote mysql database to a local development machine? |
|
Dec
28 |
|
answered | How to clone a remote mysql database to a local development machine? |
|
Nov
20 |
|
awarded | Student |
|
Nov
20 |
|
asked | Internet Sharing on Lion breaks my routing table |
|
Oct
24 |
|
comment |
Set the default / global gap of a Flex Group / Layout to zero Yeah, I'm very surprised that it isn't too. I can understand the design concept behind not allowing width & height in the css (although, I would prefer if it were there), but stuff like gap, padding and border, I think definitely should and would have been. 'Tis unfortunate :/ |
|
Oct
24 |
|
asked | Set the default / global gap of a Flex Group / Layout to zero |
|
Sep
16 |
|
awarded | Student |
|
Sep
16 |
|
asked | X11 Forwarding works on Windows with Xming and Putty, but not with ssh command line |
|
Sep
6 |
|
asked | Keeping a X11 application alive, which I can disconnect from and reconnect to afterwards |
|
Sep
6 |
|
answered | Keeping a X11 application alive, which I can disconnect from and reconnect to afterwards |
|
Aug
19 |
|
accepted | PHP & Mongo in Vagrant, " Uncaught exception 'MongoException' with message 'size of BSON doc is x bytes, max is 0' " |
|
Aug
17 |
|
comment |
PHP & Mongo in Vagrant, " Uncaught exception 'MongoException' with message 'size of BSON doc is x bytes, max is 0' " @Stennie, yeah sorry about that, I thought the answer might be down to a simple Mongo misconfiguration, but the versions of all the stuff, as you said, was what was wrong. All working now. |