RE: Top Bottom Left Right

2018-06-24 Thread General 2018 via use-livecode
Right Hi Cam, > Am 24.06.2018 um 21:49 schrieb General 2018 via use-livecode > : > > Hi , > > If I use property inspector and tick "Resize Rect when setting property" and > change top,bottom,left or right property the rect changes shape in its fixed > loc

Top Bottom Left Right

2018-06-24 Thread General 2018 via use-livecode
Hi , If I use property inspector and tick "Resize Rect when setting property" and change top,bottom,left or right property the rect changes shape in its fixed location as expected. In runtime the rect does not resize but moves location by setting property top,bottom,left or right ? Have I

Re: Future support for Serial Coms

2018-07-05 Thread General 2018 via use-livecode
e of packages with code >> that interfaces with USB deices, but I don't know enough about Android to >> build them in a way that works with LCB. >> >> Here are a couple: >> https://github.com/felHR85/UsbSerial >> https://github.com/mik3y/usb-serial-for-android >> &

Future support for Serial Coms

2018-07-04 Thread General 2018 via use-livecode
Hi , I have seen questions raised over platform support for Serial Com ports and cannot seem to find a conclusive answer for Android and IOS. On Windows I use serial data over USB and Bluetooth , this all works fine with LC. I want to migrate to Android - so with LC is serial over USB and

Re: Future support for Serial Coms

2018-07-05 Thread General 2018 via use-livecode
you could package your own. There are a couple of packages with code >>> that interfaces with USB deices, but I don't know enough about Android to >>> build them in a way that works with LCB. >>> >>> Here are a couple: >>> https://github.com/fel

Window Tablet Rotations

2018-11-03 Thread General 2018 via use-livecode
Hi , Is there a way to fix rotation to landscape on Windows Tablet ? Regards Camm Regards EasyObd ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Open Driver on multi platform - show stopper

2018-10-09 Thread General 2018 via use-livecode
Livecode for all 3. This is a show stopper until resolved. Fully understand that this is not an option for IOS as it requires apple certified hardware. Best Regards Camm -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of General 2018 via use

Open Driver on MacOS

2018-09-23 Thread General 2018 via use-livecode
Hi , Livecode 9.0.1 MacOS High Sierra Open driver hangs on MacOS , tried Sarah's SerialTest stack which hangs also. Item 3 of the drivernames is correct but when open driver or file is attempted it hangs. Bug ? Regards Camm ___ use-livecode mailing

Re: Live Code crashes on startup

2018-11-29 Thread General 2018 via use-livecode
Hi , This also happened to us yesterday. Fixed by deleting preference files. Regards Camm > On 29 Nov 2018, at 08:21, panagiotis merakos via use-livecode > wrote: > > Hello Tore, > > On Windows the preferences are stored in: > > C:\Users\your_username\AppData\Roaming\RunRev\* > > Here you

Is this a bug ?

2019-03-03 Thread General 2018 via use-livecode
Hi , Windows 10 tablet on screen keyboard does not open when attempting to enter field text ? LC 9.0.2 Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Is this a bug ?

2019-03-03 Thread General 2018 via use-livecode
Hi , Reported as Bug 21872. Regards Steve > On 3 Mar 2019, at 15:34, General 2018 via use-livecode > wrote: > > Hi , > > Windows 10 tablet on screen keyboard does not open when attempting to enter > field text ? > > L

Draw a line that follows an object

2019-06-26 Thread General 2018 via use-livecode
Hi , What is the best way to draw a line that follows the location of an object , like using a pencil and then erase the scribble ? Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

RE: Open Printing to PDF

2019-04-23 Thread General 2018 via use-livecode
ginal Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of General 2018 via use-livecode Sent: 23 April 2019 18:50 To: How to use LiveCode Cc: General 2018 Subject: Open Printing to PDF Scott , Craig It would not save the pdf and the text was different f

Open Printing to PDF

2019-04-23 Thread General 2018 via use-livecode
Scott , Craig It would not save the pdf and the text was different for each stack. The failing stack had ">" within the text , once removed the pdf saved !! cheers guys . Is this a bug ? Regards Cam -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com]

