Jump to content




Todo list.


  • You cannot reply to this topic
58 replies to this topic

#1 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 07:16 AM

Hey guys,


Someone requested a To-Do list, and I deciced to make one, and here it is.


Features:
Spoiler


Get it now with this installer:
vFaHf7pK
or
http://pastebin.com/vFaHf7pK

Older versions:
Spoiler

Current bugs:
Spoiler


#2 111poiss111

  • Members
  • 3 posts

Posted 15 June 2013 - 10:32 AM

I was looking this exact same forum yesterday for Todo list program and couldn't find one. So I made my own Todo list program. You were one day late :D

#3 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 10:36 AM

View Post111poiss111, on 15 June 2013 - 10:32 AM, said:

I was looking this exact same forum yesterday for Todo list program and couldn't find one. So I made my own Todo list program. You were one day late :D

Oooh, can you share the code? I would love to have a look at it.

#4 ArchAngel075

  • Members
  • 149 posts

Posted 15 June 2013 - 12:02 PM

pretty neat, here is some suggestions if your up for it :

Jump to #/task
-input a number or task and it jumps to its page.

Filter
-filter out/in words to display certain tasks.

Hooks
-Allow a external program to edit the list, so that automated CC programs can update the list!

#5 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 12:23 PM

View PostArchAngel075, on 15 June 2013 - 12:02 PM, said:

pretty neat, here is some suggestions if your up for it :

Jump to #/task
-input a number or task and it jumps to its page.

Filter
-filter out/in words to display certain tasks.

Hooks
-Allow a external program to edit the list, so that automated CC programs can update the list!

Ooh, I didnt think of any of that, will definatly create that after I get this massive bug fixed...

#6 anthonysteck

  • Members
  • 20 posts

Posted 15 June 2013 - 12:33 PM

Thxs man :)

#7 anthonysteck

  • Members
  • 20 posts

Posted 15 June 2013 - 12:41 PM

I get this bug : \/\/\/\/

Attached Thumbnails

  • Attached Image: 2013-06-15_12.39.02.png


#8 ArchAngel075

  • Members
  • 149 posts

Posted 15 June 2013 - 12:45 PM

View Postanthonysteck, on 15 June 2013 - 12:41 PM, said:

I get this bug : \/\/\/\/


Are you using a monitor on the right?

edit:
DERP
in image there is a monitor on right...

in todo you wrap the monitor to m AFTER you try to get peripheral m's size with m.getSize()
Move the wrap above the m.getSize() and it should work.

--

at program author :
Looked at Todo file,
I think you should have it request what side the monitor is on on first startup, then edit a config file to save it?

#9 anthonysteck

  • Members
  • 20 posts

Posted 15 June 2013 - 12:59 PM

View PostArchAngel075, on 15 June 2013 - 12:45 PM, said:

View Postanthonysteck, on 15 June 2013 - 12:41 PM, said:

I get this bug : \/\/\/\/


Are you using a monitor on the right?

edit:
DERP
in image there is a monitor on right...

in todo you wrap the monitor to m AFTER you try to get peripheral m's size with m.getSize()
Move the wrap above the m.getSize() and it should work.

--

at program author :
Looked at Todo file,
I think you should have it request what side the monitor is on on first startup, then edit a config file to save it?
Got it thanks!


Just a question is one of the bugs where you cant delete a task?

#10 svdragster

  • Members
  • 222 posts
  • LocationGermany

Posted 15 June 2013 - 01:06 PM

Wow actually something useful!

#11 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 15 June 2013 - 01:28 PM

Pretty nice :)

#12 ArchAngel075

  • Members
  • 149 posts

Posted 15 June 2013 - 01:42 PM

so this popped in my head :

"Oh a request for a Todo program?! sure!"
"Now i need to plan how its ginna work.. damn wish i had a Todo program to help me!"
*writes a todo program*
"Now to list what i need for a Todo program*

