Search found 10 matches

by operoutka
Mon Mar 27, 2023 1:23 pm
Forum: iOS Deployment
Topic: iOS SDK
Replies: 1
Views: 2110

iOS SDK

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 highe...
by operoutka
Thu Jan 17, 2019 9:44 pm
Forum: Making IDE Plugins
Topic: how to detect that Stack dimension is changed
Replies: 5
Views: 6557

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....
by operoutka
Sun Nov 18, 2018 10:16 am
Forum: Data Grid Helper
Topic: Bought Datagrid Helper as part of a bundle a while ago - how to upgrade?
Replies: 16
Views: 17256

Re: Bought Datagrid Helper as part of a bundle a while ago - how to upgrade?

Hi, I have question about DGH upgrade too. I bought DGH 2.1.0 and I don't know how to upgrade this DGH to version 2.5.1. I see that version 2.5.1. is currently version of DGH. I have to buy DGH version 2.5.0 anew? When I had bought DGH 2.1.0 so I had LiveCode 7.0 but today I have LiveCode 9.0.2 rc.1...
by operoutka
Fri Jan 26, 2018 10:44 pm
Forum: Multimedia
Topic: save text into UTF8 file
Replies: 10
Views: 8197

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 "...
by operoutka
Fri Jan 26, 2018 7:12 pm
Forum: Multimedia
Topic: save text into UTF8 file
Replies: 10
Views: 8197

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 =...
by operoutka
Fri Jan 26, 2018 1:51 pm
Forum: Multimedia
Topic: save text into UTF8 file
Replies: 10
Views: 8197

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
by operoutka
Fri Jan 26, 2018 1:49 pm
Forum: Multimedia
Topic: save text into UTF8 file
Replies: 10
Views: 8197

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 any...
by operoutka
Fri Jan 26, 2018 7:24 am
Forum: Multimedia
Topic: save text into UTF8 file
Replies: 10
Views: 8197

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
by operoutka
Thu Jan 25, 2018 10:24 pm
Forum: Multimedia
Topic: save text into UTF8 file
Replies: 10
Views: 8197

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" where ...
by operoutka
Thu Oct 20, 2016 7:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: text of header in dataGrid
Replies: 5
Views: 8261

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 table...

Go to advanced search