Displaying 20 results from an estimated 100 matches similar to: "using listcontrol"
2011 Jan 04
2
Wxwidgets 2.9.1
- is released for a few monthes already. Dies anybody tried it with 64-bits mode (thus, cocoa) on mac with any wxruby?
Need a portable modern gui framework bad :) and one that works in mac@64.
Btw what happened to wxruby.org?
Yours,
Sergey
2010 Aug 23
4
Segmentation Fault
Once more, with feeling.
I''m trying to implement using xrc_replace so as to use a RichTextCtrl in
a form created by FormBuilder. The problem is that I can''t even create a
RichTextCtrl. When I try to, I get a segmentation fault.
I''ve attached the files that are causing this. I''m running wxRuby on a
box running an up-to-date PCLinuxOS distro. I''ve
2006 Apr 23
1
Fixes for ListControl
These patches fix the ListCtrl_virtual demo. Note I changed the loading
of the icon to the loading of a bitmap. I remember discussing this
before. For some reason the .xpm loader isn''t initialized properly for
Wx::Icon. However, the function will take a bitmap just fine so this
works. This also adds directors for wxListItem and wxListEvent
Roy
2003 Sep 26
2
Set context based on CID...
I was wondering if someone might be able to offer a suggestion to me
about how I might go about dropping a caller into a context specific to
their CID. For example, I would like to be able to dial Asterisk from a
specific number (a mobile phone) and have it drop me into a context
other then the one that normal callers receive that has more options
tailored to things I might want to do. I assume
2010 Aug 03
1
Making a Text Control selected once user hits a button
I want it so that when a user hits a button, that a text control is
selected and they can just start typing away and update the text
control. Is there anyway to do this?
--
Posted via http://www.ruby-forum.com/.
2010 Nov 13
2
Scrolling / wxPanel / wxFlexGridSizer
I have a problem getting scroll bars to become active. Scrollbars
appear but do not actually scroll. The problem I am trying to
solve is to list a large number of key/value pairs. I looked
to use PropertyGrid but did not find it in wxruby 2.0.1. I''m
really stuck and would appreciate any help.
Thanks,
Dave
Details:
I am starting with an .xrc file containing:
...
2002 Mar 01
2
rsync: dumping core, breaking pipes, not understanding modules - why?
I'm running rsync 2.5.2_1 on two machines - a production server (athlon
1500+, 512mb, 160gb raid array, running FreeBSD 4.4-release) and a machine
I'd like to use as a backup system (a p2/350, 192mb, 90gb, running FreeBSD
4.5-release.) I've got rsync running as a daemon on the production server,
and I'd like to use rsync to back up the key directories on that machine to
the
2003 May 05
6
IAXTEL toll-free gateway
I have been playing around with asterisk for a week or so now and
haven't had too much trouble getting things to work but one thing seems
to puzzle me. I have been patient hoping that there was a configuration
error on the server or that the toll-free gateway was down but nothing
has changed. I have the following configuration context for IAXTEL:
[iaxtel]
exten =>
2006 Jun 17
2
how to delete a parent record and child records?
Wow, got myself lost as *soon* as I left the hand-holding exercises in
the books.
I''m trying to set it up so when I click the (scaffold-generated)
''destroy'' link on one (of a list) of parent MySQL records, the children
records in a different table get deleted also.
Very simple setup: my tables are ''customers'' and ''accounts''
class
2004 Dec 02
3
net ads join fails - "Preauthetication failed"
After a lot of different problems and variations of krb5.conf and
samba.conf files I am currently stuck with the following error trying to
join a domain
net ads join -U nfybw@UIB.NO 'Klienter\IT\MatNat\IFT\Samba
Servers\IT-gruppen'
nfybw@UIB.NO's password:
[2004/12/02 15:34:36, 0] libads/ldap.c:ads_add_machine_acct(1367)
ads_add_machine_acct: Host account for iftsmb100 already
2005 Jan 25
3
Plotting only masked part of data
Hello,
I have x and y data to plot (synthetic example):
x <- seq(0,4*pi,by=0.1)
y <- sin(x)
I then want to plot (x,y) in those points where abs(y) is smaller than
0.5. As a first approximation
plot(x[abs(y) < 0.5],y[abs(y) < 0.5])
is quite close - however I want to plot with lines, i.e. type="l", and
then I get solid lines connecting the endpoint of one
2009 Nov 19
5
speaking about mxn at #geomob
Fellow mapstractors,
I''m speaking about mapstraction tonight at a London neogeo event - #geomob
http://gmdlondon.ning.com/events/geomob-november
basically I''ll jus be explaining what mxn is, how ift can be used, and a
brief history of the project and trying to encourage more people to
contribute.
My slides are here:
http://www.slideshare.net/lokku/mapstraction-2537688
let me
2003 Nov 07
0
RE: Asterisk-Users digest, Vol 1 #1808 - 13 msgs archives gsm of asterisk ???
Hello.
The procedure so that it works you can find in:
http://www.voip-info.org/wiki-Convert+WAV+audio+files+for+use+in+Asteris
k
a the files .wav
chmod 755 file.wav
sox file.wav -r 8000 file.gsm resample -ql
chmod 755 file.gsm
in extensions.conf
xxxx=> xxx,x,playback(file)
Ing Javier Rios
Ing de Proyectos
04167285748
212 2637246 /2637187
-----Original Message-----
From:
2010 Mar 13
3
[BUG] Menus on Snow Leopard not working correctly
I posted the following bug at http://rubyforge.org/tracker/index.php?func=detail&aid=27962&group_id=35&atid=218.
Is anyone else dealing with this?
> In running the 2.0.1 samples under OS X 10.6.2, some menu items do not appear as they should.
>
> For example:
> * in the "minimal" sample, the "file" menu appears in the menu bar, but the individual items
2006 Jun 28
4
argument out of range...
Hi...
I''ve a problem with this :
[code]
def fir_tahiti
@notams=Array.new
Notam.find_all_notams().each do |notam|
@notams.push(notam) if (to_secs(notam.debut)<Time.now.to_i and
to_secs(notam.fin)>Time.now.to_i)
end
end
def to_secs(str = nil)
Time.gm(2000+str[0..1].to_i, str[2..3].to_i, str[4..5].to_i,
str[6..7].to_i, str[8..9].to_i).to_i if str
end
[/code]
It tells
2006 May 24
0
Routes recognition problem
Hiall,
I have two modules for my controllers containing the following files
/app/controllers/admin/new_controller.rb
/app/controllers/admin/list_controller.rb
/app/controllers/admin/sidebar_controller
/app/controllers/community/input_controller.rb
/app/controllers/community/sidebar_controller.rb
Each of those controllers is declared with the appropriate module like so
class
2001 Nov 05
0
Ugh, Does Interfaces not work?
I'm a college student, but I also have an private network behind my
firewall at college, and I have an ipsec tunnel to my office. I had to
recently use the printer port on my firewall, so I ended up installing
samba, and told it only to talk to my office network. Well, it managed to
pick up the browser list..... and it got ahold of a local browser role as
soon as it came up because I have a
2010 May 18
8
gem for snow leopard?
Does anybody plan to post binary rem for SL? Id''love to rely on its availability in the installation script... As wx included in installation package makes it huge...
Sergey Chernov
real.sergeych@gmail.com
2005 Nov 12
2
undefined method `protocol' for nil:NilClass
Hi! This may have been answered somewhere before, but my searches turned
up nothing.
I am developing a Rails app that generally works, but just generated a
new controller ("list" controller), did not add anything, and when I go to
http://localhost:3000/list/
I receive an error. It appears that the page was properly generated, but
somewhere preparing the result raised this
2005 Jul 15
5
Nested Controllers
Hi there,
I wondered if anybody had any experience with having nested
controllers?For example, I''d like a hierarchy something like this:
/product
/product/list
/product/detail
/product/detail/category
I can''t find any documentation on this, so any advice/experience
anybody might have would prove useful.
N.B. This is for a generator which builds Views and Controllers