Dolphin Backup image ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dolphin Backup image ?

Jose Gregoris
Hola

Estaba  viendo  esto:

DevelopmentSessionManager>>snapshot: fileName
    "Save the current image to fileName. Advance the minor component of
    the image version."

    ^self
        advanceImageVersionMinor;
        primSnapshot: fileName
            backup: self backupOnImageSave
            type: 0

y ESto:

SessionManager>>snapshot: fileName
    "Private - Save the current image to fileName."

    ^self
        primSnapshot: fileName
        backup: false
        type: 0


Suponía  que si cambiaba el argumento de  "FALSE " a "True" dolphin haría una backup de la imagen, pero no lo hace.
Falta implementar o hay algo que no  veo ?


saludos kiko

 

--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]
 
http://www.clubSmalltalk.org
Reply | Threaded
Open this post in threaded view
|

Re: Dolphin Backup image ?

Sebastian Calvo
UserPreferences>DevelopmentSystem>backupOnImageSave



2010/8/30 Jose Gregoris <[hidden email]>
Hola

Estaba  viendo  esto:

DevelopmentSessionManager>>snapshot: fileName
    "Save the current image to fileName. Advance the minor component of
    the image version."

    ^self
        advanceImageVersionMinor;
        primSnapshot: fileName
            backup: self backupOnImageSave
            type: 0

y ESto:

SessionManager>>snapshot: fileName
    "Private - Save the current image to fileName."

    ^self
        primSnapshot: fileName
        backup: false
        type: 0


Suponía  que si cambiaba el argumento de  "FALSE " a "True" dolphin haría una backup de la imagen, pero no lo hace.
Falta implementar o hay algo que no  veo ?


saludos kiko

 

--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]
 
http://www.clubSmalltalk.org

--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]
 
http://www.clubSmalltalk.org
Reply | Threaded
Open this post in threaded view
|

Re: Dolphin Backup image ?

Jose Gregoris
tyssssssssss

--- El lun 30-ago-10, GallegO <[hidden email]> escribió:

De: GallegO <[hidden email]>
Asunto: Re: [clubSmalltalk] Dolphin Backup image ?
Para: [hidden email]
Fecha: lunes, 30 de agosto de 2010, 14:15

UserPreferences>DevelopmentSystem>backupOnImageSave



2010/8/30 Jose Gregoris <kikodelphi@...>
Hola

Estaba  viendo  esto:

DevelopmentSessionManager>>snapshot: fileName
    "Save the current image to fileName. Advance the minor component of
    the image version."

    ^self
        advanceImageVersionMinor;
        primSnapshot: fileName
            backup: self backupOnImageSave
            type: 0

y ESto:

SessionManager>>snapshot: fileName
    "Private - Save the current image to fileName."

    ^self
        primSnapshot: fileName
        backup: false
        type: 0


Suponía  que si cambiaba el argumento de  "FALSE " a "True" dolphin haría una backup de la imagen, pero no lo hace.
Falta implementar o hay algo que no  veo ?


saludos kiko

 

--
To post to this group, send email to clubSmalltalk@...
To unsubscribe from this group, send email to clubSmalltalk+unsubscribe@...
 
http://www.clubSmalltalk.org

--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]
 
http://www.clubSmalltalk.org

 

--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]
 
http://www.clubSmalltalk.org