Issues with Unit 2, Lesson 7 Assignment
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, asayd
Issues with Unit 2, Lesson 7 Assignment
I am continuing my journey through LiveCode University - Personal Edition 1.8.1 (updated 2020-04-24 at 16:33:53)
I am using LiveCode Indy 9.5.1 with Mac Catalina (10.15.4) on a MacBook Pro (16 inch).
Here are some issues I have noticed LCU:
Lesson 6: LiveCode and Objects, Page 14 of 14
The last technique refers to the "Replicate" command which does not appear in my Indy 9.5.1 edition of LiveCode.
Assignment: Objects and Properties Exercise, Page 13 of 27
The two references to Style property ("Push Button" and "Square Button") do not appear in the example or in LiveCode Indy 9.5.1
Assignment: Objects and Properties Exercise, Page 25 of 27
The menuModes property doesn't appear in the property inspector in LiveCode Indy 9.5.1
Assignment: Objects and Properties Exercise, Page 26 of 27
I submitted a stack and it shows in the submissions list on Page 26.
However, the Self Evaluation tool does not show a Objects and Properties Exercise so I can't complete this Assignment.
The LCU app is excellent. A few fixes to the above issues would be great.
Bob
I am using LiveCode Indy 9.5.1 with Mac Catalina (10.15.4) on a MacBook Pro (16 inch).
Here are some issues I have noticed LCU:
Lesson 6: LiveCode and Objects, Page 14 of 14
The last technique refers to the "Replicate" command which does not appear in my Indy 9.5.1 edition of LiveCode.
Assignment: Objects and Properties Exercise, Page 13 of 27
The two references to Style property ("Push Button" and "Square Button") do not appear in the example or in LiveCode Indy 9.5.1
Assignment: Objects and Properties Exercise, Page 25 of 27
The menuModes property doesn't appear in the property inspector in LiveCode Indy 9.5.1
Assignment: Objects and Properties Exercise, Page 26 of 27
I submitted a stack and it shows in the submissions list on Page 26.
However, the Self Evaluation tool does not show a Objects and Properties Exercise so I can't complete this Assignment.
The LCU app is excellent. A few fixes to the above issues would be great.
Bob
Re: Issues with Unit 2, Lesson 7 Assignment
'Replicate' was last seen in vers. 7.x under the 'Edit' menu, however, much like it sounds, it just means to make copies of whatever object your replicating. I really don't know why it was removed, I love using it for certain things, however, you can just hold the 'ctrl' key down (windows and 'nix, I think it is 'cmd' on mac) and left click/drag the object to copy it.Depending on how many objects your trying to copy, you can also select 2 of them and it will copy / move 2 of them, I'm sure you get the idea.
Not sure what you mean with the menu modes statement, could you expand on that a little?
I've never used the app, so I have no information about the last two statements
Re: Issues with Unit 2, Lesson 7 Assignment
On Mac, duplicating objects is Option-drag.
I think LC does a disservice to new users by not displaying menumode in the property inspector. It does exist, but LC has set up all the "different" buttons in the tool palette which already have their menumode set.
LC actually has only one button object and one field object. The different variations you see in the palette are just using different properties. If you want to change the menumode of a button you can still do it from the message box. The same is true for any other properties that aren't in the inspector.
I think LC does a disservice to new users by not displaying menumode in the property inspector. It does exist, but LC has set up all the "different" buttons in the tool palette which already have their menumode set.
LC actually has only one button object and one field object. The different variations you see in the palette are just using different properties. If you want to change the menumode of a button you can still do it from the message box. The same is true for any other properties that aren't in the inspector.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
-
- Livecode Opensource Backer
- Posts: 9787
- Joined: Fri Feb 19, 2010 10:17 am
Re: Issues with Unit 2, Lesson 7 Assignment
Well: that disappearing post looked a bit 'botty', but I am quite grateful to it for bringing the thread to my attention.
What is this if not a menumode drop-down chooser?
- -
emphasis mine.I think LC does a disservice to new users by not displaying menumode in the property inspector.
What is this if not a menumode drop-down chooser?
- -
-
- Livecode Opensource Backer
- Posts: 9787
- Joined: Fri Feb 19, 2010 10:17 am
Re: Issues with Unit 2, Lesson 7 Assignment
I am a bit confused, Jacque, by your statement that a field has a menumode:
- -
The Dictionary does NOT list that among a field's properties.
So, how could one have a drop-down menu to select field types?
- -
The Dictionary does NOT list that among a field's properties.
So, how could one have a drop-down menu to select field types?
-
- Livecode Opensource Backer
- Posts: 9787
- Joined: Fri Feb 19, 2010 10:17 am
Re: Issues with Unit 2, Lesson 7 Assignment
Here's a stack I made earlier (2014) that lists a button as having an EMPTY menumode, which is also odd:
-
-
- Attachments
-
- propz2.zip
- Stack.
- (1.13 KiB) Downloaded 88 times
-
- Livecode Opensource Backer
- Posts: 9787
- Joined: Fri Feb 19, 2010 10:17 am
Re: Issues with Unit 2, Lesson 7 Assignment
Of course one could get the property array for each kind of field and have a drop-down menu that set the props of a target field to those props in the array.
Re: Issues with Unit 2, Lesson 7 Assignment
Richmond.
I believe that many controls contain properties that have no effect on that control. These are visible in the "properties" property, but are inactive. In any case, Jacque was talking explicitly about buttons.
Craig
I believe that many controls contain properties that have no effect on that control. These are visible in the "properties" property, but are inactive. In any case, Jacque was talking explicitly about buttons.
Craig
Re: Issues with Unit 2, Lesson 7 Assignment
If you replace the generic button with one of the menu buttons:Jacque was talking explicitly about buttons.
1. Option menu (option)
2. Pulldown menu (pulldown)
3. ComboBox menu (combobox)
4. Popup menu (popup)
5. Tabbed menu (tabbed)
you will see the menuMode of that button.
The generic button's menuMode is empty.
Bob
Re: Issues with Unit 2, Lesson 7 Assignment
I didn't actually say that, I said buttons have menumode. Then I went on to explain that not all properties are listed in the inspector but can be set in the message box, for any control. But of course the control must support the property you are trying to set.richmond62 wrote: ↑Sun Nov 24, 2024 1:30 pmI am a bit confused, Jacque, by your statement that a field has a menumode:
-
The Dictionary does NOT list that among a field's properties.
So, how could one have a drop-down menu to select field types?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com