[Pharo-project] How can I remove a picture from background ?
Hi: I do something like this: Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png' And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything. Thanks for the help, Mariano
World color: Color white should do the trick. Regards, Gary ----- Original Message ----- From: Mariano Martinez Peck To: Pharo Development Sent: Wednesday, January 13, 2010 3:47 PM Subject: [Pharo-project] How can I remove a picture from background ? Hi: I do something like this: Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png' And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything. Thanks for the help, Mariano ------------------------------------------------------------------------------ _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2010/1/13 Gary Chambers <gazzaguru2@btinternet.com>
World color: Color white
should do the trick.
hahahahah good hack!! Indeed, it worked :) Thank you very much! Mariano
Regards, Gary
----- Original Message ----- *From:* Mariano Martinez Peck <marianopeck@gmail.com> *To:* Pharo Development <pharo-project@lists.gforge.inria.fr> *Sent:* Wednesday, January 13, 2010 3:47 PM *Subject:* [Pharo-project] How can I remove a picture from background ?
Hi: I do something like this:
Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png'
And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything.
Thanks for the help,
Mariano
------------------------------
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
something like (not sure though): World color: Color white 2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>
Hi: I do something like this:
Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png'
And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything.
Thanks for the help,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
hahahahha why everybody had the same idea and I didn't ? hahah I seems I ask something very stupid... Thanks anyway Cédrick 2010/1/13 Cédrick Béler <cdrick65@gmail.com>
something like (not sure though): World color: Color white
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>
Hi: I do something like this:
Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png'
And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything.
Thanks for the help,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
All about getting to know how Morphic works... or sometimes doesn't, as you explore further down the rabbit hole! Regards, Gary ----- Original Message ----- From: Mariano Martinez Peck To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, January 13, 2010 3:56 PM Subject: Re: [Pharo-project] How can I remove a picture from background ? hahahahha why everybody had the same idea and I didn't ? hahah I seems I ask something very stupid... Thanks anyway Cédrick 2010/1/13 Cédrick Béler <cdrick65@gmail.com> something like (not sure though): World color: Color white 2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com> Hi: I do something like this: Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png' And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything. Thanks for the help, Mariano _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Cédrick _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project ------------------------------------------------------------------------------ _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2010/1/13 Gary Chambers <gazzaguru2@btinternet.com>
All about getting to know how Morphic works... or sometimes doesn't, as you explore further down the rabbit hole!
quite scaring actually :) For instance, for background, I had a quick look at PasteUpMorph and there is backgroundMorph which might be more appropriate but I find no hooks... Anyway... now I know I still don't want to understand morphic :)
Regards, Gary
----- Original Message ----- *From:* Mariano Martinez Peck <marianopeck@gmail.com> *To:* Pharo-project@lists.gforge.inria.fr *Sent:* Wednesday, January 13, 2010 3:56 PM *Subject:* Re: [Pharo-project] How can I remove a picture from background ?
hahahahha why everybody had the same idea and I didn't ? hahah
I seems I ask something very stupid...
Thanks anyway Cédrick
2010/1/13 Cédrick Béler <cdrick65@gmail.com>
something like (not sure though): World color: Color white
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>
Hi: I do something like this:
Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png'
And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything.
Thanks for the help,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
------------------------------
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
Well, still many loose ends around as we refactor, that's for sure! As for understanding Morphic, there's so much that none can know all... hence trying to simplify with Pharo. Some good stuff, some bad and even when you think you know, there's always something that comes up ,either too easy or next to impossible... Regards, Gary ----- Original Message ----- From: Cédrick Béler To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, January 13, 2010 4:31 PM Subject: Re: [Pharo-project] How can I remove a picture from background ? 2010/1/13 Gary Chambers <gazzaguru2@btinternet.com> All about getting to know how Morphic works... or sometimes doesn't, as you explore further down the rabbit hole! quite scaring actually :) For instance, for background, I had a quick look at PasteUpMorph and there is backgroundMorph which might be more appropriate but I find no hooks... Anyway... now I know I still don't want to understand morphic :) Regards, Gary ----- Original Message ----- From: Mariano Martinez Peck To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, January 13, 2010 3:56 PM Subject: Re: [Pharo-project] How can I remove a picture from background ? hahahahha why everybody had the same idea and I didn't ? hahah I seems I ask something very stupid... Thanks anyway Cédrick 2010/1/13 Cédrick Béler <cdrick65@gmail.com> something like (not sure though): World color: Color white 2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com> Hi: I do something like this: Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png' And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything. Thanks for the help, Mariano _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Cédrick _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -------------------------------------------------------------------------- _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Cédrick ------------------------------------------------------------------------------ _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Ok...I am lazy to open a new thread...My understandings of Morphic are not even nil. I need to programatically open a workspace and set a size to it. For example: Workspace new acceptContents: 'This is the content'; openLabel: 'This is a label'. I saw the message extent: but is in Morphs, and this is not morph. I would like to do something like this: Workspace new acceptContents: 'This is the content'; openLabel: 'This is a label'; extent: 500 @ 400. Any tips ? And of course, if I can choose WHERE (x and y) would be greate also. Thanks! Mariano 2010/1/13 Gary Chambers <gazzaguru2@btinternet.com>
Well, still many loose ends around as we refactor, that's for sure! As for understanding Morphic, there's so much that none can know all... hence trying to simplify with Pharo. Some good stuff, some bad and even when you think you know, there's always something that comes up ,either too easy or next to impossible...
Regards, Gary
----- Original Message ----- *From:* Cédrick Béler <cdrick65@gmail.com> *To:* Pharo-project@lists.gforge.inria.fr *Sent:* Wednesday, January 13, 2010 4:31 PM *Subject:* Re: [Pharo-project] How can I remove a picture from background ?
2010/1/13 Gary Chambers <gazzaguru2@btinternet.com>
All about getting to know how Morphic works... or sometimes doesn't, as you explore further down the rabbit hole!
quite scaring actually :)
For instance, for background, I had a quick look at PasteUpMorph and there is backgroundMorph which might be more appropriate but I find no hooks...
Anyway... now I know I still don't want to understand morphic :)
Regards, Gary
----- Original Message ----- *From:* Mariano Martinez Peck <marianopeck@gmail.com> *To:* Pharo-project@lists.gforge.inria.fr *Sent:* Wednesday, January 13, 2010 3:56 PM *Subject:* Re: [Pharo-project] How can I remove a picture from background ?
hahahahha why everybody had the same idea and I didn't ? hahah
I seems I ask something very stupid...
Thanks anyway Cédrick
2010/1/13 Cédrick Béler <cdrick65@gmail.com>
something like (not sure though): World color: Color white
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>
Hi: I do something like this:
Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png'
And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything.
Thanks for the help,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
------------------------------
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
------------------------------
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>:
Ok...I am lazy to open a new thread...My understandings of Morphic are not even nil.
I need to programatically open a workspace and set a size to it. For example:
   Workspace new    acceptContents: 'This is the content';    openLabel: 'This is a label'.
