Poll

Do you use BlockOS?

Yes
109 (52.2%)
No
100 (47.8%)

Total Members Voted: 209

Author Topic: BlockOS - HOLY 100 USERS HOLY  (Read 53287 times)

Oh lol.



The notepad doesnt close out when you choose no after clicking the close button it just stays there

Fix up the code, this has potential if it wasn't coded at an elementary level!

function BlockOS_Main::onWake(%this)
{
   StartTimeLoop();
}

function StartTimeLoop()
{
   if(BlockOS_Time.visible)
   {
      BlockOS_Time.setValue(getDateTime());
   }
   schedule(500,0,StartTimeLoop);
}


So everytime the blockos_main menu is 'woken up', it'll run this schedule. So if i join a server, leave the server, it's going to run it. If I do that 20 times, i'll have 20 schedules running which is bad (try doing this, and run a trace when you are at the main menu, you'll see what i mean). Also, you don't need the time function running when the blockos_main menu is not visible, c'mon folks clean up! Always fix the small things before jumping into bigger things please, thanks (these are only a few bad things out of many that needs to be revised).

Changing skin to Halo :D


I can never seem to open the app store without spam clicking it until it finally comes up. Also why were alot of the apps removed from the app store.

I can never seem to open the app store without spam clicking it until it finally comes up. Also why were alot of the apps removed from the app store.
What resolution are you on?

Also, the store was cleared because of the new system. and people haven't resubmitted yet.

What resolution are you on?

Also, the store was cleared because of the new system. and people haven't resubmitted yet.
1280x600

1280x600
You'll probably want to use a res that is at least 768 pixels tall for now.

You'll probably want to use a res that is at least 768 pixels tall for now.
Why that?

Why that?
Because otherwise portions of the desktop are unclickable.

I really need to bug Cheese to put Minimum supported resolution 1024x768

Because otherwise portions of the desktop are unclickable.
Nah I'm just gonna uninstall this for a while. The size I use is perfect for my screen resolution because it makes everything fit perfectly.
« Last Edit: December 17, 2011, 10:40:19 AM by Danny Boy »