I have activity A in package one, and I want to run an intent which will up an activity B which is in package two.
How can I do this? Any samples will be welcome.
I am writing a foxpro sql & need to combine three date columns from three different tables into a new date column. As an example if the three tables are A,B,& C and the date Columns are Adate, Bdate and Cdate, how do I combine them as distinct and separate dates into a column called TransDate and in the SQL?
I would appreciate samples of the code if possible, as I am very new at this
Hey,
I have a scroll view that can be scrolled to the sides (only left and right, not up and down).
I want to play a short sound (less than a second) whenever the scroll view is moved X pixels to either side.
How can this be done? Code samples will be greatly appreciated...
Thanks,
I'm developing my first add-in for Visual studio and we need to achieve this:
Add a context menu item to the solution explorer, that shows up for particular file types only (in our case - ".resx").
I've been googling for 2 days now, unable to find any tutorials or code-samples...
Hi, I am starting out with TDD using Moq to Mock an interface that I have:
public interface IDataService
{
void Commit();
TopListService TopLists { get; }
}
From the samples I have seen I would expect SetupGet (or Setup) to appear in the intellisense when I type
var mockDataService = new Mock<IDataService>();
mockDataService.
But it is missing. Could someone suggest why?
Is it possible to create an extension that interacts with a floating/dockable window in VS2010? If so, are there any code samples that could demonstrate this?
At the very least could I create a XAML markup to look like a floating window is docked to the view somewhere?
Thanks,
Nick
why facebook connect always calls back to localhost URL even when the URL was updated in FB settings.
I have updated application key+secret key to point to another application that has no more LOCALHOST configured as CONNECT URL. Still my web page opens Facebook POPUP with localhost URL when clicking blue f connect button.
I am using FBToolkit.Samples.Connect.Web
In VB.NET I often Catch ... When ...
Try
' Some code'
Catch e As ArgumentNullException When e.ParamName.ToUpper() = "SAMPLES"
' Handle the error'
End Try
Is there a C# equivalent to Catch ... When?
I don't want to resort to using an if statement inside a catch if possible.
Hi, I have to integrate Sign-in-with Twitter in my app as below.
http://apiwiki.twitter.com/Sign-in-with-Twitter
It is browser based app developed in JavaScript
I have been refering google code java script OAuth, but im confused how to use oauth/authenticate and how to get the oauth_token
Can any one please help me out with some samples ?
Scribus 1.3.3.13 - Ubuntu 64bit
I have a scribus document that I'm creating with text fields. I'm using the text fields for code samples, as that appeared to be the only way to have a scrolling text frame.
Upon conversion of the document, these text fields get populated with escape characters.
Is there any way to disable the escape sequences that are getting populating into these text fields?
I am specifically interested in moving away from XML-based mapper configuration to using pure Java annotations where the SQL statements often take or return complex data structures.
Also, it wasn't clear in the samples I saw, how the configuration file was adapted when moving away from XML-based mappers to annotation-based Mapper interfaces.
There is an email service ExactTarget with web service API.
There are samples (in php though) for sending email to whole list instantly, or to single subscriber by triggered action.
It's pretty hard to get in it's documentation, and I couldn't find explanation how to send email to a single subscriber instantly without having some triggering actions.
Any help or advice will be great.
Hi friends,
Yet I use Soft Keyboard sample from http://developer.android.com/resources/samples/SoftKeyboard/index.html
Here we uses ASCII value from XML ,now at the place of XML I want to generate these value using array.
How can I do this
Thanks in Advance
In Microsoft Outlook 2007 it is possible to drag items (ie From, Subject) from the Inbox to a 'Group By Box' that appears above the Inbox grid.
What is the proper term for that kind of box?
Where do I find some examples/samples on how to implement in a Winforms application?
Hi,
I am upgrading an old version 1.0 F# project to 2.0 using visual studio 2010. So many changes.
I can't seem to find the print_any command that was littered all over the place in the old books and samples.
I have installed powerpack but can't find it there either.
Any idea where i can find this command.
PS: I know I can easily implement it myself but was curious where this is now.
basically i have read some samples, but all are self contained in one servlet.
such as: use doGet to establish the long polling connection, and then use doPost to trigger the event to notify all suspended connections.
Here is my question: I have other web actions programming in spring mvc, in the spring mvc controller a user post a message via /message/post, how can I make this action to trigger the atmosphere handler to notify the suspended connections?
I can only find samples using php or curl.
I want to do something like
https://graph.facebook.com/<app_id>/accounts/test-users?
installed=true&permissions=read_stream
and the response is:
{
"error": {
"type": "OAuthException",
"message": "An access token is required to request this resource."
}
}
as well is should... so how do i get the access token in JavaScript (using the JavaScript SDK obviously).
thanks!
if you look at this http://blog.zopim.com/ site, you will see on the bottom side a chatting service,, i actually dont want the chatting service,, i just want the div to be up on the top of all the stuff present at my site.. just like this one..
how can i have that,,, if any samples please share it.. it wud be quite helpful..
thanks...
When is it a good idea to use PHP_EOL? I sometimes see this in code samples of PHP. Does this handle DOS/Mac/Unix endline issues? Most of the PHP I write is for generating HTML, and I use <br/> instead of actual newlines, so haven't used this constant before.
Hi!
i have created tree view demo in Visual Studio 2008 C# in WPF but i want to give header and when header is clicked it sort data. i want to create demo like this
header1………….header2……….header3
-parent1…………..parent2………..parent3
…-child1……………-child1………….child1
……child1……………-child1…………child1
-parent2…………..parent2………..parent2
…-child2……………-child2………….child2
……child……………-child2…………child2
parent3…………….parent3………..parent3
plz suggest any link or samples code. thank you!
Can someone explain me the way reusable cells works for single table view?
How many reusable cells a datasource should create? So far in all samples I've seen only one. Would one even need more?
Is there any library other than RPXNow which provides single sign on for all major email servers?
Are there any asp.net web forms based samples for RPXNow?
ASP.NET has a reorderlist control
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/ReorderList/ReorderList.aspx
Is there anything equivalent (control, source code, ...) in Winform ?