Displaying 20 results from an estimated 5000 matches similar to: "ProgressDialog on WindowsXP"
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of
errors of the sort:
WindowDisabler.obj : error LNK2001: unresolved external symbol
_SWIG_Ruby_ConvertPtr
I can see this is defined in rubydef.swg but I''m not sure why this isn''t
just included in the files that need it. Can any swig experts tell me
what I need to do to progress? I''m using
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please
forgive me if this is ground that''s been covered in the past. I''m
trying to load a frame from an XRC file (created using DialogBlocks),
and I''m having trouble getting an instance of the Gauge object using
the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows
XP,
2007 Feb 12
7
MSW segfaults II
Hi
Think I tracked down why Windows suddenly went horrible crashy - the
newest SWIG release generates slightly different code for object
tracking, so our fixmodule.rb wasn''t picking up the broken line, so we
got a nasty regression.
Anyway, the patch (SVN:862) gives me a major improvement in stability
Windows. Please could you let me know how SVN HEAD is working for you;
if no major
2004 Aug 03
1
adding things dynamically
Another question:
If I have a panel that contains a sizer that contains, for example,
some number of gauges, and I want to add another gauge on-the-fly, can
I do that?
Every time I try modifying things at run-time, it just messes everything up.
-Kurt
2005 Jul 16
28
wxruby (was: Some questions)
Roy Sutton wrote (on the FreeRIDE list):
> Really? That''s interesting. I haven''t checked out WxRuby but I would
> be much happier using something that interfaces to the underlying
> operating system''s widgets.
As a member (and former leader) of the wxruby team, I thought I would
share the state of the wxruby world.
The current release is 0.6, and it has
2005 Jul 19
5
More wxruby-swig changes
I just checked in several changes from Sean Long that should make
wxruby-swig work with wx 2.6 as well as 2.5.
I also committed his changes to extconf.rb. But could someone please
explain to me why anyone would prefer to use extconf.rb instead of rake?
It just seems like one more piece of code to maintain, and I don''t like
extra code.
Sean: The other diffs in the patch you sent were
2006 Dec 02
7
Gauge Problem with XRC?
Hi
I''ve just started using wxruby2-preview-0.0.36-i386-mswin32
outsourcing layout part to the external XRC file. Almost everything
seems to be fine. Only that I can never retrieve Gauge objects in the
main script. What I''ve been trying is something like this:
class MainFrame < Wx::Frame
include Wx
def initialize(parent)
super(nil,-1, "")
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and
"etc/threaded.rb" to build my first wxApp.
I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to
"Wx::FlexGridSizer").
I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time
of writing it''s growing only vertically.
And also how to get
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
After I ran my program through Rubyscript2exe, the Random.exe file that
it created is causing the following error:
D:\Ruby projects>random.exe
C:\DOCUME~1\JEDELS~1\eee\eee.Random.exe.2\app\Random.rb:59: undefined
method ''ru
n'' for Wxruby2::App (NoMethodError)
from
C:\DOCUME~1\JEDELS~1\eee\eee.Random.exe.2\bootstrap.rb:77:in `load''
from
2004 Sep 28
9
Open call to try wxruby-swig
Hi Everyone,
Over the past couple of weeks wxruby-swig has made a lot of progress.
Over 100 classes have been added with attempts to mimic the existing
wxruby interfaces. While still not as stable as wxruby, stability has
increased dramatically. Finally, it has been built on Linux, Mac, and MSVC.
This email is an invitation to try out wxruby-swig for yourself. The
source code is in CVS and
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Added XRC (Xml Resource File) support.
* Added totally awesome HTML widget from Tobi
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/
2007 Apr 29
8
wxruby unfriendly to other threads?
I''ve seen a few e-mails about multithreading with respect to wxruby
but nothing recent. Unless I''m mistaken, and that may be, there
still appear to be problems.
The following code seems to hang my spawned thread in favor of the
wxruby event loop:
Thread.new do
puts "in thread"
loop do
sleep 5
puts "looping"
end
end
puts "main
2006 Dec 14
5
wxruby2-preview Gauge and wx-sugar with SplitterWindow
First of all, just wanted to say big thanks for all the great work on
wxruby2 .. I''ve been a user of 0.6 for a long time and its proved very
useful over the years. It''s great to finally have a multi-platform, gem
installable ui toolkit that doesn''t suck!
Secondly, thanks also for wx-sugar. I was drowning in sizers and started
to write my own layout library ... but
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
Hello,
I''m trying to compile wxruby for Ruby 1.9 on Ubuntu Karmic 64 bit, but I
can''t get it to work. I''ve already done this for the 32 bit version (on
another machine, of course), so I don''t see where''s the problem with
that. I thought, I had all neccessary libraries installed, but maybe you
know better... After compiling for a long time, rake fails
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
Bugs item #20211, was opened at 2008-05-18 13:46
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=20211&group_id=35
Category: Compile/build
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Tobias Peters (t-peters)
Assigned to: Nobody (None)
Summary: Unresolved symbol due to linkage error
Initial Comment:
While compiling wxruby
2008 Jul 29
2
Hi I am vinod, I want to set up simple Samba PDC using tdbsam password backend. samba is installed on fedora 8 GNU/Linux. my network is about 30 windowsXP Pro. SP-2 static IP addressed machines. total no users about : 40 my network is : 192.168.1. sa
Hi
I am vinod,
I want to set up simple Samba PDC using tdbsam password backend.
samba is installed on fedora 8 GNU/Linux.
my network is about 30 windowsXP Pro. SP-2 static IP addressed machines.
total no users about : *40*
my network is : *192.168.1.*
samba server is *: 192.168.1.10*
windowsXP Pro. SP-2 clients : *192.168.1.11* to *192.168.1.40
*I want the users to be able to
2004 Sep 10
0
WindowsXP SP2 shuts down while trying to log into samba 3.0.6 domain
Hello,
I have few Windows2000 Pro samba domain members which logon to the domain
without any obstacles. Recently I decided to upgrade all client workstations
to WindowsXP SP2. Fresh copy of WindowsXP joined domain properly but when I
tried to logon as usual it accepted password and shut down after a while
(logs of samba confirm that workstation logged on). Windows claims that
winlogon caused
2004 Aug 22
1
Wrong charset when mounting WindowsXP shares
Hello,
I don't seem to be able to mount a WindowsXP share with smbmount and
get the correct charset. From what I understand Win2000/XP use UTF-8
for SMB shares, so I tried to mount with -o iocharset=utf8 but it
did not make any difference. All extended characters are messed up
or truncated.
Here is what I found out using filenames with a '?':
When I mount a
2003 Mar 26
1
Samba versus WindowsXP
Hi all,
We have a problem between samba 2.2.2 (Linux RedHat) and WindowsXP with all
patchs and updates.
When logon my workstation in Samba 2.2.2 return message:
"Your password expire today. you need change."
Why?
Best Regards
Charles Galindo
VISUELLES Inform?tica Ltda
charles@visuelles.com.br
<http://www.visuelles.com.br/> www.visuelles.com.br