Re: Hex to Decimal 2s Complement

2018-04-27 Thread Camm via use-livecode
Alex , You got it ! I forgot the > 32767 !! Great thanks Camm - Original Message - From: "Alex Tweedly via use-livecode" <use-livecode@lists.runrev.com> To: use-livecode@lists.runrev.com Cc: "Alex Tweedly" <a...@tweedly.net> Sent: Friday, 27 April

Re: Hex to Decimal 2s Complement

2018-04-27 Thread Camm via use-livecode
Richmond , Yes , thanks I have seen xor(Hex) +1 , but just asking if anyone has a solution ? FFCC = -52 014A = 330 Anyone ? Regards Camm - Original Message - From: "Richmond via use-livecode" <use-livecode@lists.runrev.com> To: "Camm via use-livecode" <

Re: Hex to Decimal 2s Complement

2018-04-27 Thread Camm via use-livecode
with respect to 2N. For instance, for the three-bit number 010, the two's complement is 110, because 010 + 110 = 1000. Regards Camm - Original Message - From: "Richmond via use-livecode" <use-livecode@lists.runrev.com> To: "Camm via use-livecode" <use-livecode@li

Re: Hex to Decimal 2s Complement

2018-04-27 Thread Camm via use-livecode
Richmond , Tried baseconvert but could not get the correct result for 2s Complement. Regards Camm - Original Message - From: "Richmond via use-livecode" <use-livecode@lists.runrev.com> To: "Camm via use-livecode" <use-livecode@lists.runrev.com>

Hex to Decimal 2s Complement

2018-04-27 Thread Camm via use-livecode
Hi , Help needed on the most efficient way to convert signed Hex to Decimal (2s Complement) range - Example :- FFCC = -52 014A = 330 Kind Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Duplicate Card

2017-10-04 Thread Camm via use-livecode
Hi , Is Duplicate card broke in 8.1.6 ? I get Duplicate card highlighted then when pressed the duplicate does not appear ? Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

RE: RIP Dan Shafer

2017-06-22 Thread Camm via use-livecode
It was his book that got me started with Revolution ! Thanks to him i'm hooked , RIP and sorry for the loss. Camm -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Jim Lambert via use-livecode Sent: 22 June 2017 19:55 To: use-livecode

RE: AW: Which code signing authority?

2017-04-23 Thread Camm via use-livecode
Second that ! -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of tbodine via use-livecode Sent: 21 April 2017 14:17 To: use-revolut...@lists.runrev.com Cc: tbodine Subject: Re: AW: Which code signing authority? I've been using K Software's

Re: Moving from 6.6.1 to 8.0.0 Handlers vanished

2016-07-27 Thread Camm
Hi , Thanks all. Yes , I put in a space , applied and saved. Opened again , no change , then put space in and apply this time error for using "until" in repeat. Put that right and all handlers appeared , as you said. Great !! Regards Camm - Original Message

Re: Moving from 6.6.1 to 8.0.0 Handlers vanished

2016-07-27 Thread Camm
ndler :cannot find handler" error. Regards Camm - Original Message - From: "Paul Dupuis" <p...@researchware.com> To: use-livecode@lists.runrev.com Sent: Tuesday, 26 July, 2016 8:01:06 PM Subject: Re: Moving from 6.6.1 to 8.0.0 Handlers vanished What you are seeing i

Moving from 6.6.1 to 8.0.0 Handlers vanished

2016-07-26 Thread Camm
an be seen but no handlers in the list. When the script runs " Handler :cannot find handler" error. Went back to 6.6.1 and all is fine. Thanks in advance. Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

RE: OT(ish): Selling software downloads - sales tax?

2016-03-20 Thread Camm
t; so even if you sale licence keys the new rules apply. Simple flowchart :- https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/415931/VAT_MOSS_Flow_chart_FSB_edit_V1_0.pdf Camm -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com]

Re: OT(ish): Selling software downloads - sales tax?

2016-03-19 Thread Camm
as earnings. Of course there are fees per transaction but its worth it ! I assume KAGI and others are similar. Regards Camm - Original Message - From: "Matthias Rebbe" <matthias_livecode_150...@m-r-d.de> To: "How to use LiveCode" <use-livecode@lists.runrev.com>

RE: Hangs and graphics issue after 6.6.1

2015-01-03 Thread Camm
Thanks , I will compile something to put to RR. Is it possible the empty used in the FullScreenMode is conflicting with the read from driver until empty ?? Regards Camm -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Paul Hibbert Sent

