Re: [Pharo-project] How to build a GUI
Taking profit this subject is somewhat a revisit of the "Making GUI'S" one, I would like to know if the implementer of the "Pharo Squeak Smalltalk UIBuilder tool sample (I)" video http://www.youtube.com/watch?v=CHbc1t83fEI participates of this list? The six minutes video is worth seeing by itself, but it doesn't give any further info on availability of the "framework" :-( Regards, -- Cesar Rabak
csrabak wrote:
Taking profit this subject is somewhat a revisit of the "Making GUI'S" one, I would like to know if the implementer of the "Pharo Squeak Smalltalk UIBuilder tool sample (I)" video http://www.youtube.com/watch?v=CHbc1t83fEI participates of this list?
The six minutes video is worth seeing by itself, but it doesn't give any further info on availability of the "framework" :-(
Regards,
-- Cesar Rabak
Excuse me for my poor english. I´m developing the UIBuilder of Youtube video. The development not is ended, and is in a Pre Beta state. I believe than in two weeks i could up in SqueakSource; but exists two or three problems, how for example the way of morph builded persistence. My knowledge of Smalltalk and Pharo-Squeak is poor and limited, but i continue working.So it would be necessary that yours recommended me the best way to me to do according to which things when i finished the first step. Now im developing a "Resources editor" and a "Context menu editor", and implementing too a way for embedding views into another views, ala VisualWorks, of easy way. Here three snapshots: http://img41.imageshack.us/i/uibuilder1.png/ http://img40.imageshack.us/i/uibuilder2.png/ http://img194.imageshack.us/i/uibuilder3.png/ Regards -- View this message in context: http://n2.nabble.com/How-to-build-a-GUI-tp3419005p3419792.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
It looks really cool! Excellent Alexandre On 10 Aug 2009, at 16:40, nullPointer wrote:
csrabak wrote:
Taking profit this subject is somewhat a revisit of the "Making GUI'S" one, I would like to know if the implementer of the "Pharo Squeak Smalltalk UIBuilder tool sample (I)" video http://www.youtube.com/watch?v=CHbc1t83fEI participates of this list?
The six minutes video is worth seeing by itself, but it doesn't give any further info on availability of the "framework" :-(
Regards,
-- Cesar Rabak
Excuse me for my poor english.
I´m developing the UIBuilder of Youtube video. The development not is ended, and is in a Pre Beta state. I believe than in two weeks i could up in SqueakSource; but exists two or three problems, how for example the way of morph builded persistence. My knowledge of Smalltalk and Pharo- Squeak is poor and limited, but i continue working.So it would be necessary that yours recommended me the best way to me to do according to which things when i finished the first step.
Now im developing a "Resources editor" and a "Context menu editor", and implementing too a way for embedding views into another views, ala VisualWorks, of easy way.
Here three snapshots:
http://img41.imageshack.us/i/uibuilder1.png/ http://img40.imageshack.us/i/uibuilder2.png/ http://img194.imageshack.us/i/uibuilder3.png/
Regards
-- View this message in context: http://n2.nabble.com/How-to-build-a-GUI-tp3419005p3419792.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Your written English appears to be great; perhaps I will later discover that you did not write what you meant, but we all drop words by accident as a matter of fast thinking and slow typing. [i have started making the gross error of typing phonetically, which is very bad in english.] So far, as far as I can tell, you need not apologize. I grew up in the US learning a corrupted version... and I am still learning the language; there are so many imported words and exceptions to the rules that it is not easy. But most languages of any use are experiencing change too... -- just like software languages. Glad to hear from you again. You never replied to my private email... -Cam On Aug 10, 2009, at 4:40 PM, nullPointer wrote:
Excuse me for my poor english.
Hi What will be the license of your toolBuilder? Then if you need help for the serialization did you do a call? Where the code is stored? Stef On Aug 10, 2009, at 10:40 PM, nullPointer wrote:
csrabak wrote:
Taking profit this subject is somewhat a revisit of the "Making GUI'S" one, I would like to know if the implementer of the "Pharo Squeak Smalltalk UIBuilder tool sample (I)" video http://www.youtube.com/watch?v=CHbc1t83fEI participates of this list?
The six minutes video is worth seeing by itself, but it doesn't give any further info on availability of the "framework" :-(
Regards,
-- Cesar Rabak
Excuse me for my poor english.
I´m developing the UIBuilder of Youtube video. The development not is ended, and is in a Pre Beta state. I believe than in two weeks i could up in SqueakSource; but exists two or three problems, how for example the way of morph builded persistence. My knowledge of Smalltalk and Pharo- Squeak is poor and limited, but i continue working.So it would be necessary that yours recommended me the best way to me to do according to which things when i finished the first step.
Now im developing a "Resources editor" and a "Context menu editor", and implementing too a way for embedding views into another views, ala VisualWorks, of easy way.
Here three snapshots:
http://img41.imageshack.us/i/uibuilder1.png/ http://img40.imageshack.us/i/uibuilder2.png/ http://img194.imageshack.us/i/uibuilder3.png/
Regards
-- View this message in context: http://n2.nabble.com/How-to-build-a-GUI-tp3419005p3419792.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Stéphane Ducasse-2 wrote:
What will be the license of your toolBuilder? Then if you need help for the serialization did you do a call? Where the code is stored?
The license will be MIT as Pharo. Now i dont store the code in nowhere, because is still in alpha state. I believe in one or two weeks i could up in squeakSource, for first usable version. I believe than the best way for serialization is the same than another environments as VS, where the building of code is "plain", | myMorph | myMorph := MyMorph new. myMorph layout: blablahblah.. myMorph label: blabla... ... ^ myMorph but is too the most hard, i believe. regards -- View this message in context: http://n2.nabble.com/How-to-build-a-GUI-tp3419005p3422402.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Aug 11, 2009, at 10:01 AM, nullPointer wrote:
Stéphane Ducasse-2 wrote:
What will be the license of your toolBuilder? Then if you need help for the serialization did you do a call? Where the code is stored?
The license will be MIT as Pharo.
Excellent!
Now i dont store the code in nowhere, because is still in alpha state.
don't do that! :) Publish often - just say that this is alpha. Once one of my friends lost two years of dev because nice guys came during his holidays and let him only the wallpaper in his house. They stole absolutely everything. The neighbour thought they were movers.
I believe in one or two weeks i could up in squeakSource, for first usable version.
People also can have a look and give hand.
I believe than the best way for serialization is the same than another environments as VS, where the building of code is "plain",
| myMorph | myMorph := MyMorph new. myMorph layout: blablahblah.. myMorph label: blabla... ... ^ myMorph
but is too the most hard, i believe.
regards
-- View this message in context: http://n2.nabble.com/How-to-build-a-GUI-tp3419005p3422402.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Stéphane Ducasse-2 wrote:
Now i dont store the code in nowhere, because is still in alpha state.
don't do that! :) Publish often - just say that this is alpha. Once one of my friends lost two years of dev because nice guys came during his holidays and let him only the wallpaper in his house. They stole absolutely everything. The neighbour thought they were movers.
Well. I will finish the Menu editor and then up the source.But I warn than the code is ugly and plenty of errors :| regards. -- View this message in context: http://n2.nabble.com/How-to-build-a-GUI-tp3419005p3422900.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
The license will be MIT as Pharo. Now i dont store the code in nowhere, because is still in alpha state. I believe in one or two weeks i could up in squeakSource, for first usable version.
Equally as important Stef said, putting your source on Squeaksource shows that you're working on the project. There are plenty of dead projects on Squeaksource, it is very hard to know what is dead and what is not. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Equally as important Stef said, putting your source on Squeaksource shows that you're working on the project. There are plenty of dead projects on Squeaksource, it is very hard to know what is dead and what is not.
That's why it says on the front page ... Most Active: Pharo, Moose, SqueakDefense, Seaside 2.9, ... Most Downloads: Seaside, Pharo, Magma Tester, ShoreComponents, ... ... and why there is an activity/download indicator in the project listing. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
participants (6)
-
Alexandre Bergel -
Cameron Sanders -
csrabak@bol.com.br -
Lukas Renggli -
nullPointer -
Stéphane Ducasse