Search found 77 matches

by bhall2001
Tue Feb 14, 2023 6:05 pm
Forum: Internet
Topic: Websocket client Livecode
Replies: 3
Views: 2245

Re: Websocket client Livecode

I've completed my proof of concept. It was pretty easy to get websockets going via javascript. To prove this out I created a very simple sample stack with the goal of sending a websocket message payload to LiveCode. I have been able to do that to my satisfaction. I will be implementing this into one...
by bhall2001
Mon Feb 13, 2023 6:14 pm
Forum: Internet
Topic: Websocket client Livecode
Replies: 3
Views: 2245

Websocket client Livecode

I've come to the point where I can not wait any longer for an LC websocket library. I need to have a websocket client in a Mac and Windows Livecode app. I have the sending side down it's the receiving of websocket events that I need to implement. Before I start a proof of concept, I wanted to see wh...
by bhall2001
Wed Aug 18, 2021 12:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Auth0 oauth2 stack height
Replies: 0
Views: 6401

Auth0 oauth2 stack height

I'm adding authentication using Auth0 using oauth2 to a desktop app built with Livecode. I didn't have any issues getting Auth0 configured and sending back valid jwt tokens. Only issue I found was that Auth0's ui was too tall for the default Livecode oauth2 stack. This resulted in a scrollbar being ...
by bhall2001
Tue Jun 22, 2021 11:52 am
Forum: Talking LiveCode
Topic: Levure build issues
Replies: 1
Views: 1608

Levure build issues

I am trying to build a Livecode app (levure based) that I haven't tried to build in a couple of years into a standalone. Of course I'm having all kinds of issues. Mac OS v11.4 beta, Livecode v9.6.2, levure v0.9.5 I load only the standalone stack and open message box and run: levureBuildStandalonesFo...
by bhall2001
Sat May 22, 2021 11:58 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: DataGrid EditModeReorderCompleted how to
Replies: 5
Views: 2915

Re: DataGrid EditModeReorderCompleted how to

Of course I should of included these deets in my original post:

Mac OS 11.14.1
LC 9.6.2

Bob
by bhall2001
Fri May 21, 2021 9:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: DataGrid EditModeReorderCompleted how to
Replies: 5
Views: 2915

Re: DataGrid EditModeReorderCompleted how to

Thanks for the response Craig.

I did try using other messages but I had the same result. dgText has the reordered list but dgData has the original ordering. I was hoping to use dgData as you pointed out, to reduce post processing. I'm just confused why dgData doesn't show the re-ordered list.

Bob
by bhall2001
Fri May 21, 2021 12:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: DataGrid EditModeReorderCompleted how to
Replies: 5
Views: 2915

DataGrid EditModeReorderCompleted how to

I am trying to figure out how to decipher the datagrid data after reordering of items using the message EditModeReorderCompleted. I have a very simple DataGrid (form) with a single item "Label" in a row. The data is just the letters a, b, c, d, e and f. I've got the reordering working no problem the...
by bhall2001
Mon Jan 04, 2021 10:55 pm
Forum: CGIs and the Server
Topic: JSON encoding / decoding for LiveCode only with livecode-script
Replies: 6
Views: 7335

Re: JSON encoding / decoding for LiveCode only with livecode-script

Can't wait to try this out. Just did a quick review of the code and looks great. Nice work!

Bob
by bhall2001
Wed Nov 22, 2017 1:25 am
Forum: Talking LiveCode
Topic: Creating installers when packaging a Levure application
Replies: 18
Views: 12509

Re: Creating installers when packaging a Levure application

0.9.4 is the version in levure.livecodescript. I did some more troubleshooting and here's what I came up with: For my setup, I have the same MyApp.iss file in both locations (using sample app with framework in fresh install from repo). I was able to get things working when I use the following: ... a...
by bhall2001
Tue Nov 21, 2017 1:36 pm
Forum: Talking LiveCode
Topic: Creating installers when packaging a Levure application
Replies: 18
Views: 12509

Re: Creating installers when packaging a Levure application

Got it figured out -- kind of... I forgot to put a "-" before "filename" in the copy files section. Once I did that I could see things were starting to work. However, to get the inno setup to create the .iss file, I found the path to the "template" .iss file needs to be in "../build files" (the root...
by bhall2001
Tue Nov 21, 2017 12:34 am
Forum: Talking LiveCode
Topic: Creating installers when packaging a Levure application
Replies: 18
Views: 12509

Re: Creating installers when packaging a Levure application

I can't get the Inno Setup .iss file to build and was wondering what might be the most common things you've run into that could make the .iss file not be created.I'm not trying to compile the .iss just generate it. I'm on a Mac (10.13.1) with LC 8.1.7 Biz. The drop DMG side is working great. I've re...
by bhall2001
Sun Nov 05, 2017 3:04 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag and Drop in Datagrid not working anymore in livecode 8
Replies: 3
Views: 3049

Re: Drag and Drop in Datagrid not working anymore in livecode 8

I'm still having this problem with the datagrid. To my knowledge I've never used the Datagrid helper but have code similar to what is posted in this thread in a couple of apps to reorder datagrid content. This functionality stops working for me starting at 8.1.5 (8.1.4 works like a charm) on my Mac ...
by bhall2001
Thu Aug 03, 2017 12:11 am
Forum: IDE Contributors
Topic: Tools Menu Potential Enhancement
Replies: 1
Views: 6158

Tools Menu Potential Enhancement

I use a plugin for my IDE environment that tweaks the Tools' menu UX a bit. I'm curious if my enhancements might have enough interest that I should look at an enhancement request for the IDE. Here's the story... The Project Browser, Extension Manager and Extension Builder menu's (and underlying menu...
by bhall2001
Sun Jul 02, 2017 1:36 pm
Forum: Talking LiveCode
Topic: Does Application Browser still exist in LC 8.x+?
Replies: 1
Views: 2392

Does Application Browser still exist in LC 8.x+?

Just curious if the Application Browser still exists in the 8.x and 9.x series of Livecode. If so, how does one get to it?

Thanks in advance,
Bob
by bhall2001
Mon Jan 30, 2017 6:39 pm
Forum: IDE Contributors
Topic: Dictionary rewrite - thoughts, please
Replies: 111
Views: 288935

Re: Dictionary rewrite - thoughts, please

The UI/UX is really just not right for a technical documentation. Personally, I'd like to see new format along the lines of http://devdocs.io/ as a reference implementation (or possibly inclusion in devdocs.io). It's simple, very expandable, easy to search, and the UI makes sense (unlike the current...

Go to advanced search