Displaying 20 results from an estimated 1000 matches similar to: "wxchoice broken on linux"
2005 Aug 11
1
wxchoice still doesn''t work
etc/choice.rb Gives this error on linux
No matching function for overloaded ''wxControlWithItems_Append
Jani
2005 Aug 17
7
Volunteer requested: Implement SplitterWindow
About a year ago (ouch!), Robert Carlin submitted a ported version of
the wxPython demo/sample. I hoped to include it in wxruby2, but it
relies on SplitterWindow, which isn''t in wxruby2 yet.
I tried to implement SplitterWindow myself, but got such strange results
that I''m thinking I did something wrong. Even though the generated C++
code specified a variable number of
2006 Aug 22
8
doc generator now in CVS
Hi
Just a quick note to let you know that the Textile doc generation stuff
is now in CVS. There is a moderate amount of documentation in
rake/rakedoc.rb in case you feel like generating your own local copy.
The only prerequisite is the Ruby ''redcloth'' library.
There''s also some info in doc/lib which might be some help if you want
to tweak the output.
cheers
alex
2005 Aug 19
9
Patch for listbook.rb
Attached is a patch file for listbook.rb
1) Message box scrolls properly now
2) Blank lines are skipped when adding pizzas and ice cream
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Aug 13
25
wxruby2 alpha status
Hi all,
How soon can we do our alpha (binary gem) release?
1. I would like to get the samples working a bit better, but am ok
simply documenting most of the current problems. Do the samples crash
every few minutes for other people? Or is it just me? I would like to
have a copyright/license comment at the top of every sample file before
the alpha release.
2. I would like to receive and merge a
2006 Oct 03
2
Compiling on Ubuntu
I see several shortcomings in our current method of compiling on linux.
Some things I ran in to which might need to be documented on the wiki:
1) Compiling wx properly. A little discussion of the proper flags
would be helpful.
2) The use of system libraries for jpeg, tiff and png. The rake file
assumes you''ll need these, even if you''re using the builtins from wx.
We
2005 Jul 24
2
Fwd: fix Choice.cpp unicode string
This is needed so that samples/etc/choice.rb shows the strings in the
choice box.
One of the few places that missed UTF8 convertion.
--- swig/classes/Choice.i 31 Jan 2005 04:18:52 -0000 1.2
+++ swig/classes/Choice.i 24 Jul 2005 19:18:55 -0000
@@ -14,7 +14,7 @@
for(int i=0; i < $1; ++i)
{
VALUE thisItem = rb_ary_entry($input, i);
- $2[i] = (wxChar
2005 Aug 03
1
patch for xrcid
Somewhere along the way the xrcid function got removed from
Functions.i, this will add it back.
Kevin I hope you like these small patches, you are going to get a lot.
Sean
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 18
3
wxDebug
For debug builds we define __WXDEBUG__ and WXDEBUG=1. In the swig code
we add a check for wxDEBUG to directors. My guess is we mean for one of
those defines to be the other. Which one should we change? wxDEBUG->
WXDEBUG or WXDEBUG-> wxDebug?
Roy
2005 Aug 25
2
listbook.rb patch
Hopefully a good listbook.rb patch
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 05
1
Patch to wxChoice.rbw
This patch removes a little whitespace at the end of the text before the
choice box.
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2020 Apr 04
3
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
Hello everybody,
First a big thanks for tinc-vpn I am still using it next to wireguard
and openvpn.
I am having a setup where the tinc debian appliance is at 100% cpu load
doing about 7.5MB/s.
Compression = 9
PMTU = 1400
PMTUDiscovery = yes
Cipher = aes-128-cbc
How can I pick a cipher that is the fasted for my CPU and don't create a
CPU bottleneck at 100%.
Kind regards,
Jelle de Jong
2004 Aug 11
2
unix password sync not working
Hi,
I have a samba server configured with SECURITY=USER and am having
trouble getting the UNIX PASSWORD SYNC to work. When I use smbpasswd to
change a samba user password, everything goes well and the samba
password is changed but the unix password is not changed. Per the
manuals, samba trys to change the unix password first and if it fails,
it will NOT change the samba password. However, the
2005 Aug 02
3
compile fix for wx2.6
building on ubuntu with wx2.6 gives only one error:
an argument type has changed from long to wxBitmapType in a
constructor of the wxIcon class.
These changes were needed to fix the build.
This brings up the question what is the status of the
swig/classes/include files which were generated using the xml extract
script which is no longer available in CVS.
Should that script be rerun using wx2.6
2006 Oct 19
1
install problem
I''m having a problem getting wxruby2-preview working on my Linux system.
I loaded wxruby via a gem install and that seemed to go OK. Added
RUBYOPT=-rubygems to /etc/environment file and set it at the command
prompt and still I get the following when I try to run minimal.rb:
[root@www minimal]# ruby -rubygems minimal.rb
Unable to load wxruby. Searched:
2017 Sep 16
4
R Configuration Variable: Maximum Memory Allocation per R Instance
Dear R Developers,
In the same way that MySQL/MariaDB's Engine InnoDB or MyISAM/Aria have the
innodb_buffer_pool_size or the key_buffer_size for setting the maximum
amount of RAM which can be used by a Server Instance:
?Would it be possible to create an R Configuration Variable which fixes the
maximum amount of RAM memory to be used as Commit / Dynamic Memory
Allocation?
Thank you.
Juan
2005 Jun 26
10
wxruby + GTK2.0
I have a newly-installed Ubuntu linux box that I''m planning to use for
wxruby development (thanks for the advice on remote desktops from this
group). However, turns out that Ubuntu comes with GTK2.0, annd
wxwidgets 2.6 is reportedly better and easier to build than 2.4.2
against this.
Before I set off on a potentially fruitless compiling journey, I was
wondering if anyone had had
2005 Jul 26
3
Wx::Html* widgets
Hello,
I''m having problems using the widgets Wx::Http*, such as
Wx::HtmlWindow, Wx::HtmlEasyPrinting, etc..
The error I got is "uninitialized constant Wx::HtmlWindow". The code
is correct since I''m trying to execute samples in the html/ directory.
All other samples work. I can''t even see that widgets doing
require ''wxruby'';
2003 Aug 29
2
sip and pix
does anyone have a sip working through a cisco pix firewall?
i can get the phone to register and the call to be negotiated, but as soon
as the call is answered there is no sound and the call ends
immediately. im sure this is due to the RTP negotiation being rejected by
the pix. any helpful ways around this? right now my only solution is to
put a small box outside the firewall and IAX the
2003 Nov 05
1
Asterix - Digium replacing our current key system
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="-1"><font face="Helvetica, Arial,