RE: Open Printing to PDF

2019-04-23 Thread General 2018 via use-livecode
llowedChars break end switch end repeat put "[" & tAllowedChars & "]" into tMatchText repeat for each character theChar in pString if matchtext(theChar, tMatchText) is true then put theChar after cleanString e

Open Printing to PDF

2019-04-22 Thread General 2018 via use-livecode
Hi , I have 3 separate stacks each containing the same code for printing to pdf. One of those stacks will not open printing to pdf in dev or runtime. The other 2 work fine - Head scratching ?? All items are in the same path / folder. Regards Camm

RE: Draw a line that follows an object

2019-06-28 Thread General 2018 via use-livecode
Hi , Thanks , so nearly - I have a line that follows the object from the top left corner. What I need is just like drawing with a pen , the object being the tip. Where the object moves a line is drawn and remains like ink. Regards Camm -Original Message- From: use-livecode

PDF Colour

2019-07-23 Thread General 2018 via use-livecode
Hi , I have flds with different colour texts on various lines , if I look at the Fld properties it’s contents has the correct / same text colours. The contents are then printed to pdf , but end up black and white. Is it possible to save pdf with the colours ? Regards Cam Regards EasyObd

RE: Draw a line that follows an object

2019-06-30 Thread General 2018 via use-livecode
Great Guys , works a dream . Had to change back to line from polygon - I missed that. Thanks again Camm -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of dunbarxx via use-livecode Sent: 28 June 2019 21:31 To:

Re: Thermal printer bluetooth

2019-11-05 Thread General 2018 via use-livecode
Hi , Something we need on LC Mac , LC Android and LC IOS also. Bluetooth and USB works fine on LC Windows using Virtual Com port. Serial over USB. Serial over Bluetooth. Unfortunately no current cross platform solution with LC which would open up solution for all those apps that communicate

Re: Thermal printer bluetooth

2019-11-05 Thread General 2018 via use-livecode
ns - I was able to do both high- and low- > level bluetooth things on Mac and on iOS. http://mergext.com/home/mergble/ > > I can't recall - when Monte joined LiveCode, did the mergExt package get > rolled in somehow? > > Ben > >> On 05/11/2019 11:46, General 2018 via u

Button scripts

2019-10-05 Thread General 2018 via use-livecode
Hi , Have many buttons that do different operations , each one has the following script :- Is the script required for each button and is the use of flush correct ? on mouseUp set the bordercolor of me to orange set showBorder of me to true --- do something get flushEvents("mouseUp") end

Re: Code Signing and Kernel Mode drivers

2020-11-09 Thread General 2018 via use-livecode
Great thanks ! Regards Cam > On 8 Nov 2020, at 18:06, Paul Dupuis via use-livecode > wrote: > > The basic windows code signing cert works fine. You do not need the more > expensive "EV" certificate. > >> On 11/8/2020 12:58 PM, General

Code Signing and Kernel Mode drivers

2020-11-08 Thread General 2018 via use-livecode
Hi , Are the standard Livecode .dll that are included with the standalone Kernel mode drivers ?? The reason for asking is that codesigning for Windows 10 needs a more expensive certificate if kernel mode drivers signing is required. Regards Cam ___

MergExt BLE

2021-01-14 Thread General 2018 via use-livecode
Hi , Have an application for IOS and started to use MergExt BLE. This is working great with livecode on finding devices , connecting and writing. I have an issue with reading , it works but missing data randomly on read. The BLE device is using Notify. In “didupatevalueforcharactistic“

Re: MergExt BLE

2021-01-22 Thread General 2018 via use-livecode
Hi , I think the issue is the need for “Thread Safe” and / or “Concurrent Buffering” for write/read function with MergExt BLE. Can anyone give guidance on application of the above using Livecode ? Regards Camm > On 14 Jan 2021, at 15:09, General 2018 via use-livecode > wrote: &g

Re: MergExt BLE