I saw the message extent:Â Â but is in Morphs, and this is not morph.
I would like to do something like this:
   Workspace new    acceptContents: 'This is the content';    openLabel: 'This is a label';    extent: 500 @ 400.
Any tips ?
And of course, if I can choose WHERE (x and y) would be greate also.
Morph new openInWorld position: 100@100 ; width: 200; height: 500
Thanks!
Mariano
2010/1/13 Gary Chambers <gazzaguru2@btinternet.com>
Well, still many loose ends around as we refactor, that's for sure! As for understanding Morphic, there's so much that none can know all... hence trying to simplify with Pharo. Some good stuff, some bad and even when you think you know, there's always something that comes up ,either too easy or next to impossible... Regards, Gary
----- Original Message ----- From: Cédrick Béler To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, January 13, 2010 4:31 PM Subject: Re: [Pharo-project] How can I remove a picture from background ? 2010/1/13 Gary Chambers <gazzaguru2@btinternet.com>
All about getting to know how Morphic works... or sometimes doesn't, as you explore further down the rabbit hole!
quite scaring actually :) For instance, for background, I had a quick look at PasteUpMorph and there is backgroundMorph which might be more appropriate but I find no hooks... Anyway... now I know I still don't want to understand morphic :)
Regards, Gary
----- Original Message ----- From: Mariano Martinez Peck To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, January 13, 2010 3:56 PM Subject: Re: [Pharo-project] How can I remove a picture from background ? hahahahha why everybody had the same idea and I didn't ? hahah
I seems I ask something very stupid...
Thanks anyway Cédrick
2010/1/13 Cédrick Béler <cdrick65@gmail.com>
something like (not sure though): World color: Color white
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>
Hi:Â I do something like this:
Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png'
And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything.
Thanks for the help,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
________________________________
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
________________________________
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
On Wed, Jan 13, 2010 at 10:50 PM, Igor Stasenko <siguctua@gmail.com> wrote:
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>:
Ok...I am lazy to open a new thread...My understandings of Morphic are not even nil.
I need to programatically open a workspace and set a size to it. For example:
Workspace new acceptContents: 'This is the content'; openLabel: 'This is a label'.
I saw the message extent: but is in Morphs, and this is not morph.
I would like to do something like this:
Workspace new acceptContents: 'This is the content'; openLabel: 'This is a label'; extent: 500 @ 400.
Any tips ?
And of course, if I can choose WHERE (x and y) would be greate also.
Morph new openInWorld position: 100@100 ; width: 200; height: 500
Thanks Igor. I am REALLY newbie. I want a workspace to do that, not a Morph. Workspace is not in the Morph hierarchy and thus, it does not understand that message. Maybe I can put a workspace inside that morph ?
Thanks!
Mariano
2010/1/13 Gary Chambers <gazzaguru2@btinternet.com>
Well, still many loose ends around as we refactor, that's for sure! As for understanding Morphic, there's so much that none can know all... hence trying to simplify with Pharo. Some good stuff, some bad and even
when
you think you know, there's always something that comes up ,either too easy or next to impossible... Regards, Gary
----- Original Message ----- From: Cédrick Béler To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, January 13, 2010 4:31 PM Subject: Re: [Pharo-project] How can I remove a picture from background ? 2010/1/13 Gary Chambers <gazzaguru2@btinternet.com>
All about getting to know how Morphic works... or sometimes doesn't, as you explore further down the rabbit hole!
quite scaring actually :) For instance, for background, I had a quick look at PasteUpMorph and there is backgroundMorph which might be more appropriate but I find no hooks... Anyway... now I know I still don't want to understand morphic :)
Regards, Gary
----- Original Message ----- From: Mariano Martinez Peck To: Pharo-project@lists.gforge.inria.fr Sent: Wednesday, January 13, 2010 3:56 PM Subject: Re: [Pharo-project] How can I remove a picture from background
?
hahahahha why everybody had the same idea and I didn't ? hahah
I seems I ask something very stupid...
Thanks anyway Cédrick
2010/1/13 Cédrick Béler <cdrick65@gmail.com>
something like (not sure though): World color: Color white
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>
Hi: I do something like this:
Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png'
And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything.
Thanks for the help,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
________________________________
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
________________________________
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 13.01.2010 22:56, Mariano Martinez Peck wrote:
On Wed, Jan 13, 2010 at 10:50 PM, Igor Stasenko <siguctua@gmail.com <mailto:siguctua@gmail.com>> wrote:
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com <mailto:marianopeck@gmail.com>>: > Ok...I am lazy to open a new thread...My understandings of Morphic are not > even nil. > > I need to programatically open a workspace and set a size to it. For > example: > > > Workspace new > acceptContents: 'This is the content'; > openLabel: 'This is a label'. > > I saw the message extent: but is in Morphs, and this is not morph. > > I would like to do something like this: > > > Workspace new > acceptContents: 'This is the content'; > openLabel: 'This is a label'; > extent: 500 @ 400. > > > Any tips ? > > And of course, if I can choose WHERE (x and y) would be greate also. >
Morph new openInWorld position: 100@100 ; width: 200; height: 500
Thanks Igor. I am REALLY newbie. I want a workspace to do that, not a Morph. Workspace is not in the Morph hierarchy and thus, it does not understand that message. Maybe I can put a workspace inside that morph ?
Not to mention, position: moves by a delta (don't ask me why), so that would derive from whatever position is decided by openInWorld. I imagine this is not what you want. Try: (Workspace new acceptContents: 'This is the content'; embeddedInMorphicWindowLabeled: 'This is a label') position: 50@50; extent: 500 @ 400; openAsIs Cheers, Henry
2010/1/13 Henrik Sperre Johansen <henrik.s.johansen@veloxit.no>
On 13.01.2010 22:56, Mariano Martinez Peck wrote:
On Wed, Jan 13, 2010 at 10:50 PM, Igor Stasenko <siguctua@gmail.com>wrote:
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>:
Ok...I am lazy to open a new thread...My understandings of Morphic are not even nil.
I need to programatically open a workspace and set a size to it. For example:
Workspace new acceptContents: 'This is the content'; openLabel: 'This is a label'.
I saw the message extent: but is in Morphs, and this is not morph.
I would like to do something like this:
Workspace new acceptContents: 'This is the content'; openLabel: 'This is a label'; extent: 500 @ 400.
Any tips ?
And of course, if I can choose WHERE (x and y) would be greate also.
Morph new openInWorld position: 100@100 ; width: 200; height: 500
Thanks Igor. I am REALLY newbie. I want a workspace to do that, not a Morph. Workspace is not in the Morph hierarchy and thus, it does not understand that message. Maybe I can put a workspace inside that morph ?
Not to mention, position: moves by a delta (don't ask me why), so that would derive from whatever position is decided by openInWorld. I imagine this is not what you want. Try: (Workspace new
acceptContents: 'This is the content'; embeddedInMorphicWindowLabeled: 'This is a label') position: 50@50; extent: 500 @ 400; openAsIs
Henry: I hope you never leave the Pharo community :) Thank you very much. That did the trick!!! Now...a helpmer method for this in Workspace!
Cheers, Henry
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Mariano Martinez Peck wrote:
On Wed, Jan 13, 2010 at 10:50 PM, Igor Stasenko <siguctua@gmail.com> wrote:
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>:
Ok...I am lazy to open a new thread...My understandings of Morphic are not even nil.
I need to programatically open a workspace and set a size to it. For example:
Workspace new acceptContents: 'This is the content'; openLabel: 'This is a label'.
I saw the message extent: but is in Morphs, and this is not morph.
I would like to do something like this:
Workspace new acceptContents: 'This is the content'; openLabel: 'This is a label'; extent: 500 @ 400.
Any tips ?
And of course, if I can choose WHERE (x and y) would be greate also.
Morph new openInWorld position: 100@100 ; width: 200; height: 500
Thanks Igor. I am REALLY newbie. I want a workspace to do that, not a Morph. Workspace is not in the Morph hierarchy and thus, it does not understand that message. Maybe I can put a workspace inside that morph ?
(Workspace new embeddedInMorphicWindowLabeled: 'Welcome to Pharo') position: 100@100 ; width: 200; height: 500; openInWorld :) -- View this message in context: http://n2.nabble.com/How-can-I-remove-a-picture-from-background-tp4349399p43... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
hahahahha why everybody had the same idea and I didn't ? hahah
because I looked at #setAsBackground :) and I learn that a InfiniteForm is a color (see Morph>>color: :) )
I seems I ask something very stupid...
Thanks anyway Cédrick
2010/1/13 Cédrick Béler <cdrick65@gmail.com>
something like (not sure though):
World color: Color white
2010/1/13 Mariano Martinez Peck <marianopeck@gmail.com>
Hi: I do something like this:
Form setBackgroundFromImageFileNamed: '/Users/mariano/Pharo/body.png'
And the picture is set as background, but then I don't know how to remove it. I look for a while but I didn't find anything.
Thanks for the help,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
participants (6)
-
Cédrick Béler -
Gary Chambers -
Henrik Sperre Johansen -
Igor Stasenko -
Mariano Martinez Peck -
Stan Shepherd