Displaying 20 results from an estimated 30 matches for "knology".
2004 Jul 20
7
radiobuttons are weird in 1.2.x series
Hello all,
Run groupbox.rb example in any of the two alpha versions and
click the radiobutton in the upper right group box (those named Hilvesum 1,
Hilversum 2, etc). You''ll notice that once a radiobutton is checked,
it remains checked when some other radiobutton is checked.
What''s the reason?
Thank you.
--
Best regards,
Yuri Leikind
2006 Mar 28
11
setting widget attributes
I''m trying to set attributes of widgets in subclasses like the following.
class PersonTable < FXTable
def initialize(owner)
options = TABLE_COL_SIZEABLE
super(owner, nil, 0, options)
visibleRows = 5
...
end
end
visibleRows doesn''t get set.
However, if I do this
self.visibleRows = 5
then it does.
Shouldn''t it work without "self."?
2004 Feb 06
3
Something to keep an eye on (perhaps)
As seen on the wx-dev mailing list yesterday:
http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?5:mss:42943:200402:ennjfiogkccphebpmcfc
2006 Apr 27
4
FXRuby installation
I have fox 1.4.33 installed. All installation steps of FXRuby
(config,setup,install) passed successfully, but when I
try to load fox14 (require ''fox14'') it gives me an error:
LoadError: /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so:
undefined symbol: removeTimeout__Q22FX5FXAppPQ22FX7FXTimer
- /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so
I use ruby
2004 Apr 20
1
iaxtel and d-link router
I've been playing around with asterisk for the last few weeks and now I have
the system up and running but whenever I make a call using iaxtel all is
good for the first call. After I hang up the call the d-link router looses
it's mind and must be rebooted. Nothing IP will work through the router (to
the internet) after the call. Has anyone else seen this happen? I know
what the
2004 Jul 22
0
Re: FXRuby and Threads (was: radiobuttons are weird in 1.2.x series)
*********** REPLY SEPARATOR ***********
On 22/07/2004 at 14:01 lyle@knology.net wrote:
>On Thu, 22 Jul 2004 14:47:47 +0100, "Bil" <bil.bas@virgin.net> wrote :
>
>> Err, well it does work, though it does not require the background thread
>to run very fast at all. The application is a prototype of a board-game
>engine. The server is a regul...
2006 May 31
3
FXLabel: ca''nt set the Icon attibute
Hi,
trying that:
aLabel = FXLabel.new(menuBar35,nil,@@maximizeIcon,0)
aLabel.icon = @@restoreIcon # ok
aLabel.connect(SEL_LEFTBUTTONPRESS) do |sender, selector, data|
case sender.icon
when @@maximizeIcon
sender.icon = @@restoreIcon
when @@restoreIcon
sender.icon = @@maximizeIcon
end
0
end
Result
abnormal
2002 Sep 28
0
Query, possible quick fix??
At 12:01 PM 9/28/02 -0500, you wrote:
>--__--__--
>
>Message: 1
>Subject: Re: Query
>From: Greg Bledsoe <gbledsoe@knology.net>
>To: Sylvain Petreolle <spetreolle@yahoo.fr>
>Cc: wine-users@winehq.com
>Date: 27 Sep 2002 21:23:12 -0400
>
>See responses inline.
>
>On Thu, 2002-09-26 at 21:45, Sylvain Petreolle wrote:
> > Post the error messages on the list.
>That's just it. Ther...
2006 Apr 25
5
FXListBox ...connect(SEL_COMMAND)
Hi,
I think I got a problem with the FXListBox widget. ( ruby 1.8.4 (2005-12-24) [i386-mswin32]) )
FXListBox.new(parent, nil, 0) do |libo4|
libo4.appendItem("0 very weird")
libo4.appendItem("1 very weird")
libo4.appendItem("2 very weird")
libo4.appendItem("3 very weird")
libo4.appendItem("4 very
2006 Mar 07
5
FXProgressDialog trouble
Hey all,
I''m having trouble with FXProgressDialog-- I''m trying to use it to show the
progress of a file upload..
I am running the upload in a separate thread that calls the dialog''s destroy
method when its done.. the dialog closes, but the application remains
non-responsive (as if its still in the execute loop). I''ve tried sending
ID_ACCEPT to the dialog with
2003 Aug 01
7
Using OH323 and Gatekeeper
Hello all,
Please forgive me if this sounds a little (or a lot) ignorant as I am very
new to asterisk.
Right now I have two pc's connected back to back through an E100 card
running asterisk. I have openh323 running as well and I am able to route
calls through the E1 line. Next up I would like to be able to register
asterisk with a gatekeeper. On another computer is running openGK. Using
2008 Dec 15
1
D-channel errors and Channelbanks
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've been seeing some strange issues recently as it relates to our
Asterisk phone system. Let me give a little background on things:
We have a T1 provided by Knology. We recently had an outage of Internet
and phones. The following problems (except for the log messages) seemed
to have cropped up after the outage. I was prompted by a friend of mine
to power cycle all the equipment detailed below (not sure if that's
relevant.)
T1 > Ditech Echo Canceler >...
2005 Feb 18
5
FXTable segfaults after multiple setTableSize calls
When I empty and refill an FXTable multiple times with a large data set
(10,000 rows x 1 column in the example below, around 1000 rows x 6
columns in a more complicated app), the application eventually fails
with a segmentation fault. The number of repetitions required to produce
the segfault is rather random, ranging from just a couple reps to 15 or
20 in some trials. The program disappears
2013 Mar 24
1
Cannot access share from Kodak printer
I'm trying to use a Samba (3.0.37) share on my ASUS RT-ac66R router as a destination for scans from my Kodak Office Hero 6.1 all-in-one printer. I'm currently getting an invalid User ID or Password error message. I have been unable to increase the Samba log level at all even after editing the log level in smb.conf. Before an old router running DDWRT (including Samba) failed, scanning to
2006 Mar 26
17
activeldap
Obviously I am missing something and I don''t know what it is...
I am following the instructions at
http://rubyforge.org/docman/view.php/381/114/activeldap_rb.html
and also here...
http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateViaLdap
my model looks exactly like this...
class LdapUser < ActiveRecord::Base
ldap_mapping :dnattr => ''uid'', :prefix
2004 Apr 05
1
RPM packages
Andrey McRory built a RPM dist for * but I can't seem to find it anywhere..
Any hints where I might be able to find this package that has matching
kernel?
Thanks,
Chris
2002 Sep 26
1
Query
My research indicates that it is possible to run Excel 97 with standard
wine using a real FAT Windows partition. So far, drawing heavily on
http://www.winecentric.com/ I've been unable to get it to work.
I'm running the 20020904 version, and have mutilated my wine config
nearly beyond repair in an attempt to get excel to run. I've tried
running all native dlls, all builtin, etc, and
2006 Jan 03
1
Winbind will not start when network disconnected
I'm preparing some boxes for production and have configured samba with
winbind for ADS domain authentication but I've noticed that winbind will
not start when the network is not connected. I think the proper
operation should be to start but (of course) not function and log the
inability to connect to the pdc.
Instead I get this:
PANIC: Could not fetch our SID - did we join?
...
lots
2005 May 18
0
Re: FXTable possible bug
On Wed, 18 May 2005 23:12:03 +0400, Pavel Sokolov <elgato@rambler.ru> wrote :
> I am still learning to deal with FOX and playing with different
> widgets. I have encountered strange behavior of FXTable with regard to
> style options. FXTable allows to resize rows and columns both w/ and
> w/o options TABLE_ROW_SIZABLE, TABLE_COL_SIZABLE.
This bug in FOX 1.2 was
2006 Jun 07
0
How to determine width and height of FXImageView?
On Wed, 07 Jun 2006 16:38:43 +0200, "Axel Etzold" <AEtzold at gmx.de> wrote :
> In one field of an FX4Splitter, I want to display a PNG
> image.
> I know how to do this (basically) from the imageviewer.rb
> file.
> But the image I display needs to be generated first
> (by Gnuplot ... no problem to output PNG from there,
> except one: to set the size : I