Hangs and graphics issue after 6.6.1

2015-01-02 Thread Camm
driver xxx until empty is a problem and will hang on occasion. Is it best to stick with 6.6.1 ? Regards Camm -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Camm Sent: 30 December 2014 16:59 To: use-livecode@lists.runrev.com Subject: Problem

Problem with read from driver until empty in 7.01

2014-12-30 Thread Camm
Hi , I use read from driver xxx until empty To empty read buffer when using serial comms. In 6.7 this works fine but in 7.01 causes random hangs if used. Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com

Script will not Run unless mouse is moved within Stack

2014-08-19 Thread Camm
Hello , Not sure if I have missed something ? On OpenStack put DOG INTO FLD Fa1 wait 5 seconds put CAT INTO FLD Fa2 wait 5 seconds put FISH INTO FLD Fa3 end Openstack put CAT and FISH will not work until the mouse if moved inside the mainstack ? Best Regards Camm

Re: Script will not Run unless mouse is moved within Stack

2014-08-19 Thread Camm
Okay , thanks. Even with mouse position outside of stack ? Regards Camm - Original Message - From: dunb...@aol.com To: use-livecode@lists.runrev.com Sent: Tuesday, 19 August, 2014 1:32:28 PM Subject: Re: Script will not Run unless mouse is moved within Stack Nothing wrong at all

RE: Script will not Run unless mouse is moved within Stack

2014-08-19 Thread Camm
Ralph , Yes Windows. I will add to bug report. Regards Camm -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Ralph DiMola Sent: 19 August 2014 16:54 To: 'How to use LiveCode' Subject: RE: Script will not Run unless mouse is moved

7.0.0 dp 5 Serial Communications fail

2014-05-25 Thread Camm
Hi , Serial Communications seems to be broke in 7.0.0 dp 5 , noticed this was listed as bug fix ? Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Quitting a Standalone Problem

2014-03-27 Thread Camm
Hi , Had no problem using quit in all versions , How do you intent to initiate the quit ? Regards Camm - Original Message - From: Charles Szasz csz...@me.com To: use-livecode@lists.runrev.com Sent: Thursday, 27 March, 2014 2:55:35 AM Subject: Quitting a Standalone Problem

Re: [OT] MIA

2014-01-21 Thread Camm
Monte , Sincere condolences to you and your Wife. Steve - Original Message - From: Monte Goulding mo...@sweattechnologies.com To: How to use LiveCode use-livecode@lists.runrev.com Sent: Monday, 20 January, 2014 8:12:50 PM Subject: [OT] MIA Hi Folks I'm going to be off the

RE: [OT] Vido Mini One - android tablet

