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 53380 times)

Can't open the app store.
Try again now, it was temporarily down for a short while for maintenance.

Try again now, it was temporarily down for a short while for maintenance.

When I click it, nothing happens.

When I click it, nothing happens.
Oh.
Can I have a console.log, please?

Oh.
Can I have a console.log, please?

Ran a trace, clicked it, nothing. Can you open the app store?

Also, you guys should seriously clean this mod up and make things more efficient lol..

Auto updater isin't doing stuff.

How do i change my background ( where do i put the picture i want)

I named the exact same name of picture but its not working Please help
 :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie:

How do i change my background ( where do i put the picture i want)

I named the exact same name of picture but its not working Please help
 :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie:
Spamming smileys won't get you what you want.

Im not spamming smileys.

Im not spamming smileys.
Yes you were. Since you did that, I am DEFINITELY not helping you.

Ran a trace, clicked it, nothing. Can you open the app store?

Also, you guys should seriously clean this mod up and make things more efficient lol..
What res are you playing on?


  • Crash when you remove an App
What the hell? Why would you not have fixed this in the first place?

What the hell? Why would you not have fixed this in the first place?
Incase you didn't notice, that was actually fixed.

EDIT: Also, just pushed a minor update.
« Last Edit: December 16, 2011, 07:15:21 PM by DontCare4Free »

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).

Why doesn't the background save?  :o