Hello.
I have a C++ application that can take commands through a named pipe. Is it any way to open a named pipe from vbscript and send a text string, for example "restart" through it?
Hello,
I want my app to have a proximityAlert until the user removes it. I
use expiration -1 to create this proximityAlert. The proximityAlert
works. But I find on my Droid phone, after adding a proximityAlert
and leaving the phone over night for charging, the proximityAlert does
not work the next day. How can I make sure that my proximityAlert is
active indefinitely unless the user removes it?
Thanks,
Prasanna
Hello,
How do I get the selected item in a WPF datagrid? Tried the following, with no luck;
dataGrid1.CurrentCell.Item.ToString();
string[] strsplit = dataGrid1.SelectedValue.ToString().Split('+');
dataGrid1.SelectedCells[0].Item.ToString();
dataGrid1.CurrentItem.ToString();
dataGrid1.CurrentCell.Item.ToString();
dataGrid1.CurrentCell.Item.ToString();
Thanks
Hello
I have just learnt about iPhone-Wax (thanks to SO). Now the documentation is rather sparse for what I am trying to do.
I want to embed it into an Objective-C app. I don't want it to be the main app. Has anyone done it and how can I achieve it?
Hello,
I am trying to use GeckoFX to render Silverlight video, but it does not seem to be working. Does anyone have any idea why this would be? From my understanding it should work properly right out of the box.
Thanks!
hello, im writing a Usb driver and i have an issue.
when i insmod the driver with the device already plugged in before, the probe function is not called. it is only called after i disconnect the device and plug it again.
i wanna make it work when i start my pc with the device plugged in.
could someone please help me?
best regards,
jacob.
Hello,
I have made an iPhone app with localized versions. It mostly works fine, but there are two views in which localized NIBs do not load. Standard NIBs (in English) are used. I am sure I made localization properly ("Get Info", "Make file localizable", "Add Localization", added "pl" - for Polish, and then edited created NIB). All the other views are fine. What might be the problem?
Thanks for helping me.
Hello,
I currently am displaying dates as follows "yyyy/mm/dd" in a wordpress blog (it needs to be input in this format because a plugin is using it to define a post expiration date). I want to use jQuery to locate all of these strings on a page (they're all in table cells) and reformat them to "mm.dd.yy"
The site is:
http://www.beattrainsoundsystem.com/category/gigs
The dates also exist in the footer on every page which I would also like to change.
Thanks!
Hello, we're transitioning to doing all our task tracking in TFS 2010 and I'm wondering if there is a more lightweight way of working with it than through Visual Studio?
Just some sort of web-interface or a lightweight client, or even some powershell commandlets where I can create new tasks and add information to existing ones.
Hello
If I have a method like this:
public static String convertDateTimeToString(DateTime dt) {
return dt.getDate() + " " + dt.getTime();
}
Which takes a Datetime object of my own which contains a Java.sql.date and a Java.sql.time, what is the best way of reversing the process so that I can substring a Java.sql.date and a Java.sql.time from a string?
Or if DateTime dt is a JodaTime DateTime object?
If this can be done without reference to Java.util.date.
Thanks
Mr Morgan.
Hello,
is there a way of getting the position (CGPoint) of the cursor in an UITextView (preferable relative to its content). I don’t mean the location as an NSRange. I need something around:
- (CGPoint)cursorPosition;
Thanks, Raphael
Hello,
Please take a look here:
Why i got that error when i'm trying to update my Eclipse Galileo to the newest Eclipse M6 Helios?
I'm using the update URL from here:
http://eclipsesource.com/blogs/2010/03/14/eclipse-3-6-m6-helios-available-for-download/
Is this a bug? If not, what can i do?
Please help. Thanks!
Hello,
We are planning on building a pay per view (PPV) video solution but we have no idea from where to start. Here are the current givens:
it will be hosted on Linux
using PHP
Database: MySQL
And by PPV I mean:
- going to website, selecting a movie to watch/download
- going to payment portal and paying
- being now able to watch/download
So here is my question, from where to start?
is there an existing (recommended) solution that we can download/buy?
Any information would be really appreciated
Hello,
I am using web.custom_request() Java Web Vuser function to send a request to server. Now I want to know how can I capture the response in my Vuser script?
I am not able to successfully do it using web.reg_save_param() Java Web Vuser function.
Any pointers are appreciated.
Thank you
Chaitanya
Hello guys,
I was wondering if there is there is a way to create thumbnails for different types of documents, for instance PDF documents, Word Documents, Spreadsheets, etc, not only for the images, from within PHP?
If this would be to hard to accomplish, I would also be interested in a way to achieve something similar only for PDF documents instead.
Thank you in advance,
Constantin TOVISI
Hello,
I would like to know what is the best solution to create simple menu with functionality described below (pseudo code) just like im used to:
while (true){
x = readLine();
case (x):
x == "1" then do sth1 function
x == "2" then do sth2 function
}
thanks for help, maybe any other ideas on how to make menu not in pattern described above?
Hello,
I want to have a donation box via paypal in a sheet. When the sheet comes down a webview within the sheet loads the donation box website. I want to close the sheet when the user has completed the donation.
Any ideas?
Thanks in advance
Hello,
I want to create buttons with images and text inside. For example, i would use different images and text for buttons like 'Browse folders' and 'Import'.
One of the options would be to use a template.
I had a look at simliar question
http://stackoverflow.com/questions/1933127/creating-an-imagetext-button-with-a-control-template
But is there any way by which i can bind the source of image without using a dependency property or any other class?
Thanks
Hello, I am trying to figure out how to convert an "external relative path" to an absolute one:
I'd really like a function that will do the following:
$path = "/search?q=query";
$host = "http://google.com";
$abspath = reltoabs($host, $path);
And have $abspath equal to "http://google.com/search?q=query"
The problem is that it is not guaranteed to be in that format, and it could already be absolute, or be pointing to a different host entirely, and I'm not quite sure how to approach this.
Thanks.
Hello,
I'd like to test a "withCriteria" closure and am not sure how to go about it. I see how to mock out the withCriteria call, but not test the code within the closure. When running the test that executes the "withCriteria", I keep getting a MissingMethodException, even though the code runs fine under the normal flow of execution. Any ideas?
Thanks!
Steve
Hello,
I'm searching for a simple,free component for creating archives with the capability of adding files to an already existing archive.Compressions is not a matter as much as performance so even "store" will be useful.
Please help me find one.
Hello,
I'm trying get and set the "ZoomScroll" of a AcroPDFLib Control.
axAcroPDF1.setZoomScroll(150, 300, 300);
works but there is no function to get that 3 parameters.
Only getting the scrollpos like in a textcontrol doesn't work, too:
scrollpos = GetScrollPos(axAcroPDF1.Handle, (int)ScrollBarType.SbVert);
Please help
Hello SOers,
I'm wondering if it's actually possible to draw a polygon over a complete town with the GoogleMaps API V3 or the V2?
If so could you please give an example on how to do it (choose your favorite town :)).
I've some difficulties understanding this API.
Thanks.
Hello.
I have an application that sometimes causes exceptions. And I need to restart it if it crashed. But the problem is, that I have Windows 7 here and when application crashes, Windows shows me nice dialog box with a suggestion to close the application. But the application itself is still running until I click "Close". How to get rid of this Window and make application terminate immediately without any dialog boxes?