SVG Library

2021-06-21 Thread David Bovill via use-livecode
I’d like to be able to construct SVG’s easily that work with DrawingSvgCompile. 
Any thoughts?

📆    Schedule a call with me
___
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: Levure Dataview: adding a scrolling background

2021-06-21 Thread David Bovill via use-livecode
Hah - hey thanks for that Sean. The recipe feels a bit like going to the 
government and filling in forms in triplicate to get your life back :)

📆    Schedule a call with me
On 22 Jun 2021, 03:15 +0100, Sean Cole (Pi) via use-livecode 
, wrote:
> Hi David,
>
> iOS 'fir' / 'for' issue.
>
> I don't know if this already got answered elsewhere in the thread. There
> are two easy fixes for this.
>
> 1. In Notes, type 'Fir always' then select the word 'Fir' and from the
> pop-up menu select 'replace...' then replace with 'For'. Delete the line of
> text and repeat nine times.
> Now repeat this whole thing but use the phrase 'Once fir all'. If this
> corrects to 'for' right away then it is already fixed. Otherwise, continue
> using this phrase replacing 'fir' with 'for'.
>
> 2. If this still does not fix it, in
> Settings>General>Keyboard>TextReplacement>, add 'fir' with the replacement
> 'for'.
>
> (3. Or, go to Settings>General>Reset>ResetKeyboardDictionary, but that is
> the last resort.)
>
> All the best
>
> Sean
>
>
> On Mon, 21 Jun 2021 at 20:33, David Bovill via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > I’d like to add an image background to a Dataview, so that is scrolls
> > alongside the rows.
> >
> > Any pointers?
> >
> > 📆 Schedule a call with me
> > On 11 Jun 2021, 18:01 +0100, David Bovill , wrote:
> > > So I got visual feedback from drag-and-drop using the Levure DataView
> > following instructions at:
> > >
> > > • https://github.com/trevordevore/levurehelper-dataview
> > >
> > > I add the following code to the DataView:
> > > > quote_type
> > > > on dragStart
> > > > set the dvDragImageRow of me to item 1 of the dvHilitedRows of me
> > > > set the dvTrackDragReorder[the dvHilitedRows of me] of me to true
> > > > set the dragData["private"] to the dvHilitedRows of me # dragdata has
> > to be set to something.
> > > > end dragStart
> > > >
> > > > on ValidateRowDrop pDraggingInfoA, pProposedRow, pProposedDropOperation
> > > > put "Dragging" && pProposedRow && pProposedDropOperation
> > > > return true
> > > > end ValidateRowDrop
> > > >
> > > > on AcceptRowDrop pDraggingInfoA, pRow, pDropOperation
> > > > put "Dropped" && pRow && pDropOperation
> > > > end AcceptRowDrop
> > > >
> > > But the ValidateRowDrop message does not get sent, also I don’t get any
> > visual feedback with a "drop indicator" (the line that shows you where the
> > drop will occur) - any idea?
> > >
> > > 📆 Schedule a call with me
> > > On 11 Jun 2021, 16:03 +0100, David Bovill ,
> > wrote:
> > > > Yeah sorry about the typo - sent from mobile. I meant Levure - as
> > Trevor is the main man with the drag stuff and having differenr styles for
> > rows is a must.
> > > >
> > > > NB on the typo front I have a distant memory that aeons ago when I
> > first got an iPhone I said yes to the spelling “fir”. Ever since then all
> > my devices seem to love this word - anyone have an idea how to correct this
> > auto typing flaw?
> > > >
> > > > 📆 Schedule a call with me
> > > > On 11 Jun 2021, 15:05 +0100, Klaus major-k via use-livecode <
> > use-livecode@lists.runrev.com>, wrote:
> > > > > Hi David,
> > > > >
> > > > > > Am 11.06.2021 um 15:58 schrieb David Bovill via use-livecode <
> > use-livecode@lists.runrev.com>:
> > > > > >
> > > > > > Is there a simple demo out there that shows how drag-reordering of
> > rows in a dataview works? Is this feature experimental? Got a deadline fir
> > Monday considering taking the plunge?
> > > > >
> > > > > Levite Dataview? 8-)
> > > > > Sure you do not mean LC datagrid?
> > > > >
> > > > > > 📆 Schedule a call with me
> > > > >
> > > > > No. :-D
> > > > >
> > > > >
> > > > > Best
> > > > >
> > > > > Klaus
> > > > > --
> > > > > Klaus Major
> > > > > https://www.major-k.de
> > > > > https://www.major-k.de/bass
> > > > > kl...@major-k.de
> > > > >
> > > > >
> > > > > ___
> > > > > 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
> > ___
> > 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
> >
> ___
> 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
___
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: Levure Dataview: adding a scrolling background

