Displaying 20 results from an estimated 6000 matches similar to: "Cross-Platform Development...."
2008 Mar 01
11
wxRIDE Finally Available
Hello fellow wxRuby users,
Well, after a long period in which I originally announced that I was
creating an IDE, I have finally become satisfied enough to release a SVN
Version of wxRIDE. I started the project out, and in cases where I couldn''t
launch the application again, I utilized SciTE (Which uses Scintilla, same
as wxRIDE), outside of that initial part, and subsequent failures to
2008 Jan 12
1
GraphicsContext demo
Hey All,
I''ve just commited rev 1505, which now includes a GraphicsContext demo, just
in time for a release. *wipes forehead* So far, it''s looking pretty good.
BTW Alex, another bug came up while working with GraphicsContext, but wasn''t
something as major that could prevent me from completing the demo.
GraphicsContext#draw_lines(size_t n, Point2Double points, Integer
2008 Jan 14
0
Sockets.....
Hey Alex and Sean,
After much review, and testing, of creating a Sockets library that would
reliably work with Ruby Threads, and recent posts about trouble with Ruby
Threads and wxRuby, I''ve come to the conclusion that it would not be a
reliable method in which to create this library through pure Ruby code.
Either we will need to check out 1.9.0 (Since it''s been officially
2008 Jan 22
0
Wx::GenericDirCtrl fixes
Hey All,
Just a couple of things to note. I''ve updated the wxGenericDirCtrl.h file,
to include the ReCreateTree() method, as it was missing, and was very simple
to add. I''ve compiled, and checked to make sure everything looks good, and
it does.
Also, a temporary solution, till wxGenericDirCtrl#get_tree_ctrl() is fixed,
is that you can sub-class Wx::GenericDirCtrl() into your
2008 Jan 24
0
Win32 Compile
Hey Alex,
I know I proabbly asked you this in the past, but what environment are you
using to compile wxRuby and wxMSW in? Is it VC6? I want to know, so I can
see about setting up this environment for myself, to do some compiles of SVN
wxRuby on Windows.
Let me know, and l8ers,
--
Mario Steele
http://www.trilake.net
http://www.ruby-im.net
http://rubyforge.org/projects/wxruby/
2008 Mar 01
4
1.9.5 Release
Hey Alex and Sean,
It looks like it is getting to be that time again for a new release. What
are we looking at for the release time frame? I''m working still on the
wxSDL type library for wxSugar, as I think this would be a great thing to
create a Library for, to incorporate SDL into wxRuby. I''m already looking
at creating Wx::SDLPanel, which will be the equivalent of
2008 Jan 21
0
Wx::GenericDirCtrl Segfault Crash
Hey Alex,
Found another GC bug in wxRuby. I ran into this problem, when trying to
implement Wx::GenericDirCtrl into wxRuby. The specific case in which this
is occuring, is when I attach the two event handlers for
evt_tree_item_expanding() and evt_tree_item_activated() when grabbing the
Wx::GenericDirCtrl#get_tree_ctrl(). All I have it doing, is attempting to
catch these events (Which I really
2007 Sep 27
2
wxRuby Documentation / Textitle Docs
Hey All,
Just wanted to let you guys know, that with the HTML Generated
documentation from the Textile source code, does not show *''s in stuff
like Wx::FileDialog. It''s interpreting this as a Bold, not as an
Asterisk. Just thought you''d want to know that.
L8ers,
Mario Steele
2007 Dec 08
1
Windows or Cross-Platform System Tray
I am new to Ruby, and am trying out wxRuby, is there a place to find
examples of code to make system tray icons with left and right click menus?
Cross platform is ideal, but win32 specific if necc...
thanks!
2008 Mar 12
0
wxRIDE Mailing Lists open
Hello All,
I''ve finalized wxRIDE''s Mailing Lists. For users of wxRIDE, who are looking
for help, having problems, or general questions about wxRIDE, may use the
wxRIDE''s user list, at wxride-users@rubyforge.org or you can register at
http://rubyforge.org/mailman/listinfo/wxride-users We also have a
Development list, for the developers of wxRIDE. Please keep in mind,
2010 May 05
2
NoMachine Makes OpenSSH Win32 Port Available
Hi all,
We are happy to inform you that we have made available a Win32 port of
OpenSSH. We have also created a dedicated area on our website along with
the relevant build and installation instructions:
http://www.nomachine.com/contributions.php.
While still in the early stages and requiring a little more evolvement,
the port includes both the client and the server and implements a majority
of
2020 Sep 16
3
Problems with x2go
On Sep 15, 2020, at 19:32, Jack Bailey via CentOS <centos at centos.org> wrote:
>
> This is not the answer to your question, but if this is a new install and not an existing installation, consider NoMachine <https://www.nomachine.com/>. It's free and so much better than x2go it's hard to even compare the two.
It is ?free? only for noncommercial use. It isn?t open
2005 Nov 28
0
CentOS-announce Digest, Vol 9, Issue 15
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 Dec 08
1
Compiling SVN with MediaCtrl
Hey guys,
Trying to get wxRuby to compile with the new MediaCtrl option available, and
I can''t for some reason, get wxRuby to compile, saying that it can''t find
the events for wxEVT_MEDIA_FINISHED, and such. I''ve looked at my compile,
and I have the tag enabled for --enable-mediactrl, infact, the full
configure line is:
./configure --disable-shared --with-gtk
2007 Dec 10
0
rake/rakewx.rb error
Hey Guys,
Found a small bug in rake/rakewx.rb while trying to compile wxGTK and
wxRuby2 from SVN. I''ve commited the patch to the file, which changes the
following:
Index: rake/rakewx.rb
===================================================================
--- rake/rakewx.rb (revision 1451)
+++ rake/rakewx.rb (working copy)
@@ -143,7 +143,7 @@
force_mkdir File.join(dest_dir,
2007 Nov 03
1
New wxSocket Classes
Hey All,
Wonderful news, I finally got around to implementing a Sockets library
for wxRuby. It''s not as spiffy as wxWidget''s implementation, but has
the basics so far, to send and receive data. So far, I''ve converted the
Server over to the new method, the client will be next, and it does
depend on the new addition I submitted to the SVN for 1414, which adds
2008 Mar 13
0
[ wxruby-Bugs-18812 ] Wx::HtmlWindow#set_page()
Bugs item #18812, was opened at 2008-03-13 09:54
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=18812&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 4
Submitted By: Mario Steele (eumario)
Assigned to: Alex Fenton (brokentoy)
Summary: Wx::HtmlWindow#set_page()
Initial Comment:
There''s a
2005 Dec 17
0
CentOS-announce Digest, Vol 10, Issue 7
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2020 Jan 19
2
Centos 8: change desktop at display manager
In a new install of Centos 8, I installed the xfce4 packages from EPEL.
Here's what dnf says I have
[pauljohn32 at localhost ~]$ dnf list *xfce4*
Last metadata expiration check: 0:25:19 ago
Installed Packages
libxfce4ui.x86_64
libxfce4ui-devel.x86_64
libxfce4util.x86_64
libxfce4util-devel.x86_64
xfce4-about.x86_64
xfce4-battery-plugin.x86_64
xfce4-panel.x86_64
xfce4-panel-devel.x86_64
2005 Nov 27
0
CEEA:2005-1127-1 CentOS 4 i386 XFCE 4.2 - enhancement update (Extras Only)
CentOS Errata and Enhancement Advisory 2005:1127-1
CentOS 4 i386 XFCE - Enhancement Update (Extras Only)
This update is for the version of XFCE is that is included in the
Extras repo for CentOS-4 ... this is not an update to the main
CentOS-4 repo.
The XFCE-4.2 desktop environment is being upgraded from 4.2.1 to 4.2.3.
There are some new features added including xfcalendar and xfce4-mixer.