From cyke64 at gmail.com Wed Dec 6 13:35:05 2006 From: cyke64 at gmail.com (cyke64 cyke64) Date: Wed, 6 Dec 2006 19:35:05 +0100 Subject: [Ruby-symbian-devel] Ruby for Symbian 1.01 with sis file ! Message-ID: hello , GREAT GREAT NEWS :) Symbian has release a new version(1.01) and more doc for their version of Ruby ! Now you can find here a zip file containing 4 sis files for S60 (signed and unsigned) and also a example of code (POC library) http://developer.symbian.com/main/tools/opensrc/ruby/part2.jsp Ignore what they say : binary are here at last !!!! links : zip file with four sis files ! : http://developer.symbian.com/main/downloads/files/Rubyforsymbian%20v1.0.1.zip first documentation : http://developer.symbian.com/main/tools/opensrc/ruby/part2.jsp first article on runtime environment: http://developer.symbian.com/main/tools/runtime/index.jsp -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ruby-symbian-devel/attachments/20061206/7d3ad20d/attachment.html From agustinjv at gmail.com Thu Dec 7 04:00:36 2006 From: agustinjv at gmail.com (=?ISO-8859-1?Q?Agust=EDn_Jim=E9nez_Vallejo?=) Date: Thu, 7 Dec 2006 10:00:36 +0100 Subject: [Ruby-symbian-devel] Ruby for Symbian 1.01 with sis file ! In-Reply-To: References: Message-ID: <4CEF89F8-00A2-4D35-9679-B1A15CF65A7B@gmail.com> That's great! Thanks for notice us! Agust?n Jim?nez Vallejo Blog > http://www.tentempie.net El 06/12/2006, a las 19:35, cyke64 cyke64 escribi?: > hello , > > GREAT GREAT NEWS :) > Symbian has release a new version(1.01) and more doc for their > version of Ruby ! > Now you can find here a zip file containing 4 sis files for S60 > (signed and unsigned) > and also a example of code (POC library) > http://developer.symbian.com/main/tools/opensrc/ruby/part2.jsp > > Ignore what they say : binary are here at last !!!! > > links : > zip file with four sis files ! : http://developer.symbian.com/main/ > downloads/files/Rubyforsymbian%20v1.0.1.zip > first documentation : http://developer.symbian.com/main/tools/ > opensrc/ruby/part2.jsp > first article on runtime environment: http://developer.symbian.com/ > main/tools/runtime/index.jsp > _______________________________________________ > Ruby-symbian-devel mailing list > Ruby-symbian-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/ruby-symbian-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ruby-symbian-devel/attachments/20061207/7fca1730/attachment-0001.html From cyke64 at gmail.com Thu Dec 7 12:50:30 2006 From: cyke64 at gmail.com (cyke64 cyke64) Date: Thu, 7 Dec 2006 18:50:30 +0100 Subject: [Ruby-symbian-devel] What you can do with Genesis library ... Message-ID: hello , If you can't selfsign your ruby package then dowload this (I selfsign myself Ruby for Symbian 1.01 selfsigned Below you found what you can do with specific phone library (Genesis) not with standard library (all is completed !) # THE POC library ... include GenesisModule screen = Screen.new # clear screen screen.clear # screen.clear() # draw rectangle at (5,5) width=10 height=10 screen.fillRect(5, 5, 10, 10) # # draw line from (10,10) to (50,50) screen.drawLine(10, 10, 50, 50) # # draw an ellipse at (50,50) width 120 height 140 screen.fillEllipse(50, 50, 120, 140) # # wait 3 seconds wait(3000) # play wav file player = MultiMediaPlayer.new player.play "C:\\sound.wav" # sms has only a stub class (will be implemented soon :) # sms = Sms.new # sms.send() # doesn't work ! # screen.drawText(15, 15,'Hello Ruby !') -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ruby-symbian-devel/attachments/20061207/de24e4cb/attachment.html