[RELEASE] XBMCFlix-o-mate
#23
(2012-04-24, 05:09)XeroKool Wrote: Hey, thanks a lot for the update. Haven't tested it out fully yet but I do have a question. Upon launching the AutoIt script I noticed that it immediately closed the Sikuli IDE window that I had previously opened (no worries though, I had already saved what I was working on). My question is, is it possible for the script to only kill instances of xbmc-o-mate and not all Sikuli processes? Again, this issue only occurs upon initial launch, after which everything is fine.

Hmmm yea...I guess I didn't figure anyone would be using the IDE or for that matter running another Sikuli application.. That was poor foresight on my part as you may well indeed write another Sikuli app for control.

I will update this in the next version, but for expediency sake you can edit line 162 in the Auto Script (and then recompile if you like)

Code:
If StringInStr($objItem.caption, "java", 0) AND StringInStr($objItem.commandline, "sikuli", 0)Then

Change it to:

Code:
If StringInStr($objItem.caption, "java", 0) AND StringInStr($objItem.commandline, "xbmcflix-o-mate.sikuli", 0)Then

That should keep your IDE or any other sikuli java processes open when starting XBMCFlix-o-mate.

thanks
.peace out.
Reply


Messages In This Thread
[RELEASE] XBMCFlix-o-mate - by bengalih - 2012-04-16, 19:20
Changelog - by bengalih - 2012-04-16, 20:39
RE: [RELEASE] XBMCFlix-o-mate v1.0b - by bengalih - 2012-04-24, 21:12
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-04-25, 16:45
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-04-26, 07:55
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-04-26, 17:01
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-04-30, 06:23
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-01, 02:44
RE: [RELEASE] XBMCFlix-o-mate - by Zellig - 2012-04-26, 21:20
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-04-26, 22:22
RE: [RELEASE] XBMCFlix-o-mate - by Zellig - 2012-04-26, 22:39
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-04-26, 23:20
RE: [RELEASE] XBMCFlix-o-mate - by hoopz - 2012-04-28, 18:15
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-04-28, 18:48
RE: [RELEASE] XBMCFlix-o-mate - by hoopz - 2012-04-29, 11:20
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-04-29, 17:37
RE: [RELEASE] XBMCFlix-o-mate - by hoopz - 2012-04-30, 01:09
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-04-30, 01:19
RE: [RELEASE] XBMCFlix-o-mate - by hoopz - 2012-04-30, 01:33
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-04-30, 03:35
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-01, 05:22
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-02, 03:37
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-05, 03:36
RE: [RELEASE] XBMCFlix-o-mate - by Zellig - 2012-05-06, 03:14
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-06, 05:28
RE: [RELEASE] XBMCFlix-o-mate - by Zellig - 2012-05-06, 22:20
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-13, 03:17
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-13, 18:56
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-16, 08:23
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-16, 14:45
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-16, 15:08
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-16, 16:57
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-16, 18:23
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-16, 19:45
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-16, 20:31
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-16, 20:58
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-17, 02:08
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-17, 23:11
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-18, 15:10
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-18, 16:45
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-19, 00:21
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-21, 17:12
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-21, 17:58
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-21, 18:07
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-21, 19:02
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-21, 22:07
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-21, 18:25
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-21, 18:38
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-22, 05:29
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-22, 07:56
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-27, 04:06
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-27, 05:01
RE: [RELEASE] XBMCFlix-o-mate - by bengalih - 2012-05-28, 00:54
RE: [RELEASE] XBMCFlix-o-mate - by kevev - 2012-05-28, 16:40
RE: [RELEASE] XBMCFlix-o-mate - by Varming - 2012-07-30, 21:28
RE: [RELEASE] XBMCFlix-o-mate - by volarium - 2012-08-31, 20:02
RE: [RELEASE] XBMCFlix-o-mate - by calib3r - 2012-08-31, 23:56
RE: [RELEASE] XBMCFlix-o-mate - by Sureguy - 2012-09-07, 21:38
RE: [RELEASE] XBMCFlix-o-mate - by calib3r - 2012-09-12, 05:20
RE: [RELEASE] XBMCFlix-o-mate - by Sureguy - 2012-09-15, 03:59
RE: [RELEASE] XBMCFlix-o-mate - by calib3r - 2012-09-15, 06:19
Logout Mark Read Team Forum Stats Members Help
[RELEASE] XBMCFlix-o-mate5