Re: Another LC9.6.9rc2 regression? This time with Datagrids

2022-12-14 Thread Mike Kerner via use-livecode
once again, a reason to have as much of the source exposed as possible. On Wed, Dec 14, 2022 at 8:09 AM panagiotis m via use-livecode < use-livecode@lists.runrev.com> wrote: > Nice detective work @Mark Wieder > > Indeed, in LC 9.6.9 rc2 we added support for nested DG behaviors, so this > code wa

Re: Another LC9.6.9rc2 regression? This time with Datagrids

2022-12-13 Thread Mike Kerner via use-livecode
here's something fun for you to try: run the script twice. example: take the stack you submitted with the bug report and execute preOpenStack from the message box, after the initial failure. On Tue, Dec 13, 2022 at 5:21 PM Mike Kerner wrote: > there's another option, which is to in

Re: Another LC9.6.9rc2 regression? This time with Datagrids

2022-12-13 Thread Mike Kerner via use-livecode
onstrate the sort of self-control that i'm legendarily lacking. OOH! SHINY! On Tue, Dec 13, 2022 at 5:08 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike, > > I suspect some change was made in the Datagrid scripts, such as a move > of some code

Re: Another LC9.6.9rc2 regression? This time with Datagrids

2022-12-13 Thread Mike Kerner via use-livecode
is this in a built app or interpreted? the "silent fail" has been a feature of LC apps on mobile for a decade. i wonder if these issues are both caused by some stack moving from binary to SOS. the ask dialog certainly was migrated to an SOS, recently. i see you included a recipe stack in the bug re

Re: Build in Answer Dialog

2022-12-09 Thread Mike Kerner via use-livecode
yo, gang, did that fix it for you, for now? On Thu, Dec 8, 2022 at 11:07 PM Mike Kerner wrote: > got it. > in the openCard handler (which is blank), add the line: > select the text of field 2 of me #mikey h4x0rz t3h IDE > > On Thu, Dec 8, 2022 at 10:33 PM Mike Kerner > wro

Re: ChatGPT

2022-12-09 Thread Mike Kerner via use-livecode
I just tried, again, this time, capitalizing the "W" in "Write:" Write a calendar app in livecode Here is an example of a simple calendar app written in LiveCode: Copy code on mouseUp set the month of the date to 1 set the day of the date to 1 set the year ofthe date to the year of this date repe

Re: ChatGPT

2022-12-09 Thread Mike Kerner via use-livecode
i just tried the same experiment and got a different result: write a calendar app in livecode I'm sorry, but I'm not able to write a calendar app in LiveCode. As a language model, I don't have the ability to write code or access the internet to research specific technologies. My abilities are limi

Re: Build in Answer Dialog

2022-12-08 Thread Mike Kerner via use-livecode
got it. in the openCard handler (which is blank), add the line: select the text of field 2 of me #mikey h4x0rz t3h IDE On Thu, Dec 8, 2022 at 10:33 PM Mike Kerner wrote: > oh, would you look at that, they replaced the stack with an SOS. > don't mind me. > > On Thu, Dec 8, 2022

Re: Build in Answer Dialog

2022-12-08 Thread Mike Kerner via use-livecode
oh, would you look at that, they replaced the stack with an SOS. don't mind me. On Thu, Dec 8, 2022 at 10:20 PM Mike Kerner wrote: > have you tried replacing > Tools/Toolset/palettes/ask-dialog/revaskdialog.rev with the older version? > > On Thu, Dec 8, 2022 at 6:50 PM Pa

Re: Build in Answer Dialog

2022-12-08 Thread Mike Kerner via use-livecode
have you tried replacing Tools/Toolset/palettes/ask-dialog/revaskdialog.rev with the older version? On Thu, Dec 8, 2022 at 6:50 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I ran into another LC 9.6.9rc2 regression, this time with the Ask > dialog. See https://quality

Re: [OT} Sunsetting Atom Editor 12/15/2022

2022-12-08 Thread Mike Kerner via use-livecode
mark - what have you fond compelling about vscode? i have never really liked it On Thu, Dec 8, 2022 at 11:58 AM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2022-12-06 19:15, Ralph DiMola via use-livecode wrote: > > I was wondering what editor the LC community is

