Yep, some more testing shows that it was a bug in my test code that was
leading me to believe that the widget object code was embedded in the stack.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscrib
A widget in a stack is just a reference until an application is built where the
compiled LCB and resources are packaged with the app*. Opening a stack with a
different version of the IDE will use the included widgets from that version of
the IDE. User installed widgets will remain constant as
Hmm. I just seem to have answered my own question. It seems that it is
the latter. I think we need to have a discussion with LC about widget
versions.
On Fri, Nov 16, 2018 at 4:11 PM Mike Kerner
wrote:
> Brian,
> So walk me through this: Is the LCB code for the widget a component of
> the wi
Brian,
So walk me through this: Is the LCB code for the widget a component of the
widget itself or of LC - i.e. is the widget in a stack just a reference to
the widget in LC (which would mean that the code changes with each version
of LC, until you do a build), or is it dependent on the version of
It would not work with 8 unless compiled with 8. It should work with any
release of 9.
Thanks,
Brian
On Nov 16, 2018, 9:06 AM -0600, Mike Kerner via use-livecode
, wrote:
> Brian,
> The widgets are backward-compatible, right? I can include the new version
> of the widget and it will work in any
Brian,
The widgets are backward-compatible, right? I can include the new version
of the widget and it will work in any version of 8 or 9?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and mana
This just leverages the included widget. The latest RC no longer needs the
hack to clear the hilited item (empty no longer throws an error).
Thanks,
Brian
On Nov 15, 2018, 6:00 PM -0600, Bob Sneidar via use-livecode
, wrote:
> Do I have to create/compile the widget before being able to use the
Do I have to create/compile the widget before being able to use the stack?
Never done widgets before...
Bob S
> On Nov 15, 2018, at 11:34 , Mike Kerner via use-livecode
> wrote:
>
> I fought through the various tree view issues and got it to build a
> directory list that's kind-of functional