Re: Anchor links in browser widget

2019-03-31 Thread J. Landman Gay via use-livecode
Of course, I figured it out as soon as I posted, but who would have 
guessed the link is: http://libbrowser_dummy_url/#1234


LibBrowserDummy. Right.

On 3/31/19 10:00 PM, J. Landman Gay via use-livecode wrote:
I have a browser widget that I'm loading with HTML from a variable, so 
it doesn't have a URL per se. The HTML contains anchor links to other 
parts of the page, which work when I click them. I also want to call 
these anchors from a script. What's the right syntax?


These fail:
set the url of widget "browser" to "#1234"
set the url of widget "browser" to ""
set the url of widget "browser" to ""




--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


Anchor links in browser widget

2019-03-31 Thread J. Landman Gay via use-livecode
I have a browser widget that I'm loading with HTML from a variable, so 
it doesn't have a URL per se. The HTML contains anchor links to other 
parts of the page, which work when I click them. I also want to call 
these anchors from a script. What's the right syntax?


These fail:
set the url of widget "browser" to "#1234"
set the url of widget "browser" to ""
set the url of widget "browser" to ""

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


Re: [ANN] bnGuides has been updated

2019-03-31 Thread Mark Wieder via use-livecode

On 3/31/19 2:37 PM, Matthias Rebbe via use-livecode wrote:

the new feature to display distances is awesome! Thank you very much for this.


I set my copy to load in the background on IDE launch because I don't 
want to be without it. If the Plugin settings menu worked I would have 
used that, but it was a simple matter to set the following custom 
properties:


custompropertyset: cREVLoadInfo
custom properties:
inMenu: true
load: startup
mode: Invisible

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


Re: [ANN] bnGuides has been updated

2019-03-31 Thread Matthias Rebbe via use-livecode
the new feature to display distances is awesome! Thank you very much for this.

Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 28.03.2019 um 22:56 schrieb Niggemann, Bernd via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> bnGuides a tool to visually aid in alignment of controls has been updated to 
> version 0.5.0
> 
> if fixes some instances where bnGuides did not delete temporary graphics on 
> the target stack.
> 
> Additionally it adds the optional display of distances to nearest neighbors. 
> (capsLock-key toggles display of distances)
> Thanks to bogs from the forum for suggesting "distances" and beta testing.
> 
> You can download it from within Livecode -> Sample Stacks
> or 
> http://livecodeshare.runrev.com/stack/918/BnGuides 
> 
> 
> see also 
> https://forums.livecode.com/viewtopic.php?p=178245#p178244
> 
> Kind regards
> Bernd
> ___
> 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: [ANN] bnGuides has been updated

2019-03-31 Thread Mike Kerner via use-livecode
Bernd needs his own submenu in LC.

On Thu, Mar 28, 2019 at 5:57 PM Niggemann, Bernd via use-livecode <
use-livecode@lists.runrev.com> wrote:

> bnGuides a tool to visually aid in alignment of controls has been updated
> to version 0.5.0
>
> if fixes some instances where bnGuides did not delete temporary graphics
> on the target stack.
>
> Additionally it adds the optional display of distances to nearest
> neighbors. (capsLock-key toggles display of distances)
> Thanks to bogs from the forum for suggesting "distances" and beta testing.
>
> You can download it from within Livecode -> Sample Stacks
> or
> http://livecodeshare.runrev.com/stack/918/BnGuides
>
> see also
> https://forums.livecode.com/viewtopic.php?p=178245#p178244
>
> Kind regards
> Bernd
> ___
> 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
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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 Question

2019-03-31 Thread Mike Kerner via use-livecode
You might want to open an issue at
https://github.com/trevordevore/levurehelper-dataview/issues

On Sat, Mar 30, 2019 at 7:24 AM David Bovill via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Yes would be good to know. I've seen demos of drag- reordering, and
> scripted a few experiments - but seeing that work on mobile for something
> as visually complex as a data grid (or Levure dataview) I've no seen.
>
> My suspicion is that that sort of visual drag drop animated feedback is
> best done in HTML. But with the steady progress in accelerated rendering
> and widgets perhaps it is possible to acheive the same level of quality
> using native Livecode. Would be good to see a demo
>
> On Fri, 29 Mar 2019 at 23:14, Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > WHOOPS! Dataview. Sorry I thought Datagrid. It's late.
> >
> > Bob S
> >
> >
> > > On Mar 29, 2019, at 16:12 , Bob Sneidar via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> > >
> > > If there is I'd like to know. I created a couple arrows that sit to the
> > left of the datagrid. Any time you select a row, the grid sends a message
> > to the group and moves the arror group adjacent to it. Obviously,
> clicking
> > up or down relocates that row.
> > >
> > > You can just see why drag-drop reordering might not be useful.
> Datagrids
> > have a sort function, so it would have to be that if you drag-reorder
> > something, the sort for that datagrid would have to be turned off. That
> > would mean you would have to keep turning it back on when you repopulated
> > the grid.
> > >
> > > Bob S
> >
> >
> > ___
> > 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
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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


LC-based OSS Document Managment System Looking For Love

2019-03-31 Thread Mike Kerner via use-livecode
Scanhammer someday hopes to be an LC-based OSS document management system.
It needs love and attention, so if you might be interested in contributing,
have a look:
https://github.com/macMikey/scanhammer

I wrote it on top of Levure, XPDF, and the fileBrowser dataViewTree.

Ideas and issues:
https://github.com/macMikey/scanhammer/issues

One note on OSS/LC Community:  I have code in Scanhammer to use the browser
widget for rendering PDF's instead of XPDF, but there are issues with the
browser widget that need to be resolved, so the browser widget code is
disabled in this version.
___
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: Bud: crash with widget popup

2019-03-31 Thread David Bovill via use-livecode
Hi - sorry for the abbreviation - I am actually passing a full object
reference "the long id of the target" - either way it should not crash :)

On Sat, 30 Mar 2019 at 14:52, hh via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Your syntax is wrong (see dict), "footer" is not a widget kind.
>
> Try this:
> popup widget "com.livecode.widget.paletteactions" at the mouseloc
>
> Nevertheless the wrong syntax should result in an error,
> not in a crash. Please report to https://quality.livecode.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
>
___
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