search for: spacer

Displaying 20 results from an estimated 44 matches for "spacer".

Did you mean: space
2005 Oct 16
1
prototype help needed - how to get started
...nclick, I like to execute a specific function. How would I do that using prototype? Thank you in advance for your help. <div id="fm-navbar"> <ul> <li><img class="fm-btn-home" onmouseover="return escape(this.alt)" src="images/spacer.gif" alt="Top level" title="Top level" width="16" height="16" /> </li> <li><img src="images/btn_spacer.gif" alt="" width="2" height="16" /> </li> <li><img class...
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...
...he type: Manifest: > # Test NetApp volume provider > netapp_volume { ''v_puppet_test'': > ensure => present, > initsize => "1g", > aggregate => "aggr01", > spaceres => "none", > } > Type: > Puppet::Type.newtype(:netapp_volume) do > @doc = "Manage Netapp Volume creation, modification and deletion." > > apply_to_device > > ensurable do > desc "Netapp Volume resource state. Valid values...
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 src="images/spacer.gif" width="20" height="20"> </li> </ul> </div> I have a little unordered list like the one abo...
2008 May 11
4
Choosing a Sizer
...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 16px filler|spacer|border (for window resizer, bottom-right corner, on Mac OS X) for SOUTH and EAST and 5/16 px for NORTH and WEST What i want as a layout; +---- 5/16 px | +---...
2007 Aug 02
2
Do the :attributes and :content matchers work
...9; in the before :each block. As I said I would expect this to fail but it does not. I am trying this because in the <my_app>/vendor/plugins/rspec_on_rails/spec/rails/dsl/view_spec_spec.rb file there is an example describe "A view that includes a partial using :collection and :spacer_template", :behaviour_type => :view do before(:each) do render "view_spec/partial_collection_including_template" end it "should render the partial w/ spacer_tamplate" do response.should have_tag(''div'', :content => ''...
2005 Oct 11
5
show message while loading - ajax
...= "url(images/spinner.gif)"; $("fm-viewstatus").style.backgroundRepeat = "no-repeat"; $("fm-viewstatus").style.backgroundPosition = "50% 50%"; } function hideLoading() { $("fm-viewstatus").style.backgroundImage = "url(images/spacer.gif)"; } _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2006 Jan 25
2
inserting column headings between grouped rows
...header row row 11/11/2004 row 11/11/2004 header row row 11/23/2004 I''m currently rendering the rows like so: render :partial => ''item'', :collection => @items I''m curious if there''s a a way to keep track of a date value between insert a spacer each time it changes. I couldn''t find one looking over the docs. Anyone had to deal with this? As always, any help is greatly apreciated, pt. -- Parker Thompson http://www.parkert.com/ 510.541.0125
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/listin...
2005 May 31
9
Can shorewall be setup in a datacenter environment?
................................. ReadySpace Network Pte Ltd 60 Kaki Bukit Place Eunos Techpark #02-07 Singapore 415979 ................................................................ Sales 6848 6911 Fax 6848 6922 Support 6848 4464 Hp 9740 7822 <http://www.readyspace.com/logos/spacer.gif> <http://www.readyspace.com/logos/navy.jpg> More than just hosting ... http://www.readyspace.com <http://www.readyspace.com/> Information in this message is confidential. It is intended solely for the person or the entity to whom it is addressed. If you are not the intende...
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
...ol = 1, heights = unit(c(1, .5, 1), c("null", "inches", "null")), respect = matrix(c(0, 1, 0))) vp1 <- viewport(layout.pos.row = 1, name = "vp1", just = c("center", "bottom")) vp2 <- viewport(layout.pos.row = 2, name = "spacer") vp3 <- viewport(layout.pos.row = 3, name = "vp3", just = c("center", "top")) # Create plots theme.padding <- list( layout.heights = list( top.padding = 0, main.key.padding = 0, key.axis.padding = 0, axis.xlab.padding = 0...
2005 Dec 31
2
Validation errors not displaying and will not save
...e'') %> <%= form_tag({:action => "image_save"}, :method => "post",:multipart => true )%> <table> <tr> <td>Image Title<br/> <%= text_field(:web_image, :title) %></td> <td width="30">&nbsp;<!--spacer--></td> <td rowspan="3"> Image File <%= file_field(:uploader, :uploaded_file) %><br/><br/> Upload another? <%= check_box(:uploader, :another?, {}, :true, :false)%> </td> </tr> <tr> <td>Subtitle<br/> <%= text_f...
2009 Apr 03
2
Problem with spacing
...<object class="wxComboBox" name="groupCombo"> <tooltip>Select Group</tooltip> <value></value> <content /> </object> </object> <object class="spacer"> <option>1</option> <flag>wxEXPAND</flag> <border>5</border> <size>40,0</size> </object> <object class="sizeritem"> <option>0</opti...
2008 Sep 17
1
[ANNOUNCE] compiz-0.7.8
...om core. Users that entered opacity matches should enable the obs plugin and enter the matches there. Enhanced timer infrastructure to allow synchronization of execution of multiple timer callbacks. Added matching for window's alpha channel (match type rgba=[0|1]). Reflect new Metacity "spacer" button type in gtk-window-decorator. Various bugfixes. Translation updates. Regards, Danny Changes since compiz-0.7.6: Aaron Plattner (1): Handle sync alarm events on screens other than the last. C-F Language team (4): new translations and updates l10n updates...
2008 Mar 18
14
Proposal for an improved API for Sizer (and ToolBar)
...t; kwa[arg_name] else # use the default argument out_args << arg_value end end out_args rescue Kernel.raise ArgumentError, "Bad arg composition of #{mixed_args.inspect}" end end class Wx::Sizer # Add or insert an item (window, child sizer or spacer) to the sizer. # A spacer is defined as an array containing the width and the height. # Other arguments are optional and may be specified by position or via # keyword. # If index = -1, the item is added at the end. Otherwise, the item is # inserted at index. # Equivalent signature for p...
2003 Nov 01
4
Bug with partial IMAP fetches
...e/side_ads/TWS-Wrld-2.gif" width="180" height="100"></a> </TD></TR></TABLE> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="720"><TR> <!--********************************SPACER CELL********************************--> <TD ALIGN=LEFT VALIGN=TOP ROWSPAN="1" WIDTH="4"><IMG SRC="/world/image/dot_red.gif" WIDTH="4" HEIGHT="1" BORDER="0"></TD> <!--***************************...