Re: [OT} Sunsetting Atom Editor 12/15/2022

2022-12-08 Thread Mike Kerner via use-livecode
sublime text is so much faster. i avoid atom as much as possible ___ 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/listinf

Re: ChatGPT and Livecode

2022-12-08 Thread Mike Kerner via use-livecode
fun On Thu, Dec 8, 2022 at 5:09 AM Ludovic THEBAULT via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello all, > > Chatgpt knows Livecode and can propose code on a simple description, but > it remains to be improved :-) > > Example : "Write a code for Livecode to read line by line a lo

Re: iOS what camera(s) to choose for only reading a QR-code?

2022-12-04 Thread Mike Kerner via use-livecode
uh, I just call mergav's barcode scan routines. it works on both front and rear-facing I scan both 2D and 1D barcodes, this way. On Sat, Dec 3, 2022 at 10:42 AM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi friends, > > in my app I only need the user to scan a qr-cod

Re: iOS Profiles and CertificateSigningRequest.certSigningRequest

2022-11-26 Thread Mike Kerner via use-livecode
and you can use the same ones year-after-year, i believe. On Fri, Nov 25, 2022 at 1:23 PM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Matthias, > > > Am 25.11.2022 um 19:11 schrieb Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hello Kl

Re: mergAV uses GLOBAL coordinates?

2022-11-16 Thread Mike Kerner via use-livecode
just checking into this thread, for the first time. you already figured out the important part: it uses global coords. the example code that i have includes taking that into account. it's actually part of a larger routine that sets all the mergav props for barcode scanning. On Tue, Nov 15, 2022 at

Re: itemoffset & wholematches

2022-11-14 Thread Mike Kerner via use-livecode
that still won't work if the text is the last item of a line. in the example, below, i've taken his original, replaced the tabs with commas, and for the purpose of being able to read what's going on, substituted the cr for a backslash, and added a line to substitute it back for the test. *put* "1,

Re: Anyone any experience with Livecode under Ventura?

2022-11-14 Thread Mike Kerner via use-livecode
just one note that has bitten me, about using these cloud backup services: they are not great at storing databases (which includes git repos, since the git tree is just a db). there are db's that take snapshots as part of their backup process (then you backup the snapshot, not the db). backing up a

Re: itemoffset & wholematches

2022-11-14 Thread Mike Kerner via use-livecode
the easy way to fix this problem: replace cr with tab in myVar -- but if the line endings matter, this isn't great On Mon, Nov 14, 2022 at 9:00 AM Mike Kerner wrote: > you set the itemDelimiter to tab. the is part of the item. > -- On the first day, God created the heavens and t

Re: itemoffset & wholematches

2022-11-14 Thread Mike Kerner via use-livecode
you set the itemDelimiter to tab. the is part of the item. ___ 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/us

Re: Anyone any experience with Livecode under Ventura?

2022-11-09 Thread Mike Kerner via use-livecode
Geoff, that's weird, I don't recall seeing that message on my non-dev machines, but then, again, I was also running the beta on those boxes. On Wed, Nov 9, 2022 at 5:32 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > FYI I NEVER am going to consolidate all my documents i

Re: YAML support

2022-11-09 Thread Mike Kerner via use-livecode
there is a yaml parser built into levure. On Wed, Nov 9, 2022 at 9:42 AM Glen Bojsza via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello, > > I was wondering what the current state and recommendations are for working > with YAML files and Livecode. > > The last posts I have found on

Re: megabundle updated

2022-11-09 Thread Mike Kerner via use-livecode
>What? With no notification? They have not announced any of the updates, but there have been several. You have to check the release date on the website to tell if there has been an update, and yes, the changelog.txt (but the I think the date for the latest PolyList, for instance, is wrong) On Tue,

megabundle updated

2022-11-08 Thread Mike Kerner via use-livecode
fyi, there was an update to the summer megabundle posted, yesterday. -- 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." _

Re: Anyone any experience with Livecode under Ventura?

2022-11-08 Thread Mike Kerner via use-livecode
any update on ventura? i'm holding off on my dev box. On Wed, Oct 26, 2022 at 7:45 AM Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Just to flag a different experience here. I can’t get the simulator to > launch under Ventura on a Macbook Air M1. > > I have Xcode 13.2 in

