Displaying 20 results from an estimated 5000 matches similar to: "Colouring ''text_area'' plus scrollbar on view"
2006 Nov 29
1
usrmgr.exe issues
Hi
I have set up my own domain on Debian stable (3.0.14a-3sarge2) and can log in etc.
I have just gone to administrate my user accounts using the server tool (usrmgr.exe) from microsoft (i know it is not the problem of samba to support these but...) when i select my new domain 'EDDU' i get the error:
"the specified local group does not exist"
Having read pretty much every
2006 Sep 09
2
Not enough memory to run installer
I'm trying to install a game using Wine (Company of
Heroes Multiplayer Beta), but when I try to execute
the installer, I get the error:
wine: could not load
L"Z:\\home\\bratch\\CoHBeta_1_19_0.exe": Not enough
memory
Somebody on #winehq suggested I move it to
~/.wine/drive_c/, but this gave the same error.
The installer is 1.6GB, and I have tried to run it
with varying amounts of
2008 Jun 20
0
Slider as Scrollbar in a window
Hi,
I ran into deep problems using scrollbar features shown at
http://www.aldenta.com/examples/script.aculo.us/.
The scripts work as expected, but if i use the separate window effect
(based on prototype and script aculo us, too)
shown at
http://prototype-window.xilinus.com
the scrollbar doesn''t work anymore.
I tried and studied the source code for both subprojects but i have
really no
2006 Dec 31
0
[813] trunk/wxruby2/swig/classes: Added ScrollBar class
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Sep 27
2
text_area empty_clob()
Anyone know why my text_area field is being prefilled with
"empty_clob()" instead of simply being empty like I would
expect? I''m using Oracle 10g so I suspect it''s coming from
the oci8 driver somehow?
Here''s the code:
<% form_for :user do |f| -%>
<%= f.text_area :notes, :rows => 2, :cols => 32 %>
<% end -%>
It should be just an empty
2006 Sep 28
0
3DMark06 doesn't detect Pixel Shader 2.0
When trying to run 3DMark06, it doesn't detect at
least Pixel Shader 2.0, and therefore refuses to run
any tests.
I've tried with and without UseGLSL = enabled in the
registry, and Pixel Shaders are turned on.
Pixel shaders and vertex shaders are both detected as
3.0 by other apps, such as the Call of Duty 2.0 start
up process.
3DMark03 has a Pixel Shader 2.0. test, which it
detects and
2006 May 31
2
Nokia E60 , experience as SIP client
Hi
I want to check out from the members , about their
experience with Nokia E60 phone as SIP client , I was
able to register the phone , but my voice gets
broken during the calls . My other Wi-Fi VoIP SIP
phone are working fine
I also like to check out is there any other mobile
manufacture who have SIP supported porducts like Nokia
e-60
Thanks
2007 Jul 12
0
samba's characters encoding differs when guest and when by security = user ????
hello everyone
first to say that I'd greatly appreciate any help (smbd v.3.0.25b-2.fc7)
I'm trying to run CommuniGate ver. 4.1.8 on winXP and --Base to
\\some\uncpath
when:
guest ok = yes
guest account = cgpro
security = share
it works fine, but when I change a second later to:
security = user; valid users = cgpro, writeable = yes
it fails giving these errors:
Initiating CommuniGate Pro
2006 Jul 20
0
page.replace_html = Safar scrollbar bug?
If I replace the content of a div with new content which is too tall for
the browser window, I get a scrollbar on the right. -- So far so good.
But...
If I then replace the content with content which DOES fit inside the
browser window, Safari doesn''t remove the scrollbar! If I then resize
the window ever so slightly, the scrollbar disappears. -- It ONLY
happens in Safari.
Has
2006 Mar 08
4
scrollbar doesn''t show on the right place when using partial( )
Hi,
I''m using partial() to connect ours pages togother,
however, one of the partials is larger than the other,
when it happens, instead of create a scrollbar on the
browser, a scrollbar appears at the end of the
partial, since the partial is in the middle of the web
site. it isn''t really good... So does some one know
how to remove the scrollbar on the partial and put it
on the
2006 Jan 21
1
text_area content with text_area and not text_area_tag ?
Hello,
Is it possible to fill the textarea content when using the text_area
function ?
Why there is 2 , + or - similar class : FormHelper and FormTagHelper ?
2007 Aug 17
3
Clear text_area value onfocus
Hi!
I have a "text_area" that looks like this...
<%= text_area ''business'', ''otherDigitalDesc'', "cols" => 25, "rows" =>
4, "value" => "Enter Description if Yes..." %>
Right now, if I submit it, it adds "Enter Description if Yes" into the
database. It would be nice to not have it enter
2004 Oct 21
0
Re: wxRuby: How to add a scrollbar to a Wx::Notebook tab
I''m going to cross-post this to the wxRuby ML because I know of at least one
wxRuby expert who does not subscribe to ruby-talk.
Curt
Stephan Kämper [mailto:Stephan.Kaemper@Schleswig-Holstein.de]
>
> Hi all,
>
> having just started to work with wxRuby, I would like to
> - display a Wx::Notebook
> - with several widgets in each row
> - where the text field in the row
2006 Apr 06
2
text_area and :value
I''m trying to use the text_area() method and would like to populate the
text block with initial text.
According to this: http://dev.rubyonrails.org/ticket/3752 there was a
fix put in place, but I''m ont sure how to integrate this.
How do I get the :value parameter to show up within the textbloc instead
of the html attributes?
--
Posted via http://www.ruby-forum.com/.
2008 Jul 28
0
text_area value
Hey,
I have existing threads with two fields: title and text. When a user
clicks "edit", I say, in the new thread form:
<% form.text_area :text, :value => params[:text] %>
params[:text] = the text in the thread which the user wants to edit.
It works fine most of the time, but if I made a new thread and had
linebreaks, clicking edit fails.
New form:
text:
sdfjksdfj
sdfjsdf
2008 Mar 03
1
How change text_area form helper into rich text entry area/control?
Do you know how to render a rich text input area (with HTML formatting
buttons (bold, italics, etc., available?)
In RoR I''m hoping this is very easy to pull off?!?
<%= text_area ''blogentry'', ''entry'' %></p>
TO
<%= rich_text_area ''blogentry'', ''entry'' %></p> ???
Haven''t found
2013 Mar 13
2
Form_for text_area
Hi all, Since I am new to ruby on rails. I''m stuck in some minor issue.
I am using form_for in my view.
In that I am using a text text. So, My question is, how to add a default
value to the text_area along with the row and col values.
Please help me out ASAP.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2008 Jan 22
4
newlines in text_area
Hi @ all
I would like to enter a text with a text_area into the database. It runs
excellent. But when I want to show the entered text in the show view,
all newlines (paragraphs) are deleted and the text is only one block.
How can I save the returns (newlines) too?
Thanks for helping!!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received
2002 Aug 13
1
tcltk - text widget with a scrollbar?
Can anyone show me how to connect a scrollbar to a text widget
using the tcltk library? I'm confused about how to make sure the
two widgets know about each other and how to set up the
appropriate call-backs for scrolling.
Mike
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2011 Mar 26
1
Scrollbar visibility
When I added more entries than would fit vertically in a PXE boot
menu (Cobbler's, using menu.c32), I wondered why there wasn't a
scroll bar. Finally I realized there was one but it didn't look
very different from the existing screen border. I changed the
color to increase its visibility.
However, it still doesn't give a good visual clue that it IS a
scrollbar.
Would it be