PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.ruby > Source code from complex user interfaces RUBY GTK
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Source code from complex user interfaces RUBY GTK

Réponse
 
LinkBack Outils de la discussion
Vieux 12/05/2008, 19h56   #1
John Locke
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Source code from complex user interfaces RUBY GTK

Hi,

I've just started creating user interfaces with Ruby GTK and I would
like to know where can I find source code of complete interfaces,
examples and stuff, to learn to use all the features.

My program should have a window with all the normal options (File, Edit,
, etc); I would like to know where can I find source code from
programs made this way.

Thanks.
--
Posted via http://www.ruby-forum.com/.

  Réponse avec citation
Vieux 12/05/2008, 20h32   #2
Axel Etzold
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Source code from complex user interfaces RUBY GTK


-------- Original-Nachricht --------
> Datum: Tue, 13 May 2008 03:56:18 +0900
> Von: John Locke <eloi.plans@campus.uab.es>
> An: ruby-talk@ruby-lang.org
> Betreff: Source code from complex user interfaces RUBY GTK


> Hi,
>
> I've just started creating user interfaces with Ruby GTK and I would
> like to know where can I find source code of complete interfaces,
> examples and stuff, to learn to use all the features.
>
> My program should have a window with all the normal options (File, Edit,
> , etc); I would like to know where can I find source code from
> programs made this way.
>
> Thanks.
> --
> Posted via http://www.ruby-forum.com/.


Hello John,

I've particularly liked Hal Fulton's Ruby Way (there's
a second edition ) and the Ruby Cookbook. I think both are available
on Safari, eg.

http://safari.oreilly.com/0596523696...CHP-21-SECT-15

Best regards,

Axel


--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx

  Réponse avec citation
Vieux 12/05/2008, 21h33   #3
John Locke
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Source code from complex user interfaces RUBY GTK

But I do have to pay for that :S?
--
Posted via http://www.ruby-forum.com/.

  Réponse avec citation
Vieux 12/05/2008, 22h03   #4
Phillip Gawlowski
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Source code from complex user interfaces RUBY GTK

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

John Locke wrote:
| But I do have to pay for that :S?

Well, yeah. Otherwise, The Ruby-GNOME2 project page has examples, too,
and a handful of tutorials.

You get what you pay for, though. :/

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan
Blog: http://justarubyist.blogspot.com

~ "The intrepid Spaceman Spiff is stranded on a distant planet!
~ ..our hero ruefully acknowledges that this happens fairly
~ frequently.." --- Calvin and Hobbes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgosLQACgkQbtAgaoJTgL8riQCeILYQ1JlIbV YGmdLQo+nuwfC/
bcMAoIVv3bHZhjF3n+Uh9MAaUL/rtjiA
=g5bH
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 12/05/2008, 22h26   #5
Albert Schlef
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Source code from complex user interfaces RUBY GTK

I'm not sure a book is the best choice. You don't know what's in the
book. Maybe it's a nominal section about the library, nothing more.

You can use 'gem' to search for gems that depend on that GUI library.
Then you'll have plenty of examples.
--
Posted via http://www.ruby-forum.com/.

  Réponse avec citation
Vieux 12/05/2008, 23h10   #6
Phillip Gawlowski
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Source code from complex user interfaces RUBY GTK

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Albert Schlef wrote:

| You can use 'gem' to search for gems that depend on that GUI library.
| Then you'll have plenty of examples.

Except Ruby-GNOME2 isn't distributed as gem, and thus gems cannot depend
on it (an install would fail, since the dependency cannot be satisfied).

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan
Blog: http://justarubyist.blogspot.com

~ - You know you've been hacking too long when...
...a fly lands on the screen and you try to pick it up with the mouse and
put it in the onscreen trashcan!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgowEwACgkQbtAgaoJTgL+o4QCfcK77puEtwq yhgnB5QLpq0BpZ
mv0An1GYznl6lUQlpNAz/mg3C5+1Uim2
=3zal
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 13/05/2008, 12h06   #7
Albert Schlef
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Source code from complex user interfaces RUBY GTK

Phillip Gawlowski wrote:
> Albert Schlef wrote:
>
> | You can use 'gem' to search for gems that depend on that GUI library.
> | Then you'll have plenty of examples.
>
> Except Ruby-GNOME2 isn't distributed as gem, and thus gems cannot depend
> on it (an install would fail, since the dependency cannot be satisfied).


On the one hand you say packages don't depend on some non-existing
GNOME2 gem.

On the other hand you say the install would fail because the
(non-existing!) dependency cannot be satisfied....

--
Posted via http://www.ruby-forum.com/.

  Réponse avec citation
Vieux 13/05/2008, 12h55   #8
Marc Heiler
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Source code from complex user interfaces RUBY GTK

> My program should have a window with all the normal options (File, Edit,
> , etc); I would like to know where can I find source code from
> programs made this way.


The best way is to
- use krugle to search for specific ruby-gnome constructs
- look at the wiki (it has a LOT of knowledge buried)
- find some examples on the www

In a way you shouldnt worry too much, just make a little todo list what
you want to achieve. The smaller, the easier it can be solved. And you
can use the mailing list for the ruby-gtk folks too
--
Posted via http://www.ruby-forum.com/.

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 02h29.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14862 seconds with 16 queries