Re: Script Compiler

2022-11-02 Thread Mike Kerner via use-livecode
has not happened. next dp of 10 is supposed to be before christmas. i think this will be after that. in the monthly firesides, mark says they're making progress on it. i would guess late 1Q 23 or early 2Q 23. On Wed, Nov 2, 2022 at 1:52 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.

Re: clearing a polygrid/polylist

2022-10-12 Thread Mike Kerner via use-livecode
t 2 to empty > > BUT beware - on my trivial test, this appears to cause the last > character of the header to be removed !! > > I'll investigate some more and bug report it if it seems consistent. > > Alex > > > On 12/10/2022 15:49, Mike Kerner via use-livecod

clearing a polygrid/polylist

2022-10-12 Thread Mike Kerner via use-livecode
How do you clear a polylist/polygrid? set the tsvdata of widget 1 to empty # throws an error -- 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 sai

map widget offline

2022-10-05 Thread Mike Kerner via use-livecode
has anyone messed around with using the map widget offline? i was in a hurricane zone, last week, and over the weekend. there was a fair amount of offline time, when having maps loaded into my droid phone would have been useful. the offline map apps that i can find have limited zoom capability. --

Re: Charts widget.

2022-09-26 Thread Mike Kerner via use-livecode
> animations that Hans Rosling uses to such amazing effect - > > https://singularityhub.com/2010/12/09/hans-rosling-shows-you-200-years-of-global-growth-in-4-minutes-video/ > > On 25/09/2022 23:21, Mike Kerner via use-livecode wrote: > > do you mean the graph widget? > > if tha

Re: one field to rule them all

2022-09-26 Thread Mike Kerner via use-livecode
-cases are different. On Mon, Sep 26, 2022 at 3:46 PM Mike Kerner wrote: > does anyone know why we don't have a single field widget? > i am just dipping a toe in the android waters, so do the mobilecontrol > commands not work in android? the dictionary seems to say that they

one field to rule them all

2022-09-26 Thread Mike Kerner via use-livecode
does anyone know why we don't have a single field widget? i am just dipping a toe in the android waters, so do the mobilecontrol commands not work in android? the dictionary seems to say that they do. -- On the first day, God created the heavens and the Earth On the second day, God created the oc

Re: disk mounted (appleevent?)

2022-09-25 Thread Mike Kerner via use-livecode
or maybe there's an event that the os throws that can be captured... On Sun, Sep 25, 2022 at 6:47 PM Stephen Barncard via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello everyone > > Yes, I'm still here! > > Is there a way to capture the mounting of a CD or DVD? > Other than the

Re: Charts widget.

2022-09-25 Thread Mike Kerner via use-livecode
do you mean the graph widget? if that's what you mean, then... sorry this isn't more helpful, but to get you started, the graph.lcb file is in Tools/Extensions/com.livecode.widget.linegraph, if you want to try reading through it. it's only 1300 lines, total, including the docs. there is not that mu

Re: Hacking LiveCode

2022-09-25 Thread Mike Kerner via use-livecode
gt; br...@milby7.com > > > On Sep 25, 2022, at 4:53 PM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > 1. is that documented, somewhere, because i cannot find it. > > 2. that isn't the problem i was having. the problem i was

Re: Hacking LiveCode

2022-09-25 Thread Mike Kerner via use-livecode
it pulls the widget settings from the > widget and ignores the standard ones. The engine has to serialize the data > when it saves the stack so it should not be a huge issue to fix. > > Brian Milby > br...@milby7.com > > > On Sep 25, 2022, at 3:09 PM, Mike Kerner

Re: Hacking LiveCode

2022-09-25 Thread Mike Kerner via use-livecode
i just re-tested this, and came up with the opposite result (modifying the widget and rebuilding it causes existing copies to behave the new way). So, it's time to come up with a recipe for one versus the other... welcome to the weeds... On Sun, Sep 25, 2022 at 2:28 PM Mike Kerner wrote:

Re: Hacking LiveCode

