search for: unrend

Displaying 5 results from an estimated 5 matches for "unrend".

Did you mean: unread
2007 Sep 28
0
Trouble with Team Fortress 2
...problem trying to run TF2. I'm running on the latest git, or wine-0.9.45-426-g71d70f0, and appear to be having a similar problem. I have a gzip of a log with WINEDEBUG=+tid,+seh,+loaddll,+d3d,+d3d_shader, +d3d9 [1], running Steam and attempting to launch TF2. When I run it, I end up with an unrendered fullscreen window (that is, a top-level window that hasn't been rendered on and stands as a frozen snapshot of my desktop prior to launch, including a clock : that no longer blinks). I have to give -9 to hl2.exe in order to stop it. ????????Card is an NVIDIA GeForce 7800 GT, running on G...
2007 Mar 29
1
improving on: truncate(..) + rendered text ?
...ken text with Hpricot (as I use it elsewhere in the project), but it''s not perfect: <h1>abcd</h would give <h1>abcd</h</h1> (I also use white_list to clean the <script>..) I guess there are only 2 alternatives: - a smart html_truncate(..) or - "unrender" the text (html => plain text) Has anybody explored those directions? TIA Alain Ravet. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send ema...
2008 May 20
6
[Bug 16031] New: nv11 + KDM/KDE: No UI elements/text rendered
...op.org ReportedBy: silverpower at bellsouth.net QAContact: xorg-team at lists.x.org Using RAOF's latest Ubuntu packages for 8.10, I've managed to get X11 to appear in a decent resolution. Which, unfortunately for me, is all that goes right. Almost all UI elements are left unrendered - kicker is nearly blank, konsole has no text, and KDM is a near-complete blank. Not to mention that the few elements I can visibly see are somewhat sluggish. Looking in /var/log/messages shows a whole bunch of PGRAPH_ERRORs. I've attached the relevant logs. -- Configure bugmail: http:/...
2006 May 31
5
undefined method `redirect_to''
Hi all I have followed this tute: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger to get rails running and all is fine except for getting: undefined method `redirect_to'' when I load my test page. I have the following in my xx.rhtml: <%= select :group, :user_id, find_all_groups, {}, {:onclick => select_group, :size => find_all_groups.size + 1}
2006 Jun 21
8
Sans Periodically call remote-- possible?
I was wondering, imagine this situation. You have browser 1 on machine 1 and browser 2 on machine 2. I created a div so that I can update certain elements on the database. Is it possible to have the data rendered on browser 2 using ajax but without using the periodically call remote? Is it possible to use the submit event from browser 1 to trigger browser 2 to update? thanks, Bing --