Displaying 20 results from an estimated 4000 matches similar to: "Fixes for ListControl"
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
2002 Jan 15
2
Missing XPM
I hate to repost this perennial newbie question, but even after browsing the
archives and trying various remedies, I'm still stuck.
The problem: I've compiled Wine from Wine-20011226 on Mandrake 8.0, and when
I try to run an application, I get the following:
$ wine mspaint
Loading required GL library /usr/X11R6/lib/libGL.so.1.0
fixme:x11drv:OBM_CreateBitmaps Xpm support not in
2001 Mar 07
4
R.xpm?
I use AfterStep on Linux. I made an R.xpm file (attached)
and put this icon in the "wharf". To invoke R I click on the R icon.
I did not find an offical R.xpm, and so I am submitting this one
for your collective consideration....
The idea behind the icon is that it looks like a scatterplot, which is
"statistical". My main beefs with my R.xpm are that it doesn't have a
2010 Jul 23
1
using listcontrol
hi, i a new to wxRuby, but have been able to create a frame/listcontrol and
fill the list with items.
What I do not understand is why the vertical scroll bar on the list does not
respond?
I have 15 items showing and 50 in the list. Do I need some event to
activatte it?
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2010 Sep 09
2
[LLVMdev] install llvm-tv on ubuntu
Does anybody install llvm-tv on ubuntu9.04? please share how to do it. Thanks very much!
My problem is as followed:
I follow the instruction of README in source of llvm-tv.
First, I installe wxWidgets and graphviz, and then download the source of llvm from http://llvm.org/svn/llvm-project/llvm/trunk and download poolalloc from http://llvm.org/svn/llvm-project/poolalloc/trunk. Second, I compile
2001 Jul 10
2
Codeweavers install problem.
Hi... trying to install Codeweavers-wine-20010305, which is the latest
stable build I understand.
It configures and then informs me that it'll compile but that building
without the Xpm development files won't work. Sure enough... they were
right...<grin>
So I go get the latest Xpm stuff and they turn out to be libxpm4-3.4 and
libxpm4-devel-3.4. Got them in .src.rpm and
2001 Oct 23
1
configure problem with xpm
I am running a fresh copy of Mandrake 8.1, and got the latest wine
source from CVS. The problem is that when I run ./configure, it says
that it is unable to find my xpm development files. I have verified
that they exist, and have tried modifying config as suggested on the
wine help page to no avail.
My xpm.h file is in:
/use/X11R6/include/X11/xpm.h
I will be happy to provide any additional
2001 Nov 27
2
Xpm nightmare!!!
I'm a relative newbie at linux, but not a total one.
I've been trying to install wine now for about a week with some success
but one problem still get's in the way.
I'm trying to ./configure with the following parameter..
./configure --enable-opengl-with-x
but it always finishes by telling me that I need to install the Xpm
development package.
Right, I'm using Mandrake
2001 May 16
1
wine-20010510 fails to run?
The system I am using is a clean install of Mandrake 8.0 which
has the gcc version 2.96 installed.
I downloaded the wine-20010510 snapshot and successfully
ran the ./tools/wininstall.
The build seems to have run without problems and if I type:
wine --version
the correct release number is displayed indicating the
install was also succesful.
As per the FAQ I also did the following:
2009 Sep 05
5
Filling Wx::ListCtrl with contents
Hi all,
I''ve got a question concerning ListCtrl_virtual of wxRuby since I see no
way filling the list with dynamic contents. I''m new to Ruby so I maybe
have to apologise for my request.
The problem is, that I have to define the on_get_item_text(item, col)
function. There I would like to use the item and col variables to read
data from a two-dimensional array. My very problem
2005 Sep 15
2
How to extract icons?
Hi!
If I have a Windows-program, which comes with an installer and the program
wants to create icons on the desktop, then Wine creates on the desktop a
link to the installed program, extract an xpm icon from it and use it as
icon for the desktop.
But if I have a program with no installer and I want to bring it manually on
the desktop (what I already have done), how can I extract the nice icon
2001 Mar 19
1
Pb with xpm-devel
I try to install wine20010305 on a Mandrake Corporate server 1.0
the wine configuration program told me that it can't find xpm-devel
but xpm-devel3.4k-10mdk.i586.rpm is installed on my system.
I don't understand what's the problem.
2007 Jan 23
2
Thunderbird package chrome icon
Hello,
Since starting to use the Thunderbird package provided through the
CentOS yum repos (currently using thunderbird-1.5.0.9-0.1.el4.centos4),
my co-worker and I have noticed that we no longer have a Thunderbird
icon in the title bar of any of the Thunderbird application windows. I
was able to fix this by creating the directory
/usr/lib/thunderbird-1.5.0.9/chrome/icons/default/ and
2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
rhbz#:51422
---
ovirt-node.spec.in | 149 +++++++++------------------------------------------
1 files changed, 27 insertions(+), 122 deletions(-)
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 3138011..b4e660d 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -43,76 +43,23 @@ Requires: nc
Requires: grub
Requires: /usr/sbin/crond
Requires: anyterm
2004 Jan 08
3
pictorG
Hi!
Attached is the current version of my image organizing program.
If you dbl-click on a thumbnail, it will show the image (1:1 zoom) in a
dialog, and eat some memory....
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2008 May 11
4
Icon generation?
I am aware that wine will create a .xpm for the icon in the program file, but how would I create it after a "manual install"?
I recently copied mspaint from my win partition to my wine installation and would like an icon on the user desktop link. Several programs I have for windows may require a manual install, so I would like to know how the .xpm is created.
2007 Jul 12
1
bmp => xpm
Salut Alex,
je voudrais savoir comment faire pour passer le format bmp, par exemple, en format xpm?
Est-ce qu''il est possible de lire des formats bmp(entre autre) avec StaticBitmap?
C''est toi en photo dans l''exemple de StaticBitmap?
merci
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2001 Sep 22
2
wine compilation fails: 'checking X11/xpm.h - no'
Hello
I am having this compilation error
while running 'configure'.
It fails to detect the xpm.h
file which in fact is where
it is supposed be. I am running
RH70 and xpm&xpm-dev rpms are
installed.
Codeweavers FAQ offers a solution
to this problem:
http://wine.codeweavers.com/fom-meta/cache/38.html
...
"I changed 'configure' line 980 from:
if mkdir conftestdir;
2001 Mar 05
2
Help a newbie with wine?
I recently downloaded the wine tarball from codeweavers (ver. 20001026) and
ran the config script. It gave me an error saying that i needed to have the
Xfree86 dev files and xpm. I installed both off of my mandrake cd's and it
still gives the same error. any suggestions?
Thanks in advance
Tommy
2003 May 21
1
gastman segmentation fault when pressing 'enter' in a command win dow
Gastman (cvs 05/21/03) coredumps when entering an empty (or any other)
command in a command window.
The backtrace follows...
...
---Type <return> to continue, or q <return> to quit---
Reading symbols from /usr/lib/gtk/themes/engines/libraleigh.so...done.
Loaded symbols for /usr/lib/gtk/themes/engines/libraleigh.so
Reading symbols from