2021-06-21 Thread Sean Cole (Pi) via use-livecode
Hi David,

iOS 'fir' / 'for' issue.

I don't know if this already got answered elsewhere in the thread. There
are two easy fixes for this.

1. In Notes, type 'Fir always' then select the word 'Fir' and from the
pop-up menu select 'replace...' then replace with 'For'. Delete the line of
text and repeat nine times.
Now repeat this whole thing but use the phrase 'Once fir all'. If this
corrects to 'for' right away then it is already fixed. Otherwise, continue
using this phrase replacing 'fir' with 'for'.

2. If this still does not fix it, in
Settings>General>Keyboard>TextReplacement>, add 'fir' with the replacement
'for'.

(3. Or, go to Settings>General>Reset>ResetKeyboardDictionary, but that is
the last resort.)

All the best

Sean


On Mon, 21 Jun 2021 at 20:33, David Bovill via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I’d like to add an image background to a Dataview, so that is scrolls
> alongside the rows.
>
> Any pointers?
>
> 📆Schedule a call with me
> On 11 Jun 2021, 18:01 +0100, David Bovill , wrote:
> > So I got visual feedback from drag-and-drop using the Levure DataView
> following instructions at:
> >
> > • https://github.com/trevordevore/levurehelper-dataview
> >
> > I add the following code to the DataView:
> > > quote_type
> > > on dragStart
> > >  set the dvDragImageRow of me to item 1 of the dvHilitedRows of me
> > >  set the dvTrackDragReorder[the dvHilitedRows of me] of me to true
> > >  set the dragData["private"] to the dvHilitedRows of me # dragdata has
> to be set to something.
> > > end dragStart
> > >
> > > on ValidateRowDrop pDraggingInfoA, pProposedRow, pProposedDropOperation
> > >  put "Dragging" && pProposedRow && pProposedDropOperation
> > >  return true
> > > end ValidateRowDrop
> > >
> > > on AcceptRowDrop pDraggingInfoA, pRow, pDropOperation
> > >  put "Dropped" && pRow && pDropOperation
> > > end AcceptRowDrop
> > >
> > But the ValidateRowDrop message does not get sent, also I don’t get any
> visual feedback with a "drop indicator" (the line that shows you where the
> drop will occur) - any idea?
> >
> > 📆Schedule a call with me
> > On 11 Jun 2021, 16:03 +0100, David Bovill ,
> wrote:
> > > Yeah sorry about the typo - sent from mobile. I meant Levure -  as
> Trevor is the main man with the drag stuff and having differenr styles for
> rows is a must.
> > >
> > > NB on the typo front I have a distant memory that aeons ago when I
> first got an iPhone I said yes to the spelling “fir”.  Ever since then all
> my devices seem to love this word - anyone have an idea how to correct this
> auto typing flaw?
> > >
> > > 📆Schedule a call with me
> > > On 11 Jun 2021, 15:05 +0100, Klaus major-k via use-livecode <
> use-livecode@lists.runrev.com>, wrote:
> > > > Hi David,
> > > >
> > > > > Am 11.06.2021 um 15:58 schrieb David Bovill via use-livecode <
> use-livecode@lists.runrev.com>:
> > > > >
> > > > > Is there a simple demo out there that shows how drag-reordering of
> rows in a dataview works? Is this feature experimental? Got a deadline fir
> Monday considering taking the plunge?
> > > >
> > > > Levite Dataview? 8-)
> > > > Sure you do not mean LC datagrid?
> > > >
> > > > > 📆 Schedule a call with me
> > > >
> > > > No. :-D
> > > >
> > > >
> > > > Best
> > > >
> > > > Klaus
> > > > --
> > > > Klaus Major
> > > > https://www.major-k.de
> > > > https://www.major-k.de/bass
> > > > kl...@major-k.de
> > > >
> > > >
> > > > ___
> > > > 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
> ___
> 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
>
___
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: Regular crash: Dictionary (API)

2021-06-21 Thread Mark Wieder via use-livecode

