Displaying 20 results from an estimated 2000 matches similar to: "Anti-aliasing?"
2007 Nov 13
3
SashWindowLayout design
Hello!
I want a SashWindowLayout with 3 small panels (below each other) on the
left side and the big remaining area to the right. All walls movable.
The approach that I''ve used to get kind of the effect I wanted was to
first add the right-side area (right-aligned), then add 2 other
top-aligned panels. Which leaves the remaining area to the panel at the
bottom left.
I got a problem
2008 Jan 19
5
No joy from Wx::App.dispatch, Wx::App.yield...
OK, back with another iteration of the same problem... I updated my
game demo, but the Close button failed to respond when (and only when)
there were too many objects onscreen. The drawing loop is probably
lasting longer than my drawing timer interval. I was able to
reproduce the problem in my (probably familiar by now) test script
just by boosting the number of lines drawn per frame.
After
2007 Nov 13
3
New wxTree method
Here''s my first try at a contribution to the wxRuby project:
The tree control seemed to lack a more Ruby-ish way to add a bulk of
items to a tree control (and to easily connect a data structure to a
tree). Since tree view can be seen as an array of arrays, I simply added
a method called append_array (see attached file). With it, you can add a
full tree as simple as:
---
root =
2007 Dec 04
1
Hooking up wxRuby in other applications
Is there a way (class?) to be able to use wxRuby for subwindows in a
host application? (Windows and OSX platforms)
Best regards,
Jari Williamsson
2007 Nov 07
1
3 wxSugar questions
A bit new to wxRuby and have 2 questions regarding wxSugar:
1. I only find one sample application for wxSugar, but as I understand
from the docs, wsSugar is the preferred approach. Are there any more
wxSugar samples available somewhere?
2. When I run sugar-sample.rb, I get a couple of warnings: "listen is
deprecated, use evt_xxx directly". Just wanted to check: Is this sample
2007 Nov 07
1
Wx::FileDialog and common dialogs
The documentation for Wx::FileDialog is incorrectly generated:
http://wxruby.rubyforge.org/doc/filedialog.html
Every time the ''*'' (for the wildcard character in file filters) appears,
the doc instead switches between boldface and normal.
Also, it seems like the links under "See also" are broken.
Feature request:
Regarding all modal common dialogs (ColourDialog,
2007 Nov 18
2
Issues adding sub-menu items
Hello All,
I''m new to the list and to Ruby.
I was trying to use one of the examples as a skeleton for something that
I''m working on.
I''m currently stuck when it comes to adding another item to the
sub-menus.
I have a menu item by the name of "Tools" and I would like to add a
sub-menu item called "Find Unique Fields" but it doesn''t show up
2007 Nov 21
6
MediaCtrl
Hi.
Attached you find an attempt to adding MediaCtrl to WxRuby. It''s only
tested on windows (compiled with msvc 6.0).
Everything seems to be working fine except for a small problem with a
few functions:
wxFileOffset Seek(wxFileOffset where, wxSeekMode mode = wxFromStart);
wxFileOffset Tell(); //FIXME: This should be const
wxFileOffset Length(); //FIXME: This should be const
2007 Nov 19
3
wxRuby textArea??
I want to know wxruby can make textArea like java??
I can only use textbox with it but it has problem when I must use text
that has many line, it can''t new line
please help me
--
Posted via http://www.ruby-forum.com/.
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 11
9
[ wxruby-Bugs-17013 ] Notebook#get_current_page
Bugs item #17013, was opened at 2008-01-11 06:00
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=17013&group_id=35
Category: Missing API call
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Daniel Brumbaugh Keeney (db-keen)
Assigned to: Nobody (None)
Summary: Notebook#get_current_page
Initial Comment:
Notebook#get_current_page
2007 Nov 15
0
Code for Listbox object bulk adding
Hello!
Attached is a method to bulk add arrays to a list box, when the array
isn''t a string array. Feel free to add it to wxSugar.
Example:
arr = [[Wx::RED, "Red"],[Wx::GREEN, "Green"],[Wx::BLUE, "Blue"]]
listbox.insert_obj_items(arr, "[1]")
...would add 3 list box items with "Red"-"Green"-"Blue"
2010 Aug 31
0
[LLVMdev] "equivalent" .ll files diverge after optimizations are applied
Using MM registers is wrong unless the user has specifically asked for
it, which doesn't seem to be the case here.
In the awesome MMX architecture, touching an MM register makes
subsequent x87 operations fail unless an EMMS instruction is issued
first; none of the compilers here are smart enough to insert EMMS
instructions in the right places, so the only safe thing is not to use
2008 Feb 25
1
Font anti-aliasing in wine?
One of the things that DOES make a big difference for me is font-antialiasing (AA). (OK, maybe I am picky). Does anyone have experience/knowledge on that subject?
What surprises me is that for a few fonts (BitStream Vera Sans, for instance), it is active, whereas it is completely absent for most others. Why is that? (BTW, I just found out that I get the best results so far for the new MS font
2009 Jun 05
1
Antialiasing plots and text on different devices
I have a question about antialiasing when R generates bitmaps. (This follows
a thread on the ggplot2 mailing list.)
I mostly use R on Linux, although I sometimes use it in Mac and Windows as
well. On Linux, I've found that plotting shapes 15-18 via cairo results in
bad-looking output. The points are not antialiased, and they are jagged and
misshapen. Plots generated in Windows also aren't
2007 Sep 26
5
sprucing up the R homepage
I've been a R-user for quite some time. The graphic on the home page
looks a bit in need of polish so I applied some antialiased
transformations that Peter Dalgaard has previously posted to R-help
for improving graphic quality. I had to change the margins a bit, but
here is what it looks like:
http://www.broad.mit.edu/~finnyk/Rhome.jpg
Personally, I think it looks much better. Because
2010 Aug 31
5
[LLVMdev] "equivalent" .ll files diverge after optimizations are applied
Hi,
I've attached 2 .ll files which are supposed to be equivalent but 'unopt-fail.ll' causes a crash in webkit's test suite while 'unopt-pass.ll' does not. I can't give more details about the crash, when I run the crashing test it in isolation it passes, when I run the full suite it crashes; it boggles the mind.
Below I provide the optimized asm that is produced from
2005 Aug 31
1
Why should package.skeleton() fail R CMD check?
I find it a bit peculiar that a package skeleton created with a utils
function package.skeleton() fails subsequent R CMD check. I do
understand that the function is intended to produce only a skeleton that
should be edited by the package author. I think that it would be
justified to say that the skeleton *should* fail the test. However, I
have two arguments against intentional failure:
* When you
2005 Oct 04
2
Problem with Matrix package
Hello All,
While trying to install Matrix package following error message came out:
/usr/bin/ld: cannot find -lblas-3
collect2: ld returned 1 exit status
make: *** [Matrix.so] Error 1
ERROR: compilation failed for package 'Matrix'
** Removing '/usr/lib/R/library/Matrix'
** Restoring previous '/usr/lib/R/library/Matrix'
It seems that someting is missing. Have anybody
2010 Apr 12
2
'p' in boot selector & going into single-user
On boot, when I hit the F12 key to bring up the boot menu, the screen
displays the various kernels and other boot options. In the text below
this menu it says I can hit 'p' to bring up a menu with other options.
I've done this with the last two boot-ups and no other menu or options
appear. Is something missing? (I also tried Alt-p, Shift-p, Ctrl-p and
a few other keys and