<div dir="ltr">Sara,<div>Not to speak for the administrators, but I think you can do that at:</div><div>To subscribe or unsubscribe via the World Wide Web, visit<br>        <a href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Nov 2, 2024 at 6:46 PM Sara Masters <<a href="mailto:pleasantphrases@gmail.com">pleasantphrases@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(51,51,255)">Hi,</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(51,51,255)"><br></div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(51,51,255)">Could you please change my email to</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(51,51,255)"><b><a href="mailto:pleasantphrases@gmail.com" target="_blank">pleasantphrases@gmail.com</a></b></div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(51,51,255)"><b><br></b></div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(51,51,255)">Thanks,</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(51,51,255)">Sara</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Nov 2, 2024 at 12:04 PM <<a href="mailto:alice-teachers-request@lists.andrew.cmu.edu" target="_blank">alice-teachers-request@lists.andrew.cmu.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send alice-teachers mailing list submissions to<br>
        <a href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:alice-teachers-request@lists.andrew.cmu.edu" target="_blank">alice-teachers-request@lists.andrew.cmu.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:alice-teachers-owner@lists.andrew.cmu.edu" target="_blank">alice-teachers-owner@lists.andrew.cmu.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of alice-teachers digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re:  Deriving classes? (Vanderhyde, James)<br>
   2. Re:  Deriving classes? (Ziccardi, Adam)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 1 Nov 2024 13:43:44 +0000<br>
From: "Vanderhyde, James" <<a href="mailto:vanderhyde@sxu.edu" target="_blank">vanderhyde@sxu.edu</a>><br>
To: Alice educators <<a href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a>><br>
Subject: Re: alice-teacher Deriving classes?<br>
Message-ID: <<a href="mailto:B8C2FF73-E5AB-4A39-BE9E-ABEDD926E679@sxu.edu" target="_blank">B8C2FF73-E5AB-4A39-BE9E-ABEDD926E679@sxu.edu</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Phil, welcome to the group. The problem you describe really threw me for a loop when I started using Alice 3.<br>
<br>
I think the video you watched might have been for Alice 2, or maybe the person who made it was still thinking in Alice 2 terms. Try this video:<br>
<a href="https://www.youtube.com/watch?v=zITzfZkpxR8" rel="noreferrer" target="_blank">https://www.youtube.com/watch?v=zITzfZkpxR8</a><br>
<br>
There is actually no way to create your own class in Alice 3. It?s not object oriented in that sense. What you can do is create methods for one of the existing classes, export the methods, and import them into the same class in a different project, like Don does in the video.<br>
<br>
If you want to see what Alice is doing with the classes and objects, I recommend exporting the Alice 3 project to NetBeans, and then opening it in NetBeans. You?ll see that the project has injected classes into the hierarchy. Alice 3 allows you to modify those injected classes with new methods, but you can?t inject your own classes.<br>
<br>
You can do whatever you want in Java in NetBeans, but you can?t bring it back into Alice.<br>
<br>
James<br>
?<br>
James Vanderhyde<br>
Associate Professor<br>
Computer Science<br>
Saint Xavier University<br>
3700 W. 103rd St.<br>
Chicago, IL 60655<br>
773-298-3454<br>
<a href="mailto:vanderhyde@sxu.edu" target="_blank">vanderhyde@sxu.edu</a><br>
<a href="http://sxu.edu" rel="noreferrer" target="_blank">sxu.edu</a><br>
<br>
On Oct 31, 2024, at 9:25?AM, Phil Tessier <<a href="mailto:ptessier1958@gmail.com" target="_blank">ptessier1958@gmail.com</a>> wrote:<br>
<br>
Greetings, all!<br>
<br>
This is my first post, having just joined the mailing list. I looked through the archives, but didn't find anything related to my question.<br>
I'm new to Alice3, having started with it for the purpose of homeschooling my girls in programming. I'm an experienced OOP programmer, mostly C++ these days.<br>
<br>
I want to create my own class, the properties and methods of which would be available to other classes. I found a tutorial online, which purports to do this. One of the important steps of that method is to Export my object, *with a new name*. But, while I'm able to export my object, the Export dialog doesn't provide a "rename" option. What am I missing?<br>
<br>
Thanks,<br>
Phil<br>
_______________________________________________<br>
alice-teachers mailing list<br>
<a href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
To change settings or unsubscribe visit:<br>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20241101/0cd69a96/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20241101/0cd69a96/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 1 Nov 2024 07:26:02 -0400<br>
From: "Ziccardi, Adam" <<a href="mailto:aziccardi@opschools.org" target="_blank">aziccardi@opschools.org</a>><br>
To: Alice educators <<a href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a>><br>
Subject: Re: alice-teacher Deriving classes?<br>
Message-ID:<br>
        <CABNFViPKHFkmjQhBnPHjaxtkqnHW2WqkmSOyxinOPH=<a href="mailto:aUWxtXA@mail.gmail.com" target="_blank">aUWxtXA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Phil,<br>
Welcome aboard and Alice 3 is a great choice. I would like to see the<br>
tutorial you are using as I am unfamiliar with an 'Export' option for a<br>
class.<br>
I used Save to Class File extensively when we enhanced classes' properties,<br>
functions, and procedures which has a naming allowance for the new class.<br>
Also, are you making brand new classes or modifying existing?<br>
Thanks<br>
Adam Z<br>
<br>
On Thu, Oct 31, 2024 at 5:42?PM Phil Tessier <<a href="mailto:ptessier1958@gmail.com" target="_blank">ptessier1958@gmail.com</a>> wrote:<br>
<br>
> Greetings, all!<br>
><br>
> This is my first post, having just joined the mailing list. I looked<br>
> through the archives, but didn't find anything related to my question.<br>
> I'm new to Alice3, having started with it for the purpose of homeschooling<br>
> my girls in programming. I'm an experienced OOP programmer, mostly C++<br>
> these days.<br>
><br>
> I want to create my own class, the properties and methods of which would<br>
> be available to other classes. I found a tutorial online, which purports to<br>
> do this. One of the important steps of that method is to Export my object,<br>
> *with a new name*. But, while I'm able to export my object, the Export<br>
> dialog doesn't provide a "rename" option. What am I missing?<br>
><br>
> Thanks,<br>
> Phil<br>
> _______________________________________________<br>
> alice-teachers mailing list<br>
> <a href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
> To change settings or unsubscribe visit:<br>
> <a href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
<br>
<br>
<br>
-- <br>
Adam Ziccardi<br>
OPTA Flex coordinator<br>
OPTA NYSTRS delegate<br>
NYS Master Teacher <<a href="https://www.suny.edu/masterteacher/cohort/western/#z" rel="noreferrer" target="_blank">https://www.suny.edu/masterteacher/cohort/western/#z</a>><br>
Teacher Webpage <<a href="https://www.opschools.org/Domain/2958" rel="noreferrer" target="_blank">https://www.opschools.org/Domain/2958</a>><br>
(716) 209-6482<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20241101/4bf011b2/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20241101/4bf011b2/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
alice-teachers mailing list<br>
<a href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
To change settings, switch to digest, or unsubscribe visit:<br>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
<br>
------------------------------<br>
<br>
End of alice-teachers Digest, Vol 157, Issue 2<br>
**********************************************<br>
</blockquote></div></div>
_______________________________________________<br>
alice-teachers mailing list<br>
<a href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
To change settings or unsubscribe visit:<br>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a></blockquote></div>