Hello
I've a text editor in my application. I want to programatically set the input language for the text editor alone without affecting other controls.
Any ideas?
Regards
NLV
Unit files for standard VCL files like Dialogs, StringUtils etc is never referenced in a projects DPR-file. But when should I add a reference to the DPR-file ?
Now I have own sourcefiles and source of own components.
What about source files for Ravereport, Devexpress, Indy, Gnostice etc ?
I want as fast codeinsight as possible, but of course I do not want to add bloat to the DPR-file. I use Delphi 2007
Regards
Hi!
I allready searched on the web for it but I didn't get satisfying results.
I want to create something like
vector< vector<int*> > test_vector;
How do i fill this vector of vector? How to acces it's members? Maybe someone knows some nice tutorials on the web?
kind regards
mikey
Hi,
I am newbie in silver light.
Can any one tell me how many concurrent users can have in silverlight application?
ANd also what happes to the aplication if we have more than 500 concurrent users?
Regards
Chinnayya
Is it safe to store information such as usernames and passwords within comments in your source code? I am not worried about some getting access to my source but I am concerned in regards to someone decompiling my compiled silverlight XAP file. Is anybody 100% sure if the compiler strips off commented code. I would assume it does but I want to be sure.
Thanks!
Hi,
im having following application flow in my android app,
Login-Home-screen1-screen2-screen3-screen4- logout
In the screen4 i've a log out button,which allow user to logout from the application and re login.when i re-logn to the app previous data still be shown,is there way to start the application in fresh when user log out from the app
NOTE: all the above activities launch mode set to "single task",
regards,
Sam.
Hi all,
I am creating a windows mobile application where i would like to do a fade In / Fade out of text which is getting displayed on a form. I am using C# for this purpose.
Anyone can provide idea on this part?
Thanks in Advance
Regards
Biju
Hi,
I am trying to import an outlook PST file to my application running on Mac OS X.
The PST file consists of contacts created in Outlook. The contacts have X509 certificates added to them.
The problem I am facing is ASN decoding of the certificate fails.
I have read somewhere that there is extra data before and after the certificate referred by PR_USER_X509_CERTIFICATE in the PST file.
Can someone please tell me how to parse this information correctly.
Thanks a lot
Regards,
Mark
Is there a way to allow a user, after he has created a vector graph on a javascript svg canvas using a browser, to download this file to their local filesystem?
SVG is a total new field for me so please be patient if my wording is not accurate.
kind regards,
Jeroen.
- (IBAction)restoreUserDefaults {
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
if([defaults objectForKey:@"Exam Name"] == nil) {
examName = [[NSString alloc] initWithString:@"Name"];
} else {
examName = [[NSString alloc] initWithString:[defaults objectForKey:@"Exam Name"]];
}
[examNameLabel setText:[NSString stringWithFormat:@"%@",examName]];
}
Hey all,
Basically above is the method that is being called when one ViewController is being close and another is being opened the problem is, is that the UILabel in the new ViewController isn't changing to the value i need it to? Any ideas?
Regards
Lyon J Till
Hi,
While considering another problem one question appeared.
I do not know how to write html when I want to redirect page when select option changes.
In other words user chooses option from select list and page is redirected after that.
Have you met anything like this?
Regards,
Hi,
I am developing an application, and I want to make it work on different resolutions and different densities. My question is how to position the controls through code such a way that it works on all resolutions.
Regards:
Jayanth
Hi there!
When Flex application make an asynchronus HTTP request, does it add a special header to the request, like some JavaScript framework does? Something that indicates whether this request is an AJAX call/not.
I just want my server side code to return different response format, depending on whether the request is made from browser/flex.
Regards, Andree.
Hello,
I am using the Xcode 3.1.4 that means SDK 3.1.2
The problem is that I cannot open .xcdatamodel (Core Data) file and I don't even get the Data Model option in Design Menu bar.
When ever I double click and try to open the file,
XCode gives me an error saying that it cannot find the file at (my project's path).Perhaps it was moved or deleted? , but the file exists at the same path.
Please help me out as I haven't upgraded my system to Snow Leopard so cant use SDK 3.2
Regards
jAmi
Good morning,
I have a two Powershell scripts; main.ps1 and sub.ps1. main.ps1 calls sub.ps1. Sometimes sub.ps1 throws an exception. Is it possible to catch the exception thrown by sub.ps1 from main.ps1 ?
Regards,
Hello,
I am developing a facebook application using php-sdk. i want to take some extended permissions from user of my application. As this is application where user comes after login into facebook, so how can i take extended permission when user visit my page? We cannot place login button in which we can take permissions. now any one can guide me how to take and where to place that code?
Thanks in advance.
Regards,
Awais Qarni
Dear Friends, Can anyone tell me how to store a file in a blackberry simulator.Actually i m using blackberry jde4.6.I created one simple application in that application i created one edit field and one button if we click the button then the content in the file should store as file i don't how to set a path.If u have any idea how to set path to store data please explain.
regards,
s.kumaran.
Hi,
i'm getting this error when i start LAMPP:
XAMPP: Couldn't start MySQL!
I tried with sudo /etc/init.d/mysql stop but nothing..
Any idea?
Regards
Javi
Hi all,
Wheter or not the meta keywords are very usefull i'm still tobbing with this issue:
I have some standard keywords to describe my site: tv,webtv,radio,watch,listen,live.
Now those keywords are shown on every of my 600+ pages as base-keywords, and then
I append page specific keywords after them. Is this right or wrong?
So should i have this:
tv,webtv,radio,watch,listen,live,cnn,international,stream
or
cnn,international,stream
For live example see seetor.com
Kind regards
Mark
Hello,
I'm required to write a SSL connection, but It requires a signed certificate. There is a way to disable the checking so that I can only test my application.
Regards,
Hi..
I am developing a application in iphone which requires me to load my phone contacts.
how to load my contacts in the application?Is there any API or LIBRARY which allows me do the this.
Kindly suggest me with some solutions.
Regards,
Vijaya
Hi!
I'm using the tags in HTML5 to play a video on a web browser... (and I'm very impressed with this new feature)
Is there the functionality to change the video being played through Javascript? Say when I select another video from a list, a Javascript function would be called which would contain something on the lines of MyVideo.VideoLocation = //location of new video to be played. Is this possible please?
Thanks and regards,
Krt_Malta
Hi All,
I have a general question about MS Fax Routing service in Server 2008.
Is it possible to have multiple extensions on the fax server.
For example if the fax number is 90081000, can there be an extension for 1001, 1002 etc etc.
Are we able to create these extension from within the MS Fax software and then route the different extensions to different email addresses?
Thanks
Regards
g