Displaying 20 results from an estimated 37 matches for "shanko".
Did you mean:
hanko
2004 Jul 07
2
wxGrid Event handling work around?
...(or Assaph?) had suggested some workarounds until the Swig based version is out. Could not figure out from the archives exactly what the final resolution was, but I am stuck at the same spot and am desperately in need of something workable (deadline fast approaching).
Please, any body?
MMTIA,
-- shanko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20040707/365c830c/attachment.htm
2004 Aug 28
2
We need a new installer!
I''ve finished updating all the packages for now. All
the sample scripts for all the packages have been
moved to doc/examples. So, things should be stable
for a while.
Shanko, any chance of creating new installer based on
the current releases?
Dan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2004 Jun 22
8
Tracking Mouse motion
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: tst_wxPaint.rbw
Type: application/octet-stream
Size: 4446 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/wxruby-users/attachments/20040622/abc8ba85/tst_wxPaint-0001.obj
2004 Apr 24
5
win32-taskscheduler alpha
Well, I''m going to release the first version of win32-taskscheduler today.
For now, I''ve kept the API about the same as it originally was because I was
spending way too much time futzing around and I wanted to get something out
the door.
For now, I''m calling this a BETA release, with the API subject to change.
See the ''Future Plans'' section of
2004 Dec 09
6
Scrolling to the bottom of a Grid
...e grid should scroll to
the 81st row so that it comes in the view (say towards the top). How do
I go about doing that?
I tried grid.set_scroll_y( ) but it did not seem to work. Then I tried
grid.move_page_down() which worked, but I could not figure out how to
know when to stop.
Any ideas?
-- shanko
2005 Feb 28
3
test/unit error report for win32-service
Dan,
I am assuming that the version in CVS is the most current one.
Report follows.
-- shanko
------------------------------------------------------
C:\win32utils\win32-service\test>ruby tc_service.rb
This test will stop and start your Clipboard service, as well as
pause and
resume your Schedule service. This is harmless unless you are actually
using these services at the momen...
2004 Jun 19
4
FlexGridSizer question
...#39;', ''Day'' and ''Date'' line up above the OK button.
I have tried all combinations of ALIGN flags, but I either got the text sticking
far too close to the left edge of the dialog or come very close to the Text
Controls on the right.
Any suggestions ?
TIA,
-- shanko
=end
require ''wxruby''
ROMAN_10B = Wx::Font.new(10, Wx::ROMAN, Wx::NORMAL, Wx::BOLD)
ROMAN_12 = Wx::Font.new(12, Wx::ROMAN, Wx::NORMAL, Wx::NORMAL)
class MyDialog < Wx::Dialog
def initialize(parent)
super( parent, -1, ''FlexGridSizer'')
sizer =...
2004 May 16
1
RE: wxGrid example
...tp://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin516.htm#topic974
I have attached my example for experts to review. Please feel free to
modify it for inclusion in future releases.
Apologies if I missed on a (better :-)) example somewhere.
Thanks for the nice GUI framework.
-- shanko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wxruby-users/attachments/20040516/2c1a2039/attachment.htm
2004 Aug 19
28
Documents, Views and DocManagers
Hi,
Are there any effort in making wxDocument, wxView, etc types of classes
avaiable under wxRuby? For supporting SDI/MDI architecture.
Cheers,
Phuah Yee Keat
2005 Jan 22
9
Dragging images across the canvas
...t only by
clicking on the left top corner of the image and nowhere else.
Besides, the dragging is not very smooth. How can I make it better?
I am using wxRuby 0.6.0 on Win XP (Home) and Ruby installed using the
latest one-click Ruby installer. Code follows, image file (sk.png) attached.
TIA,
-- shanko
#################
require ''wxruby''
class MyFrame < Wx::Frame
def initialize(title)
super(nil, -1, title,Wx::DEFAULT_POSITION, Wx::Size.new(250,250))
image = Wx::Image.new("sk.png")
@bitmap = Wx::Bitmap.new(image)
@left_dn = false
e...
2004 May 22
10
Tabbing between Notebook pages
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: wxTony.rbw
Type: application/octet-stream
Size: 10436 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/wxruby-users/attachments/20040522/9c1889d0/wxTony.obj
2005 Feb 06
7
SHGetFolderPath and stuff
Hi all,
I was taking another look at SHGetFolderPath() and
related stuff today based on suggestions from Shanko
and Zach. I think this would be fairly simple.
My main question is, where do we put these values?
Under File, Dir, or Shell? Or somewhere else? I vote
Dir, since all the special CSIDL seem to be
directories.
Thus you would have something like:
Dir::ADMINTOOLS
Dir::BITBUCKET
Dir::WINDOWS #...
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid
DONT_RESOLVE_DLL_REFERENCES in any extensions.
http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx
Regards,
Dan
2004 May 24
9
Combo Box
>> You really want to call get_value. Unfortunately, that''s not
implemented
>> in wxRuby 0.3.0.
>I found to my surprise that this method is actually working, but only
in the
>example code that comes with wxRuby one-click install for Windows.
@combo.get_label seems to work for me.
See sample code below.
HTH,
Assaph
----- CODE -----
require ''wxruby''
2005 Jan 25
3
Change Journals
Hi,
I''ve released win32-changenotify 0.3.0 today. Take a look.
Park and I have discussed a Ruby interface to change journals a little bit:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/creating_modifying_and_deleting_a_change_journal.asp
Park, would you like to do this, or did you want me to? I wasn''t sure from
your RubyForge post.
Also, do
2004 Jun 01
2
New wxRuby code is in CVS
I just checked in some good fixes. You can see the (full) Changelog
here: http://qualitycode.com/repos/wxruby/ChangeLog
Notable items:
- Added shanko''s grid sample (thanks!)
- Added support for ComboBox#get_value
- Fixed *all* the known crashing bugs.
The way I "fixed" the problems with get_client_data was to remove the
set_client_data and get_client_data implementations. I *think* they are
really only necessary in a static...
2004 Jun 04
7
I''m ready to build 0.4.0 for Windows
Let me know when you''ve got the cvs repo labeled -- I''m already to go to
build the 0.4.0 installer for Windows.
Curt
2005 May 01
6
win32-changejournal 0.2.0-1 compile error
I get the following error when trying to compile:
win32-changejournal-0.2.0-1
on:
Windows 2000, Service Pack 4
Microsoft Visual Studio 6
Any ideas? Thanks,
Zach
----- ERROR BELOW-----
C:\unzipped\win32-changejournal-0.2.0-1\win32-changejournal-0.2.0>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
2005 Apr 21
9
Screen capture, save to file
Is there anything in the utils to capture a screen ( or maybe just a
window) and save to a file.
I have this, but I have no idea where it came from, but it gives a
corrupted image
Paul
# -*- ruby -*-
# screen capture --
# This script runs with a Ruby/DL which is included in ruby-1.7.
require ''dl/import''
module ScreenCapture
extend DL::Importable
dlload
2006 Feb 26
1
A quick announcement
Hi all,
In light of Curt''s decision to use VC++ 6 to build the latest one click
installer, along with what are undoubtedly future compatibility problems
between old and new compilers, I think it''s best if we try to move over
the simpler packages to a pure Ruby solution using Win32API. I have
started that process by releasing pure Ruby versions of win32-clipboard
and