2021-02-01 Thread General 2018 via use-livecode
vecode.com>. > > Cheers > > Monte > >> On 31 Jan 2021, at 1:16 am, General 2018 via use-livecode >> wrote: >> >> Hi, >> >> Is Monte able to support MergeBLE still or is this now solely with Livecode ? >> >> Anyone help please . >&

Re: MergExt BLE

2021-01-30 Thread General 2018 via use-livecode
rite/read function with MergExt BLE. > > Can anyone give guidance on application of the above using Livecode ? > > Regards Camm > >> On 14 Jan 2021, at 15:09, General 2018 via use-livecode >> wrote: >> >> Hi , >> >> Have an application

IDE behaviour MacOS

2022-01-04 Thread General 2018 via use-livecode
Hi, On MacOS, If I click on a stack - Livecode loads but in IDE some stack slide buttons go missing and answer dialogs go hidden behind main stack. All else seems to work. If I open Livecode and then open the stack all is good. On Windows no issues either way. Regards Camm

Re: IDE behaviour MacOS

2022-01-05 Thread General 2018 via use-livecode
I have “lost” things when a graphic > “changed” levels and ended up in front of other elements. Also wondering if > something is getting messed up with top level. Are you setting it anywhere > > Sent from Jim's iPhone XR > Please excuse brevity, typos and errors > >> On

Re: IDE behaviour MacOS

2022-01-05 Thread General 2018 via use-livecode
o you mean sliders and scrollbars are missing from the tools palette? And > an Answer dialog appears BEHIND a stack > > Cannot imagine any of this. I am on a Mac. What version OS? > > Craig > >> On Jan 4, 2022, at 12:35 PM, General 2018 via use-livecode >> wrote: &

Re: IDE behaviour MacOS

2022-01-05 Thread General 2018 via use-livecode
Solved , thanks. The stack was previously saved under LC 9.6.3 - run on 9.6.6 and problem. Opened it and saved from 9.6.6 - Solved. Regards Camm > On 5 Jan 2022, at 17:04, Peter Bogdanoff via use-livecode > wrote: > ___ use-livecode mailing list

Re: New user

2021-12-22 Thread General 2018 via use-livecode
use-livecode > wrote: > > For Android and iOS, use WiFi and sockets. This is just as quick and easy. > > Sean Cole > Pi Digital Productions Ltd > > eMail Ts & Cs > > >> On 22 Dec 2021, at 10:24, General 2018 via use-livecode >> wrote: >> >

Re: New user

2021-12-22 Thread General 2018 via use-livecode
Just need this capability on Android - please Livecode Regards Camm > On 22 Dec 2021, at 01:37, Sean Cole via use-livecode > wrote: > > Hi Alex > Welcome! > I've done exactly and very similar to what you are describing about 6yrs > ago from Mac, PC, Linux, iOS via USB, WiFi and GPRS serial

Re: Into the future

2022-02-28 Thread General 2018 via use-livecode
I think some misunderstandings …. You can build LC standalone with no certifications on MacOS desktop. The issue comes when you wish to codesign and notarise for distribution downloads from web etc. To do any codesigning and notarization with apple you need the certificates and be a member of

Re: Into the future

2022-02-28 Thread General 2018 via use-livecode
Just had the same pain. mrSignNotarizeHelperV3 was great and sorted all the MacOS command line stuff with ease ( I think LC should have this facility built into the standalone builder) The Apple side of things unfortunately are what they are. Regards Camm > On 28 Feb 2022, at 18:20, Bob

Re: Notarize Helper Stack in LC lesson updated

2022-03-28 Thread General 2018 via use-livecode
trash. Make sure that > there is no other copy of your .app even older ones. If there are others then > delete them also and empty the trash. > > Now try to run the .pkg installer. The app should now be installed in > Applications folder. > > Matthias > > >> A

Re: Notarize Helper Stack in LC lesson updated

2022-03-29 Thread General 2018 via use-livecode
Hi Matthias, Thanks for the reply. Did not zip - I have now sent them zipped. Built on = Mojave 10.14 Beta Tester = Monterey 12 Regards Camm > On 29 Mar 2022, at 10:05, matthias rebbe via use-livecode > wrote: > > Matthias ___ use-livecode

