Jump to content




To-Do List Program



40 replies to this topic

#1 anthonysteck

  • Members
  • 20 posts

Posted 14 June 2013 - 04:00 AM

If someone could make me my "dream program" that would be great.
INFO:
I need a to-do list program now i can just make my own where it displays stuff but i want multi pages.The monitor size i want is a 2 x 4 monitors. Here is an example(see pic)
What i was just a page button where i can right click it and it would go to the next page then at the end it would go back to the beginning. so there would be 24 on a page and maybe if possible unlimited pages ? if anyone could help me thanks and if u need anymore info just tell me. Thanks again!


-Anthony

Attached Thumbnails

  • Attached Image: 2013-06-14_03.56.30.png


#2 LBPHacker

  • Members
  • 766 posts
  • LocationBudapest, Hungary

Posted 14 June 2013 - 05:49 AM

And now the suggestion, please.

#3 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 14 June 2013 - 05:52 AM

View PostLBPHacker, on 14 June 2013 - 05:49 AM, said:

And now the suggestion, please.
Its not a suggestion, it is a program request... once again the lack of a better description for this subforum has hit, I still think it should be "Post your suggestions for the ComputerCraft mod here."

I've reported this to be moved to General, when a moderator gets around to doing it.

#4 anthonysteck

  • Members
  • 20 posts

Posted 14 June 2013 - 05:59 AM

Sorry I didnt know I thought this is where it goes. Whoops!

#5 ChunLing

  • Members
  • 2,027 posts

Posted 14 June 2013 - 07:48 AM

The read first and rules post could be a bit more descriptive. But the Suggestions Not to Make (read this first) post is very clear. I think that it also strikes the right balance of openness and intimidation.

#6 Mackan90096

  • Signature Abuser
  • 518 posts
  • LocationIn my basement.

Posted 14 June 2013 - 03:12 PM

I could make a try on it tomorrow.

It's very late here in Sweden, and I'm about to go to bed.

#7 anthonysteck

  • Members
  • 20 posts

Posted 14 June 2013 - 04:10 PM

View PostMackan90096, on 14 June 2013 - 03:12 PM, said:

I could make a try on it tomorrow.

It's very late here in Sweden, and I'm about to go to bed.
Thxs man!! :D :D

#8 anthonysteck

  • Members
  • 20 posts

Posted 15 June 2013 - 12:34 AM

BUMP

#9 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 15 June 2013 - 12:38 AM

View Postanthonysteck, on 15 June 2013 - 12:34 AM, said:

BUMP
Nope. Read this as to why.

#10 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 02:33 AM

I'll give it a try, I'll give a progress report in 30-40 minutes.

#11 anthonysteck

  • Members
  • 20 posts

Posted 15 June 2013 - 02:41 AM

View PostTjakka5, on 15 June 2013 - 02:33 AM, said:

I'll give it a try, I'll give a progress report in 20-30 minutes.
ok

#12 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 03:11 AM

Things are going well, most of the things are working now.
I just got to do a few more things, and make a way to import 'todo's' and then it should be about done.

#13 anthonysteck

  • Members
  • 20 posts

Posted 15 June 2013 - 03:19 AM

View PostTjakka5, on 15 June 2013 - 03:11 AM, said:

Things are going well, most of the things are working now.
I just got to do a few more things, and make a way to import 'todo's' and then it should be about done.
ok can u also make it so it will have an ajustible monitor size?

#14 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 03:31 AM

View Postanthonysteck, on 15 June 2013 - 03:19 AM, said:

View PostTjakka5, on 15 June 2013 - 03:11 AM, said:

Things are going well, most of the things are working now.
I just got to do a few more things, and make a way to import 'todo's' and then it should be about done.
ok can u also make it so it will have an ajustible monitor size?

That's a bit to late to say now... I think...
Well, I think I could pull it off...

BTW. It's almost done, just need to do a few more things...


Edit: Eeeeh, does anyone know if a number is even? (2, 4, 6, 8, 10, 12 etc)
Otherwise it wont be possible.

#15 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 15 June 2013 - 03:36 AM

View PostTjakka5, on 15 June 2013 - 03:31 AM, said:

Edit: Eeeeh, does anyone know if a number is even? (2, 4, 6, 8, 10, 12 etc)
if num % 2 == 0 then
  print("Number is even")
end
Also i suggest that using textutils.pagedTabulated could help you automatically and easily print on the monitor. just like the `ls` program does.

#16 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 03:37 AM

View Posttheoriginalbit, on 15 June 2013 - 03:36 AM, said:

View PostTjakka5, on 15 June 2013 - 03:31 AM, said:

Edit: Eeeeh, does anyone know if a number is even? (2, 4, 6, 8, 10, 12 etc)
if num % 2 == 0 then
  print("Number is even")
end
Also i suggest that using textutils.pagedTabulated could help you automatically and easily print on the monitor. just like the `ls` program does.

Ah thanks, and I actually just completed the monitor part, so... meh.

#17 anthonysteck

  • Members
  • 20 posts

Posted 15 June 2013 - 03:39 AM

Thxs so much guys! :)

#18 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 03:41 AM

View Postanthonysteck, on 15 June 2013 - 03:39 AM, said:

Thxs so much guys! :)

I managed to make it compatible with bigger monitors, now just to make a editor...

#19 anthonysteck

  • Members
  • 20 posts

Posted 15 June 2013 - 03:42 AM

View PostTjakka5, on 15 June 2013 - 03:41 AM, said:

View Postanthonysteck, on 15 June 2013 - 03:39 AM, said:

Thxs so much guys! :)

I managed to make it compatible with bigger monitors, now just to make a editor...
ok can i just say ur AMAZING (:

#20 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 03:48 AM

View Postanthonysteck, on 15 June 2013 - 03:42 AM, said:

View PostTjakka5, on 15 June 2013 - 03:41 AM, said:

View Postanthonysteck, on 15 June 2013 - 03:39 AM, said:

Thxs so much guys! :)

I managed to make it compatible with bigger monitors, now just to make a editor...
ok can i just say ur AMAZING (:

Yes you can :)

Edit: Here's a little pic to show the progress so far:

Posted Image

Uploaded with ImageShack.us





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users