File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ Example:
836836 put the empty array into tProperties
837837 put mColor into tProperties["currentColor"]
838838
839- popup widget "com.livecode.extensions.livecode .ColorPicker" at the mouse position with properties tProperties
839+ popup widget "com.livecode.widget .ColorPicker" at the mouse position with properties tProperties
840840 if the result is not nothing then
841841 put the result into mColor
842842 redraw all
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This simple library gives access to the LiveCode Builder canvas syntax from Live
3434
3535Tags: Canvas Library
3636*/
37- library com.livecode.libraries.example .canvas
37+ library com.livecode.library .canvas
3838
3939metadata version is "1.0.0"
4040metadata author is "LiveCode"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This widget has three properties that can be set: theme; buttonStyle and label.
2121*/
2222
2323-- declaring the extension as a widget, followed by the identifier
24- widget com.livecode.extensions.livecode .button
24+ widget com.livecode.widget .button
2525--
2626
2727-- dependancy declarations
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2020
2121
2222-- declaring the extension as a widget, followed by the identifier
23- widget com.livecode.extensions.livecode .checkBox
23+ widget com.livecode.widget .checkBox
2424--
2525
2626-- dependancy declarations
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ the universal time (UTC).
4646*/
4747
4848-- declaring extension as widget, followed by identifier
49- widget com.livecode.extensions.livecode .clock
49+ widget com.livecode.widget .clock
5050--
5151
5252-- dependency declarations
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Controls whether the vertical lines on the graph are shown.
9898
9999*/
100100
101- widget com.livecode.extensions.livecode.linegraph
101+ widget com.livecode.widget.lineGraph
102102--
103103
104104-- dependency declarations
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This widget is a header bar.
2020*/
2121
2222-- declaring the extension as a widget, followed by identifier
23- widget com.livecode.extensions.livecode.header
23+ widget com.livecode.widget.headerBar
2424
2525-- dependency declarations
2626use com.livecode.canvas
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
1717
1818-- declaring extension as widget, followed by identifier
19- widget com.livecode.extensions.livecode .progressBar
19+ widget com.livecode.widget .progressBar
2020--
2121
2222-- adding metadata to ensure extension displays correctly in livecode
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
1717
1818-- declaring extension as widget, followed by identifier
19- widget com.livecode.extensions.livecode .radioButton
19+ widget com.livecode.widget .radioButton
2020--
2121
2222-- dependancy declarations
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Sets the selected segments of the control.
140140
141141
142142-- declaring extension as widget, followed by identifier
143- widget com.livecode.extensions.livecode .segmented
143+ widget com.livecode.widget .segmented
144144--
145145
146146-- dependency declarations
You can’t perform that action at this time.
0 commit comments