2022-09-25 Thread Mike Kerner via use-livecode
and it is also 100% possible that there is something that can happen during the building/testing/installing process that would explain the behavior i have seen, but without knowing the expected behavior... On Sun, Sep 25, 2022 at 2:11 PM Mike Kerner wrote: > How's this: the expected beh

Re: Hacking LiveCode

2022-09-25 Thread Mike Kerner via use-livecode
Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > On 9/25/2022 12:41 PM, Mike Kerner via use-livecode wrote: > > chasing all the things that aren't documented, but you need to know about > > LCB took me back into hacking liveCode. > > it's

Hacking LiveCode

2022-09-25 Thread Mike Kerner via use-livecode
chasing all the things that aren't documented, but you need to know about LCB took me back into hacking liveCode. it's just getting started. if you have tools or pointers, the repo/wiki/issues/discussion are at https://github.com/macMikey/LC-HACK Project 1: extracting all properties of a widget (be

Re: PolyGrid

2022-09-23 Thread Mike Kerner via use-livecode
The docs in the dictionary may not be complete, yet. I filed a report about it, but I don't know if they're all done or not. On Fri, Sep 23, 2022 at 2:11 PM Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Klaus, > > Its strange that it didn't occur to me to check there,

Re: [LCB]custom property editor

2022-09-21 Thread Mike Kerner via use-livecode
never mind, i went on a bear hunt in the ide and found it. If someone stumbles on this thread, you can find the information in the LiveCode Builder Missing Manual wiki ( https://github.com/macMikey/LCB-missing-manual/wiki) On Tue, Sep 20, 2022 at 12:59 PM Mike Kerner wrote: > the megabun

Re: lc 9.8 with xc 13.2.1

2022-09-21 Thread Mike Kerner via use-livecode
Terminal): > > xcode-select -p > > Cheers, > Panos > > On Wed, 21 Sept 2022 at 10:24, panagiotis m wrote: > > > Hello Mike, > > > > Yes, 13.2.1 should work too. > > > > Where have you stored Xcode? Did you by any chance rename the Xcode.app > &

lc 9.8 with xc 13.2.1

2022-09-20 Thread Mike Kerner via use-livecode
The notes for 9.8 says it supports xc 13.2, and i'm seeing others using 13.2.1 I'm getting an error with 13.2.1. (error linking for arm - "iphoneos 15.2" cannot be located) building for ios 9 or later -- On the first day, God created the heavens and the Earth On the second day, God created the oc

[LCB]custom property editor

2022-09-20 Thread Mike Kerner via use-livecode
the megabundle widgets have custom property editors bundled with them in their /editors folder. unfortunately, i cannot find any documentation on how to do this. i'm assuming we would use a metadata variant, but of course there does not seem to be any documentation on how to do that. i have tried e

calling all LCB/widget/property editor/property inspector nerds

2022-09-17 Thread Mike Kerner via use-livecode
are there any more LCB/widget/property editor/property inspector nerds in here? I'm messing with the next iteration of the navBar/navRAD, and in the weeds, with no documentation to help guide the way. -- On the first day, God created the heavens and the Earth On the second day, God created the oc

Re: NAVRAD was: lcb missing manual

2022-09-17 Thread Mike Kerner via use-livecode
Have a look at the CompileIt! manual again. That was 1990. There was no special intermediate language to get toolbox rom or native library calls. LC's choice to engineer LCB the way it did was a choice. It obviously makes it less approachable to the customer. Maybe it makes it easier for the team.

Re: iOS 16! It will not do landscape!