:D

anyways :
It is a great program, and useful. I can almost suggest database feature (multiple clients hook into a single database to share lists)

#13 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 02:18 PM

Thanks for the great feedback everyone :D

I had that bug reported above also, and I tought I fixed it...
Maybe I accidentaly didnt save it.


And all the things that were suggested will be implemented some time in the near future.

View Postanthonysteck, on 15 June 2013 - 12:59 PM, said:

Just a question is one of the bugs where you cant delete a task?

Ehm... no?
I'll have a look at that too...



I would also like some feedback about the installer, was it decent for a first installer ever?

#14 anthonysteck

  • Members
  • 20 posts

Posted 15 June 2013 - 02:37 PM

View PostTjakka5, on 15 June 2013 - 02:18 PM, said:

I would also like some feedback about the installer, was it decent for a first installer ever?
yea AWESOME it was easy and hasle free :)

#15 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 02:47 PM

Great :)

#16 ArchAngel075

  • Members
  • 149 posts

Posted 15 June 2013 - 03:11 PM

View PostTjakka5, on 15 June 2013 - 02:18 PM, said:

I would also like some feedback about the installer, was it decent for a first installer ever?

May i suggest using http://www.computerc...m-distribution/ for non pastebin installer?, simply packege the two programs you pastebin DL instead, though this requires upload...

But otherwise its simple and good :)

#17 111poiss111

  • Members
  • 3 posts

Posted 15 June 2013 - 03:23 PM

View PostTjakka5, on 15 June 2013 - 10:36 AM, said:

View Post111poiss111, on 15 June 2013 - 10:32 AM, said:

I was looking this exact same forum yesterday for Todo list program and couldn't find one. So I made my own Todo list program. You were one day late :D

Oooh, can you share the code? I would love to have a look at it.

Mine works totally different from yours and is not ment for monitors.But if you want, here is my code: http://pastebin.com/Nmu6dCzy

#18 Tjakka5

  • Members
  • 256 posts

Posted 15 June 2013 - 04:16 PM

Well, im going to bed, hopefully I'll be able to fix the dang bug tomorrow.

#19 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 15 June 2013 - 08:31 PM

Looks good! Few friendly suggestions:

- Dynamically determine the monitor side, and alert the user if there is no monitor attached. Eg:
local side = nil
for _, s in pairs(rs.getSides()) do
  if peripheral.getType(s) == "monitor" then
    side = s
  end
end

if not side then
  print("D::::::: YUNOHAVE MONITOR ATTACHED!")
  error()
end

local mon = peripheral.wrap(side)
local w, h = mon.getSize()

- Instead of
(c == 12) or (b == 13) or (b == 14) or (b == 15) or (b == 16) or (b == 17) or (b == 18)
try
(c == 12) or (b >= 13 and b <= 18)

- Please don't make us wait 5 seconds before shutting down the computer if there's a problem during install.

#20 Tjakka5

  • Members
  • 256 posts

Posted 16 June 2013 - 12:43 AM

View PostGravityScore, on 15 June 2013 - 08:31 PM, said:

Looks good! Few friendly suggestions:

- Dynamically determine the monitor side, and alert the user if there is no monitor attached. Eg:
local side = nil
for _, s in pairs(rs.getSides()) do
  if peripheral.getType(s) == "monitor" then
	side = s
  end
end

if not side then
  print("D::::::: YUNOHAVE MONITOR ATTACHED!")
  error()
end

local mon = peripheral.wrap(side)
local w, h = mon.getSize()

- Instead of
(c == 12) or (b == 13) or (b == 14) or (b == 15) or (b == 16) or (b == 17) or (b == 18)
try
(c == 12) or (b >= 13 and b <= 18)

- Please don't make us wait 5 seconds before shutting down the computer if there's a problem during install.

Okay, thanks for the code.
And I will definatly change the code to press a key, instead of 5 seconds, just for you ;)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users