Displaying 20 results from an estimated 100 matches similar to: "GridTableBase"
2008 Jan 29
1
wxruby and ActiveRecord
Hello,
i''m running wxruby 1.9.4, and i show my ActiveRecord data in a grid
(with GridTableBase) (a grid with 30 columns)
>From my base Window, i open and close the GridWindow. After several
openings and closes, this message appears:
c:/Programme/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_
record/base.rb:1860: [BUG] Segmentation fault
ruby 1.8.6 (2007-03-13)
2008 Nov 01
13
wxRuby 1.9.9 released
Hello
I''m happy to announce that wxRuby version 1.9.9 is now available for
download and gem installation:
http://rubyforge.org/frs/?group_id=35&release_id=27842
gem install wxruby
On Linux, the default binary gem is now dynamically linked to wxWidgets.
This means you''ll need to install wxWidgets from your package manager.
See below for more info.
== CHANGES ==
This
2008 May 20
1
wxruby version 1.9.6
Hello all,
i#m missing the Grid method "set_col_label_text_orientation" in wxruby
1.9.6
thanks,
franz
</PRE><html><P><SPAN style="FONT-SIZE: 8pt"><FONT color=#000000><FONT face=Arial>
This communication and any files or attachments transmitted with it may contain information that is copyrighted or confidential and exempt from <br>
2007 Apr 09
2
GridTableBase problem
Trying to setup a GridTableBase to hold some floating point numbers for
a Grid. Getting an error with the following:
table = Wx::GridTableBase.new
Error:
C:/ruby/work/wxtest/test.rb:151:in `on_find'': uninitialized constant
Wxruby2::Gr
idTableBase (NameError)
from
c:/ruby/lib/ruby/gems/1.8/gems/wx_sugar-0.1.14/lib/wx_sugar/event_c
onnector.rb:123:in `call''
2008 Jan 17
7
1.9.4 released
Hi
Just a quick note to say we released a new version, 1.9.4. The main
purpose of this release is to offer an OS X gem that''s compatible with
both 10.4 and 10.5 - The wxruby-1.9.3 OS X binary gem would only work
with version 10.5 (Leopard).
Version 1.9.4 also includes a couple of other minor fixes and
enhancements, including
* Some new AuiNotebook methods added in recent wxWidgets
2007 May 15
0
[ wxruby-Bugs-10844 ] GridTableBase clss not defined
Bugs item #10844, was opened at 2007-05-15 03:00
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=10844&group_id=35
Category: Incorrect behavior
Group: v0.4
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Kevin Smith (qualitycode)
Summary: GridTableBase clss not defined
Initial Comment:
In the Wxruby2 module,
2005 Sep 10
8
Tagged wxruby2 v0.0.29, plus added more directors
Since things seemed to be somewhat stable (that is, wxruby2 compiles and
runs on all three platforms), I tagged what has been there for a couple
days as v0_0_29. Nothing magic about it, but it had been a while since I
had tagged.
Then I worked on adding directors to the classes that don''t have them,
in the hopes of avoiding more segfault crashes during garbage
collection. I was able
2008 May 16
0
wxruby new version
Hello,
i miss the grid method "set_col_label_text_orientation" in wxruby 1.9.6
hanks,
franz
</PRE><html><P><SPAN style="FONT-SIZE: 8pt"><FONT color=#000000><FONT face=Arial>
This communication and any files or attachments transmitted with it may contain information that is copyrighted or confidential and exempt from <br> disclosure
2008 Jul 28
12
Segfault with GridCellChoiceEditor
I have a problem.
In my application I have a few Grid objects in a Notebook. The Grid objects
are populated via GridTableBase. Certain Grid cells need to have a choice
interface (I''m artificially enforcing foreign key constraints). All this
works to the point where you try to edit the value for that cell. The
choice box renders (i.e. the drop down arrow appears) then the application
2018 Oct 14
3
Centos7 & Selinux & Tor
I've just encountered a problem starting tor. When I do 'systemctl
start tor' it fails and I get selinux errors in the log. There was
suggestion to do full auditing with 'auditctl -w /etc/shadow -p w'.
Which I did and it gave the following
type=PROCTITLE msg=audit(1539540150.692:60570):
proctitle=2F7573722F62696E2F746F72002D2D72756E61736461656D6F6E0030002D2
2009 Jun 09
2
ActiveRecord subclass with manual DB connection can’t directly access column variables.
Hi All,
I''m having a slight issue with one of my Rails models. It''s nothing I
can''t work around (as I''ve already done so), but I''m interested in the
actual issue.
Basically, I have an ActiveRecord-based class named "Events" that I''ve
connected to a remote database using "establish_connection". It all
works fine and I can
2010 Feb 24
3
Mouse wheel events in a grid cell editor?
I''m trying to do some advanced editing using Grids. I''ve created my own
editors and updating view and model both works fine so far. Thanks to
whoever made this possible. I like wxRuby more each day!
Now I''d like to catch mousewheel events in order to increment/decrement
a grid cell editor.
I''ve tried installing a handler in begin_edit of my editor and removing
2006 Jan 15
1
[LLVMdev] A question about alias analysis
Oh, your meaning is pointers in a aliasset have equal address logically?
But I think that two pointers are alias means they point to a same
memory object, so if pointers "p" and "q" are alias, it seem as p = q,
not &p = &q.
Another question is about "forwarding".
"AliasSet[XXXX, 0] may alias, Mod/Ref forwarding to YYYY" (XXXX != YYYY)
means the
2006 Jul 08
1
conditional table association?
I''m using a db to log two types of events, link events and tag
events. At first I had two tables, link_events & tag_events, but this
seemed not very DRY because the only column that was different
between them was link_id and tag_id respectively. So I made these
tables:
events:
id int
user_id int
objtype_id int (holds ''1'' or ''2'' depending
2007 Jan 23
11
dynamic tablenames
Hi List!
May I tap into your combined common sense ?
I have a legacy logging app that needs to be modernized. At the moment,
Data is going to be stored in 5 tables, one table is going to contain
more than 200 million and 2 others about 60 million rows. Mysql will be
used, unless someone sees a major advantage in using something else (at
the moment data is stored in a raw positioned file format,
2007 Feb 12
0
[861] trunk/wxruby2/doc/textile/grid.txtl: Added missing methods listing section
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2018 Oct 23
0
Centos7 & Selinux & Tor
On Sun, 2018-10-14 at 20:13 +0200, Robin Lee wrote:
> I've just encountered a problem starting tor. When I do 'systemctl
> start tor' it fails and I get selinux errors in the log. There was
> suggestion to do full auditing with 'auditctl -w /etc/shadow -p w'.
> Which I did and it gave the following
>
> type=PROCTITLE msg=audit(1539540150.692:60570):
>
2018 Oct 23
1
Centos7 & Selinux & Tor
On 10/23/18 2:49 PM, Robin Lee wrote:
> On Sun, 2018-10-14 at 20:13 +0200, Robin Lee wrote:
>> I've just encountered a problem starting tor. When I do 'systemctl
>> start tor' it fails and I get selinux errors in the log. There was
>> suggestion to do full auditing with 'auditctl -w /etc/shadow -p w'.
>> Which I did and it gave the following
>>
2008 Jan 15
0
version 1.9.3 released
Hi
We''re pleased to invite you to try the latest version of wxRuby, 1.9.3.
http://rubyforge.org/frs/?group_id=35&release_id=18145
== WHAT''S NEW ==
Thanks to a number of contributors, this is a feature-packed release:
* GraphicsContext, for high-quality, anti-aliased drawing and
sophisticated image transforms
* MediaCtrl, for playing and controlling sound and video files
2012 May 22
2
Wx:Grid Setting Cursor Position
I''m using the grid widget with an underlying GridTableBase and trying to
implement a "Find" button which would cause the current cursor position
to go to the next matching cell. I''m wondering if there''s an easy way
to do it? I''m playing with the Grid.select_block_row(),
Grid.set_grid_cursor() and Grid.scroll() methods, but the results are a
bit