On 6/21/21 12:30 PM, David Bovill via use-livecode wrote:

Anyone point me too an alternative Dictionary  - too many regular crashes using 
the built in one?


TinyDictionary

--
 Mark Wieder
 ahsoftw...@gmail.com

___
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


Levure Dataview: adding a scrolling background

2021-06-21 Thread David Bovill via use-livecode
I’d like to add an image background to a Dataview, so that is scrolls alongside 
the rows.

Any pointers?

📆    Schedule a call with me
On 11 Jun 2021, 18:01 +0100, David Bovill , wrote:
> So I got visual feedback from drag-and-drop using the Levure DataView 
> following instructions at:
>
> • https://github.com/trevordevore/levurehelper-dataview
>
> I add the following code to the DataView:
> > quote_type
> > on dragStart
> >  set the dvDragImageRow of me to item 1 of the dvHilitedRows of me
> >  set the dvTrackDragReorder[the dvHilitedRows of me] of me to true
> >  set the dragData["private"] to the dvHilitedRows of me # dragdata has to 
> > be set to something.
> > end dragStart
> >
> > on ValidateRowDrop pDraggingInfoA, pProposedRow, pProposedDropOperation
> >  put "Dragging" && pProposedRow && pProposedDropOperation
> >  return true
> > end ValidateRowDrop
> >
> > on AcceptRowDrop pDraggingInfoA, pRow, pDropOperation
> >  put "Dropped" && pRow && pDropOperation
> > end AcceptRowDrop
> >
> But the ValidateRowDrop message does not get sent, also I don’t get any 
> visual feedback with a "drop indicator" (the line that shows you where the 
> drop will occur) - any idea?
>
> 📆    Schedule a call with me
> On 11 Jun 2021, 16:03 +0100, David Bovill , wrote:
> > Yeah sorry about the typo - sent from mobile. I meant Levure -  as Trevor 
> > is the main man with the drag stuff and having differenr styles for rows is 
> > a must.
> >
> > NB on the typo front I have a distant memory that aeons ago when I first 
> > got an iPhone I said yes to the spelling “fir”.  Ever since then all my 
> > devices seem to love this word - anyone have an idea how to correct this 
> > auto typing flaw?
> >
> > 📆    Schedule a call with me
> > On 11 Jun 2021, 15:05 +0100, Klaus major-k via use-livecode 
> > , wrote:
> > > Hi David,
> > >
> > > > Am 11.06.2021 um 15:58 schrieb David Bovill via use-livecode 
> > > > :
> > > >
> > > > Is there a simple demo out there that shows how drag-reordering of rows 
> > > > in a dataview works? Is this feature experimental? Got a deadline fir 
> > > > Monday considering taking the plunge?
> > >
> > > Levite Dataview? 8-)
> > > Sure you do not mean LC datagrid?
> > >
> > > > 📆 Schedule a call with me
> > >
> > > No. :-D
> > >
> > >
> > > Best
> > >
> > > Klaus
> > > --
> > > Klaus Major
> > > https://www.major-k.de
> > > https://www.major-k.de/bass
> > > kl...@major-k.de
> > >
> > >
> > > ___
> > > 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
___
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: Regular crash: Dictionary (API)

2021-06-21 Thread David Bovill via use-livecode
Anyone point me too an alternative Dictionary  - too many regular crashes using 
the built in one?

📆    Schedule a call with me
On 11 Jun 2021, 19:46 +0100, David Bovill , wrote:
> For several years I have a regular crash when opening the `Dictionary (API)` 
> - wondering the cause. Everything else works as normal - latest MacOs and 
> Livecode - spinning coloured ball and now dictionary stack displayed  - 
> requires force quit. Doing that now. Third time today.
>
> 📆    Schedule a call with me
___
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


[ANN] This Week in LiveCode 269

2021-06-21 Thread panagiotis merakos via use-livecode
Hi all,

Read about new developments in LiveCode open source and the open source
community in today's edition of the "This Week in LiveCode" newsletter!

Read issue #269 here: https://bit.ly/3dhOg8L

This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around the open source project. New issues will be
released weekly on Mondays. We have a dedicated mailing list that will
deliver each issue directly to your e-mail, so you don't miss any!

If you have anything you'd like mentioned (a project, a discussion
somewhere, an upcoming event) then please get in touch.


-- 
Panagiotis Merakos 
LiveCode Software Developer

Everyone Can Create Apps 
___
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