Displaying 20 results from an estimated 71 matches for "listitem".
2006 Mar 16
1
Patch: patches for smbmount opton documentation ( smbmount.8.xml )
...to change of man page of smbmount(8)?
or What should I do?
thanks
-nagata
--- samba-3.0.0/docs/docbook/manpages/smbmount.8.xml 2003-08-16
05:39:28.000000000 +0900
+++ samba-3.0.0.new/docs/docbook/manpages/smbmount.8.xml 2006-03-16
17:52:21.000000000 +0900
@@ -228,6 +228,15 @@
</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term>unicode</term>
+ <listitem><para>use unicode when communicating with server
</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>lfs</term><listitem><para>lar...
2009 Oct 24
6
Working with ListCtrl and ListItem
...dth(1,100)
self.set_column_width(2,150)
end
def fill_list
i=0
DataObject.find(:all).each do |data|
self.insert_item(i, data.name)
self.set_item(i,1,data.code)
self.set_item(i,2,data.description)
i = i + 1
end
end
I think it would be better to subclass Wx::ListItem and add instances
of this class to the List. Something like this (not tested):
class MyListItem < Wx::ListItem
def initialize(data_object, *args)
super(*args)
# here I need to add the column data, but I don''t know how
end
end
my_list.add_item(MyListItem.new(data_obje...
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 wh...
2007 Jun 15
0
Branch 'as' - 4 commits - libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_object.c libswfdec/swfdec_player.c
...ibswfdec/swfdec_player.c
@@ -901,18 +901,18 @@ swfdec_player_class_init (SwfdecPlayerCl
* call Javascript functions. Standalone Flash players understand a limited
* set of functions. They vary from player to player, but the most common are
* listed here: <itemizedlist>
- * <listitem><para>"quit": quits the player.</para>
+ * <listitem><para>"quit": quits the player.</para></listitem>
* <listitem><para>"fullscreen": A boolean setting (parameter is "true" or
- * "false")...
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,...
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 wit...
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...
2006 Nov 15
0
[740] trunk/wxruby2: API - Make ListCtrl#get_item return a ListCtrl item corresponding to a row and
...ss="cx">
</span><del>-
-
-
-
</del><span class="cx"> h3(#ListCtrl_getcolumn). ListCtrl#get_column
</span><span class="cx">
</span><span class="cx"> Boolean *get_column*(%(arg-type)Integer% col, %(arg-type)ListItem% item)
</span><span class="lines">@@ -371,23 +361,21 @@
</span><span class="cx"> |@IMAGE_LIST_SMALL@|The small icon image list.|
</span><span class="cx"> |@IMAGE_LIST_STATE@|The user-defined state image list (unimplemented).|
</sp...
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
...* that takes the value. For the conversion, the default conversion functions
+ * like swfdec_as_value_to_string() are used. If not enough arguments are
+ * available, the function stops converting and returns %NULL. The following
+ * conversion characters are allowed:<itemizedlist>
+ * <listitem><para>"b": convert to boolean. Requires a %gboolean pointer
+ * </para></listitem>
+ * <listitem><para>"i": convert to integer. Requires an %integer pointer
+ * </para></listitem>
+ * <listitem>&l...
2009 Sep 10
0
TOSHAG-Passdb.xml translate finished and some typo found
...controls available in Windows NT4 compared with Samba
is shown in <link linkend="policycontrols">NT4 Domain v's Samba Policy Controls</link>.
--vs ?
<itemizedlist>
<listitem><para>Login ID.</para></listitem>
<listitem><para>UNIX UID.</para></listitem>
<listitem>
<para>Microsoft LanManager password hash (password converted
to upper-ca...
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
...file to
+ * communicate with the hosting environment. In web browsers it is used to
+ * call Javascript functions. Standalone Flash players understand a limited
+ * set of functions. They vary from player to player, but the most common are
+ * listed here: <itemizedlist>
+ * <listitem><para>"quit": quits the player.</para>
+ * <listitem><para>"fullscreen": A boolean setting (parameter is "true" or
+ * "false") that sets the player into fullscreen mode.</para>
+ * <listitem><para>"all...
2012 Aug 30
2
[PATCH 01/11] vmci_context.patch: VMCI context list operations.
...return VMCI_ERROR_INVALID_ARGS;
+
+ context = kzalloc(sizeof(*context), GFP_KERNEL);
+ if (context == NULL) {
+ pr_warn("Failed to allocate memory for VMCI context.");
+ return VMCI_ERROR_NO_MEM;
+ }
+
+ INIT_LIST_HEAD(&context->listItem);
+ INIT_LIST_HEAD(&context->datagramQueue);
+
+ context->userVersion = userVersion;
+
+ context->queuePairArray = vmci_handle_arr_create(0);
+ if (!context->queuePairArray) {
+ result = VMCI_ERROR_NO_MEM;
+ goto error;
+ }
+...
2012 Aug 30
2
[PATCH 01/11] vmci_context.patch: VMCI context list operations.
...return VMCI_ERROR_INVALID_ARGS;
+
+ context = kzalloc(sizeof(*context), GFP_KERNEL);
+ if (context == NULL) {
+ pr_warn("Failed to allocate memory for VMCI context.");
+ return VMCI_ERROR_NO_MEM;
+ }
+
+ INIT_LIST_HEAD(&context->listItem);
+ INIT_LIST_HEAD(&context->datagramQueue);
+
+ context->userVersion = userVersion;
+
+ context->queuePairArray = vmci_handle_arr_create(0);
+ if (!context->queuePairArray) {
+ result = VMCI_ERROR_NO_MEM;
+ goto error;
+ }
+...
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
...l,
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)
}
}
return(FALSE)
}
Now, I have a data frame for which I want to apply the above function for
all row values for a given column:-
This works fine when I define a condition like:
data <- data[data$urlType != 1,]
H...
2007 Jan 12
9
Nil object in E1 capture the order
...t_field :name, :size => 40 %> -->
13: </p>
I have a page with all the product listed. And I''m creating the list by
choosing from products on this page.
For database and model setting I have
product.rb
has many list_item
list.rb
has many list_item
list_item.rb
class ListItem
#belongs_to :list
#belongs_to :product
include Reloadable
attr_reader :product, :quantity
The lines I commented out will generate errors as follows
NoMethodError
undefined method `belongs_to'' for ListItem:Class
RAILS_ROOT: C:/INSTAN~1/rails_apps/test/config/..
Application Tra...