Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-07 Thread Ajay Garg
Hi Bert. a) Could you give a rough idea, as to what is the release cycle for squeak-vm? b) Also, I installed etoys-5.0.2406 rpm; and did (as told by you) update code from server. However, upon reboot, I again have to do update code from server. So, is there a way that a final etoys image

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-07 Thread Bert Freudenberg
On 06.06.2012, at 20:19, Ajay Garg ajaygargn...@gmail.com wrote: When a file was checked out from the datastore, an activity needs to delete it when it is done. Etoys deletes the file when the file object is released (using a finalizer). I guess the MPEGPlayer stores only the name, closes

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-06 Thread Ajay Garg
Hi Bert. Is there a way to do a textual search for a text across the entire code? For example, I am trying to search for the string Rewind across the code, but cannot find a single occurrence (via Ctrl-f and Ctrl-g). Thanks and Regards, Ajay On Wed, Jun 6, 2012 at 3:06 AM, Bert Freudenberg

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-06 Thread Bert Freudenberg
On 06.06.2012, at 16:00, Ajay Garg wrote: Hi Bert. Is there a way to do a textual search for a text across the entire code? For example, I am trying to search for the string Rewind across the code, but cannot find a single occurrence (via Ctrl-f and Ctrl-g). Yes, ctrl-shift-E. There is a

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-06 Thread Ajay Garg
On Wed, Jun 6, 2012 at 3:06 AM, Bert Freudenberg b...@freudenbergs.dewrote: On 05.06.2012, at 22:53, Ajay Garg wrote: Hi Bert. There is good news, and (rather mild bad news). I updated the code from etoys4.1 to etoys5.0, as suggested by you via update code from server, and the following

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Sascha Silbe
Ajay Garg ajaygargn...@gmail.com writes: a) As mentioned in one of the earlier emails, 'get_properties' method needs to succeed to open a journal/external-USB-drive object. So, my query is : is the end-result just opening of the file (from journal/external-USB-drive), or something more too ?

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 07:25, Ajay Garg wrote: Just wish to confirm, if the following hold true :: a) As mentioned in one of the earlier emails, 'get_properties' method needs to succeed to open a journal/external-USB-drive object. So, my query is : is the end-result just opening of the file

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 07:31, Ajay Garg wrote: Also, is there a 'development-branch for etoys :-P , from where etoys binary can be downloaded, and tested ? We only build new images in the hot development phase before a new release. In between, you can test by loading updates from inside Etoys: *

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Ajay Garg
Bert, A small query :: I have the version etoys4.1. Is the 5.0.2406 version based on a higher release version of Fedora? Regards, Ajay On Tue, Jun 5, 2012 at 1:45 PM, Bert Freudenberg b...@freudenbergs.dewrote: On 05.06.2012, at 07:31, Ajay Garg wrote: Also, is there a

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 15:33, Ajay Garg wrote: Bert, A small query :: I have the version etoys4.1. Is the 5.0.2406 version based on a higher release version of Fedora? Fedora is a Linux distribution. Etoys is an application. Your question makes no sense to me. Or are you asking if Etoys 5

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 15:57, Bert Freudenberg wrote: On 05.06.2012, at 15:33, Ajay Garg wrote: Bert, A small query :: I have the version etoys4.1. Is the 5.0.2406 version based on a higher release version of Fedora? Fedora is a Linux distribution. Etoys is an application. Your

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Ajay Garg
Hi Bert. There is good news, and (rather mild bad news). I updated the code from etoys4.1 to etoys5.0, as suggested by you via update code from server, and the following use-cases worked perfectly as expected :: a) Open an mp3 from a USB pen-drive via journal-object-chooser. Click Play in

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 22:53, Ajay Garg wrote: Hi Bert. There is good news, and (rather mild bad news). I updated the code from etoys4.1 to etoys5.0, as suggested by you via update code from server, and the following use-cases worked perfectly as expected :: a) Open an mp3 from a USB

[Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-04 Thread Bert Freudenberg
On 04.06.2012, at 13:43, Sascha Silbe wrote: It's quite likely that Etoys doesn't implement its side of the essentially undocumented Object Chooser API of Sugar 0.84+ correctly. In particular, the object_id parameter of the ObjectChooserResponse signal will contain a) the data store object id

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-04 Thread Bert Freudenberg
On 04.06.2012, at 14:13, Bert Freudenberg wrote: On 04.06.2012, at 13:43, Sascha Silbe wrote: It's quite likely that Etoys doesn't implement its side of the essentially undocumented Object Chooser API of Sugar 0.84+ correctly. In particular, the object_id parameter of the

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-04 Thread Ajay Garg
On Tue, Jun 5, 2012 at 2:50 AM, Bert Freudenberg b...@freudenbergs.dewrote: On 04.06.2012, at 14:13, Bert Freudenberg wrote: On 04.06.2012, at 13:43, Sascha Silbe wrote: It's quite likely that Etoys doesn't implement its side of the essentially undocumented Object Chooser API of Sugar