|
In adobe air, is there anyway to get OS open a file, in their native applications?
What about in Flex 4?
Started by James_Dude on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
But stay tuned ;)
=Ryan ryan@adobe.com
You may be able to use something like... .
You might want to checkout StackOverflow Question 265265 - Can Adobe AIR applications execute processes on the local client machine?
In AIR 1.5 there isn't any way to do it .
|
|
I know you can do it file by file but is there anyway to do this in one step for all files in a project ?
thks, ak
Started by oo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Tools like ReSharper offer automated tricks to do this, however: there was a link in the VS feed a little while ago; it boils down to:
go to Tools -> Macros... .
Do you mean using statements? First, note that they generally do no harm other that take space .
|
|
Is there anyway to delete a confluence page and have it delete all of its children at once.
Started by oo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You can do this through the api by basically scripting it yourself
the soap api supports:
deleting a page getting all the children of a page so between 1 & 2, you can keep recursively getting... .
Referring to this thread , this is not possible for the moment .
|
Ask your Facebook Friends
|
Is there anyway to find out the ssid of the wifi access point you are connected to within the browser using javascript?
If there isn't my guess would you'd have to write a plugin for it. I bet ActiveX allows this.
Started by leeand00 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
No there isn't and for a good reason :)
Update: I should have elaborated, JavaScript is run inside a browser sandbox that was designed... .
I would be extremely surprised to find that there's a non-OS/Browser-specific hack to do this .
Using Javscript? No.
|
|
Possible Duplicate:
Karaoke Software?
if i have a mp3 or another song file. is there anyway to remove and strip out the words and just keep the music?
Started by oo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The best thing you can do is try to find instrumental (or karaoke) versions of ... .
However, there is no way to do this with consistency and with high quality .
I found this: (using Audacity)
Remove the lyrics from most sonfs
You can try to use Audacity .
|
|
If i am listening to all my music and i hear a song and i think it would be great to add to a certain playlist. Is there anyway to do this from the ipod itself, instead of having to remember this from itunes
Started by oo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
This requires an (at least 4th generation) iPod with a screen, shuffles are not... .
Won't it remember the amount of times you played it and you can have iTunes set up to play those songs more?
You could add a song to the on-the-go playlist as it is played .
|
|
It seems like i only can choose from:
Cntl+2 --> Cntl+9
is there anyway i can assign my own shortcut keys (outside of this range) to categorizing email?
Started by oo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I found this link which seems to do the trick:
http://www.ocellated.com/2009/03/18/pimping-microsoft-outlook/comment-page-1/#comment-12081 .
You can write a macro, then add it to the menu and assign that menu item a shortcut key .
|
|
I am created images on the fly in my controller (bitmaps, pngs, gif) and sending them down to the view. Is there anyway to embed hyperlinks into an image ?
Started by oo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Can't you just wrap the image with an anchor?
<a href="/controller/action/123"> <img src="/controller/dynamicimage/123" alt="" /> </a>
A html helper method extension might be useful... .
No, there is no way to embed hyperlinks into images .
|
|
It seems that fieldset defaults to 100% width of its container. Is there anyway that you can have the field set just be as big as the widest control inside the fieldset ?
Started by oo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Use ....
I find that I often have to constrain the width of select controls, or else really long option text will make it totally unmanageable .
You can always use CSS to constrain the width of the fieldset, which would also constrain the controls inside .
|
|
Is there anyway of modifying the CSS in the Webkit's CSS inspector, and seeing the results in real time (just like Firebug)?
I'm using Google Chrome
(I tried Firebug Lite for Google Chrome but it doesn't work)
Started by janoChen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
(Same as Daniel Vassallo shows but this....
Just press Ctrl + Shift + J And you will get a nice Developer Window .
You will be able to do CSS inspection and even change the styles on the fly .
Just right click anywhere in Chrome and choose "Inspect Element" .
|