Displaying 5 results from an estimated 5 matches for "thoraval".
2008 May 10
4
from RubyCocoa to wxRuby ?
...s and :
$ 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...
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and
"etc/threaded.rb" to build my first wxApp.
I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to
"Wx::FlexGridSizer").
I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time
of writing it''s growing only vertically.
And also how to get
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 :
---------------------------...
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/desktop":...
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/>
>
> although I'm able to send emails to GMai...