search for: getitem

Displaying 12 results from an estimated 12 matches for "getitem".

Did you mean: get_item
2006 Apr 24
0
table.getItem(1,1).icon=ic
Helmut, If I understand what you''re asking, I think the solution is to call create() on ic2 before using it: ic2.create @table.getItem(1, 1).icon = ic2 If this does not solve your problem, please try to express your question more clearly. Hope this helps, Lyle On Apr 24, 2006, at 1:36 AM, Helmut Hagemann wrote: > High > ? > i have trouble with FXTable > > setItemIcon(row, column, icon) > Modify cell icon,...
2007 May 19
3
table with no row headers
Is this the right way to turn off row headers? table.rowHeaderMode = LAYOUT_FIX_WIDTH table.rowHeaderWidth = 0 -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
2004 Oct 04
1
Button property not in FXTableItem for 1.2 ??
I''m using a table in an application, and it worked in 1.0 - but in 1.2 this line: @result_table.getItem(0,j).button=true gives this error: main.rb:91:in `display_result'': undefined method `setButton='' for Id:Fox::FXTableItem (NoMethodError) What am I doing wrong?? (Plus - it''s not in the RDoc anymore... where did it go?) -Rich
2010 Mar 17
0
getting text being entered into an FXTable cell
...uses an FXTable widget, and when the contents of a cell is being edited, I want to anticipate what the user wishes to enter (by matching the text with a previous entry), and present that for completion. (This is similar to how Excel works.) I''ve attempted to do this by using the FXTable getItem(currentRow, currentColumn).text method when a SEL_KEYRELEASE message is received, but this gets the previous text of the cell, rather than the text that is currently being entered. I could of course collect the keys pressed in response to SEL_KEYRELEASE in a private buffer, but this would mean I w...
2012 Dec 16
0
Bug: FXTable: programmatic deselection doesn't work as expected.
...s not possible, so I''ve tried to look for another solutions, and none of them work for me. The one which put me close to the solution was: "when the user select a cell, then the robot deselect it", something like this: table.connect(SEL_SELECTED) do |sender, selector, data| table.getItem(data.row, data.col).selected=(false) end Well this is curious, what happen'' when you click a cell?: It becomes with a ''SelBackColor'' blue, and it draw inside a kind of ''stipple'': following points surrounding the inner cell. What happen when I did the pr...
2013 Jan 22
0
[LLVMdev] Writing a new AA pass
...a, %Slice** %v store %Slice* %b, %Slice** %v1 ; ... %v6 = load %Slice** %v %v14 = load %Slice** %v1 ; ... %gep9 = getelementptr inbounds %Slice* %v6, i32 0, i32 0 %v10 = load double** %gep9 ; v13 = <index calculation> ; ... %addr = getelementptr double* %v10, i64 %v13 %getitem = load double* %addr ;... %gep18 = getelementptr inbounds %Slice* %v14, i32 0, i32 0 %v19 = load double** %gep18 ; v22 = <index calculation> ; ... %addr23 = getelementptr double* %v19, i64 %v22 %getitem24 = load double* %addr23 ---- /IR ---- Right now I'm forwarding alia...
2006 Nov 15
0
[740] trunk/wxruby2: API - Make ListCtrl#get_item return a ListCtrl item corresponding to a row and
...IMAGE_LIST_SMALL@|The small icon image list.| </span><span class="cx"> |@IMAGE_LIST_STATE@|The user-defined state image list (unimplemented).| </span><span class="cx"> </span><del>- - </del><span class="cx"> h3(#ListCtrl_getitem). ListCtrl#get_item </span><span class="cx"> </span><del>- Boolean *get_item*(%(arg-type)ListItem% info) </del><ins>+ "ListItem":listitem.html *get_item*(%(arg-type)Integer% row, + %(arg-type)Integer% col...
2006 Nov 30
0
[765] trunk/wxruby2: Fixed item_data functions for ListCtrl, plus test
...mp;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-11-30 01:21:25 UTC (rev 765) </span><span class="lines">@@ -19,7 +19,10 @@ </span><span class="cx"> # deprecated: </span><span class="cx"> %ignore wxListCtrl::GetItemSpacing(bool isSmall) const; </span><span class="cx"> </span><ins>+// dealt with below </ins><span class="cx"> %ignore wxListCtrl::GetItem(wxListItem& info) const; </span><ins>+%ignore wxListCtrl::GetItemData; +%ignore wxListCt...
2004 Jan 15
10
Wx::ListCtrl#get_item method
Hi guys! I have a question (or a request?) on Wx::ListCtrl#get_item method. As you can see in the wxWindows reference, wxListCtrl::GetItem method of C++ is different from that of wxPython. C++ return value: boolean argument: wxListItem& info wxPython return value: wxListItem arguments: int ID, int column (optional) How about wxruby? >From the wxruby source code, wxruby looks similar to C++. However I''m not...
2019 May 24
0
Wine release 4.9
...rate API. mf: Create presentation clock on session creation. xaudio2: Fix 32-bit build. kernelbase: Duplicate more path API from shlwapi. kernelbase: Add QISearch(). kernelbase: Duplicate some of strings functions from shlwapi. mfplat: Handle null destination for GetItem(). mf: Slightly improve topoloader Load(). kernelbase: Use a helper to get character C1 type. kernelbase: Add string handling functions from user32. kernelbase: Add LoadString() exports. kernelbase: Add some more string handling functions from shlwapi. mfplat: Re...
2010 Oct 29
0
Wine release 1.3.6
...ion. Piotr Caban (20): jscript: Added VBArray stub. jscript: Implement VBArray constructor. jscrpt: Added VBScript.lbound() implementation. jscript: Added VBArray.ubound() implementation. jscript: Added VBArray.dimensions() implementation. jscript: Added VBArray.getItem() implementation. jscript: Added VBArray.toArray() implementation. jscript: Added VBArray handling to to_object(). jscript: Improved error handling in VBArray functions. jscript: Improved VBArray related tests. jscript: Add index, input and lastIndex properties to rege...
2019 Mar 15
0
Wine release 4.4
...propsys: Implement PropVariantToString(). propsys: Add VT_CLSID support for PropVariantToGUID(). propsys: Partially implement PropVariantToBuffer(). mfplat: Unlock section after finishing. mfplat: Initialize attribute array. mfplat: Implement IMFAttributes::{SetItem,GetItem}. mfplat: Implement IMFAttributes::DeleteItem(). mfplat: Implement IMFAttributes::GetItemByIndex(). mfplat: Add support for integer attribute values. mfplat: Implement IMFAttributes::GetCount(). mfplat: Implement IMFAttributes::{SetDouble, GetDouble}. mfplat: Add...