Hi,
I have a MacBook M1 and I can't get the iOS SDK into LiveCode.I have updated macOS (Ventura 13.2.1), Xcode version 14.2 (14C18) and I'm using LiveCode version 9.6.6 Stable. I don't use the higher versions of LiveCode because the "Dictionary" button is not functional in 9.6.7 Stable and the ...
Search found 9 matches
- Mon Mar 27, 2023 1:23 pm
- Forum: iOS Deployment
- Topic: iOS SDK
- Replies: 1
- Views: 5930
- Thu Jan 17, 2019 9:44 pm
- Forum: Making IDE Plugins
- Topic: how to detect that Stack dimension is changed
- Replies: 5
- Views: 57489
how to detect that Stack dimension is changed
Hi,
I don't know how can I detect that Stack dimension are changed? For change of Stack dimension didn't work statement "mouseStillDown". Statement "resizeStack" didn't work also. Statement "resizeStack" works but if I use "geometry manager" for any items in stack, so "geometry manager" didn't work ...
I don't know how can I detect that Stack dimension are changed? For change of Stack dimension didn't work statement "mouseStillDown". Statement "resizeStack" didn't work also. Statement "resizeStack" works but if I use "geometry manager" for any items in stack, so "geometry manager" didn't work ...
- Fri Jan 26, 2018 10:44 pm
- Forum: Multimedia
- Topic: save text into UTF8 file
- Replies: 10
- Views: 13724
Re: save text into UTF8 file
Hi,
thanks for help, now it is OK, all.
This problem was probably in my text file for button's Label. This file (text) I wrote in Mac (TextEdit.app) and Win (Notepad.exe) too and in the same file (only the one file).
Than, in LC I assembled text in variable txtData as:
put cr & the Label of button ...
thanks for help, now it is OK, all.
This problem was probably in my text file for button's Label. This file (text) I wrote in Mac (TextEdit.app) and Win (Notepad.exe) too and in the same file (only the one file).
Than, in LC I assembled text in variable txtData as:
put cr & the Label of button ...
- Fri Jan 26, 2018 7:12 pm
- Forum: Multimedia
- Topic: save text into UTF8 file
- Replies: 10
- Views: 13724
Re: save text into UTF8 file
Hi,
I'm already tried this and result is equal. Czech chars (ěščřžýáíéůú and next chars) are OK and the lines where are not ":" + TAB + number are OK too.
variable = file
text note:+ TAB + "-" = text note: + TAB + "-"
text note 1:+ TAB + false = text note 1: + TAB + false
text note 2: + TAB + true ...
I'm already tried this and result is equal. Czech chars (ěščřžýáíéůú and next chars) are OK and the lines where are not ":" + TAB + number are OK too.
variable = file
text note:+ TAB + "-" = text note: + TAB + "-"
text note 1:+ TAB + false = text note 1: + TAB + false
text note 2: + TAB + true ...
- Fri Jan 26, 2018 1:51 pm
- Forum: Multimedia
- Topic: save text into UTF8 file
- Replies: 10
- Views: 13724
Re: save text into UTF8 file
Hi,
If I look the text data in LC (variable txtData), so the the text data looks OK.
Regards,
Oldrich
If I look the text data in LC (variable txtData), so the the text data looks OK.
Regards,
Oldrich
- Fri Jan 26, 2018 1:49 pm
- Forum: Multimedia
- Topic: save text into UTF8 file
- Replies: 10
- Views: 13724
Re: save text into UTF8 file
Hi,
format of txtData I didn't addressed. In LC only I put text into variable txtData (for example: put cr & "my text 1:" & TAB & theParameter into txtData) and than I will it to save in file. It is all.
Text format in txtData I didn't addressed. I put text into variable and save to file without ...
format of txtData I didn't addressed. In LC only I put text into variable txtData (for example: put cr & "my text 1:" & TAB & theParameter into txtData) and than I will it to save in file. It is all.
Text format in txtData I didn't addressed. I put text into variable and save to file without ...
- Fri Jan 26, 2018 7:24 am
- Forum: Multimedia
- Topic: save text into UTF8 file
- Replies: 10
- Views: 13724
Re: save text into UTF8 file
Hi,
thank for your answers-back but result is equal with my version instruction rows. If is there ":" + TAB + a number, then is in both these cases added cr before TAB and TAB + a number is on the next line. What can I try along? Me namely nothing else limps. :-(
Thank for next advice?
Oldrich
thank for your answers-back but result is equal with my version instruction rows. If is there ":" + TAB + a number, then is in both these cases added cr before TAB and TAB + a number is on the next line. What can I try along? Me namely nothing else limps. :-(
Thank for next advice?
Oldrich
- Thu Jan 25, 2018 10:24 pm
- Forum: Multimedia
- Topic: save text into UTF8 file
- Replies: 10
- Views: 13724
save text into UTF8 file
Hi,
I don't be able to save right my text into UTF file. I use:
create field "Tmp"
put txtData into field "Tmp"
put uniDecode(the unicodeText of field "Tmp","UTF8") into txtData
put txtData into URL("file:" & theFileName)
delete field "Tmp"
my chars (Czech) are OK but if text is ": + TAB + x ...
I don't be able to save right my text into UTF file. I use:
create field "Tmp"
put txtData into field "Tmp"
put uniDecode(the unicodeText of field "Tmp","UTF8") into txtData
put txtData into URL("file:" & theFileName)
delete field "Tmp"
my chars (Czech) are OK but if text is ": + TAB + x ...
- Thu Oct 20, 2016 7:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: text of header in dataGrid
- Replies: 5
- Views: 20574
text of header in dataGrid
Hi,
I don't know how to put the text into header dataGrid table. I tried code:
set the dgText [true] of group "myDGname" to myTextHeader
This line doesn' make anything but the line code:
set the dgText of group "myDGname" to myTextHeader
This line code put text from myTextHeader into data grid ...
I don't know how to put the text into header dataGrid table. I tried code:
set the dgText [true] of group "myDGname" to myTextHeader
This line doesn' make anything but the line code:
set the dgText of group "myDGname" to myTextHeader
This line code put text from myTextHeader into data grid ...