<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>Repository of sample FXRuby programs?</title> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body { margin: 5px 5px 5px 5px; background-color: #ffffff; } /* ========== Text Styles ========== */ hr { color: #000000} body, table /* Normal text */ { font-size: 9pt; font-family: ''Courier New''; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; } span.rvts1 /* Heading */ { font-size: 10pt; font-family: ''Arial''; font-weight: bold; color: #0000ff; } span.rvts2 /* Subheading */ { font-size: 10pt; font-family: ''Arial''; font-weight: bold; color: #000080; } span.rvts3 /* Keywords */ { font-size: 10pt; font-family: ''Arial''; font-style: italic; color: #800000; } a.rvts4, span.rvts4 /* Jump 1 */ { font-size: 10pt; font-family: ''Arial''; color: #008000; text-decoration: underline; } a.rvts5, span.rvts5 /* Jump 2 */ { font-size: 10pt; font-family: ''Arial''; color: #008000; text-decoration: underline; } span.rvts6 { font-size: 8pt; font-family: ''arial''; font-style: italic; color: #c0c0c0; } a.rvts7, span.rvts7 { font-size: 8pt; font-family: ''arial''; color: #0000ff; text-decoration: underline; } /* ========== Para Styles ========== */ p,ul,ol /* Paragraph Style */ { text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } .rvps1 /* Centered */ { text-align: center; } --></style> </head> <body> <p>Is there a repository of sample FXRuby programs that is publicly accessible?</p> </body></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>Re: [fxruby-users] Repository of sample FXRuby programs?</title> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body { margin: 5px 5px 5px 5px; background-color: #ffffff; } /* ========== Text Styles ========== */ hr { color: #000000} body, table /* Normal text */ { font-size: 9pt; font-family: ''Courier New''; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; } span.rvts1 /* Heading */ { font-size: 10pt; font-family: ''Arial''; font-weight: bold; color: #0000ff; } span.rvts2 /* Subheading */ { font-size: 10pt; font-family: ''Arial''; font-weight: bold; color: #000080; } span.rvts3 /* Keywords */ { font-size: 10pt; font-family: ''Arial''; font-style: italic; color: #800000; } a.rvts4, span.rvts4 /* Jump 1 */ { font-size: 10pt; font-family: ''Arial''; color: #008000; text-decoration: underline; } a.rvts5, span.rvts5 /* Jump 2 */ { font-size: 10pt; font-family: ''Arial''; color: #008000; text-decoration: underline; } span.rvts6 { } span.rvts7 { font-size: 8pt; font-family: ''arial''; font-style: italic; color: #c0c0c0; } a.rvts8, span.rvts8 { font-size: 8pt; font-family: ''arial''; color: #0000ff; text-decoration: underline; } span.rvts9 { font-size: 8pt; } a.rvts10, span.rvts10 { color: #0000ff; text-decoration: underline; } /* ========== Para Styles ========== */ p,ul,ol /* Paragraph Style */ { text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } .rvps1 /* Centered */ { text-align: center; } --></style> </head> <body> <p>Thursday, July 8, 2010, 10:46:05 PM, you wrote:</p> <p><br></p> <div><table border=0 cellpadding=1 cellspacing=2 style="background-color: #ffffff;"> <tr valign=top> <td width=2 style="background-color: #0000ff;"><br> </td> <td width=1683> <p><span class=rvts6>Is there a repository of sample FXRuby programs that is publicly accessible?</span></p> </td> </tr> </table> </div> <p><a class=rvts8 href="mailto:ralphs@dos32.com"><br></a></p> <p><span class=rvts9><br></span></p> <p>To answer my own question ... I have found this repository:</p> <p><br></p> <p> <a class=rvts10 href="http://fxruby.rubyforge.org/svn/trunk/FXRuby/examples/">http://fxruby.rubyforge.org/svn/trunk/FXRuby/examples/</a></p> <p><br></p> <p>If you know of others, please advise.</p> </body></html>
Did you check your hard drive? When you install ruby, there should be many fxruby examples included. I found them on my system at: C:\Ruby\lib\ruby\gems\1.8\gems\fxruby-1.6.16-x86-mswin32-60\examples Cheers! On 9 July 2010 00:46, Ralph Shnelvar <ralphs at dos32.com> wrote:> Is there a repository of sample FXRuby programs that is publicly > accessible? >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100709/62f87906/attachment.html>
Thanks Ralph, Now this brings up another question for me since I tested bounce.rb from a simply MEPIS live cd. I will have to install FOX16. Does anyone know if there is a debian release for it? I prefer to use a *.deb install as I am not so profishant at installing from source yet. On 7/9/10, Paul Carvalho <tester.paul at gmail.com> wrote:> Did you check your hard drive? > > When you install ruby, there should be many fxruby examples included. I > found them on my system at: > > C:\Ruby\lib\ruby\gems\1.8\gems\fxruby-1.6.16-x86-mswin32-60\examples > > Cheers! > > > On 9 July 2010 00:46, Ralph Shnelvar <ralphs at dos32.com> wrote: > >> Is there a repository of sample FXRuby programs that is publicly >> accessible? >> >
On Jul 11, 2010, Douglas Allen wrote:> I will have to install FOX16. Does anyone > know if there is a debian release for it?http://packages.debian.org/squeeze/libfox-1.6-0 - Jeff
Justan aside on the topic of the Deb file. I wish to thank the Author as it has made the use of fox & foxGUIb much easier to use in Linux (I use Kubuntu 10.04 at present). Dave. --- On Mon, 12/7/10, Douglas Allen <kb9agt at gmail.com> wrote:> From: Douglas Allen <kb9agt at gmail.com> > Subject: Re: [fxruby-users] Repository of sample FXRuby programs? > To: fxruby-users at rubyforge.org > Received: Monday, 12 July, 2010, 8:39 AM > Thanks Ralph, > > Now this brings up another question for me since I tested > bounce.rb > from a simply MEPIS live cd. I will have to install FOX16. > Does anyone > know if there is a debian release for it? I prefer to use a > *.deb > install as I am not so profishant at installing from source > yet. > > On 7/9/10, Paul Carvalho <tester.paul at gmail.com> > wrote: > > Did you check your hard drive? > > > > When you install ruby, there should be many fxruby > examples included.? I > > found them on my system at: > > > > > C:\Ruby\lib\ruby\gems\1.8\gems\fxruby-1.6.16-x86-mswin32-60\examples > > > > Cheers! > > > > > > On 9 July 2010 00:46, Ralph Shnelvar <ralphs at dos32.com> > wrote: > > > >>? Is there a repository of sample FXRuby > programs that is publicly > >> accessible? > >> > > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users >
Thanks for that link Dave. Back to discussion of the fox samples, I noticed that bounce.rb has a few bugs or should I say is incomplete. My group has a discussion board about this: http://www.facebook.com/home.php?#!/group.php?gid=353519958592 Hope to see you all there. On 7/11/10, dave L <dglnz at yahoo.com> wrote:> Justan aside on the topic of the Deb file. > > I wish to thank the Author as it has made the use of fox & foxGUIb much easier to use in Linux (I use Kubuntu 10.04 at present). > > Dave. > > --- On Mon, 12/7/10, Douglas Allen <kb9agt at gmail.com> wrote: > > > From: Douglas Allen <kb9agt at gmail.com> > > Subject: Re: [fxruby-users] Repository of sample FXRuby programs? > > To: fxruby-users at rubyforge.org > > Received: Monday, 12 July, 2010, 8:39 AM > > > Thanks Ralph, > > > > Now this brings up another question for me since I tested > > bounce.rb > > from a simply MEPIS live cd. I will have to install FOX16. > > Does anyone > > know if there is a debian release for it? I prefer to use a > > *.deb > > install as I am not so profishant at installing from source > > yet. > > > > On 7/9/10, Paul Carvalho <tester.paul at gmail.com> > > wrote: > > > Did you check your hard drive? > > > > > > When you install ruby, there should be many fxruby > > examples included. I > > > found them on my system at: > > > > > > > > C:\Ruby\lib\ruby\gems\1.8\gems\fxruby-1.6.16-x86-mswin32-60\examples > > > > > > Cheers! > > > > > > > > > On 9 July 2010 00:46, Ralph Shnelvar <ralphs at dos32.com> > > wrote: > > > > > >> Is there a repository of sample FXRuby > > programs that is publicly > > >> accessible? > > >> > > > > > > _______________________________________________ > > fxruby-users mailing list > > fxruby-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/fxruby-users > > > > > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users >
Just a quick question Jeff, Is squeeze a stable release? If I look for it under lenny, what category might I find it? And thanks for that link Jeff. On 7/11/10, Jeff Pohlmeyer <yetanothergeek at gmail.com> wrote:> On Jul 11, 2010, Douglas Allen wrote: > > > I will have to install FOX16. Does anyone > > know if there is a debian release for it? > > > http://packages.debian.org/squeeze/libfox-1.6-0 > > - Jeff > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users >
On Jul 12, 2010, Douglas Allen wrote:> Just a quick question Jeff, > Is squeeze a stable release?No idea. I''m really not a Debian user, just a Google user :-)> If I look for it under lenny, what category might I find it?http://packages.debian.org/lenny/libfox-1.6-0> And thanks for that link Jeff.You''re welcome, - Jeff