Displaying 20 results from an estimated 44 matches for "spacers".
Did you mean:
spacer
2005 Oct 16
1
prototype help needed - how to get started
Hello,
Despite Sergio''s excellent documentation on prototype, I’m still struggling
to get started. I hope somebody is able to help me a with a little example
to get me going.
Please see html code below – I have this little navigation bar and I like to
add some events/functions to the buttons.
Let’s say, onmouseover, I like to change e.g. the background-color of the
button and
2007 Dec 28
4
wxSizerItem show() method
...#<SWIG::TYPE_p_wxSizerItem:0xb5eedf44> (NoMethodError)
Is this just something that hasn''t been added because people don''t
manipulate wxSizerItems much, or is it something deeper than that? Or am I
doing something stupid?
The reason this comes up is that I am trying to use spacers in a dynamic
way, "collapsing" them with show(false) when needed.
Thanks,
Bob
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2012 Nov 07
2
Custom Type & Invalid Parameter...
Hi All
As per my various other Posts, I''m writing a customer type and provider set
for NetApp support..
My current problem is that the ''puppet device -v'' run keeps failing with:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
> Invalid parameter aggregate at /etc/puppet/manifests/site.pp:30 on node
> actint-star-nactl01
>
Now
2007 Feb 19
2
Sizer question
First, Thank you, thank you, thank you for those who put wxRuby
together. I''m thrilled to be able to write GUI code in Ruby!
I''m hitting some confusion about how Sizers work. I''ve read the
tutorials and the section in the wxWidgets book but I still can''t
seem to figure this out.
Here''s an example of my code:
parent = Wx::Panel.new(frame, -1,
2009 Mar 29
2
Burt table from word frequency list
Dear all,
I have a word frequency list from a corpus (say, in .csv), where the
first column is a word and the second is the occurrence frequency of
that word in the corpus. Is it possible to obtain a Burt table (a
table crossing all words with each other, i.e., where rows and columns
are the words) from that frequency list with R? I'm exploring the "ca"
package but I'm
2009 Apr 02
1
Controlling vertical position
...have to be centered vertically, but they do
need to move down some. I''ve tried everything I can think of, nesting
other sizers in that sections, etc. but nothing seems to work correctly.
Would someone be so kind as to give me some ideas ... or point me at
some more tutorials on sizers and spacers. I''ve gone through all of them
I can find on the documentation site.
Thank you *VERY MUCH* ... in advance.
---Michael
--
Posted via http://www.ruby-forum.com/.
2005 Nov 08
1
Event.observers - I''m totally list - please help
Hello,
I need some help on how to use the Event.observers - thank you in advance
for your input.
<div class="navcontainer">
<ul id="nav">
<li class="button">
<img src="images/spacer.gif" width="20" height="20">
</li>
<li class="button">
<img
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and
"etc/threaded.rb" to build my first wxApp.
I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to
"Wx::FlexGridSizer").
I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time
of writing it''s growing only vertically.
And also how to get
2007 Aug 02
2
Do the :attributes and :content matchers work
[Rails plugin 1.0.5]
Hi,
I am looking for some guidance.
When working on a partial which looks like this
<div class="bug" style="width: 100%;" />
I have some examples which should fail - I think - but do not:
it '' should fail'' do
response.should have_tag( ''div.bug'', :content => ''There is no
2005 Oct 11
5
show message while loading - ajax
Hello,
Could anybody please tell me how I would show a message or an image while
the ajax request gets processed?
thank you in advance for your help.
this is what I came up with but it doesn''t really work:
function getHTML() {
var url = "./scripts/rfiles.php";
var par = "";
var myAjax = new Ajax.Updater("fm-viewdetails", url, {method:
2006 Jan 25
2
inserting column headings between grouped rows
Hello all,
I have what is conceptually a pretty simple poblem, but can''t think of
an obvious solution. I have a group of objects (@items), that I wish
to render as rows. Items have dates, and I wish to group them by that
date, inserting a header row each time the date changes e.g.:
header row
row 11/11/2004
row 11/11/2004
header row
row 11/23/2004
I''m currently
2007 Dec 28
4
static box sizing problems
...s the whole box, so it is always
mostly out of the frame. It is as if the static box were positioned
according to the minimum size, and then grown to the right, to respect the
requested box size. But this is clearly not what I want. I want the box to
be sized as requested, and then fit using the spacers.
How do I do that? Note that I tried using a panel inside my frame and
adding everything to the panel, but I got the exact same result.
Thanks for any help.
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinf...
2005 May 31
9
Can shorewall be setup in a datacenter environment?
Hi,
New here... I would like to setup shorewall on a dedicated box protecting a
mutiple web, mail and dns server in the datacenter. All the ip address will
be public ip (No LAN setup). I would also like to do traffic shaping and
install Snort as well in the same box.
Can Shorewall do all this? Is there any docs on that? Do i need to configure
Shorewall as a bridging firewall in order to do
2007 Dec 28
2
controls within a wxTreeCtrl
...m1 A B C
+ TreeItem2 A B C
where RootItem and TreeItem(s) are text labels, and A, B, and C, are simple
buttons with icons on them.
I am starting to think that I will have to synthesize the entire thing using
sizers. Would it even be possible in the wx model to dynamically add/remove
items and spacers to create a tree-like behavior? Thoughts?
Thanks,
Bob
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2012 Jun 20
2
exact relative positioning of lattice plots
Hello,
I have two lattice plots for which panel.height is fixed. I am trying to position them in a column so that there is exactly half an inch of vertical space between them. This would be a simple task if I were not fixing panel.height. But given that I am, I can't find a way to put exactly half an inch of space between the plots. Is there a way?
I've checked the Sarkar and
2005 Dec 31
2
Validation errors not displaying and will not save
Hello all,
I''m fairly new to rails so I''m probably doing something really stupid
here.... I have been banging my head at this for hrs now... I''ve tried
so many different things and nothing seems to get me any further...
I am trying to create an image uploading page that will simultaneously
create thumbnails to separate file directories and update the database
via
2009 Apr 03
2
Problem with spacing
I''m having the devil''s time trying to get things laid out correctly.
I''ve attached a screenshot so that you can get an idea of what I''m
seeing. I''ve got a very unattractive space under the two combo boxes,
and another one under the buttons. I don''t understand how to reduce
this.
I know it''s impossible to guess what idiocy I might have
2008 Sep 17
1
[ANNOUNCE] compiz-0.7.8
A new compiz release 0.7.8 is now available from:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz
which can be verified with:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1
7b8a67b5d5b4aa6a33fcf60691bfae757768ffa3 compiz-0.7.8.tar.gz
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1.asc
(signed by Danny
2008 Mar 18
14
Proposal for an improved API for Sizer (and ToolBar)
Hi all,
This is a proposal for supporting keyword arguments to Sizer#add
following the thread below :
http://rubyforge.org/pipermail/wxruby-development/2008-March/001244.html
After a deeper look at lib/wx/keyword_ctors.rb and
lib/wx/keyword_defs.rb, I understood the whole thing :-).
I just reused and modified slightly the method args_as_list.
The new Sizer#add_item combines the features of add
2003 Nov 01
4
Bug with partial IMAP fetches
An HTML attachment was scrubbed...
URL: http://procontrol.fi/pipermail/dovecot/attachments/20031031/84fb6a1b/attachment.html
-------------- next part --------------
X-UIDL: 61c08992b287bf24b6fff123164620b2
Return-Path: <mreimer@vpop.net>
Delivered-To: krista@vpop.net
Received: from vpop.net (bilbo.vpop.net [65.103.33.41])
by boromir.vpop.net (Postfix) with ESMTP id 6B7D43A60F6
for