Listen to Mike Betzer, Vice President, Product Strategy discuss Siebel's 8.0 release updates, customer momentum, the CRM On Demand Strategy as well as a preview into what is coming up.
I am working on a PHP script that transfers files using FTP functions. It has always worked on my production server (which is a hosting service). The development server I have just setup (I am a novice to servers) is Debian Lenny with Apache2, PHP5, and MySQL5.
The file transfer works correctly, but once the file has been written to the server, it…
I am working on a PHP script that transfers files using FTP functions. It has always worked on my production server (which is a hosting service). The development server I have just setup (I am a novice to servers) is Debian Lenny with Apache2, PHP5, and MySQL5.
The file transfer works correctly, but once the file has been written to the server, it…
I am working on a PHP script that transfers files using FTP functions. It has always worked on my production server (which is a hosting service). The development server I have just setup (I am a novice to servers) is Debian Lenny with Apache2, PHP5, and MySQL5.
The file transfer works correctly, but once the file has been written to the server, it…
I have a UIActionSheet inside a UIPopOverController. This is working almost perfectly but the popover won't dismiss if I click on the area outside.
Can you guys imagine any reason why this is happening?
thanks.
I am trying to link directly to the review link of one of my Apps. I know that it is possible because Appirater did it in the past, but some change in iTunes turned the API down.
Appirater uses this URL
NSString *templateReviewURL =…
I recently migrated a VSS database to TFS 2008. Using Source Control Explorer, I got the latest version of a solution with 12 projects. When I opened the solution in VS 2005, two of the projects were not found. I am not sure why these…
I have a MPMoviePlayerController in my project.
Some times, when I order the controller to go to a specific frame, for example
[myMovie setCurrentPlaybackTime:16.32];
it goes not to this position, but to a point before the…
I need UIWebView to display some local .webarchive file. But images there have same names, so UIWebView shows only one image all the time. How can I clear the cache?
Thanks in advance
I'm just starting with Android and everything seems to be working fine, but when I try to look at any XML file in eclipse, I get the following error. The only way I can see them is by "Opening With" - TextFile.
…
What's the best way to get the contents of the mixed "body" element in the code below? The element might contain either XHTML or text, but I just want its contents in string form. The XmlElement type has the…
I'd like to capture the output from a tool from the command line into an nmake macro.
If this were a normal command line script, it would look like this:
> MyTool.exe > output.txt
> set /P…
The JFileChooser in "directories only" mode on the Mac has two serious, crippling problems:
1) You cannot create directories with it
2) You cannot switch drives
This is rather a huge problem for my…
I am using a typical Style to display validation errors as a tooltip from IErrorDataInfo for a textbox as shown below and it works fine.
<Style TargetType="{x:Type TextBox}">
…
At some point in my code I am creating a MPMoviePlayerController object and playing it.
As I need to reference this object at some other methods in my code that runs asynchronously, I need to…
We deliver a number of assemblies to external customers, but not all of the public APIs are officially supported. For example, due to less than optimal design choices sometimes a type must be…
I have an ArrayAdapter wrapped around an ArrayList of custom objects. I'd like to write a custom filter for that adapter so that when I call getListAdapter().getFilter().filter("abc") the…
I have two UIImageViews one as subview of the other. The subview is smaller and is centered on the screen.
Both have UITapGestureRecognizer assigned and both were intended to respond to…
I'm having no luck whatsoever with debuggers either on Zend Studio or NetBeans. I cannot believe the difficulty I'm having with these IDE's. I've read all the prior questions on…
No, dropping the videos to
~/Library/Application Support/iPhone Simulator/3.2/Media/DCIM/100APPLE
does not work totally, because the simulator can see the video on Photos.app,…
This is probably a multi-part question. Background: we have a native (c++) library that is part of our application and we have managed to use SWIG to generate a perl wrapper for…
Here is the problem. I have to open the UIImagePickerController in landscape. At this phase I am doing the app for iPhone but it will be soon adjusted for iPad.
The classical…
I am clearly missing something obvious here and would really appreciate some input. I have tried repeatedly to submit an application to Apple (iPad in this case) that is…
I have an android activity that when I launch sometimes (about 1 in 4 times) it only draws quarter or half the screen before showing it. When I change the orientation or…
Does anybody know if it is possible to access and manipulate an element in the html page that is rendered by the Silverlight 4 WebBrowser control.
The scenario is like…