0
votes
1answer
1 views
generate javadoc comments in eclipse
Is there a way to generate javadoc comments in eclipse?
0
votes
0answers
2 views
generate javadoc comments in eclipse
Is there a way to generate javadoc comments in eclipse?
0
votes
1answer
10 views
Select From One Table And Include Sum Value From Another
My title is terrible but I'm having a hard time wrapping my head around this. I have two tables. Links and Votes. Links contain info about links submitted and the usual jazz, vo …
0
votes
1answer
9 views
classic asp development
I work with a actively developed production web application that is written entirely in classic asp. Like most classic asp applications it is a mess full of spaghetti code. So I …
0
votes
0answers
5 views
Instantiating TransactionScope returns null
I have some VB.NET code that creates a TransactionScope instance:
Using ts = new TransactionScope()
My application is throwing an exception on the call to that line with "Object …
1
vote
2answers
28 views
Is it possible to have a C# Winform with in-built Anti-Keylogger?
Every security systems have its limits. I understand that hardware key logger cannot be beaten as it is connected to the hardware itself. Also it is not a concern at this point as …
0
votes
0answers
3 views
how to change views with clearcase on eclipse
I'm using eclipse to work on a HUGE C project and it works generally well except for not being able to change views.
I create a new project and set the project source to the clear …
0
votes
1answer
2 views
Javax.mail in JNLP
Hey!
I have a problem with my program. I develop in Netbeans, and when i run the program it is working fine. i built it, created a *.jar file, and updatet it in my JNLP file.
her …
0
votes
0answers
5 views
How to make PLINQ to spawn more concurrent threads in .NET 4.0 beta 2?
In former versions of Parallel Extensions you could set the number of threads:
enumerable.AsParallel(numberOfThreads)
But now that overload is not available anymore. How to do i …
0
votes
0answers
9 views
Better looking PDF bookmarks
Hi there,
Does anybody know if I can improve the visual appearance of booksmarks in a PDF. My marketing dept wants me to make them look more "webby" - by which they mean they want …
0
votes
0answers
2 views
WPF Images - Trying use to use treeview, but can’t get background to be clear
Greetings,
I have a TreeView containing a set of TreeViewItems - Each TreeView is pretty simple (just some text, plus an image) - The images are usually folder & files icon. A …
1
vote
3answers
40 views
Double Underscore in PHP?
What does the double underscores in these lines of PHP code mean?
$WPLD_Trans['Yes']=__('Yes',$WPLD_Domain);
$WPLD_Trans['No']=__('No',$WPLD_Domain);
1
vote
7answers
36 views
In java to remove an element in an array can you set it to null?
I am trying to make a remove method that works on an array implementation of a list.
Can I set the the duplicate element to null to remove it? Assuming that the list is in order.
…
0
votes
0answers
2 views
Objects do not retain the frame that I give then when using CGAffineTransforms with Core Animation
Hi,
I'm making a game where when a card is touched, it grows so that it is focused, and when you 'let go', it goes back to its original size and place. This seems pretty standard …
2
votes
2answers
10 views
Best practices on seperating debug/developing code java/javafx
I am working on a game in JavaFX and I'm sending people the compiled game once in a while for them to try out. As I'm still in the middle of developing it, I have several pieces of …
