I have a few PowerShell hosts, and in these hosts Set-SPDebug -trace 1 does not work.
I tested PoshConsole, here it works, but for example the Host6 in the PowerShell SDK does not work.
Any idea what is required in a host to get this working?
Hello guys!
I want to use the FileMerge utility on my mac, but it isn't installed. I searched in the google and there is written that it will be installed with the developer tools. So the big question is where can I find the developer tools, because I downloaded the iPhone SDK 3.2 beta 5, and installed it, but I can't found the download location of developer tools. Maybe can you help me?
Hi Guys,
I know this is a newbie question but I'm implementing a SensorEventListener and I was reading the SDK for the parameters that registerListener needs and one of them is a Handler that "The Handler the sensor events will be delivered to.". I'm unsure what exactly this is, could someone provide an example?
Thanks,
Hello Friends,
Can anyone help me?
How can I read SMS from mobile with my .net application? i have a Nokia 5310 mobile phone. Can you tell me from where i can download Nokia SDK or source code or Nokia API etc?
I want to make a custom application which reads SMS and at the same time sends a response to the sender's mobile number.
Hi All,
Is there any way to find ILDASm.exe from VS 2008? I know the location "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin"....but i want it through vs08.
Thanks.
First I went and purchased:
Beginning iPhone Development: Exploring the iPhone SDK
And it said I should know Objective-C
Then I went and purchased Learn Objective–C on the Mac by Mark Dalrymple, Scott Knaster
And it said I should know C
then now I'm at the beginning with Learn C on the Mac by Dave Mark
So this is the long journey I need to take to finally start producing actually GOOD apps for the iPhone
C OBJECTIVE-C APPS?
Hi all,
What would be the besta approach to make one oage flip like a real magazine, like I put the finger in the corner of the screen then flip the page...
Like this video:
http://www.youtube.com/watch?v=dy4Y9j7COgg&feature=related
Is it a sequence of images ? all images are in one view or Imageview ? Or there is another way to do it using the some stuff of the SDK? is this effect exisits or we have to develop ?
cheers
Hi friends,
I need to add checkbox controls in my form. I know that there is no such a control like checkbox in IPhone SDK. How do I do this. Give me some ideas plz.
Thanks in advance!
I am developing using the Symbol/Motorola MC70. I use the emulator that comes with Visual Studio and the SDK for much of my development.
The standard skin for that is a simple windows mobile device.
Is there a way to get the skin for the MC70 for the emulator?
Hi All,
When I start my AVD emulator, the emulator just shows blank screen with 'android' written at the center. I waited for half an hour but nothing changed.
I am using Android sdk 2.1 and Eclipse 3.5
Please help.
I am trying to program a simple "Hello World" window on WinXP MSVC 2008.NET using OpenOffice 3.0 API and SDK.
The article is big for beginners... http://api.openoffice.org/docs/DevelopersGuide/OfficeDev/OfficeDev.xhtml#1_1_OpenOffice.org_Application_Environment
What would the code for "Hello World" look like?
I am producing a number of PDFs using either SSRS or using an HTML to PDF component. What I want to do for each document is to set the first page to print to tray 1 and subsequent pages.
Is there anyway to do this? System.Drawing.Printing and System.Printing seem like good candidates but they don't seem to be useful for PDFs (i may be wrong). The Adobe sdk doesn't at first glance seem to have that level of granularity either.
In some sources I see such declarations
<item
android:id="@+id/menu_display_groups"
android:icon="@*android:drawable/ic_menu_allfriends"
android:title="@string/menu_displayGroup" />
Notice the *
@*android:
It seems to give access to internal resources. But would like to know for sure.
Also curious, if it is safe to build application with such declarations using Android 2.2 SDK, and run it on 1.5.
What is the best way to download an mp3 file in java (on Android sdk)?
http://developer.android.com/reference/java/net/package-summary.html
Should I be using sockets? If so - what kind of "Stream" reader should I use?
I have also read something about "intents" - is this something that is applicable here?
I am also curious as to what should one do if connection gets interrupted - can I resume the download somehow or restart it?
Any tips?
Is there any method that will restart the iPhone on call? It can be undocumented method (and probably will end up being since I can not find a method like it in the iPhone SDK reference).
hi all
I'm looking for Duwamish sample for .Net framework 4.0. But it seems that project needs .Net framework V1.1 SDK. What are your suggestion?
Are there any other complete and known project running with .net framework 4.0?
New here guys but have got a genuine problem. I have an iPhone app that was developed using SDK4. With apple introducing the new iOS version 6, does my code need to be recompiled on the new SDK to make it compatible with version 6?
Right now it crashes on iOS6. Also, do I need to do that everytime apple brings out a new version? I wonder every other app on earth already does that ?!
Thanks,
Raghav
I need to tunnel the connections (mostly TCP) made by an application through Socks5, SSH or HTTPS.
So far, I've found 3 ways to do this: api hooks, winsock lsp and a driver.
I'm looking for advice on the best way to handle this, and any recommendations on SDK's that could abstract this task for me (free/open-source preferred, but commercial ones are welcome as long as the price is not high for a one-man-starting-company to afford).
ps. I'm using .Net (C# and-or C++/CLI)
Hi, I am a novice in iphone sdk. Now I have already built a Navigation based app. But, I want to add a start UIview with some buttons before the table view of the Navigation based app. How can I do? Could you please explain it in detail?
Thanks a lot
For music there is the Gracenote CDDB SDK, etc. but does an online service exist for getting information about movies?
The only solution i can see at the minute is querying IMDB and scraping the page.
The problem i have is that i have a list of film titles and i want to retrieve stuff like the plot, director, cast, when released, get dvd cover art, etc..
Running through an iPhone SDK book and one of the examples has me creating a table and then later adding a UISegmentedControl to the table for sorting.
I dutifully did this in IB, and it looks great:
When I run it in the simulator or my phone, it's totally squished:
The buttons work perfectly, it's just they are not sizing according to their content. Any ideas what's going wrong?
Here's the attributes I have set: