search for: itemdata

Displaying 17 results from an estimated 17 matches for "itemdata".

2006 Dec 03
0
[773] trunk/wxsugar/lib/wx_sugar/all.rb: Updated overview, deprecated itemdata
...kground:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[773] trunk/wxsugar/lib/wx_sugar/all.rb: Updated overview, deprecated itemdata</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>773</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-12-03 07:06:02 -0500 (Sun, 03 Dec 2006)</dd> </dl&g...
2008 Jun 19
5
No sub-menus in complex.c32
>> Hi, >> >> I have created my own custom menu using menu/complex.c as an example. >> This was way back in the syslinux 2.x days, so the menu system had not >> yet been converted to COM32. With a few minor changes, I now have >> this compiling and running under v3.63. The problem is that only the >> top level menu works. Trying to access any sub-menu
2006 Sep 07
2
A little bit of sugar
...d combines instantiating widgets with adding them to sizers (which has to be two steps in wxRuby). Especially useful for nested sizers. Still under development * ''menus'' : never deal with tedious menu ids again. Needs documenting and integrating with core classes. * ''itemdata'' : simulates itemdata, but using any ruby object. Not fully integrated yet. This is very much alpha - some of it is stuff that''s ripped from applications I''ve written, and not properly generalised yet. But hopefully it''s of interest. Please see the attached e...
2007 Mar 22
0
[912] trunk/wxsugar/lib: Overview documentation moved to lib/wx_sugar.rb
...Easy interface to using WxWidgets Sizers to arrange controls -# [menu] -# Create and update menus without a mess of system ids -# [wx_classes] -# Useful ruby methods added to individual Wx classes. -# -# === Deprecated extensions -# -# This module is deprecated and will soon be removed. -# -# [itemdata.rb] -# Linking ruby objects with wx controls; use the -# get/set_item_data methods in core wxruby2 instead. - - </del><span class="cx"> %w[ accessors delayed_constructors event_connector </span><span class="cx"> keyword_constructors layout menu wx...
2006 Dec 03
0
wxSugar 0.1.3 released
...the tar.gz file. == What''s new This is mainly a bugfix release, fixing some problems with KeywordConstructors for certain wxruby classes (thanks to Alex Speller for spotting these). It''s a recommended upgrade. There are some minor updates to reflect recent wxruby2 progress. ItemData modules are deprecated because the functionality they were covering for is now fixed in wxruby2 core. I doubt anyone was using them. == What''s WxSugar? WxSugar is a set of pure-ruby extensions to wxRuby''s port of the GUI API. The extensions aim to make writing wxRuby code more...
2006 Dec 23
0
[797] trunk/wxruby2/swig/classes/TreeCtrl.i: Traverse method moved to wxSugar
...@ </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp } </span><span class="cx"> } </span><span class="cx"> </span><ins>+ // Called on every tree item to do GC marking of itemdata </ins><span class="cx"> static void DoGCMarkItemData(void *ptr, const wxTreeItemId& item_id) </span><span class="cx"> { </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxTreeCt...
2004 Jul 16
2
TreeCtrl#get_item_data
Hi I saw from the ChangeLog that [get|set]_client_data was removed from ComboBox for 0.4.0 because the methods weren''t working properly. TreeCtrl#get_item_data still seems to be there. I was wondering if someone who understood the issue could say if TreeItemData might also be afflicted with the same problems? I seem to be segfaulting quite a bit (actually, on TreeEvt#get_item), but it disappears when I don''t use item_data. The methods are easy enough to fake in pure Ruby, so I don''t want to spend time chasing something I can work around....
2007 May 22
0
[1032] trunk/wxruby2/swig: Preserve Sizers associated with Windows from GC; fix several sample
...> %define GC_MANAGE_AS_WINDOW(kls) </span><span class="cx"> GC_NEVER(kls); </span><ins>+ +// Any sizer associated with the frame will be preserved by the default +// function. If subclasse of Wx::Window need to implement their own +// markfuncs (eg controls with ItemData), they probably need to call +// this function in their own mark routine if they may have a sizer +// associated with them. +%feature("markfunc") kls "GC_mark_wxWindow"; </ins><span class="cx"> %enddef </span><span class="cx"> </sp...
2006 May 26
8
Advanced text editor developed with WxRuby
I just joined this list, have info to share, and some questions. As background, I happen to be a blind person who uses a screen reader utility to operate the computer. I use the keyboard rather than mouse for input and the screen reader, called JAWS, provides output in synthetic speech. This generally works well for standard or common controls of Windows, which WxWidgets wraps (since they are
2018 Mar 02
0
Wine release 3.3
...ton: Do not select old font back after painting. po: Update Russian translation. kernelbase: Implement PathCchAddBackslash()/PathCchAddBackslashEx(). Owen Rudge (2): include: Define ipv6_mreq structure. wsdapi/tests: Add test for Publish. Piotr Caban (5): user32: Fix itemData passed in ListBox WM_MEASUREITEM message. user32/tests: Add listbox WM_MEASUREITEM tests. comctl32: Fix itemData passed in ListBox WM_MEASUREITEM message. comctl32/tests: Add listbox WM_MEASUREITEM tests. msvcrt: Fix misleading indentation in gets. Roderick Colenbrander (11...
2018 May 14
0
Wine release 3.0.1
...failure reporting in WritePrivateProfile* and add tests. Piotr Caban (8): msvcp100: Add Concurrency::details::_Concurrent_queue_base_v4 class stub. msvcr110: Add Concurrency::_Trace_agents function stub. msvcr100: Add _NonReentrantPPLLock at details class stub. user32: Fix itemData passed in ListBox WM_MEASUREITEM message. user32/tests: Add listbox WM_MEASUREITEM tests. comctl32: Update all items rects in TREEVIEW_RecalculateVisibleOrder. msvcrt: Fix misleading indentation in gets. msvcp100: Add _Runtime_object class implementation. Sebastian Lackner...
2006 Jan 20
7
Wine and Kaleidagraph
Hi. I am a recently debian user that don't know much about linux, but I work hard :). I was boring about MsWindows and I've decided to change, but I have to work with some Windows programs. Really I have a problem: I must use kaleidagraph in my work,I've seen that this program is available in the Programs database, so I've installed and upgraded my Wine. After that I have
2018 Jul 09
0
Wine release 3.12
...awn sorted listbox. user32/tests: Add some message tests for not an owner-drawn listbox. user32: Fix order of items passed in WM_COMPAREITEM data. user32: Fix the listbox sorting algorithm. user32: For an owner-drawn listbox without strings WM_MEASUREITEM still needs correct itemData. comctl32/listbox: Fix order of items passed in WM_COMPAREITEM data. comctl32/listbox: Fix the listbox sorting algorithm. oleaut32: Don't accept unsupported picture types in OleCreatePictureIndirect. oleaut32: IPicture::get_hPal() supports only bitmaps. oleaut32: I...
2007 Dec 28
0
Wine release 0.9.52
...tionW. wininet: Fix error return code in FindFirstUrlCacheEntryW() stub. ws2_32: Set *res = NULL for error return from WS_getaddrinfo(). Kirill K. Smirnov (7): winhelp: Remember last added page. winhelp: Avoid any keywords comparision during lookup, store pointer to listbox ITEMDATA instead. server: Properly notify renderer while activating another screen buffer. ws2_32: Fix flags conversion in getnameinfo() function. kernel32: ReadConsoleW should wait for at least one character before returning. winhelp: When we reuse window structure, old brush should...
2006 Aug 02
13
wxruby2 alpha release goals
...ruby-ification to the API E) Binary gems A) Quite a few of the samples have got a little bit-rotted. We''ll make sure each one runs at least and looks correct, even if not every method works. B) Nail crasher bugs that affect lots of code. But I think it''s fine, for things like ItemData, to tell people not to use it, rather than trying to fix the difficult memory management problems in full. C) Zach''s work from early 2005 on the docs seemed really promising. He seemed to have developed a way of reading SWIG output and headers to make RDoc-ish output. Does anyone have...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>741</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-11-16 16:12:52 -0500 (Th...
2011 Jun 10
0
Wine release 1.3.22
...rMode stub 27411 Dark Fall crashes on launch ---------------------------------------------------------------- Changes since 1.3.21: Adam Martinson (1): ole32: Don't call IDropTarget::QueryInterface() in RegisterDragDrop(). Alasdair Sinclair (1): comctl32/tab: Fully initialize itemData to fix x64 test failure. Alexandre Julliard (46): winapi: Support optional parameters for stubs. widl: Don't output callback conformances for non-interpreted functions. widl: Array dimensions have to be constants. iphlpapi: Close the socket in IcmpCloseHandle. win...