2013-10-06 Thread Camm
As a test device for LiveCode it's a cost effective option , powerful and fast. Does a great job for LiveCode Android development , so even if it's not a consumer best buy it will pay for itself at least. Regards Camm -Original Message- From: use-livecode [mailto:use-livecode-boun

Missing APPLY button on IDE

2013-07-28 Thread Camm
Hi , On Windows 7:- The Apply button is missing on the script editor in IDE ?? Also errors shown but do not go to script line number ?? Any clues .. Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

RE: Missing APPLY button on IDE

2013-07-28 Thread Camm
I found the simple problem.. In the top far right of script editor page it has an up or down arrow to hide or not the script editor toolbar ! Must have clicked it by mistake , it stops the red cross as well ? Regards Camm -Original Message- From: use-livecode [mailto:use-livecode

Card auto sizing

2013-02-27 Thread Camm
It it possible to auto size a card to the size of a field of that card ? If so , what is the best way please. Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: bluetooth and LC

2012-06-30 Thread Camm
It is possible will older versions of Runrev , latest LC versions have a problem. Bug 10230 - which is being looked into. This using RS232 over Bluetooth. Regards Camm - Original Message - From: ddas d...@digifilm.com To: How to use LiveCode use-livecode@lists.runrev.com Sent: Thursday

BUG 10230 - RS232 Serial Comms broken in versions later than 4.5 to 4.6.4

2012-05-28 Thread Camm
This has now been reported as a bug. http://quality.runrev.com/show_bug.cgi?id=10230 Regards Camm -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Camm Sent: 22 May 2012 19:56 To: 'How to use LiveCode' Subject

RS232 Serial Comms broken in 4.6.4

2012-05-22 Thread Camm
on Version 4.6.4 Something is broke in LiveCode later versions help !! Regards Camm -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Camm Sent: 14 May 2012 14:55 To: How to use LiveCode

RED/BLUE TEXT COLOUR

2012-05-15 Thread Camm
?? Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

RE: RED/BLUE TEXT COLOUR

2012-05-15 Thread Camm
Only happens if fld is set to Opaque !! -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Camm Sent: 15 May 2012 20:08 To: use-livecode@lists.runrev.com Subject: RED/BLUE TEXT COLOUR I saw somewhere that the Red

Re: Serial Comms in 4.6.4

2012-05-14 Thread Camm
Dar, It is the same as this I found below , If complied on 4.0.0 it works , If complied on later versions if fails to read. Regards Camm On Nov 7, 2010, at 10:07 AM, J. Landman Gay wrote: On 11/7/10 9:18 AM, Larry Walker wrote: I am trying to read data from a serial port (using a USB-serial

RE: Serial Comms in 4.6.4

2012-05-13 Thread Camm
Dar , Windows 7 All hardware has been checked okay. When using read from driver in scripts loaded into 4.6.4 or standalone from 4.6.4 nothing is read ? The identical script loaded in pre-windows 7 Livecode releases work. Thanks Camm -Original Message- From: use-livecode-boun

Serial Comms in 4.6.4

2012-05-12 Thread Camm
Has something changed in the use of open , close , read , write driver and/or SerialControlString string in version 4.6.4. I have a stack for serial comms that works fine if run in older versions of Livecode , but fails to read in version 4.6.4 Same script ?? Regards Camm

Re: Getting Text from another open application window

2012-01-24 Thread Camm
Bob , Thanks No logging which would have worked. Regards Camm - Original Message - From: Bob Sneidar b...@twft.com To: How to use LiveCode use-livecode@lists.runrev.com Sent: Monday, 23 January, 2012 10:40:58 PM Subject: Re: Getting Text from another open application window I don't

Re: Getting Text from another open application window

2012-01-24 Thread Camm
Thanks , yeah that looks like the only way Regards Camm - Original Message - From: stephen barncard stephenrevoluti...@barncard.com To: How to use LiveCode use-livecode@lists.runrev.com Sent: Monday, 23 January, 2012 10:41:21 PM Subject: Re: Getting Text from another open application

RE: Getting Text from another open application window

2012-01-23 Thread Camm
It a Windows based app. The machine is standalone and has no external data connections. It could be possible via the SDK , but that would mean writing externals. Are we saying that livecode cannot get text from other displayed window ? Best Regards Camm -Original Message- From: use

RE: [OT] Mediocre Britain

2011-08-29 Thread Camm
system , people can still succeed to advanced levels without it. Camm -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Richmond Mathewson Sent: 29 August 2011 07:28 To: How to use LiveCode Subject: Re: [OT

RE: Tahoma Font

2011-07-28 Thread Camm
Chipp , Perfect Many thanks ! Regards Camm -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Chipp Walters Sent: 28 July 2011 02:00 To: How to use LiveCode Subject: Re: Tahoma Font Camm

RE: Tahoma Font

2011-07-27 Thread Camm
Well , my issue is just with windows ? The Tahoma font is their during development mode but vanishes in Standalone on XP. If I set the properties of the standalone.exe in Windows to 95 or 98 compatibility it returns ? How do I force load a font on startup ? Best Regards Camm -Original

RE: Keydowns during Socket Read/Writes

2011-02-15 Thread Camm
Can anybody who is good with Client / Server Sockets get a client to send some data to the server when a key is pressed on the clients keyboard ?? If it is possible please could you share or see if it is a bug . Best Regards Camm From: use-livecode-boun...@lists.runrev.com [mailto:use

RE: Keydowns during Socket Read/Writes

2011-02-09 Thread Camm
the ReceivedMessage:- I can get the Keydown to work without writing to the socket. I can write to the socket without the Keydown. If i try to write to the socket as a reponse to a Keydown , the write does not happen. As shown in the script below Best Regards Camm Mark Schonewille

Keydowns during Socket Read/Writes

2011-02-08 Thread Camm
write Arn.Resp:5015=1: crlf to socket pSocket THIS WORKS if controlKey is down the put Arn.Resp:5015=1: into fld XYZ THIS DOES NOT if controlKey() is down then write Arn.Resp:5015=1: crlf to socket pSocket end ReceivedMessage Best Regards Camm