2022-09-16 Thread Mike Kerner via use-livecode
weird. we've got 16.1 on our ipads. the LC app we're running on them is working fine in landscape. On Thu, Sep 15, 2022 at 9:31 PM Sannyasin Brahmanathaswami via use-livecode wrote: > Aloha Everyone > > Well I was involved in iOS 16. Just yesterday. > > It downloaded to my phone (iPhone 13, with

Re: NAVRAD was: lcb missing manual

2022-09-16 Thread Mike Kerner via use-livecode
By the way, we updated it, again, this morning, because, we're like little kids now that we're starting to crack the code on this thing. It's nothing too exciting, today, but it's better than it was, yesterday, including fixing the copyright header - which was my error. Here's what happened on the

Re: NAVRAD was: lcb missing manual

2022-09-15 Thread Mike Kerner via use-livecode
What's NavRAD? It's a better version of LiveCode's NavBar widget. Why "RAD"? Cos Ralph A DiMola said so, since he added the first two nifty updates to it: * an autoHilite boolean, so you can intercept clicks before the selected icon changes instead of after, and * icon zoom Now it's also got margin

Re: Livecode Builder -how t write to a file?

2022-09-11 Thread Mike Kerner via use-livecode
one other note on execute script, if you choose to go that route: you cannot use it until the OnLoad() and OnCreate() events achieve. On Sun, Sep 11, 2022 at 7:44 PM Mike Kerner wrote: > From Brian, answering the same question on the LCB Missing Manual repo > "See the contents of f

Re: Livecode Builder -how t write to a file?

2022-09-11 Thread Mike Kerner via use-livecode
>From Brian, answering the same question on the LCB Missing Manual repo "See the contents of file File in the LCB dictionary. The actual name is FileContents" On Sun, Sep 11, 2022 at 11:20 AM Mike Kerner wrote: > Try execute script > that throws you over the wall into LCS &

Re: Livecode Builder -how t write to a file?

2022-09-11 Thread Mike Kerner via use-livecode
Try execute script that throws you over the wall into LCS On Mon, Aug 22, 2022 at 6:46 PM matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks Zryip, > > i think that is a good workaround. ;) > > Thanks. > > Regards, > Matthias > > > > Am 22.08.2022 um 00:38 schrieb z

Re: lcb missing manual

2022-09-10 Thread Mike Kerner via use-livecode
pped me up was aliased properties. You have to define the main > property and then alias works. If you define the alias, then it doesn't > work (TreeView widget - scroll vice vscroll). Considering all of this, I > consider all of the included LCB source code as part of the docume

Re: lcb missing manual

2022-09-10 Thread Mike Kerner via use-livecode
.runrev.com> wrote: > Honestly the way I learned the most about LCB was working on the LC > widgets. There is plenty of example code there but you just have to spend > time understanding what you are reading. > > Brian Milby > br...@milby7.com > > > On Sep 10, 2022,

Re: lcb missing manual

2022-09-10 Thread Mike Kerner via use-livecode
I was trying to work on Ralph's improvements on the navBar and I kept getting bitten by the thin documentation of lcb, so for my own benefit, i started a wiki and issues list to fill in the blanks Please help me learn lcb by adding to both of these. The wiki: https://github.com/macMikey/LCB-missing

Re: NAVRAD was: lcb missing manual

2022-09-10 Thread Mike Kerner via use-livecode
l Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Mike Kerner via use-livecode > Sent: Saturday, September 10, 2022 12:03 PM > To: How to use LiveCode > Cc: Mike Kerner > Subject: Re: NAVRAD was: lcb missing manual > > Update:

Re: NAVRAD was: lcb missing manual

2022-09-10 Thread Mike Kerner via use-livecode
Update: * Put it on github because I'm starting to tweak it, too (on the develop branch - Ralph's original version is on the Deploy branch) * Made several properties invisible in the Properties Inspector * on to the next item on the list On Fri, Sep 9, 2022 at 4:54 PM Mike Ker

Re: NAVRAD was: lcb missing manual

2022-09-09 Thread Mike Kerner via use-livecode
Thanks for the help, guys. What about this list for a next-up wishlist?: * I think some of the properties in the PI are extraneous: "selected item name", "pre Hilited item", "pre hilited name", so remove them from the PI * Add borders/margins or offsets, because on mobile, there is furniture, espec

Re: NAVRAD was: lcb missing manual

2022-09-09 Thread Mike Kerner via use-livecode
p right) > > Brian Milby > br...@milby7.com > > > On Sep 9, 2022, at 9:40 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Throwing NavRAD into my extensions folder doesn't seem to install it. > > I wonder why. &

Re: NAVRAD was: lcb missing manual

