If you tell it what the compiler errors are it'll start fixing the code
On Fri, 9 Dec 2022, 21:55 Jim Lambert via use-livecode, <
use-livecode@lists.runrev.com> wrote:
> Even more interesting I issued the same chat request a few hours later and
> got an entirely different coding approach.
> It ev
Hi all.
I finally figured out how to use font files in a way that works in development
AND in a standalone. In the preOpenStack handler in the first card script:
-- load fonts
put specialFolderPath("resources") into tPath
start using font file tPath & "/Fonts/Aclonica.ttf"
start u
Even more interesting I issued the same chat request a few hours later and got
an entirely different coding approach.
It even helpfully put the code into formatted, copy-able blocks. (formatting
not shown here.)
ME: Write a calendar app in livecode
CHATGPT:
Here is an example of how you could
Hi Mike,
Yes, that fix works. Thank you.
On 12/8/2022 11:07 PM, Mike Kerner via use-livecode 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
wrote:
oh, would you look a
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
> wrote:
>
>> oh, would you
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
forgot the most important things...the greatest benefit comes from being
able to properly phrase your request.
On Fri, Dec 9, 2022 at 3:43 PM Glen Bojsza wrote:
> Just for fun I thought I would add a few things here.
>
> 1. if you add the chrome extension from https://sharegpt.com/ then you
> ca
Just for fun I thought I would add a few things here.
1. if you add the chrome extension from https://sharegpt.com/ then you can
print save the chat.openai.com output seamlessly.
2. If you are ambitious you could port this extension to safari and then
port it to ios for iphone and ipda
3. if you
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
> On Dec 9, 2022, at 11:02 AM, Stephen Barncard wrote:
>
> OK, we are interested. What is the backstory? I just looked up ChatGPT
> what did you have to do to get that response?
Stephen,
See the lines labelled ME? That's what I did. And that's all that I did.
Try it yourself!
chat.openai.co
OK, we are interested. What is the backstory? I just looked up ChatGPT
what did you have to do to get that response?
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org
On Fri, Dec 9, 2022 at 10:25 AM Jim Lambert via use-livecode <
use-livecode@lists.runrev.com> wrote:
> This is interestin
I’m impressed. As a potential learning tool this rocks. For example, just
trying to implement this calendar as described would run into all sorts of
obstacles that a student would have to figure out how to solve. The framework
is there, lots of clues and hints are provided, but there is still lo
This is interesting.
ME: Write a calendar app in livecode
CHATGPT:
To create a calendar in LiveCode, you can use a combination of text fields,
buttons, and other controls to create a user interface that allows users to
select a date and view the calendar for that month. Here is an example of h
Hi all,
Applying Mark's advice to all included dylib files,
in addition to the server executable, solved the problem.
Ralf
On 08.12.2022 17:59, Mark Waddingham via use-livecode wrote:
Hi Ralf,
have any of you ever experienced that a version of LC Server
newer than 9.6.7 crashes on launchin
On 2022-12-08 18:30, Mike Kerner via use-livecode wrote:
mark - what have you fond compelling about vscode? i have never really
liked it
Three immediate things:
1) it has a terminal pane
2) its find in all files is a right hand tree view and is updated live
3) there is a C/C++ extension
Hi all,
with some help form the LC forum, I finally had kind of success with this:
on browserNavigateBegin pUrl
lock screen
if pURL ends with ".pdf" then
libURLDownloadToFile pUrl, (specialfolderpath("desktop") & "/test666.pdf")
go back
16 matches
Mail list logo