<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Support (new threads)</title>
		<link>http://kogics.wikidot.com/forum/c-109807/support</link>
		<description>Threads in the forum category &quot;Support&quot; - Get help and support in your use of Kojo.</description>
				<copyright></copyright>
		<lastBuildDate>Thu, 12 Mar 2026 22:44:27 +0000</lastBuildDate>
		
					<item>
				<guid>http://kogics.wikidot.com/forum/t-3432345</guid>
				<title>Kojo och chrombooks</title>
				<link>http://kogics.wikidot.com/forum/t-3432345/kojo-och-chrombooks</link>
				<description></description>
				<pubDate>Thu, 24 Aug 2017 06:50:23 +0000</pubDate>
				<wikidot:authorName>Annamaria Kadir</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Mina elever har chromebooks. Går det att jobba med Kojo?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1454733</guid>
				<title>Msi-file</title>
				<link>http://kogics.wikidot.com/forum/t-1454733/msi-file</link>
				<description>searching for msi-file</description>
				<pubDate>Mon, 23 Nov 2015 17:33:29 +0000</pubDate>
				<wikidot:authorName>AnnP</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I would like to use Kojo with my pupils at school. Our IT-support wants a msi-file so that they can install Kojo with UpKeeper. Can anyone help me to find a msi-file?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1418175</guid>
				<title>javax.swing question</title>
				<link>http://kogics.wikidot.com/forum/t-1418175/javax-swing-question</link>
				<description>JFrame.DISPOSE_ON_CLOSE</description>
				<pubDate>Thu, 22 Oct 2015 13:35:31 +0000</pubDate>
				<wikidot:authorName>Anthony</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>hi<br /> I'm goofing around using Kojo to explore different things, and wanted to explore Swing. Having a problem because Frame.DISPOSE_ON_CLOSE is claimed not to be a member of java.swing.JFrame? No problem with EXIT_ON_CLOSE but I don't want to use that, because Kojo gets killed every time I close the window.</p> <div class="code"> <pre><code>import java.awt.Graphics import java.awt.image.BufferedImage import javax.swing.JComponent import javax.swing.JFrame val frame: JFrame = new JFrame(&quot;Fractal&quot;) frame.setSize(640,320) frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE) frame.setVisible(true)</code></pre></div> <p>Results in:</p> <div class="code"> <pre><code>Error[9,39]: value DISPOSE_ON_CLOSE is not a member of object javax.swing.JFrame</code></pre></div> <p>I realise Kojo isn't necessarily meant to be used in this way, but for my better understanding, I am curious why DISPOSE_ON_CLOSE doesn't show up!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1399088</guid>
				<title>Kojo in DiDPI monitor</title>
				<link>http://kogics.wikidot.com/forum/t-1399088/kojo-in-didpi-monitor</link>
				<description>Kojo does to use system default text size</description>
				<pubDate>Sat, 10 Oct 2015 13:09:50 +0000</pubDate>
				<wikidot:authorName>samyem</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Running Kojo under high DPI monitors like Surface Pro 3, the UI appears too small to be usable and the text size used in the editor and menu are tiny and unusable. Other Java programs like IntelliJ appears to respect the system text scale better; is it possible for Kojo to adapt the UI for the high DPI screens?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1305918</guid>
				<title>Problem with the Scala Tutorial and perhaps Kojo itself.</title>
				<link>http://kogics.wikidot.com/forum/t-1305918/problem-with-the-scala-tutorial-and-perhaps-kojo-itself</link>
				<description>Following &quot;Expressions&quot; under Scala tutorial. Ran the expression: 3.5*9.4+7/5 returns an incorrect result of 33.9.</description>
				<pubDate>Sat, 01 Aug 2015 18:33:11 +0000</pubDate>
				<wikidot:authorName>Darin Lee Murphy</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Kojo 2.4 Beta Version: 2.4.06 r41 Build date: 20 Apr 2015 Java version: 1.8.0_51-64bit. Scala version: 2.11.6</p> <p>Following &quot;Expressions&quot; section under the Scala tutorial, which is under Kojo's Help menu and ran the expression 3.5*9.4+7/5, which returned 33.9, I've repeated tried this expression using both Windows 7 calculator and Google search and the number I am getting from them is 34.3, which means either Kojo has a problem or the world as a problem. I have also tried just running it like this: println((3.5*9.4)+(7/5)), but again the result Kojo returns is 33.9. Perhaps I do not understand how the &quot;order of operation&quot; Kojo is performing, but I've tried it several ways got different results of course, but never got 33.9. Please look into this issue and let me know whether I am not understanding something or if there is a bug in Kojo. I really think Kojo is a great system overall, but if it's a calculation bug then it needs to be address. Thanks and have a great day!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1277900</guid>
				<title>Kojo hangs on loading screen in Ubuntu 15.04</title>
				<link>http://kogics.wikidot.com/forum/t-1277900/kojo-hangs-on-loading-screen-in-ubuntu-15-04</link>
				<description>When I try to run Kojo from the command line on Ubuntu 15.04, it hangs forever on the loading splash screen</description>
				<pubDate>Sun, 12 Jul 2015 02:44:18 +0000</pubDate>
				<wikidot:authorName>Richard Eggert</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>When I try to run Kojo from the command line on Ubuntu 15.04, it hangs forever on the loading splash screen. I've tried it with Java 8 and Java 7, and with OpenJDK and the Oracle JRE.</p> <p>On the console, I see this:</p> <blockquote> <p>./kojo<br /> Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar<br /> [INFO] Running first Kojo instance with args: []<br /> [INFO] Java Home: /opt/jre1.8.0_45<br /> Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar<br /> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0<br /> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0<br /> [INFO] Logging has been redirected to: /home/daddy/.kojo/lite/log/kojo0.log</p> <p>Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread &quot;AWT-EventQueue-0&quot;</p> </blockquote> <p>The above is for the Oracle JRE for Java 8, but there are only slight variations with other versions. The NPE at the bottom appears in all cases, and I suspect that it's at the root of the problem.</p> <p>In the log, I see only a listing of the system properties, followed by this, which mirrors what I saw in the console:</p> <blockquote> <p>[Sat Jul 11&#160;22:33:53 EDT 2015, CodeExecutionSupport] SEVERE: stderr&gt; Exception in thread &quot;AWT-EventQueue-0&quot;<br /> [Sat Jul 11&#160;22:33:53 EDT 2015, CodeExecutionSupport] SEVERE: stderr&gt; Exception in thread &quot;AWT-EventQueue-0&quot;</p> </blockquote> <p>Since there is no stack trace attached to the exception, I can't even venture a guess as to what the problem could be.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1166057</guid>
				<title>Cannot run multiple Kojo instances on Windows server</title>
				<link>http://kogics.wikidot.com/forum/t-1166057/cannot-run-multiple-kojo-instances-on-windows-server</link>
				<description>On one Windows terminal server can run only one instance of Kojo or kojo.exe.</description>
				<pubDate>Wed, 08 Apr 2015 14:59:16 +0000</pubDate>
				<wikidot:authorName>Christoph Knabe</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi Lalit,</p> <p>we have a Windows Terminal Server at Beuth University of Applied Sciences. Students log into it from client computers.<br /> Only the first one starting Kojo by the Start menu succeeds. For all subsequent trials we only see a second-lasting hourglass, which diappears without a message. After exiting the first Kojo instance, another instance can be started.<br /> As we do not know this behavior from other Java applications we suppose the little kojo.exe to be guilty.<br /> In the Kojo2\bin directory there is a shell script for starting Kojo. It collects all .jar files from Kojo2/lib.<br /> Do you have an equivalent script as Windows batch file for trying a workaround?<br /> Or how could we diagnose, why only the first Kojo instance can start?</p> <p>Thank you very much,<br /> Christoph</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1084939</guid>
				<title>Where to put new sprites?</title>
				<link>http://kogics.wikidot.com/forum/t-1084939/where-to-put-new-sprites</link>
				<description></description>
				<pubDate>Mon, 19 Jan 2015 14:48:45 +0000</pubDate>
				<wikidot:authorName>Markus Stoor</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>If i want to create my own sprites and my own sounds, where do I put them to be able to use them?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1062001</guid>
				<title>Cannot run Kojo</title>
				<link>http://kogics.wikidot.com/forum/t-1062001/cannot-run-kojo</link>
				<description></description>
				<pubDate>Mon, 08 Dec 2014 19:31:56 +0000</pubDate>
				<wikidot:authorName>Leanh</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>hi, i installed both JRE and Kojo, i have just installed it a moment ago so im pretty sure that i got the latest versions of them both. it created already a shortcut to Start Menu but after clicking at that icon it opens up a window for just a second or two (&quot;loading cached objects&#8230;&quot; but it actually doesnt run anything at all)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1061717</guid>
				<title>repl user options</title>
				<link>http://kogics.wikidot.com/forum/t-1061717/repl-user-options</link>
				<description></description>
				<pubDate>Sun, 07 Dec 2014 23:01:24 +0000</pubDate>
				<wikidot:authorName>Matteo</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hello Lalit,<br /> is it possible to start the scala repl in Kojo with options such as -deprecation, -power, etc.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1057271</guid>
				<title>more than one script editor</title>
				<link>http://kogics.wikidot.com/forum/t-1057271/more-than-one-script-editor</link>
				<description></description>
				<pubDate>Thu, 27 Nov 2014 22:40:27 +0000</pubDate>
				<wikidot:authorName>Matteo</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi Lalit, is it possible to open several script editors arranged as tabs within the same kojo instance? (they would share the same workspace)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1056509</guid>
				<title>Output exceeds cutoff limit</title>
				<link>http://kogics.wikidot.com/forum/t-1056509/output-exceeds-cutoff-limit</link>
				<description>Is there any way to suppress the output on the REPL?</description>
				<pubDate>Tue, 25 Nov 2014 07:32:45 +0000</pubDate>
				<wikidot:authorName>Matteo</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi Lalit,<br /> Is there any way to suppress the output of a large list?<br /> I just came across the issue, in the code below the iterator is lost after an output error</p> <p>import scala.io._ //&gt; import scala.io._<br /> val in = Source.fromFile(&quot;C:\\linuxwords.txt&quot;) //&gt; in: scala.io.BufferedSource = non-empty iterator<br /> val words = in.getLines //&gt; words: Iterator[String] = non-empty iterator<br /> words.length //&gt; res72: Int = 45374<br /> val wordList = words.toList //&gt; wordList: List[String] = List()<br /> words.length //&gt; res73: Int = 0</p> <p>Thanks! Matteo</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1023355</guid>
				<title>Cannot open Kojo installer</title>
				<link>http://kogics.wikidot.com/forum/t-1023355/cannot-open-kojo-installer</link>
				<description></description>
				<pubDate>Mon, 15 Sep 2014 10:56:33 +0000</pubDate>
				<wikidot:authorName>Jonathan Velsey</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I click on the &quot;open&quot; or &quot;save and open&quot; options after it has downloaded. It opens a new window and closes it again in a split second. I have Java 7 as far as I know.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1015480</guid>
				<title>Pixel graphics and performance</title>
				<link>http://kogics.wikidot.com/forum/t-1015480/pixel-graphics-and-performance</link>
				<description>Is Kojo inherently slow or unsuitable for pixel graphics?</description>
				<pubDate>Sun, 07 Sep 2014 07:49:29 +0000</pubDate>
				<wikidot:authorName>Dmitry</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I've been evaluating Kojo for the purposes of introducing my kids to programming. Yesterday I tried to rewrite <a href="http://codegolf.stackexchange.com/a/35626">this example</a> from the Tweetable Mathematical Art contest on codegolf.stackexchange.com. It works, but is extremely slow - painting a 200x200 square takes over 20 seconds. (I had to paint dot-by-dot because I could not figure out if there is a pixel graphics API - if there is, a pointer would be appreciated.)</p> <div class="code"> <pre><code>import Staging._ import Staging.{screenSize, dot} reset screenSize(200, 200) println(screenWidth) background(black) class ColorGen { var map = Array.ofDim[Int](200, 200) map(0)(0) = random(256) for (i &lt;- 1 until 200) { map(i)(0) = if (random(5) == 0) random(256) else map(i-1)(0) map(0)(i) = if (random(5) == 0) random(256) else map(0)(i-1) } def get(i: Int, j: Int): Int = { if (map(i)(j) == 0) { val d = random(3) + 1 map(i)(j) = if (random(1000) == 0) random(256) else {get((200+i-(d&amp;1)) % 200, (200+j-(d &gt;&gt; 1)) % 200)} } map(i)(j) } } val r = new ColorGen val g = new ColorGen val b = new ColorGen for (x &lt;- 0 until 200; y &lt;- 0 until 200) { stroke(color(r.get(x,y), g.get(x,y), b.get(x,y))) dot(x, y) } println(&quot;DONE&quot;)</code></pre></div> <p>I then did the same sample in <a href="http://processing.org">Processing</a> and found it capable of repainting a 200x200 square <em>over thirty times per second</em>.</p> <p>Does this happen because Kojo is inherently slower, or because it is not suitable for pixel graphics?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-985146</guid>
				<title>Silent install Windows</title>
				<link>http://kogics.wikidot.com/forum/t-985146/silent-install-windows</link>
				<description>Is there any way to silently install Kojo</description>
				<pubDate>Thu, 14 Aug 2014 14:09:30 +0000</pubDate>
				<wikidot:authorName>Chris</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I'm looking to perform an unattended installation of Kojo is this possible?<br /> I've tried 'java -jar install.jar -options install.properties', but aside from INSTALL_PATH I have no clue as to what I'm supposed to enter in the properties file, if this is even an option.</p> <p>/chris</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-914044</guid>
				<title>Can&#039;t install Kojo</title>
				<link>http://kogics.wikidot.com/forum/t-914044/can-t-install-kojo</link>
				<description>Can&#039;t install Kojo. Can&#039;t verify the certificate and if I download the file it will ask which app to use.</description>
				<pubDate>Sat, 05 Jul 2014 18:11:07 +0000</pubDate>
				<wikidot:authorName>Andreas Hugerth</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Can't verify the certificate and if I download the file it will ask which app to use. I run Window 8.1 but it doesn't work to install it on Windows 7 or and 8.1.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-784364</guid>
				<title>Is there a way to show the console results e.g. res1 on the output pane</title>
				<link>http://kogics.wikidot.com/forum/t-784364/is-there-a-way-to-show-the-console-results-e-g-res1-on-the-o</link>
				<description>like the Repl from the command line, which displays both the output and the res[n]</description>
				<pubDate>Sun, 02 Mar 2014 16:38:26 +0000</pubDate>
				<wikidot:authorName>Matteo</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> Is there a way to display the results res0, res1, res[n] on the output pane?<br /> If I write a script like</p> <p>println(&quot;output&quot;)<br /> var myInt:Int = 1<br /> myInt * 2</p> <p>on the output pane it will only show &quot;output&quot;, for the results I have to run the script as a worksheet. I'd like the Output pane to display also</p> <blockquote> <p>myInt: Int = 1<br /> res1: Int = 2</p> </blockquote> <p>Cheers, M</p> <p>Ps: I like Kojo a lot!!!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-744601</guid>
				<title>Error in Arithmetic Aerobics - Multiplication</title>
				<link>http://kogics.wikidot.com/forum/t-744601/error-in-arithmetic-aerobics-multiplication</link>
				<description>When sum all numbers are padded right</description>
				<pubDate>Sat, 07 Dec 2013 14:42:37 +0000</pubDate>
				<wikidot:authorName>J.Pablo Zebraitis</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>When sum is calculated 2(digits) dont't respect the columns +1 in second row (result of second digit &quot;multiplier&quot;)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-659281</guid>
				<title>Libraries</title>
				<link>http://kogics.wikidot.com/forum/t-659281/libraries</link>
				<description>How to make &amp; access libraries</description>
				<pubDate>Thu, 06 Jun 2013 11:30:38 +0000</pubDate>
				<wikidot:authorName>N N</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I am wondering how to make new libraries of functions using kojo and then later access them in another Kojo program.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-634984</guid>
				<title>Modifying Kojo Itself - New Operators</title>
				<link>http://kogics.wikidot.com/forum/t-634984/modifying-kojo-itself-new-operators</link>
				<description>How to insert new operators into Kojo?</description>
				<pubDate>Tue, 19 Mar 2013 23:10:38 +0000</pubDate>
				<wikidot:authorName>N N</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I am creating a homeschool-targeted programming curriculum based on Kojo for young students. However, I am finding that using the equal sign as an assignment operator can lead to confusion for students in its difference to traditional mathematical usage. I would like to create a different assignment operator to avoid this confusion.</p> <p>In particular, I don't really need to change the equal sign assignment operator - I just want to put in another operator that does the same thing. Perhaps something like the old Pascal-style &quot;:=&quot; assignment operator.</p> <p>It seems like this shouldn't be too hard but I really don't trust my programming skills to be able to do this without potentially causing some major problems somewhere.</p> <p>How easy would this be and how might I go about doing this?</p> <p>Any help would be appreciated.<br /> Thanks &amp; Best Regards,<br /> NN</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>