2022-09-09 Thread Mike Kerner via use-livecode
Throwing NavRAD into my extensions folder doesn't seem to install it. I wonder why. On Tue, Sep 6, 2022 at 4:19 PM Mike Kerner wrote: > by the way, isn't it crazy how much overhead is required with lcb widgets? > there is so...much...stuff you have to put on top just to get t

Re: NAVRAD was: lcb missing manual

2022-09-06 Thread Mike Kerner via use-livecode
ustment in the > resizeStack handler. Widgets can’t change their rect on their own. It has > to happen from the LCS side. > > Brian Milby > br...@milby7.com > > > On Sep 6, 2022, at 3:29 PM, Ralph DiMola via use-livecode < > use-livecode@lists.runrev.com> wrote: &g

Re: NAVRAD was: lcb missing manual

2022-09-06 Thread Mike Kerner via use-livecode
Ralph, got the source, somewhere? i'd like to learn from it. testing to begin...now. On Thu, Sep 1, 2022 at 1:32 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > I took a major stab at LCB and created a new widget based on the navbar > widget. I have made 2 changes to th

Re: Cross-platform font handling, and why you don't want to do it

2022-09-05 Thread Mike Kerner via use-livecode
Other tools that we use have implemented CSS to manage this, but that does not make it easier. fonts have been a menace since we first had x-platform dev tools and meaningful WYSIWYG rendering (Win 95?). at the time, dpi differences made the issue impossible to resolve for smaller fonts, especially

Re: lcb missing manual

2022-09-02 Thread Mike Kerner via use-livecode
I wonder why the polygrid is so much faster than the datagrid at rendering, then, in the demo On Fri, Sep 2, 2022 at 10:54 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Or slower than both? As I understand it, LCB has the capability to call C > externals which themselv

Re: lcb missing manual

2022-09-01 Thread Mike Kerner via use-livecode
t much bother with widgets. I > suppose I could update Navigator, but it already works well, so ¯\_(ツ)_/¯ > > So if it isn't faster, dare I say it, why would I? > > gc > > On Wed, Aug 31, 2022 at 5:54 AM Mike Kerner via use-livecode < > use-livecode@lists.runrev.

Re: lcb missing manual

2022-08-31 Thread Mike Kerner via use-livecode
t; >>> On Aug 28, 2022, at 11:27 AM, Mark Wieder via use-livecode < > use-livecode@lists.runrev.com> wrote: > >>> > >>> On 8/28/22 11:06, Mike Kerner wrote: > >>> the lcb documentation, especially in the api widget is ungreat. > >&g

Re: Livecode / Github

2022-08-29 Thread Mike Kerner via use-livecode
That said, it worked fine for Navigator, and no one has ever told me > it > > broke anything. > > >> > > >> gc > > >> > > >>> On Thu, Aug 18, 2022 at 10:06 PM Pi Digital via use-livecode < > > use-livecode@lists.runrev.com> wrot

Re: Svg Icon Tool

2022-08-28 Thread Mike Kerner via use-livecode
Interesting: Steven/LC also made a cool demo of the polyList for displaying the svg icon families and icons that are currently in LC. It's called "SVGIconList", and it uses a total of... 23 lines of code. On Fri, Aug 26, 2022 at 4:50 PM Mike Kerner wrote: > sorry - STEVEN

Re: SVG Icon tool query

