search for: listitems

Displaying 20 results from an estimated 71 matches for "listitems".

Did you mean: listitem
2006 Mar 16
1
Patch: patches for smbmount opton documentation ( smbmount.8.xml )
Hi, I use samba on Linux 2.6 and 2G over size file sharing. It seems smbmount '-o lfs' need to use with large file. but default man page doesn't say this option. I want to edit smbmount.8.xml for lfs and unicode option. I believe using mount.cifs is right way on latest Linux. But one of the implementation smb_clients tools take this lazy option. Is it right way to change of man page
2009 Oct 24
6
Working with ListCtrl and ListItem
Hi List, I''m trying to get my ListCtrl to work. Currently I''ve managed to fill my ListCtrl with items, but I think it''s not the most beautiful way: class MyList < Wx::ListCtrl def initialize(parent, *args) super(parent, :style => Wx::LC_REPORT|LC_HRULES ) create_layout fill_list end def create_layout self.insert_column(0, "Name")
2008 Jan 09
4
Using Prototype - Getting Javascript Error - "Object doesn't support this property or method"
I have the following javascript being called on my site and I am getting a Javascript error - "Object doesn''t support this property or method". The error is invoked on the line that has - "listItems = $ ("vidList").childElements("li");". The purpose of the Javascript is two fold: ''swapVideo'' to change the Youtube video and ''assignB'' to change the bullet for the <li> from grey to yellow (yellowdot). This needs to be invoked whe...
2007 Jun 15
0
Branch 'as' - 4 commits - libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_object.c libswfdec/swfdec_player.c
libswfdec/swfdec_as_frame.c | 3 ++- libswfdec/swfdec_as_object.c | 3 ++- libswfdec/swfdec_player.c | 16 ++++++++++------ 3 files changed, 14 insertions(+), 8 deletions(-) New commits: diff-tree 51bdd4e30a331ac9d4c21748097323187eed89f9 (from e415c0893f4316b99bbec0eb418b9664efee2b99) Author: Benjamin Otte <otte at gnome.org> Date: Fri Jun 15 19:38:26 2007 +0200 mark the
2007 Jul 27
1
Wx::ListItem data
Hi all, i have a question: i need a Wx::ListItem to wrap my content but i get a strange result... irb(main):001:0> require ''wx'' => true irb(main):002:0> li = Wx::ListItem.new => #<Wx::ListItem:0x281610c> irb(main):003:0> li.set_data(3) => nil irb(main):004:0> li.get_data => 7 any hint? thank you, fabio.
2009 Oct 10
1
documentation bug?
Hi, I'm thoroughly RTFM'ing in order to find out what I'm doing wrong <http://lists.samba.org/archive/samba/2009-October/thread.html#151046> and I noticed that links from the *Samba-HOWTO-Collection* to the *manpages-3* don't work... the problem is that both documentation sets are on different directories but links don't include a path (nor absolute, nor relative).
2006 Nov 13
0
ListCtrl / ListItem
The attached patch builds upon Sean''s neat work adding the ListItem constants. Instead of passing a ListItem into ListCtrl#get_item, you now pass the row and optionally the column you want info for, and get a ListItem back. This was suggested by how wxPython works, according to the docs. I hadn''t realised until now, but %extend does work correctly with directors - so as
2006 Mar 28
3
ListItem patches
Hi Attached, patches to implement ListItem. This class, in wxruby 0.6.0, allows styling of individual items in a ListCtrl, via a particularly clunky API. In disambiguating the overloaded ListCtrl#set_item method it introduces one non backwards-compatible change. I''ve followed the WxPython convention as described in the Wx class ref, renaming set_item(index, col, string, imageid) to
2006 Nov 15
0
[740] trunk/wxruby2: API - Make ListCtrl#get_item return a ListCtrl item corresponding to a row and
<!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 04
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_native_function.h
doc/Makefile.am | 1 doc/swfdec-sections.txt | 3 libswfdec/swfdec_as_array.c | 1 libswfdec/swfdec_as_boolean.c | 2 libswfdec/swfdec_as_internal.h | 4 libswfdec/swfdec_as_native_function.c | 156 ++++++++++++++++++++++++++++++++++ libswfdec/swfdec_as_native_function.h | 21 ++++ libswfdec/swfdec_as_number.c
2009 Sep 10
0
TOSHAG-Passdb.xml translate finished and some typo found
Now, TOSHARG-Passdb.xml translate to Japanese finished(3.4.0 base). And some typo found. Many people ask why Samba cannot simply use the UNIX password database. Windows requires passwords that are encrypted in its own format. The UNIX passwords can't be converted to ---- Windows? UNIX-style encrypted passwords. Because of that, you
2011 Dec 12
4
Improve a browse through list items - Transform a loop to apply-able function.
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20111212/5611c696/attachment.pl>
2007 May 01
1
How to insert item to ListCtrl
The only way I know to use ListCtrl is to call ListCtrl#set_item_count and define a callback function on_get_item_text(item, col) How can I insert Listitem one by one, that each Listitem is composed with several string -- flyerhzm@hotmail.com _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jun 15
0
Branch 'as' - 4 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c test/trace
libswfdec/swfdec_movie.c | 5 +---- libswfdec/swfdec_player.c | 36 ++++++++++++++++++++++++++++++++++++ libswfdec/swfdec_sprite.c | 4 +++- test/trace/trace.c | 27 ++++++++++++++++++++++++--- 4 files changed, 64 insertions(+), 8 deletions(-) New commits: diff-tree 0b6e91a7cfe6614977c78321d3e19bf8e8035f9d (from d8b550fa5c0a47912941ab3e3bb0358fa3c481e9) Author: Benjamin Otte
2012 Aug 30
2
[PATCH 01/11] vmci_context.patch: VMCI context list operations.
Signed-off-by: George Zhang <georgezhang at vmware.com> --- drivers/misc/vmw_vmci/vmci_context.c | 1245 ++++++++++++++++++++++++++++++++++ drivers/misc/vmw_vmci/vmci_context.h | 174 +++++ 2 files changed, 1419 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/vmw_vmci/vmci_context.c create mode 100644 drivers/misc/vmw_vmci/vmci_context.h diff --git
2012 Aug 30
2
[PATCH 01/11] vmci_context.patch: VMCI context list operations.
Signed-off-by: George Zhang <georgezhang at vmware.com> --- drivers/misc/vmw_vmci/vmci_context.c | 1245 ++++++++++++++++++++++++++++++++++ drivers/misc/vmw_vmci/vmci_context.h | 174 +++++ 2 files changed, 1419 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/vmw_vmci/vmci_context.c create mode 100644 drivers/misc/vmw_vmci/vmci_context.h diff --git
2009 May 12
5
TYPO: The Official Samba 3.2.x HOWTO and Reference Guide
I had translated TOSHARG into Japanese. I found TYPO in the paragraph of "About the Cover Artwork". The contents are as follows. ---------------------------------------------------------------------------------------- the actions of those who have travelled lifes' road before us, ------ life's
2006 Mar 25
2
Calling an action in another controller
I have two controllers, one for lists and one for list items. When I''m viewing a list I''d like to have a link to create list items within that list. How do I go about calling an action in the listitems controller to create a new item within that specific list? Thanks -- Posted via http://www.ruby-forum.com/.
2010 Jul 09
1
Data Frame Manipulation using function
Hi all, I have a data frame for which I want to limit the output by checking whether row values for specific column meets particular conditions. Here are the more specific details: I have a function that checks whether an input string exists in a defined list:- checkBaseLine <- function(s){ for (listItem in WHITELIST){ if(regexpr(as.character(listItem), s)[1] > -1){ return(TRUE) } }
2007 Jan 12
9
Nil object in E1 capture the order
I''m following the depot application in the rails bible Agile Web Development with Rails. In interation E1 NoMethodError in Admin#checkout Showing app/views/admin/checkout.rhtml where line #12 raised: You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.include? Extracted source (around line #12):