The first-time tag has no wiki summary.
-1
votes
1answer
26 views
first time exception for showdialog
I am having a first time exception error when I run my code and I can not figure out why. I am very new to Visual Studio and I can not figure out what I am doing wrong.
Since I do not have enough ...
0
votes
1answer
42 views
C# accessing DirectoryEntry via impersonation will throw a catastrophic exception for the first time only
I am impersonating a user using this c# code:
SafeTokenHandle logon_token = null;
SafeTokenHandle duplicate_token = null;
const int LOGON32_PROVIDER_DEFAULT = 0;
const int ...
0
votes
3answers
414 views
Ruby On Rails: make radio button default selected first time
I am new to RoR. I want to know how do we make a radio button default selected just first time while creating new record?
I tried
<%= radio_button_tag 'scheduler', 'now', true%> Now <br>
...
5
votes
1answer
263 views
iPhone - Detect first time install in iOS NOT NSUserDefaults
How it works - The app is a subscription to a service that works cross platform. On the iphone the initial purchase will get you 30 days of full functionality then after 30 days you can't do ceirtain ...
1
vote
4answers
188 views
Detect First Run
I am trying to detect if my app has been run before, by using this code:
(This is in my default Android activity)
@Override
public void onCreate(Bundle savedInstanceState) {
...
0
votes
2answers
117 views
First-time JQuery hover effect jumps to endpoint, normal thereafter
Here's a poser:
Load the page, on first time mouseover hover of the Mail and LinkedIn Tabs, the animation jumps to the endpoint frame. It should animate the tab drop.
After the first hover, ...
2
votes
1answer
142 views
JDBC: Create tables on first use only?
I am working on a Java UI application that uses JDBC.
I assume the database I'm working in is already existing. However, the tables the program refers to may not necessarily exist.
Thus, only on ...
1
vote
0answers
84 views
Only first of several linkedin follow up buttons showing up in Firefox
I've implemented several LinkedIn follow buttons in my web page. In all browser, all the buttons show up. However, in Firefox, only the first one shows up within a div with a width of 66px (this div's ...
3
votes
3answers
2k views
How to display login screen only one time?
I am creating a project where I have a login screen, which is used for user to login into the
Application. This login screen should only be visible the first time, so the user can fill it and log in, ...
0
votes
1answer
300 views
Timer.Start() works only on first call?
i'm using [System.Windows.Forms.Timer] to display a transfer file update progress(timeleft,speed ..etc)
and i also use backgroundworker to send the file ..
backgroundWorker1_DoWork calls ...
0
votes
1answer
140 views
first time installation settings set up android
I have a program using android and I would like a few tips on how to save the first time installation settings. I would think a writing to a file on the device for the first time install and then a ...
7
votes
2answers
7k views
How to Create the Upload File for Application Loader?
When I use Application Loader, I get to the point where it asks me to "Choose..." the file to be uploaded.
If I understand correctly, it supposes to be the appName.app file I see under "Products" on ...
0
votes
1answer
1k views
Why does my Swingworker cancel its thread only the first time?
I have a Swingworker that I sometimes need to cancel. If I execute and then cancel, it works as expected. If I run a new instance of that Swingworker and then try to cancel it, the cancel function is ...
0
votes
1answer
284 views
Create Action View to Only Be Displayed First Time App is Ran
I am just trying to have an action view display the very first time the app is opened, but I am not sure how to build this.
I understand it must be put in
- (BOOL)application:(UIApplication ...
2
votes
1answer
726 views
WCF Service - Startup takes extra time
I find that WCF service will take 8-10 seconds to load the first hit. After that it will take less than a second.
any thoughts?
1
vote
6answers
78 views
How to approach a function that has slightly different behavior when called the first time?
This is a very general programming question that I just want to put out there and see if anyone has any thoughts on it. It shows up time and time again: I have a function somefunction() which is ...
2
votes
1answer
549 views
Data not displayed first time in android after copying the file from assets to data folder
Description
I have used the code tip from http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ to copy a pre-filled data file to the target and handled this in a ...
2
votes
2answers
536 views
iPhone first time application ran and config files
I have two question:
I'm developing an iPhone application and I want to know when it is the first time the application is executed. I want to check some extended permissions from facebook the first ...
1
vote
2answers
193 views
Getting started with Java using Eclipse
I just heard of library for reading/writing excel files without COM, so I figured I'd go check it out.
I downloaded jexcelapi_2_6_12.zip from this page ...
5
votes
15answers
739 views
Absolute beginning in programming
I have worked for the last 10 years in Networking & Web Development and always had an interest in programming. When I was in School I started in Basic, (To date myself) the other languages at that ...
32
votes
19answers
8k views
What is the best Functional Programming Language for Experienced OO Developers? [closed]
I'm a very experienced Object Oriented developer. Which of the Functional Programming languages would be the best one for getting my feet wet? Keeping in mind:
IDE
Compiler Maturity
Debugging ...