Re: Notarize Helper Stack in LC lesson updated

2022-01-29 Thread General 2018 via use-livecode
No added files. Mojave 10.14.6 LC 9.6.6 Regards Camm > On 29 Jan 2022, at 20:20, matthias rebbe via use-livecode > wrote: > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Notarize Helper Stack in LC lesson updated

2022-01-29 Thread General 2018 via use-livecode
Tried all these, result the same. In show “Notarization requests” for each :- Status = invalid 2 Status Code = Pac Status Message = age invalid Regards Camm > On 29 Jan 2022, at 20:37, matthias rebbe via use-livecode > wrote: > ___ use-livecode

Re: Notarize Helper Stack in LC lesson updated

2022-01-29 Thread General 2018 via use-livecode
Hi , Just seen this - fantastic help. Just getting “signature of the binary is invalid” and “signature does not include secure time stamp” as reply following notarization attempt. Status Code 2 Package Invalid. Regards Camm > On 27 Jan 2022, at 22:54, matthias rebbe via use-livecode >

Re: Notarize Helper Stack in LC lesson updated

2022-02-03 Thread General 2018 via use-livecode
rIDApplication## --options runtime ##myapp##" into tShell > > line 953 > put "codesign --deep --force --verify --verbose --sign > ##developerIDApplication## --options runtime ##myDMG##" into tShell > with > put "codesign --timestamp --deep --force --verify --verbose

Re: Notarize Helper Stack in LC lesson updated

2022-01-30 Thread General 2018 via use-livecode
-timestamp --deep --force --verify --verbose --sign > ##developerIDApplication## --options runtime ##myDMG##" into tShell > > >> Am 29.01.2022 um 22:17 schrieb General 2018 via use-livecode >> : >> >> Tried all these, result the same. >> >> In sh

Re: Notarize Helper Stack in LC lesson updated

2022-02-08 Thread General 2018 via use-livecode
n 3 Feb 2022, at 22:17, matthias rebbe via use-livecode > wrote: > > Hi Camm, > > great to hear that you were able to successfully notarize. > > Regards, > Matthias > > >> Am 03.02.2022 um 21:54 schrieb General 2018 via use-livecode >> : >&g

Re: Notarize Helper Stack in LC lesson updated

2022-02-09 Thread General 2018 via use-livecode
wrote: >>> >>> Hi Camm, >>> >>> great to hear that you were able to successfully notarize. >>> >>> Regards, >>> Matthias >>> >>> >>>> Am 03.02.2022 um 21:54 schrieb General 2018 via use-livecode >>

Re: tmAlign is now available on gitHub

2022-02-09 Thread General 2018 via use-livecode
tmGauge was also great. Regards Camm > On 9 Feb 2022, at 15:20, Mike Kerner via use-livecode > wrote: > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Notarize Helper Stack in LC lesson updated

2022-02-09 Thread General 2018 via use-livecode
Thanks - will try these and report back. Regards Camm > On 9 Feb 2022, at 00:31, Matthias Rebbe via use-livecode > wrote: > > What i forgot. > > You could open console.app and open the install log. There you could see > where the app was installed or better said which app was

Re: Notarize Helper Stack in LC lesson updated

2022-02-09 Thread General 2018 via use-livecode
names ? Regards Camm > On 9 Feb 2022, at 21:56, General 2018 via use-livecode > wrote: > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferen

Re: Notarize Helper Stack in LC lesson updated

2022-02-09 Thread General 2018 via use-livecode
Thanks for the tips. Removed existing standalone’s etc and the .pkg installed nicely to the Applications folder. Regards Camm > On 9 Feb 2022, at 00:31, Matthias Rebbe via use-livecode > wrote: > > What i forgot. > > You could open console.app and open the install log. There you could see

Re: Notarize Helper Stack in LC lesson updated

2022-02-10 Thread General 2018 via use-livecode
Hi , Yes, that was the issue - I was thinking the bundle ID could be the same for the product series and the version name and version number dictated the difference. Once again thanks for the help on this. Regards Camm > On 10 Feb 2022, at 10:53, matthias rebbe via use-livecode > wrote: >

