Displaying 10 results from an estimated 10 matches for "yvon".
Did you mean:
von
2008 May 11
4
Choosing a Sizer
...#39;'Export'')
sizer.add(button, 0, Wx::ADJUST_MINSIZE|Wx::ALL, 2 )
@gauge = Wx::Gauge.new(panel, :range => STEPS)
sizer.add(@gauge, 0, Wx::GROW|Wx::ALL, 2)
@log = LogTextCtrl.new(panel) # (LogTextCtrl < Wx::TextCtrl)
sizer.add(@log, 1, Wx::GROW|Wx::ALL, 2)
Yvon
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2008 May 10
4
from RubyCocoa to wxRuby ?
...sudo gem install --local wxruby
u''ll get :
Successfully installed wxruby-1.9.7-universal-darwin-9
1 gem installed
;-)
A question, my first test will be to convert a RubyCocoa project into
wxRuby.
this project convert the AddressBook contents into html
( a preview : <http://thoraval.yvon.free.fr/AB2Html_preview/ab2html.xhtml>
what do I need ?
a push button, a spinner and a text area to give feedback to the user that''
all ;-)
( a screenshot : <http://cjoint.com/data/fkqRia4sT5.htm>
what is the best example to start with in such a context ?
is it possible to u...
2006 Apr 28
4
trouble with ferdora core 5 with samba
...the right rights to add in the users and passwords. I have two
other linux machines running with no problems, one is running Ferdora
Core 1 the other Core 2. Has anyones else had any problems with
Core 5 not letting users write to the shares even though the rights
are set to 777?
Thanks,
Yvon Dubinsky
E-Commerce Admin
DMP Corporation
2008 May 19
1
XP is very slow to access Samba
...P and Windows 2k
Machines connect very slow to the mapped drives. It does not matter if
they are connected as the IP (\\192.168.100.32\*) or a mapped drive in
the Windows Host file (Sambasales\*). Has anyone else had these
problems, and if so what did you do to fix it. Thanks in advance,
Yvon
2015 Sep 30
3
[IMAP] Nothing in INBOX
...------------------------------------------------------------------------------
$ mail
Heirloom mailx version 12.5 6/20/10. Type ? for help.
"/var/mail/desktop": 20 messages 9 new 18 unread
U 1 Desktop User Sun Sep 27 13:01 19/621 ceci est le sujet
<snip />
N 20 Yvon Thoraval Tue Sep 29 18:02 25/1042 another mail with
Maildir...
?
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
my dovecot setup uses vhosts :
------------------...
2006 Apr 11
2
trying to find out how much is on a drive?
...is a way to use the "du" command and
exclude the mounted mirror drive in my total amount. I used the
command du -ch, which gave the grand total in human form which is
what I want but it seems to include the mirror drive also. How do I
exclude it from adding in the mirror. Thanks,
Yvon Dubinsky
e-commerce admin
2006 May 05
2
SElinux and Samba
...worked as of yet. What does work is typing -
" setsebool -P smbd_disable_trans 1" - this disables SE for just
samba then restart samba with - "service smb restart". I have not
found a way to just pass samba through SE as of yet with out
disabling SE for the samba demon.
- yvon
2015 Oct 01
0
[IMAP] Nothing in INBOX
Hello Yvon,
On 30.09.2015 15:14, Yvon Thoraval wrote:
> I've just installed Postfix + Dovecot on Xubunto 14.04 LTS.
> Following this page :
> Setup a mail server with Postfix and Dovecot on Ubuntu / Debian
> <http://www.binarytides.com/install-postfix-dovecot-debian/>
>
> althoug...
2015 Sep 30
0
[IMAP] Nothing in INBOX
Yvon Thoraval writes:
> although I'm able to send emails to GMail and other kind of domain, nothing
> appears on Thunderbird INBOX, nor using openssl :
I haven't combed through your diagnostic, but two things junp out at me.
Your "mail" output states
> "/var/mail/deskt...
2006 Sep 27
11
Installation success, execution failed
Hello, after I wasn''t able to install wxruby via gem (404) I
downloaded the file from rubyforge and installed it on my intel mac.
No failure the so I tried to start the minimal.rb with ruby -r/r?/
ubegems <path>...
This didn''t work so I tried to do it in irb but the same error occured:
irb(main):001:0> require ''rubygems''
=> true