Displaying 7 results from an estimated 7 matches for "tomwilcoxen".
2005 Aug 10
3
Limit to the number of draggables?
I''m wondering if there''s a max number of draggables. I have a
situation where there are something like 60-80 draggable items and
they work fine on the test server with only a handful of items, but in
production with the full load they no longer work. It''s possible
there''s something else different -- somehting with style sheets or
something, but I wanted to see
2005 Aug 15
6
Possible to scroll window when user drags a draggable?
It doesn''t seem to be possible, but perhaps somebody knows a trick. I
have some lists that get too long and users can''t drag from list 10,
for example, to list 1. Is there a way to get the browser window to
scroll as they drag the item up?
Thanks!
Tom
2006 May 24
4
pdf on the fly
In my rails app I need to create pdf reports on the fly. I have
installed railspdf, wich is working fine. But, how can I create tables
and paragraphs and stuff? Can I mimic an .rhtml file (using <% for
...%> etc? Or is it wise to use Ruby::PDF directly? Is there anyone out
there with experience in this, and who is willing to share his findings?
Thx
--
Posted via
2006 Mar 29
7
Dreamhost upgraded 1.1 - app doesn''t work
Does anyone know how long it will be until Dreamhost get''s the Rails 1.1
install running correctly?
My site has been down since last night at about 7:00 pm (I think).
It''s annoying, and are a lot of others having this problem too?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2006 Feb 21
8
pdf generators
Hi Folks,
Could you please comment on various PDF generators that one may use.
Thanks.
Lalit
Send instant messages to your online friends http://au.messenger.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060221/8b319788/attachment.html
2005 Aug 08
0
Sortable or dragdrop to move items from one collection to another?
I need to present the user with a collection of players and one to many
teams. The user can drag a player to a team or from one team to another.
I started out using plain drag-drop, but was having trouble updating both
the from list and the to list. E.g. if a player goes from team1 to team2 I
need to update both of those divs. I can do the team2 div easy enough, but
the player record still
2005 Aug 08
0
getting rid of dropped droppables
I need to allow the user to move items from one to another div (it
seems like it should be simple). If I set :revert => true on the
droppable then the item flys back even when the drop is successful. If
I set it to false it almost works as I need, but the droppable sits on
screen even after my div is updated. I want it to not exist in the
originating div and to be present in the target div