shoefiti

Check-in [87dd659f52]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix layout again
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | v0.0.1
Files: files | file ages | folders
SHA3-256: 87dd659f52a3754416218f985e19c480bd13a273fea82f43f9fdb6bc8e7cfeeb
User & Date: i5ivem@gmail.com 2010-04-23 13:50:32.000
Context
2011-08-03
13:11
First tentative steps towards porting to Green Shoes

I.e. doesnt currently work. Launches a brief window
but crashes from view instantly.
Lots of things don't work and will need changing:

* Seems like widths/heights need to be changed from
percentages to decimal
* Threading doesn't seem to work. At least not mine
* Definite issues using clear{...}
* Can't use debug(), just use "puts" instead Leaf check-in: 390ac16b92 user: i5ivem@gmail.com tags: origin/green, trunk

2010-04-29
16:13
WIP! Start using Class for emails, drawing/layout broken

* Have started developing a class for the emails
* Although it still works-ish the layout is a bit broken again
such as the message list now resulting in the whole window scrolling
also message list is not being drawn properly
* Likely due to the class cuasing shoes objects to be out of scope, etc
Need to read and understand Shoes rules. check-in: c732c2af6c user: i5ivem@gmail.com tags: master, trunk

2010-04-23
13:50
Fix layout again Leaf check-in: 87dd659f52 user: i5ivem@gmail.com tags: trunk, v0.0.1
2010-04-22
15:52
One list_box and calendar nav as per website (WIP!)

* Mainly due to the bug in the MinGW version of Shoes, which only
allows one list_box, I've moved to having one list_box for list
selection. The most recent year and month are fetched and the
calendar drawn for that.
* Use forward and back buttons, as per the Librelist website to
move the calendar forward and back.
* Work in progress! check-in: 9bb433e5de user: i5ivem@gmail.com tags: trunk

Changes
Unified Diff Side-by-Side Diff Patch
Changes to shoefiti.rb.