similar to: Issues in running Abstractspoon todo list

Displaying 20 results from an estimated 200 matches similar to: "Issues in running Abstractspoon todo list"

2011 Nov 30
1
wine-users Digest, Vol 76, Issue 79
On 11/30/2011 07:35 PM, wine-users-request at winehq.org wrote: > [...] > 6. Re: Using todolist (abstract spoon) from ubuntu 11.10 ? > (vitamin) > [...] > 9. Re: Using todolist (abstract spoon) from ubuntu 11.10 ? > (talgalili) > [...] > 16. Re: Using todolist (abstract spoon) from ubuntu 11.10 ? > (James McKenzie) > > >
2011 Dec 09
1
Re: Using Todolist (abstract spoon) from Ubuntu 11.10
On 12/09/2011 06:52 PM, wine-users-request at winehq.org wrote: > [...] > 11. Re: Using Todolist (abstract spoon) from Ubuntu 11.10 (DanKegel) > [...] > Message: 8 > Date: Thu, 08 Dec 2011 21:43:52 -0600 > From: "DanKegel"<wineforum-user at winehq.org> > To: wine-users at winehq.org > Subject: [Wine] Re: Using Todolist (abstract spoon) from Ubuntu
2008 Jul 17
5
.build method
I have gone to the api and have searched the internet and looked through the books that I have, but I am having trouble finding an explanation on what the .build method actually does and how it is used. I guess the best example is if I want to create a todo list application where I can create a new todo list and add to do items all at the same time. I would post to the todolist controller to
2006 May 10
9
noobie activerecord find query
In my webapp a todolist has many todo items. I am trying to display lists that are completed. By incomplete I mean that all the items in that list are done (booolean = true). I hope to have a list of active lists and complete lists on one page. I''m no ruby expert by any means so I think I have to ''pipe'' some results into another query?? Can you help please? -- Posted
2006 Mar 15
5
Passing params to a component
I see from http://rubyonrails.org/api/classes/ActionController/Components.html that is possible to pass paramaters to a component. I don''t understand the exact syntax. I''m trying: @master_id = @params[''master_id''] in the components controller but it is not working. ==== Details: In my calling view I have: <%= h(@opportunity.id) %> <div
2011 Nov 19
2
Using todolist (abstract spoon) from ubuntu 11.10 ?
Hello all, I wish to run todolist 6.3.8 (http://www.codeproject.com/KB/applications/todolist2.aspx) on ubuntu 11.10. I have installed the latest wine and winetricks. I have tried running: http://www.codeproject.com/KB/applications/todolist2.aspx winetricks vcrun2005 winetricks vcrun2008 winetricks vcrun6 Which installed all of the components. When I went to run todolist.exe, it started fine
2006 Mar 15
0
Ajax_generator as a component for master/detail use?
I''m experimenting with the Ajax Generator for the first time and I''m trying to setup a master/detail edit page. My goal is to display both the Master info and the detail records on a single page. And allow detail records to be created/edited/deleted on the fly. Not sure its possible, but that''s what I''m trying to do. === Details I have an existing master
2011 Jan 22
1
How to run 'Todolist' under Wine?
Dear Wine Team, I would need to run the Todolist tool (Download URL: http://www.codeproject.com/KB/applications/todolist2.aspx?msg=3744449#xx3744449xx) using my new Ubuntu Laptop (Ubuntu 10.04 LTS with Wine 1.1.42) I have given the execute permissions to the program. I also don't need all the dLLs in it.The basic version of 'Todolist.exe' and 'EncryptDecrypt.dll' are
2011 Dec 09
0
Re: Using Todolist (abstract spoon) from Ubuntu 11.10
http://bugs.winehq.org/show_bug.cgi?id=29280 is now fixed, the next release of wine won't need comctl32 to let ToDoList start up. You do have a ~/.wine, it's just hidden by default. If you find a repeatable recipe for that hang, and/or if 'winetricks msxml3' helps, let me know so we can file a bug.
2010 Dec 13
2
AudioSurf - Runtime error
Hello, Just trying to get Audiosurf to work under wine 1.3.8. I'm running 64-bit GNU/Linux with 32-bit wine (64-bit Wine Prefix). When I launch Audiosurf everything goes well and it loads up to the main screen. I choose my character, and then move onto the song selection. I head to "My Documents" (/home/user) and pick a .mp3 out of there. The the game heads to the loading screen,
2012 Aug 08
1
Creating ToDo List App
Hi, New Rails user here trying to create a basic todolist app in rails 3.2.6 and running into some foreign key issues. Here''s what I did... I generated scaffolds list title:string & task description:text listname:string Next, in order to link the listname for Tasks and the list titles in the Lists I generated a migration file which looks like this class AddListIdToTasks <
2009 Jan 12
3
Debugger crashes - how to find the problem?
I'm trying to run a CAD (vector graphic) program (doesn't appear in the AppDB). I'm getting the following error. How can I digg more in order to be able to run it properly? > > fixme:win:EnumDisplayDevicesW ((null),0,0x32f79c,0x00000000), stub! > fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10028 0x00000000 > fixme:win:AnimateWindow partial stub >
2009 Apr 07
5
google stylebuilder / layout 2
Google Sketchup 7 Pro works reasonable fine. Stylebuilder and Layout 2 not although Mono 2.2 was installed via winetricks konsole: env WINEPREFIX="/home/peter/.wine" wine "C:\Programma Bestanden\Google\Google SketchUp 7\Style Builder\Style Builder.exe" konsoel answer: fixme:mscoree:_CorDllMain (0x7c4c0000, 1, 0x1): stub fixme:actctx:parse_depend_manifests Could not find
2006 Jul 05
3
Calling render_to_string from a view
I''m playing around with a list of todos, which I want to render as <ul>''s that can nest to an arbitrary level, so I wrote this as a helper method: def print_todo(t) str = "<ul>\n\t<li>" str += render_to_string(:partial => ''todo'', :object => t) + "\n" t.children.each { |c| str +=
2011 Apr 19
0
source questions & intentions to patch: yp-timing & auth
Hi Robin, First, please let me state that I'm not xiph, nor an IceCast maintainer, all I'm saying here are my views, but, as nobody answered your mail, I guess it's better than nothing. Robin Gareus <robin at gareus.org> writes: > Looking at the SVN repo: there's 30+ commits since the 2.6.2 release; > the last one from August 2009. Are there any intentions to roll a
2011 Jul 25
7
Adding a folder to my rspec execution path
Hi guys, I''m using RSpec with Capybara, and for that I created the spec/integration folder. But when I execute the command "bundle exec rspec spec" RSpec don''t execute my files on integration folder. I need to pass each file to solve this problem. Do you known how I can put the integration folder on rspec execution path without need to pass each file? Thanks, Pablo
2006 Jan 18
1
Problem with OCI in Apache
My Application runs fine when run on webrick, but throws up database error when run from apache. this is the copy of the FULL TRACE i get /usr/local/lib/ruby/site_ruby/1.8/oci8.rb:131:in `create'' /usr/local/lib/ruby/site_ruby/1.8/oci8.rb:131:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/oci_adapter.rb:515:in
2006 Apr 25
4
Newbie - Grouping of items...
I''m trying to build a dashboard type page (similar in function to basecamp''s) where I can show the last 5 updated items from my 3 differing models, then grouped together by project. Solution ideas: (1) Is it best to create a log model where everytime I add or update another model (like messages, comments, lists etc) an enrty gets added to the log along with the project. I
2014 Apr 19
1
RFC: sharing config interrupt between virtio devices for saving MSI
Hi all, I'm working on this item in Upstream Networking todolist: | - Sharing config interrupts | Support more devices by sharing a single msi vector | between multiple virtio devices. | (Applies to virtio-blk too). I have this solution here, and only have draft patches of Solution 1 & 2, let's discuss if solution 3 is feasible. * We should not introduce perf regression in
2014 Apr 19
1
RFC: sharing config interrupt between virtio devices for saving MSI
Hi all, I'm working on this item in Upstream Networking todolist: | - Sharing config interrupts | Support more devices by sharing a single msi vector | between multiple virtio devices. | (Applies to virtio-blk too). I have this solution here, and only have draft patches of Solution 1 & 2, let's discuss if solution 3 is feasible. * We should not introduce perf regression in