Click here to Skip to main content
16,004,927 members
Home / Discussions / Java
   

Java

 
GeneralRe: Is it possible to make games using Java for Nokia phones? Pin
Richard MacCutchan19-Oct-09 22:15
mveRichard MacCutchan19-Oct-09 22:15 
GeneralRe: Is it possible to make games using Java for Nokia phones? Pin
Nagy Vilmos19-Oct-09 23:13
professionalNagy Vilmos19-Oct-09 23:13 
QuestionThreading issue Pin
Amrutha.v17-Oct-09 5:32
Amrutha.v17-Oct-09 5:32 
AnswerRe: Threading issue Pin
427748017-Oct-09 21:32
427748017-Oct-09 21:32 
AnswerRe: Threading issue Pin
Luc Pattyn19-Oct-09 2:49
sitebuilderLuc Pattyn19-Oct-09 2:49 
QuestionTurning a float[] into a Variant? Pin
Judah Gabriel Himango15-Oct-09 18:01
sponsorJudah Gabriel Himango15-Oct-09 18:01 
AnswerRe: Turning a float[] into a Variant? Pin
427748016-Oct-09 6:19
427748016-Oct-09 6:19 
GeneralRe: Turning a float[] into a Variant? Pin
Judah Gabriel Himango16-Oct-09 6:28
sponsorJudah Gabriel Himango16-Oct-09 6:28 
You're suggesting something like

float[] myFloats = new float[] { 4.2, 7.5 };
for (int i = 0; i<myFloats.length; i++)
{
   automation.Invoke(bazMethodId, myFloats[i]);
}


That doesn't work, I'm afraid. The 3rd party COM object expects an array, not a float. Passing in a float results in an exception.



Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon
Judah Himango



GeneralRe: Turning a float[] into a Variant? Pin
427748016-Oct-09 6:36
427748016-Oct-09 6:36 
GeneralRe: Turning a float[] into a Variant? Pin
Judah Gabriel Himango16-Oct-09 6:38
sponsorJudah Gabriel Himango16-Oct-09 6:38 
GeneralRe: Turning a float[] into a Variant? Pin
427748016-Oct-09 9:24
427748016-Oct-09 9:24 
GeneralRe: Turning a float[] into a Variant? Pin
Judah Gabriel Himango16-Oct-09 9:40
sponsorJudah Gabriel Himango16-Oct-09 9:40 
GeneralRe: Turning a float[] into a Variant? Pin
427748016-Oct-09 10:05
427748016-Oct-09 10:05 
GeneralRe: Turning a float[] into a Variant? Pin
Judah Gabriel Himango16-Oct-09 10:09
sponsorJudah Gabriel Himango16-Oct-09 10:09 
Questioncode coverage Pin
Shakirin Amin15-Oct-09 8:47
Shakirin Amin15-Oct-09 8:47 
AnswerRe: code coverage Pin
Richard MacCutchan15-Oct-09 9:24
mveRichard MacCutchan15-Oct-09 9:24 
GeneralRe: code coverage Pin
Shakirin Amin16-Oct-09 4:42
Shakirin Amin16-Oct-09 4:42 
GeneralRe: code coverage Pin
Richard MacCutchan16-Oct-09 5:00
mveRichard MacCutchan16-Oct-09 5:00 
GeneralRe: code coverage Pin
Shakirin Amin16-Oct-09 6:17
Shakirin Amin16-Oct-09 6:17 
GeneralRe: code coverage Pin
Richard MacCutchan16-Oct-09 6:37
mveRichard MacCutchan16-Oct-09 6:37 
GeneralRe: code coverage Pin
David Skelly16-Oct-09 6:16
David Skelly16-Oct-09 6:16 
GeneralRe: code coverage Pin
427748016-Oct-09 6:22
427748016-Oct-09 6:22 
GeneralRe: code coverage Pin
Shakirin Amin16-Oct-09 7:00
Shakirin Amin16-Oct-09 7:00 
GeneralRe: code coverage Pin
Shakirin Amin16-Oct-09 6:24
Shakirin Amin16-Oct-09 6:24 
GeneralRe: code coverage Pin
427748016-Oct-09 6:29
427748016-Oct-09 6:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.