2022-08-28 Thread Mike Kerner via use-livecode
I looked at the source that Brian says he used in his repo ( https://github.com/leungwensen/svg-icon). I don't see any copyright listed on that site, but it has all of the libraries linked to it...but then at least the first one (Ant) doesn't seem to have any license listed anywhere, either. On Su

Re: lcb missing manual

2022-08-28 Thread Mike Kerner via use-livecode
found a bunch of editors, but none of them seem to be documented anywhere obvious. On Sun, Aug 28, 2022 at 1:18 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 8/28/22 09:58, Mike Kerner via use-livecode wrote: > > things for lcb that are supposedly do

lcb missing manual

2022-08-28 Thread Mike Kerner via use-livecode
things for lcb that are supposedly documented, but i can't find: * editor types (e.g. com.livecode.pi.number) * other metadata definitions for properties, widgets, etc.) -- 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

Re: addIcon issue

2022-08-28 Thread Mike Kerner via use-livecode
* icon operations are temporary (as soon as you quit LC and relaunch it, the icons and families you add go away) * there is no deleteIcon code in the icon api * the icon api is in /Contents/Tools/Extensions/com.livecode.library.iconsvg/iconsvg.lcb On Fri, Aug 26, 2022 at 5:11 PM Bob Cole via use-

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
sorry - STEVEN On Fri, Aug 26, 2022 at 4:08 PM Mike Kerner wrote: > i decided, yesterday, to go through the lcb lessons, again, because of > this issue (and wanting to deal with a couple of things in the iconPicker). > hopefully it'll be done and released before i finish the c

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
i decided, yesterday, to go through the lcb lessons, again, because of this issue (and wanting to deal with a couple of things in the iconPicker). hopefully it'll be done and released before i finish the course, because Stephen said that he's going to have a new version of powerButton out in the mo

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
i could see, for someone who wants it to behave the way it behaves now, that retaining the current behavior and adding to it would be better. the control can work both ways, a manual mode and an automagical mode. On Fri, Aug 26, 2022 at 10:28 AM Mike Kerner wrote: > correct, the hiliteChan

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
vert on the mouseUp if not permitted. > > > On Aug 26, 2022, at 9:28 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > you would have a property for autohilite, and if that is false, the > > developer would be responsible for s

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
s should be passed from > widgets - even if they add specialized functionality with additional > messages. I don’t think they would solve this issue on their own though. > > (I also did some work in this widget to add the nothing and multiple > selections) > > > > > On Aug 26

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
; > Thanks, > Brian > > > Sent from my iPhone > > > On Aug 25, 2022, at 2:48 PM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > the two things that are glaring, imho are > > * [preHiliteChanged](https://quality.liv

Re: Svg Icon Tool

2022-08-25 Thread Mike Kerner via use-livecode
d then i won't have to. On Thu, Aug 25, 2022 at 2:39 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike, > I have used my own version of the navbar widget for years. I added an > option to enlarge/vertically justify the icon if there is no label and

Re: Sorting [was: Polygrid sorting]

2022-08-25 Thread Mike Kerner via use-livecode
oh, i love this topic. this onion is so, so thick. since you are throwing in the curveball of on-demand column sorting, i have several suggestions (and these are just my suggestions): the obvious one is to use one of the bajillion ways that LC can sort, right? grab the data (if you don't already ha

Re: Sorting [was: Polygrid sorting]

2022-08-25 Thread Mike Kerner via use-livecode
it will probably be faster and more flexible to have your database do your soriting for you, though. On Mon, Aug 15, 2022 at 7:47 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > Perhaps some expansion of the column "pgContentTypeofColumn" property? > The current possible

Re: Svg Icon Tool

2022-08-25 Thread Mike Kerner via use-livecode
Although, as long as we're having this discussion, the navBar is higher priority, so hit that, first. On Thu, Aug 25, 2022 at 9:16 AM Mike Kerner wrote: > Hey, man, if it's that easy to get you to do something, then > * Make the tree widget better > * Make the NavBar bet

Re: Svg Icon Tool

2022-08-25 Thread Mike Kerner via use-livecode
t; at the time.) At that time I simply posted it to Sample Stacks and a > copy > >> on my web server with more icons. > >> > >> I had been wanting to get it onto GitHub for quite some time, but never > got > >> around to it. In another thread I mentioned the tool

Re: addIcon issue

2022-08-21 Thread Mike Kerner via use-livecode
ol.zip > > I worked on the family code and doubt much has changed since the source > was closed. Version number matches GitHub in the rc1 of 9.6.9 currently. > > Thanks, > Brian > > Sent from my iPhone > > > On Aug 21, 2022, at 1:58 PM, Mike Kerner via use-livecode

Re: addIcon issue

2022-08-21 Thread Mike Kerner via use-livecode
your own family with its own name with > addIconFamily. In any case you have to set the current family before you > can use its icons. > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On August 21, 2022 7:48:13 AM

powerbutton (megabundle) is FUN

2022-08-21 Thread Mike Kerner via use-livecode
I bought the megabundle, unsure what to expect from the stuff that comes with it. polylist/polygrid look like they are going to be great. as a tmControls nerd, i'm spoiled for gret-looking buttons with more options to customize them and get them to do all sorts of marvelous things. i think i'm abou

addIcon issue

2022-08-21 Thread Mike Kerner via use-livecode
I have an svg widget that draws correctly, so I'm trying to add it to the library, but addIcon does not seem to be working. After calling addIcon, I try to search for the icon, but it does not appear in the icon picker, and adding it by name does not work, either. Here's the line: get addIcon("test

Re: polylist toys

2022-08-19 Thread Mike Kerner via use-livecode
ork in LC 9 as well. The updated bundle will probably appear > in your account area in the next couple of days. > > Kind regards, > Panos > -- > > On Fri, 19 Aug 2022 at 01:13, Alex Tweedly via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > >

Re: Livecode / Github

2022-08-18 Thread Mike Kerner via use-livecode
Hey Skip, long time... I don't know if you were around when script-only-stack behaviors came into being, but you can now rip all of the code out of your stacks and happily use vc/git. The stacks themselves are still binary (although several of us have been messing with dumping that paradigm complet

Re: AW: Polygrid sorting (problems)

2022-08-18 Thread Mike Kerner via use-livecode
which version is that? 21? On Thu, Aug 18, 2022 at 7:21 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > All, > > Bug 23886 has been fixed with the latest release of the Summer Bundle > widget sets. Download from the store. > > On 8/17/2022 3:51 PM, Paul Dupuis via use-li

Re: polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
confirmed. 10 fixes it. On Thu, Aug 18, 2022 at 4:20 PM Steven Crighton via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike > > I see the issue now. If you were to load this in the latest LiveCode 10 DP > you would not get that error (this is why I was not

Re: i wonder what other widgets i'm missing

2022-08-18 Thread Mike Kerner via use-livecode
//forums.livecode.com/viewtopic.php?f=93&t=29348&hilit=gauge < > https://forums.livecode.com/viewtopic.php?f=93&t=29348&hilit=gauge> > > Regards, > Matthias > > > > > Am 18.08.2022 um 03:02 schrieb Mike Kerner via use-livecode < > use-livecode@list

Re: polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
rev.com> wrote: > On 8/18/22 10:40, Mike Kerner via use-livecode wrote: > > after hitting the link, again, I got 1_0_21 > > The error is the same: > > > > executing at 1:39:25 PM > > > > LCB Error Unable to get image geometry. > > > > Objec

Re: polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
after hitting the link, again, I got 1_0_21 The error is the same: executing at 1:39:25 PM LCB Error Unable to get image geometry. Object PolyList LCB File E:/Projects/GitHub/LiveCode-LTD/summer-mega-bundle/src/PolyList/PolyList.lcb LCB Line 2791 On Thu, Aug 18, 2022 at 1:36 PM Mike Kerner

Re: polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
hen I download it :) > > But yes, only way to know currently is to log in and check the > version/date. > > Sent from my iPhone > > > On Aug 18, 2022, at 11:49 AM, Mark Wieder via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > On 8/18/

Re: polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
e to inset it. On Thu, Aug 18, 2022 at 12:57 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 8/18/22 09:34, Steven Crighton via use-livecode wrote: > > Hi Mike, > > > > I just tested the lazy load example and hit populate and clicked around

polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
fiddling with polylist examples, and i noticed in the "lazyLoadOnlineImage" example that I can trigger an error just by opening it and tapping "populate" can anyone else confirm? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day

i wonder what other widgets i'm missing

2022-08-17 Thread Mike Kerner via use-livecode
I bought the megabundle and installed the widgets. Then I started checking out the signature widget, and discover that some of you have been using it for four years. I didn't even know it existed before today, and I have a Business license (I also had not been aware of the polylist/polygrids before

Re: Server globals

2022-08-13 Thread Mike Kerner via use-livecode
With LC thinking that they want to emphasize web apps, more, the complications with server probably also need some effort. On Sat, Aug 13, 2022 at 8:54 AM Tim Selander via use-livecode < use-livecode@lists.runrev.com> wrote: > Alex, > > Went to your page, and wow, that is exactly what I was tryin

<    1   2   3   4   5   6   7   8   9   10   >