Re: [Sikuli-driver] [Question #174406]: Process Name in Task Manager for Sikuli / IDE

2011-10-15 Thread RaiMan
Question #174406 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/174406

Status: Open = Answered

RaiMan proposed the following answer:
it is either java or javaw in the process tab.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 874602] Re: X-1.0rc3 Can't use IDE anymore

2011-10-15 Thread RaiMan
Your solution suggests that it is a problem based on the new feature
restart last session.

see faq 1766: On Mac one could always try to reset Sikuli by deleting

org.sikuli.ide.plist in ~/Library/Preferences

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/874602

Title:
  X-1.0rc3 Can't use IDE anymore

Status in Sikuli:
  New

Bug description:
  MAC OSX 10.6.8 64 bit

  This is a major bummer... I can't launch the IDE anymore.  It was
  working fine for days and then just stopped.  Now, when I try to
  launch it, I get the following error:

  Cannot Launch Java Application

  Uncaught exception in main method: java.lang.NullPointerException

  No idea why this might be happening... it came out of nowhere.  I've
  reinstalled both Java and Sikuli, with no luck.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/874602/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #172689]: compile android-bot without full source codes

2011-10-15 Thread Launchpad Janitor
Question #172689 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/172689

Status: Open = Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 840759] Re: X-1.0rc3: Windows: Java7: StackOverflowError on QuickCapture --- seems not to run with Java7

2011-10-15 Thread RaiMan
** Summary changed:

- X-1.0rc2: Windows: Java7: StackOverflowError on QuickCapture --- seems not to 
run with Java7
+ X-1.0rc3: Windows: Java7: StackOverflowError on QuickCapture --- seems not to 
run with Java7

** Changed in: sikuli
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/840759

Title:
  X-1.0rc3: Windows: Java7: StackOverflowError on QuickCapture --- seems
  not to run with Java7

Status in Sikuli:
  Confirmed

Bug description:
  * Reported by ShmenonPie:

  Everything works fine with Java6

  --

  When I attempt to take a screenshot using the Sikuli IDE (after fixing
  the libraries not found error without the help of the utterly
  useless answer linked to on the official site, but that's a different
  story), I get a cryptic and fun error message, included in the
  attached file.

  I'm running Sikuli X 1.0rc2, x86 Win7 SP1, JRE7.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/840759/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #171122]: Status of bug #840759 changed to 'Confirmed' in Sikuli

2011-10-15 Thread RaiMan
Bug #840759 status changed in Sikuli:

New = Confirmed

https://bugs.launchpad.net/sikuli/+bug/840759
X-1.0rc3: Windows: Java7: StackOverflowError on QuickCapture --- seems not to 
run with Java7

This bug is linked to #171122.
not support java 7 ? --- no, not yet!
https://answers.launchpad.net/sikuli/+question/171122

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #174406]: Process Name in Task Manager for Sikuli / IDE

2011-10-15 Thread Parva Thakkar
Question #174406 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/174406

Status: Answered = Solved

Parva Thakkar confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #174609]: Sikuli x-1.0rc3(r905) IDE - Indentation issue with last version script

2011-10-15 Thread Parva Thakkar
New question #174609 on Sikuli:
https://answers.launchpad.net/sikuli/+question/174609

I just upgraded to latest version of Sikuli to x-1.0rc3(r905) and have issue 
with all the scripts written with previous version, which was X-1.0rc2 IDE.

And I am sure that this has been asked and resolved previously as this new 
version is here for more than a month.

Now, here is the problem -

With previous IDE, if I write IF statement like this - 
if (x == 1):
and I press enter then, cursor would go to the next line with indentation. like 
- 
if (x == 1):
|
and if you see at the lower right corner of IDE, you would read something like 
- Line: 2; Column: 2
which essentially tells you that you are at line number two and column is also 
2. That means that indentation would count as one column and you start writing 
from second column.

Now, do the same thing with new IDE. Write the same if statement and press 
enter  you would see exactly same thing - 
if (x == 1):
|
But the only issue is when you see lower right corner of IDE. Now you see - 
Line: 2; Column: 5
Saw the difference in column number? Its because, this IDE considers one tab or 
one indentation as 4 spaces or 4 column to be specific. And you start writing 
from fifth column.

Now, this makes no difference if you are writing a new script in this new IDE. 
But when you open any script which was written in previous IDE, you encounter 
problem. Let me give you same example. You have script like below written in 
old IDE - 
if (x == 1):
print x

and you open this script in new IDE. Now, you realize that you want a new 
statement inside if statement. so, you move your cursor to end of the if 
statement, that is at if (x == 1): ---. And then you hit enter. Cursor 
still comes at the correct place visually with indentation and you write a new 
statement there - 
if (x == 1):
popup something
print x

and you expect the script to work because it has proper indentation and you 
click big right arrow on top of the IDE. BUT script doesn't run. WHY? Because 
first statement inside IF is at column 5 and second statement inside IF is 
at column 2!!

Is it a known bug? or a bug at all and it is how it should be working?

Thanks,
Parva Thakkar




 

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp