search for: treeview

Displaying 20 results from an estimated 167 matches for "treeview".

2009 May 07
14
WINE Help
Alright I really need some help with this. I have been trying to get Roblox running for my Son and this has proved to be extremely difficult.. (Wine really does make you want to whine.. lol) I try to run Roblox.exe and Robloxapp.exe and I get this terminal output: Code: ons/version-b7d710b83ef74c14/RobloxApp.exe' fixme:advapi:RegisterEventSourceW ((null),L"PDH"): stub
2005 Nov 07
1
treeview, master detail forms, sortable grids, etc..?
Are there any (preferable opensource) pre made widgets like calendar widgets, treeviews, sortable grids, etc.. that I can pluginto a rails application? If they are not build in Rubyy, then are there any examples an how to integrate them? John McClain Senior Software Engineer TCS Healthcare jmcclain-RI2jYlfFOOy2dUpmj6OxPQC/G2K4zDHf@public.gmane.org (530)886-1700x235 "Skepticism...
2011 Feb 21
0
[LLVMdev] Looking for more LLBrowse testers / users
...If I comment out that line then I get the errors below: john at ubuntu:~/src/build-llbrowse$ make [ 5%] Building CXX object CMakeFiles/llbrowse.dir/lib/Formatting.cpp.o [ 11%] Building CXX object CMakeFiles/llbrowse.dir/lib/DetailsView.cpp.o [ 16%] Building CXX object CMakeFiles/llbrowse.dir/lib/TreeView.cpp.o /home/john/src/llbrowse/lib/TreeView.cpp: In member function ‘virtual void DIEItem::ShowDetails(DetailsView*)’: /home/john/src/llbrowse/lib/TreeView.cpp:913: error: ‘class llvm::DISubprogram’ has no member named ‘isPrivate’ /home/john/src/llbrowse/lib/TreeView.cpp:914: error: ‘class llvm::DIS...
2011 Apr 04
1
RGtk2: How to populate an GtkListStore data model?
...ight way for populate my gtkListStore object! any help is welcome... because I am trying several day to mount the code... Thanks in advanced Cleber N. Borges --------------------------- # my testing code library(RGtk2) win <- gtkWindowNew() datamodel <- gtkListStoreNew('gchararray') treeview <- gtkTreeViewNew() renderer <- gtkCellRendererText() col_0 <- gtkTreeViewColumnNewWithAttributes(title="TitleXXX", cell=renderer, "text"="Bar") nc_next <- gtkTreeViewInsertColumn(object=treeview, column=col_0, position=0) gtkTreeViewSetModel( treeview, d...
2011 Feb 19
4
[LLVMdev] Looking for more LLBrowse testers / users
LLBrowse - a GUI tool which allows you to inspect the contents of LLVM modules - now runs on Linux and OS X, and it works with both LLVM 2.8 and current LLVM head. I've updated the docs to include instructions on checking out and building the code under several different environments, which you can read here: http://llvm.org/svn/llvm-project/llbrowse/trunk/doc/LLBrowse.html (the doc also
2011 Feb 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...onst*, int, wchar_t const*, wchar_t const*, wchar_t const*)' CMakeFiles/llbrowse.dir/lib/BrowserApp.cpp.o:(.rodata._ZTV10BrowserApp[vtable for BrowserApp]+0x128): undefined reference to `wxAppConsole::OnAssert(wchar_t const*, int, wchar_t const*, wchar_t const*)' CMakeFiles/llbrowse.dir/lib/TreeView.cpp.o: In function `wxStringBase::wxStringBase(wxStringBase const&)': TreeView.cpp:(.text._ZN12wxStringBaseC2ERKS_[wxStringBase::wxStringBase(wxStringBase const&)]+0x43): undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)' CMakeFiles...
2008 Feb 11
1
Orcad 7.2 (old) loads, but treeviews won't expand
I'm on freeBSD 7.0, wine 0.9.53. When I run Orcad, it can load projects, but schematics never open (unlike other users' experiences in the apps db from Orcad v9.0). You open schematics by expanding them in the 'project' treeview window, and under wine, the little "+" box next to the treeview just dissapears when you click on it instead of expanding. Steve [steve at fyre ~/projects/bin/ORCAD/EXPRESS]$ wine EXPRESS.EXE libGL warning: 3D driver claims to not support visual 0x57 libGL warning: 3D driver claims to n...
2011 Feb 14
3
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:39, Talin wrote: > > > On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org > <mailto:rengolin at systemcall.org>> wrote: > > I think this deserves a blog post... > > I'd like to wait until I get some feedback - I don't know yet if anyone > is having trouble building or running the thing... Hi Talin,
2003 Feb 28
1
Problem with treeview
Hi, i'm using wine 20030115 with Debian GNU/Linux 3.0. On running a MFC program which should display a tree of items, wine shows this message: "fixme:treeview:TREEVIEW_Size WM_SIZE flag 2 4000500 not handled". Is there a possibility to fix this? As i have access to the sources of the program i could fiddle there too. Mit freundlichen Gruessen / Best regards Dipl.-Phys. Christoph Baumann --- SORCUS Computer GmbH Im Breitspiel 11 c D-69126 Heidelberg...
1999 May 05
0
Map linux directory to treeview
hi, i have a project which can map linux directory to windows explorer tree view. i already made the explorer (icluding treeview and listview). What i must do with samba ? -------------- next part -------------- HTML attachment scrubbed and removed
2007 Oct 28
0
TreeView Control
I am just learning RubyRails..... I am simply trying to add a tree view control. I want to use the YUI treeview control. Here is my code <% for tax in @taxonomies%> <%=tax.parent-%> <%=tax.description-%> <br> <script type="text/javascript"> addNode(node_id,description) </script> <% end %> I have a javascript that will add a nod...
2011 Feb 14
5
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...> const*, wchar_t const*)' > > CMakeFiles/llbrowse.dir/lib/BrowserApp.cpp.o:(.rodata._ZTV10BrowserApp[vtable > for BrowserApp]+0x128): undefined reference to > `wxAppConsole::OnAssert(wchar_t const*, int, wchar_t const*, wchar_t > const*)' > CMakeFiles/llbrowse.dir/lib/TreeView.cpp.o: In function > `wxStringBase::wxStringBase(wxStringBase const&)': > > TreeView.cpp:(.text._ZN12wxStringBaseC2ERKS_[wxStringBase::wxStringBase(wxStringBase > const&)]+0x43): undefined reference to `wxOnAssert(wchar_t const*, int, > char const*, wchar_t const*, wchar_...
2008 Sep 29
3
wine: Unhandled page fault on read access to 0x00000064
...020f1e0 00208598 00000011 0x00334b8c: 00181340 000201b4 00334bc4 7e730f57 0x00334b9c: 00000000 000201b4 00334bb4 7ead158d 0x00334bac: 00000001 00000000 00334bc4 7e72da14 0x00334bbc: 7e749294 00181340 003354e4 7e736cfe 0x00334bcc: 00000000 00000000 00000000 00000000 Backtrace: =>1 0x7e72d7a6 TREEVIEW_RecalculateVisibleOrder+0x76(infoPtr=0x181340, start=0x208598) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:906] in comctl32 (0x00334b94) 2 0x7e730f57 TREEVIEW_Size+0x87(infoPtr=<register ESI not in topmost frame>, wParam=<is not available>, lParam=<is not available>) [/home...
2016 Oct 07
0
Wine release 1.8.5
...ith mouse, slider initial position wrong 40882 Nvidia GT 740M is not correctly recognized 40905 Multiple applications need api-ms-win-crt-runtime-l1-1-0.dll._get_narrow_winmain_command_line (PCSX2 1.4.0, Battle.Net Launcher) 41010 TVS_TRACKSELECT uses wrong hittest region 41015 comctl32/treeview: Alt-Up/Down keyboard shortcuts don't work 41040 VariantChangeTypeEx lead to error when casting IUnknown(nil) -> IDispatch 41044 Age of Mythology: Extended Edition needs api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprintf_s 41066 Unhandled page fault in RtlWow64EnableFsRedirect...
2011 Feb 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...nst*)' >> >> CMakeFiles/llbrowse.dir/lib/BrowserApp.cpp.o:(.rodata._ZTV10BrowserApp[vtable >> for BrowserApp]+0x128): undefined reference to >> `wxAppConsole::OnAssert(wchar_t const*, int, wchar_t const*, wchar_t >> const*)' >> CMakeFiles/llbrowse.dir/lib/TreeView.cpp.o: In function >> `wxStringBase::wxStringBase(wxStringBase const&)': >> >> TreeView.cpp:(.text._ZN12wxStringBaseC2ERKS_[wxStringBase::wxStringBase(wxStringBase >> const&)]+0x43): undefined reference to `wxOnAssert(wchar_t const*, int, >> char const*, wc...
2001 Oct 15
3
fixme:ole:CoRegisterMessageFilter stub
...ying using a Windows mail client in Linux, called Becky (very good). The program was installed with success, but there a one problem when I try read the messages: ---------------------------------------------------------- [root@anapaula B2]# wine B2.exe fixme:ole:CoRegisterMessageFilter stub err:treeview:TREEVIEW_Sort invalid item hParent=0 err:imagelist:ImageList_Remove index out of range! 0 err:imagelist:ImageList_Remove index out of range! 0 err:imagelist:ImageList_Remove index out of range! 0 err:imagelist:ImageList_Remove index out of range! 0 fixme:ole:CoRegisterMessageFilter stub [root@anapa...
2020 Apr 20
0
Wine release 4.0.4
...en renaming entries 20465 Brothers In Arms Hell's Highway : Setup asks for DVD for every .cab file (SetupPromptForDiskA/W should only show a dialog if the file doesn't exist) 22030 LegoLand: crashes at main menu without native directmusic 24529 TSDoctor 1.0.58 fails to run 25264 treeview wstr overrun in TVN_GETDISPINFOW (ExamXML crashes when opening an XML file) 25728 UFO: Extraterrestrials Gold - crash at start caused by wine's built-in dsound/directmusic 30506 GdipGraphicsClear() needs to overwrite pixels, not alpha blend (Text misrendered in Brain Workshop) 34041 Sk...
2005 Nov 19
16
Looking to develop for scriptaculous
Hello All, I have just joined rails-spinoffs mailing lists and I would like to introduce myself. My name is Casey and I am a professional Web and J2EE developer currently working out of New York. I am very interested in contributing to the Scriptaculous javascript library. For the past few months I have been using certain functions in the library and I have to say that it has taken my
2017 Jul 20
0
Wine release 2.0.2
.... See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 2.0.2 (total 62): 2624 In dialogs, an incorrect extra WM_ERASEBKGND is sent after WM_PAINT 10858 BlueByte Game Channel fails to install 14606 TreeView + right click doesn't work the way it does in native windows 20215 Extra mouse buttons do not work in Firefox 23302 Not standard background color in Wine configuration 25625 Implement PROPSHEET_InsertPage 30378 Xuzhou network client crashes at start 30764 regedit: a key created f...
2005 Dec 22
1
helper/partial/component best practices??
I want to build a sortable table and a treeview. Are there examples of how to do this in Rails? If I wanted to componentize this, would I use a helper, or partial or component (or else) and why? John McClain Senior Software Engineer TCS Healthcare jmcclain-RI2jYlfFOOy2dUpmj6OxPQC/G2K4zDHf@public.gmane.org (530)886-1700x235 "Skepticism is t...