<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>When coding, expect the unexpected...</title>
		<link>/blogentry/196137</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/196137" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: When coding, expect the unexpected...</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Original Blog Entry: When coding, expect the unexpected...</title>
			<link>/blogentry/196137</link>
			<guid isPermaLink="true">/blogentry/196137</guid>
			<pubDate>Tue, 16 Dec 2025 15:09:59 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>None of the lottery sites use ball images to display results, they use CSS. Kivy is not a web based framework, but the documentation indicates that there is an internal set of codes that can act like CSS.<br /><br />Also, pre loading to a dictionary structure may help solve some issues along the way...<br /><br />1. No need to pre render views not used. I may not always want to view the column stats, so that data can be saved and rendered on demand. The same when using a value other than 0 in the window setting.<br /><br />2. The column stats page can be generated on demand and be swiped away when done, preserving the original output!<br /><br />3. The layout setup will have an easier time combining the output of bonus ball games, which are calculated separately.<br /><br />I have also confirmed at the script level that the completion of updates will contribute a value of 1 to the progress meter, which is going to be scaled at 14... this way when the PA lottery drops cash 4 life, I only need to change the code in one place AND delete the button and associated csv files with an update .<br /><br />Also, each game will have 2 choices when selected... process classification or display followers. So now it will be a true framework as other systems can be added to this screen... all using the same history files! For initial simplicity, follower data will be measured using the entire history file, and the update of draw data is not automatic, in case you want to see the follower data compared to the next draw.<br /><br />All of the other features will remain intact.<br /><br />Two systems rolled into one app!<br /><br />Windows development is right around the corner, pending results of the 14 game classification test...<br /><br />Getting there, one step at a time...... &#x5b;&#xa0;<a href="/blogentry/196137">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/196137</wfw:comment>
		</item>
	</channel>
</rss>