Re: Substacks

2022-05-29 Thread General 2018 via use-livecode
king…….. >> >> Regards >> >>>> On 29 May 2022, at 00:12, Mark Wieder via use-livecode >>>> wrote: >>> >>> On 5/28/22 07:15, General 2018 via use-livecode wrote: >>>> Hi , >>>> New to substacks - I have a “mai

Substacks

2022-05-28 Thread General 2018 via use-livecode
Hi , New to substacks - I have a “mainstack” used as a menu page for 2x “substacks” When “substacks” opened from “mainstack” they open fine using — go to stack “xyz” The problem is closing of the “substacks” using - close stack, go to “mainstack” or close this stack it always closes (quit)

Re: Substacks

2022-05-28 Thread General 2018 via use-livecode
in the IDE at least, > both if called from the mainstack and from the substack. Only the substack is > closed. > > Livecode 9.6.7 and Windows 10 > > > Hope this helps > > Thomas > > >> Am 28.05.2022 um 16:15 schrieb General 2018 via use-livecode: >>

Re: Substacks

2022-05-29 Thread General 2018 via use-livecode
:15, General 2018 via use-livecode wrote: >> Hi , >> New to substacks - I have a “mainstack” used as a menu page for 2x >> “substacks” >> When “substacks” opened from “mainstack” they open fine using — go to stack >> “xyz” >> The problem is closing of the “subs

Re: Substacks

2022-06-05 Thread General 2018 via use-livecode
k that standalone >> settings isn't set up to move substacks into separate files. I think that >> option is in the general pane but I'm not at my computer to check. >> -- >> Jacqueline Landman Gay | jac...@hyperactivesw.com >> HyperActive Software | http://www.hyper

Answer dialog text missing in standalone 9.6.9

2023-06-29 Thread General 2018 via use-livecode
Hi, Answer Text missing in standalone , the icon and buttons (with text) appear but no dialog text. All okay in IDE. Checked inclusions - all seems okay. Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
ers, >> Panos >> -- >> >> >>> On Fri, 30 Jun 2023 at 14:12, panagiotis m wrote: >>> >>> Hello Camm, >>> >>> In which platform? Seems to work as expected here (MacOS). >>> >>> Cheers,

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
just with a button which includes >> only a mouseup script with only the answer.... command? >> >>>> Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode >>>> : >>> >>> Windows 10 >>> LC 9.6.9 >>> >>> Regar

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
stack? > > Cheers, > Panos > -- > > >> On Fri, 30 Jun 2023 at 14:12, panagiotis m wrote: >> >> Hello Camm, >> >> In which platform? Seems to work as expected here (MacOS). >> >> Cheers, >> Panos >> -- >> >> On

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Windows 10 LC 9.6.9 Regards Camm > On 30 Jun 2023, at 12:13, panagiotis m via use-livecode > wrote: > > Hello Camm, > > In which platform? Seems to work as expected here (MacOS). > > Cheers, > Panos > -- > >> On Fri, 30 Jun 2023 at 09:54, General

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
; So if you: > > answer “Some Text" with “Yes" or “No" > what exactly pops up? > > > > Craig > > > > >> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode >> wrote: >> >> Hi, >> >> Answer Tex

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
a new stack just with a button which includes > only a mouseup script with only the answer command? > >> Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode >> : >> >> Windows 10 >> LC 9.6.9 >> >> Regards >> Camm >> &

Re: Answer dialog text missing in standalone 9.6.9

2023-07-01 Thread General 2018 via use-livecode
pt to confirm, either. > >> On Fri, Jun 30, 2023 at 1:49 PM General 2018 via use-livecode >> wrote: >> >> Hi , >> >> Made new stack and works okay. >> >> Then found that I had set the background colour of ask and answer to white, >> this has wor

Re: Top things you are waiting for ....

2023-11-14 Thread General 2018 via use-livecode
Serial communications over Bluetooth for Android. Currently Serial over Bluetooth limited to Windows and IOS devices at high tablet cost. Most real world solutions use Android for cost effective tablet for external device comms. This has been requested for at least 10 years for LC cross