Well, at least for me the weird formatting issue (= sign before line
breaks below) is still present.
On 4/25/2025 11:29 AM, Heather Laine via use-livecode wrote:
Dear list members,
I'm pleased to say our list archives have been restored. I am also =
hopeful that the weird formatting issues we'
Typo - that was supposed to be Windows 10 (but, the 9 and 0 are really
close on my keyboard and my fingers seem to grow bigger and the keys
smaller as the years go by!)
On 4/15/2025 1:43 PM, Bob Sneidar via use-livecode wrote:
Are you from the future? (There is no Windows 19) LOL!
Bob S
_
With the assorted list problems, I hope this get posted in a readable form.
On Windows 19, in a Standalone built on Livecode 9.6.3, the following line:
put the fontNames into tFonts
Is generating the following execution error:
put: error in expression: (Line 5789, column 1)
This code works -
To put XPDF in selection more, use
XPDFViewer_ChooseMouseMode "Document1",pMode -- "browse", "selection",
"image"
To select a range of text on (or across) page(s), use
XPDFViewer_Select "Document1",item 1 of tPDFPageRef,item 2 of
tPDFPageRef,item 3 of tPDFPageRef,item 4 of tPDFPageRef
See
t XPDF was done by =
another developer and cannot be modified. I could be mistaken though. How u=
nfortunate, and short sighted though. The one thing someone would want from=
a form is not the form but the data it contained.=20
Bob S
On Mar 21, 2025, at 6:56 AM, Paul Dupuis via us
If there is no data to be displayed, we hide the Datagrid itself and
show a simple bordered locked field (with large type) saying "No Data
Selected"
Suggested alternative. I am not sure the headers can be hidden as part
of the Datagrid. You would want to consult the Datagid documentation
with
It's just so sad that some person or persons feel that trying to take
down someone else's web service is somehow a way to (a) make money OR
(b) get revenge OR (c) just be an a$$hole OR all of the above :-(
On 3/17/2025 12:22 PM, Heather Laine via use-livecode wrote:
Just a heads up, the forums
I'm also getting the following when trying forums.livecode.com
Forbidden
You don't have permission to access this resource.Server unable to read
htaccess file, denying access to be safe
Additionally, a 403 Forbidden error was encountered while trying to use
an ErrorDocument to handle the req
Is this new and occurring on macOS Sequoia?
I ask as I have some popup (and other) menu weirdness happening that is
new to Sequoia.
On 1/27/2025 12:17 PM, Bob Sneidar via use-livecode wrote:
Hi all.
I have the command:
popup pMenuButton at pLocation
pMenuButton contains:
button “mnuLocatio
Sequoia compatibility is a little more complicated
For example, if you build you app for Intel, Rosetta is not preinstalled
on Sequoia, and when someone first runs your Intel macOS app, they will
be prompted to download Rosetta. if they decline - or as happened to us
- the download was interru
FYI
I just created a test stack with a check box (on mouseUp set the
raiseWindows to the hilite of me end mouseUp) and a button (on mouseUp
answer "Answer Dialog" end mouseUp)
and tried it under LC 9.6.12 and 9.6.13 in the IDE on Windows 11 (latest
version/updates) on an HP Pavilion (i7, 16GB
I am running Windows 11 with the latest updates on an HP Pavilion laptop
with a i7 processor and 16GB of RAM. I have no window layering issues
under LC9.6.13, LC 10.0.0, or LC 10.0.1rc3.
On 12/8/2024 4:01 AM, Hugh Senior via use-livecode wrote:
After years of working as expected, now any stac
On 12/3/2024 3:10 AM, Mark Waddingham via use-livecode wrote:
On 2024-11-30 16:16, Paul Dupuis via use-livecode wrote:
We have a confirmed report of a customer experience a repeatable hard
crash of out application on macOS Sequoia (15.1.1) when trying to
invoke a right-click context menu. We
We have a confirmed report of a customer experience a repeatable hard
crash of out application on macOS Sequoia (15.1.1) when trying to invoke
a right-click context menu. We implement context menus by a Frontscript
that looks at mouseDown, and, if it is a mouseDown with the right
modifiers for
In Livecode (9.6.13 is what I used), click on the "Sample Stacks" icon
in the toolbar. In the Sample Stacks window that comes up, search for
"Scrollbar" (across all Stacks). he first one that comes up is a stack
(by Oliver Kenyon) to make custom scrollbars. I have not ever had a need
for a cust
See https://quality.livecode.com/show_bug.cgi?id=7762
Scrollbars and sliders are essentially the same object. This enhancement
request/bug has been logged since 2009.
I think the same request for scrollbars is also in the Quality Center
bugzilla database and goes back even farther, but I didn
On 8/23/2024 7:45 AM, Klaus major-k via use-livecode wrote:
Hi jbv,
Am 23.08.2024 um 13:27 schrieb jbv via use-livecode
:
Hi list,
Is there a quick way to check if a group contains a specific control,
something like :
if there is a fld "xyz" in grp "abc" of this cd
I tried many things but it
On 8/17/2024 12:24 PM, Charles Szasz via use-livecode wrote:
I came a web app that can extract test scores from a PDF and insert them into
an app. Can LC do the same thing?
I assume you mean can a programmer write an app in Livecode to extract
test scores from a PDF and do something with th
Just speaking for myself.
I use substacks for different windows (modal or nonmodal) in my
application. A substack rarely has more than one card, which has the
controls for that window laid out the way I want them. Also, substacks
can just be script libraries or other sorts of libraries (icons,
I'm guessing here:
Paths on local Windows systems are typically
driveletter:folder\folder\...\file.extension
Window scan use UNC paths, such as:
|\\Server2\Share\Test\Foo.txt|
||
When we had our first customer who was extensively using UNC paths, our
software broke until we updated it to allo
My second color question of the day.
We current have a analytical view in our app which shows a table of
frequencies. The number of rows and columns are driven by user data and
can becomes a large number (I've heard all the arguments that users
should not ever view tables of hundreds of rows b
pplies to the different color formats. Fairly simple
to roll your own, depending on how comprehensive you need it.
Craig
On Aug 7, 2024, at 12:04 PM, Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:
You have RGB colors (0-255,0-255,0-255), Hex colors (#00 - #FF
You have RGB colors (0-255,0-255,0-255), Hex colors (#00 - #FF)
and named colors ("blue") in Livecode
Any built in way (via some trick) to convert between color value formats?
I can always write a routine to convert RGB to Hex and Hex to RGB, but I
am wondering if there is some clever
+100 also
On 8/2/2024 2:04 PM, Bob Sneidar via use-livecode wrote:
Yup. +100
On Aug 2, 2024, at 10:45 AM, Heather Laine via
use-livecode wrote:
Please take this off list. This thread is not helpful and its time for it to
stop.
___
use-livecode
My Datagrid skills are not great, but i thought the thedgIndexes
ofgroup"DataGrid" The Dictionary says "Returns the internal list of
indexes in the order in which they appear in the data grid"
You also have the dgIndexOfLine[pLine] to get the index of the line
(hilited line or next line or whate
On 7/29/2024 6:14 PM, Bob Sneidar via use-livecode wrote:
Simpler than that:
on mouseUp
put "Mon, 29 Jul 2024 15:49:52 -0400" into tDateTime
put word -1 of tDateTime into tOffset
-- delete last word of tDateTime
convert tDateTime to seconds
put (tOffset / 100) *60 *60 into tO
st word of tDateTime
convert tDateTime to seconds
put (tOffset / 100) *60 *60 into tOffset
add tOffset to tDateTime
convert tDateTime to long date and long time
put tDateTime
end mouseUp
Bob S
On Jul 29, 2024, at 3:02 PM, Paul Dupuis via use-livecode
wrote:
dateItems does not contain th
ormat("%2u",item 5 of it)
&":"& format("%2u",item 6 of it) &"Z" after tTimestamp -- the time in
new format
return tTimestamp
end refiXMLTimestamp
On 7/29/2024 5:37 PM, Bob Sneidar via use-livecode wrote:
Convert it to dateitems, then back a
Follow up question/request:
put the internet date into tTimestamp -- stores something like Mon, 29
Jul 2024 16:49:52 -0400, where the -0400 is the time zone offset
Anyone have some already written code to convert this to a time in GMT
(i.e where the time zone offset is +, i.e. Mon, 29 Jul
Thank you all (and especially Curry for confirming what I though the Z
was for)
On 7/29/2024 3:44 PM, Curry Kenworthy via use-livecode wrote:
... 'Utc date and time values uses "Z" (which stands for zero offset)
to represent UTC.' (MS)
Best wishes,
Curry Kenworthy
Radically Innovative Chr
I have an export routine I am writing and it expects timestamps in the
following format:
2018-03-27T17:46:39Z
I can output LC dates and times in any format, but I personally have not
seen this format before. The "T" is obviously just a delimited between
the data and time, but my question is t
Because of a change Apple made in Sonoma, only LC 6.9.11 and higher will
work on that and future macOSes
On 7/29/2024 9:45 AM, Heriberto Torrado via use-livecode wrote:
Hi Tim,
Yes, that could be the problem. All computers I've tested livecode run
MacOs Sonoma.
Best,
Hery
On 7/27/24 02:57
With due credit to Richard for the original, you might want to update it
for today's disk sizes, This adds GB and TB
function Bytes2Size n
set the numberformat to "0.#"
if n < 1024 then
put n &" bytes" into n
else
put n / 1024 into n
if n < 1024 then
put n &" KB" into n
As customers once had to download and install Quicktime for Windows to
use a wide variety of media in Revolution/Livecode Standalones under
Windows (XP, 7, 8.x, 10, 11), when QT for Win became obsolete, we just
switched to directing customers to download and install LAV Filters
instead. They do
filters install?
On Jul 7, 2024, at 8:10 PM, Paul Dupuis via use-livecode
wrote:
Windows 11 will have the issue. Livecode on Windows 10 or 11 uses DirectShow.
Try the LAV Filters to get the formats you want. .mp4 is fine, I am not sure
about .mp5 support. See the LAV Filters read me and docume
, Paul.
So, Windows 11 shouldn’t have this issue?
On Jul 7, 2024, at 1:58 PM, Paul Dupuis via use-livecode
wrote:
Livecode on Windows (9.x.x and 10.x.x) still uses DirectShow for the video (vs
the Microsoft Media Foundation (MMF), the current standard. DirectShow was
always limited in the
Livecode on Windows (9.x.x and 10.x.x) still uses DirectShow for the
video (vs the Microsoft Media Foundation (MMF), the current standard.
DirectShow was always limited in the number of codec for various audio
and video formats it supported natively. I stringly recommend for macOS
Windows parit
wrote:
Did you try that in the message box?
Bob S
On Jun 28, 2024, at 10:50 AM, Paul Dupuis via use-livecode
wrote:
I get a response from Yahoos that is an html page with a 404 information as
part of it.
This happens under LC 9.6.12 and 9.6.11
I think this is Yahoo Finance not being able t
I get a response from Yahoos that is an html page with a 404 information
as part of it.
This happens under LC 9.6.12 and 9.6.11
I think this is Yahoo Finance not being able to detect the browser type
and intentionally returning a 404 as a method of deterring screen scraping.
On 6/28/2024 1:
-using-the-tsnet-external
Am 25.06.2024 um 22:35 schrieb Paul Dupuis via use-livecode
:
Under a specific condition, my app creates an email with some pre-populated
information using revMail:
revMail address, [ccAddress, [mailSubject, [messageBody]]]
So, my call is: revMail tSupportEmail, , "
via use-livecode
wrote:
2) My more important question is how does one create an email with an
attached file? I see no feature of revMail to include an attachment.
Is there some other way? If there is no way to add an attachment,
what might the best practice for sending the contents and
Under a specific condition, my app creates an email with some
pre-populated information using revMail:
revMail address, [ccAddress, [mailSubject, [messageBody]]]
So, my call is: revMail tSupportEmail, , "Diagnostic Report
Information", tEmailBody
Where tSupportEmail contains a valid email addr
Of those listed, I would pay for (if I needed to, but I have the full LC
that includes extensions) the PDF Viewer and, possibly, tsNet PRO
I do not develop for mobile, so mobile widgets are not of any immediate
interest.
On 6/14/2024 2:19 PM, Klaus major-k via use-livecode wrote:
Hi friends
On 6/12/2024 3:01 PM, Paul Dupuis via use-livecode wrote:
*click*at(rightofbtn1- 5,topofbtn1+ 5)
Sorry that line of code is: (paste of formatted text messed it up)
click at (right of btn 1 - 5,top of btn 1 + 5)
___
use-livecode mailing list
use
On 6/12/2024 2:20 PM, Bob Sneidar via use-livecode wrote:
Hi all. I have a Combo Menu button. I want to have it “pop” open and show the
options via script, but I cannot find a command to do that.
Bob S
___
use-livecode mailing list
use-livecode@lists
I followed this one for a little while: https://www.reddit.com/r/livecode/
It was not very active, and, like many Reddit groups, prone to SPAM.
Reddit, in general, does have a large developer community.
On 6/3/2024 7:22 PM, Richard Gaskin via use-livecode wrote:
For LC support nothing beats t
FYI:
launch url "tel:[phone number]"
Works in LC on Windows 11 as well if you have paired your Android or iPhone
with Windows.
On 5/24/2024 12:28 PM, Andreas Bergendal via use-livecode wrote:
There is. The url type is ”tel”.
launch url "tel:[phone number]”
(Works in the IDE at least, can’t
Pricing still seems to be available for Student and Educational plans:
For example, at https://livecode.com/education-plans/ under the "Buy a
LiveCode Subscription" there is a link for "View Pricing Options"
(https://livecode.com/education-plans/#pricingoptions)
It is just Pros & Business the
ecode
wrote:
I did not explicitly mention that any and all of the attached stacks are
savable.
Craig
On May 16, 2024, at 1:31 PM, Paul Dupuis via use-livecode
wrote:
On 5/16/2024 12:58 PM, Paul Dupuis via use-livecode wrote:
save that stack under a customer file extension
That should have sa
On 5/16/2024 12:58 PM, Paul Dupuis via use-livecode wrote:
save that stack under a customer file extension
That should have said "custom file extension"
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to
My suggestion would be to have your Standalone create a new stack with
the user's work and save that stack under a customer file extension for
your app.
You can not actually save data in a standalone. you must save it to some
source outside of the standalone - and stack, a text file, a binary
ilds.
Regards,
Matthias
Am 03.05.2024 um 20:16 schrieb Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com>:
I had not searched the forums, but I just did for "Waiting for printer"
and "printer connections" and neither phrase turned up anything rela
; returns 38
screens of forum messages! Good suggestion though. Thank you.
On 5/3/2024 1:43 PM, Bob Sneidar via use-livecode wrote:
I think this has come up before, but I forget the resolution. Did you search
the forums?
Bob S
On May 3, 2024, at 10:40 AM, Paul Dupuis via use-liveco
When LC 9.6.11 or 9.6.12rc1 starts up OR (more importantly to me)
Standalones build with either of those versions starts up, on Windows
11, there is a dialog that appear stating "Waiting for printer
connections..."
This dialog may appear on earlier versions - I forget if I had seen it
previou
ome issue with raw base64 encoding in json?
On Wed, 24 Apr 2024 at 19:26, Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:
On 4/24/2024 1:43 PM, David Bovill via use-livecode wrote:
I'm trying to base64 encode an image and include it into a json file to
post to an ap
On 4/24/2024 1:43 PM, David Bovill via use-livecode wrote:
I'm trying to base64 encode an image and include it into a json file to
post to an api. The python code that accomplishes this is:
image1_data =
base64.b64encode(httpx.get(image1_url).content).decode("utf-8")
When I try to follow the lo
ARM.
-- Paul
On 4/10/2024 2:11 AM, Mark Waddingham via use-livecode wrote:
On 2024-04-09 20:03, Paul Dupuis via use-livecode wrote:
Mothership people (or anyone in the community that may know this):
Microsoft is expected to port and release Windows running on ARM
chips (Surface lapto
Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:
Mothership people (or anyone in the community that may know this):
Microsoft is expected to port and release Windows running on ARM chips
(Surface laptops will use the Snapdragon X Elite processors from
Qualcomm
Mothership people (or anyone in the community that may know this):
Microsoft is expected to port and release Windows running on ARM chips
(Surface laptops will use the Snapdragon X Elite processors from
Qualcomm) this year. Announcement expected May 20, shipping - who knows
when, but likely th
In our app, we have a lot of handlers (internal APIs) that get called by
other handlers and, as multiple developers are involved, knowing what is
calling what takes some effort. To address the issue of screen locks, we
adopted a coding standard as follows:
If a handler should lock the screen,
My question is what message is triggered when a file is dropped on a
running LC standdalone on Windows
On Windows, if the APP is started by dropping a file on it, the file
name is available to any handler in the startup sequence via the $1
special variable. i.e. IF teh variable $1 contains a f
I'm not sure it is possible. Livecode's printing tends to be card based
and at card resolution, typically 72 dpi.
I recall seeing some efforts on the lists and forums to make an object 4
times bigger (75 dpi x 4 = 300 dpi) so that when it is printed to a
300dpi printer is is a higher resolutio
You have the dataWidth of the polygrid for the formattedWidth of the
widget (to be wide enough to display all data), but what I think you
want is some equivalent of the fomattedWidth of each column. I don't
believe any such property exists in the polygrid. It would be like
setting the columnWid
If you just need a person to view a particular spot in a PDF, using the
PDF widget in Livecode would be easier than trying to manipulate an
arbitrary PDF viewer. If there is a way to adjust the scroll, it is
probably PDF viewer specific and you'd need to know whether the user is
using Apple Pre
1_0_33 is the version I am running as well. I had not seen any
announcement or email about a .34 release. Now I think I will try to
avoid it and wait for .35!
On 2/13/2024 11:45 AM, Klaus major-k via use-livecode wrote:
Hi all,
yesterday I installed the latest version of "livecode_enhancement
hy macOS should receive a
desktopChanged message on window maximization when Windows does not?
Paul Dupuis
Researchware
On 1/15/2024 6:16 PM, Paul Dupuis via use-livecode wrote:
I have a standalone, built with Livecode 9.6.11 STABLE, where for some
windows (stacks) on certain macOS versions, maximizing
I've not experienced any problems with the menubar group receiving a
mouseDown message to adjust the menus based on context before they
appear (LC versions up to 9.6.11 on macOS and Windows)
A long time back, I did have an unnecessary 'wait 0 with messages' in
my mouseDown handler and had ins
; to make it work just for test.
On Sat, 3 Feb 2024 at 21:13, Paul Dupuis via use-livecode
wrote:
Never mind.
The correct pattern is: ^\d+?\t.\tnontraditional
field\tText\t2,319\tInterview 1\.txt$
There is a column with a space in it between the number column (1st
column)
to figure out why
that is!
On 2/3/2024 1:36 PM, Paul Dupuis via use-livecode wrote:
I have a (reduced) example set of data in a variable "tCaseCodes" that
is tab delimited set of lines below:
1 I am making a high salary Text 2,319 Interview 1.txt
2 nontraditi
I have a (reduced) example set of data in a variable "tCaseCodes" that
is tab delimited set of lines below:
1 I am making a high salary Text 2,319 Interview 1.txt
2 nontraditional field Text 2,319 Interview 1.txt
3 gets married and stays married Text
That is probably (hopefully) going to
be a good place to start since you have good and bad placement in the
same handler.
Brian Milby
br...@milby7.com
On Jan 19, 2024, at 1:30 PM, Paul Dupuis via use-livecode
wrote:
So , for any one interested, here are screenshots of what is
happening
So , for any one interested, here are screenshots of what is happening.
The "Autocode" window (stack) and the "Search Sources" window (stack)
are two example of the windows that do NOT maximize correctly. Many
other resizable windows do so just fine and windows with both fewer and
more controls
Ralph,
Thanks for the tip. As I did into this problem, I'll give that a try.
I'm just getting tired of Apple and/or Livecode changing things so that
code that DID work is then discovered NOT working any more.
I have very limited time and resources and I'd like to spend MORE of it
making new
I have a standalone, built with Livecode 9.6.11 STABLE, where for some
windows (stacks) on certain macOS versions, maximizing the window
results in no controls being drawn or most controls being drawn incorrectly.
It is not every resizable window (stack) in my app, just some. It is not
every v
I'm not sure exactly what you are talking about?
Are you asking about launching a PDF from a menu item under a "Windows"
menu?
On 12/31/2023 9:41 AM, Charles Szasz via use-livecode wrote:
I have found that a method I use (proposed by LC tech support a few years ago
to embed PDFs in a Windows
Bob,
This is nice trick (and code) to use an overlayed button to get a widget
to respond to standard messages. Impressive!
I really think that Livecode Ltd. needs to prioritize adding a set of
"standard" object messages to every current widget to address these 3
bugs (and their generalizatio
both 15 and 15.1?
i've been holding off on updating to sonoma
On Sat, Dec 16, 2023 at 1:55 PM Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:
For the purposes of notarization of macOS apps, I have seen no
difference between Xcode 15 and 15.1 under Sonoma on a ma
For the purposes of notarization of macOS apps, I have seen no
difference between Xcode 15 and 15.1 under Sonoma on a macBook Air (M1
processor)
I don't developer iOS apps though, nor do I use Xcode for anything other
than code signing, notarization, and stapling of macOS desktop apps
On 12
And that is THE DEFINITIVE answer!
Wow! Thank you.
On 12/15/2023 10:00 AM, Mark Waddingham via use-livecode wrote:
On 2023-12-14 21:22, Paul Dupuis via use-livecode wrote:
Which is faster or more efficient (from an engine performance
perspective)?
To retrieve an array from a property?
As in
On 12/14/2023 5:25 PM, Craig Newman via use-livecode wrote:
Anything to distract me from my day job.
Glad I could help!
And thank you for the confirming benchmarks!
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to s
, at 1:22 PM, Paul Dupuis via use-livecode
wrote:
Which is faster or more efficient (from an engine performance perspective)?
To retrieve an array from a property?
As in:
command someHandler -- in an objects script
get the cMyArray from me -- cMyArray is some multi-dimensional array
...
end
Which is faster or more efficient (from an engine performance perspective)?
To retrieve an array from a property?
As in:
command someHandler -- in an objects script
get the cMyArray from me -- cMyArray is some multi-dimensional array
...
end someHandler
OR
To retrieve an array from a script
For what it's worth, I sometime get these errors. I develop on Windows
11 (x64) using LC 9.6.11 and do not develop for mobile or web, so no
remote debugging. I do not want to get rid of (remove) or turn off
script debugging. I use the script debugger all the time.
There is some recipe, that I
On 11/30/2023 4:41 PM, Hershel F via use-livecode wrote:
sorry my mistake. does not have to be greyed out should be a gray color.
or to rephrase the question properly, how the change the color to gray?
Ah! I am pretty sure it can be done, but I do not know how to do it
exactly. By guess is tha
Usually, you do not disable or grey-out columns in a Datagrid, but make
them invisible (hide or show the column) if they are not applicable to
some view you want.
On 11/30/2023 4:04 PM, Hershel F via use-livecode wrote:
Hi all how is it done to grey out a column or multiple columns in data gri
On 11/30/2023 2:20 PM, Brian Milby via use-livecode wrote:
Groups get the message when resize happens by script.
Other objects only receive the message when resized by hand.
Brian Milby
br...@milby7.com
Except, the "PowerButton" widget actually receives "resizeControl" just
as a group does w
Thank you Richard.
I see what the issue for me was. Groups do indeed receive a
resizeControl message automatically if the rect is changed by script.
However, the message (resizeControl) use seems inconsistent. For
example, while a group does received the resizeControl message, a field
does no
resizeControl is sent "only sent when the user resizes a control by
dragging its handles. It is not sent if a handler changes the size of a
control by changing its properties (width, height, and so on)."
Does anyone else really really wish that resizeControl was set when the
control's size is
On 11/2/2023 11:20 AM, Klaus major-k via use-livecode wrote:
Hi friends,
before I post an enhancment request to the "Qualtiy Center", I wanted to hear
your opinions about this.
Wouldn't it be great if ALL widgets would receive and handle at least a mouseup
(and mousedown) meassage?
I have alw
On 11/17/2023 4:24 PM, Bob Sneidar via use-livecode wrote:
Hi all. Given:
tTextEditorPath = "C:/Program Files/Windows NT/Accessories/wordpad.exe”
tFilePath = "C:/Users/bobsneidar/Documents/Installs/The Whole
Child/Cerritos/25528/Old Copier Settings.txt”
The command:
launch tFilePath with tTex
Hivemind,
Recommendation as to what is best to set the clipboardData property to,
when you want to copy styled text from a field to the clipboard for
exchange with a 3rd party (any 3rd party) application that supports some
form of styled text, that can include text in multiple languages (i.e.
On 11/12/2023 3:42 AM, jbv via use-livecode wrote:
My top priority : "rev" libraries (revXML, revZIP, perhaps others) to
be fully Unicode compatible.
I'll add the shell() function, which is not Unicode compatible on
Windows (https://quality.livecode.com/show_bug.cgi?id=22334)
___
On 11/9/2023 5:38 PM, ambassador--- via use-livecode wrote:
Paul Dupuis wrote:
Is there a message sent when a user click the maximize icon (macOS
and Windows) in the titlebar of a window?
As others have pointed out, resizeStack is sent. And by definition, wouldn't
the windowBoundingRect be th
On 11/9/2023 4:25 PM, matthias rebbe via use-livecode wrote:
Phew, after searching, reading and trying many days i was finally able
to code sign my first Windows standalone under macOS today with this new
eToken certificates using jarsigner.
Congratulations! Code signing on any platform appears
t; message should be sent.
Kind regards,
Panos
--
On Tue, 7 Nov 2023 at 18:08, Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:
Is there a message sent when a user click the maximize icon (macOS and
Windows) in the titlebar of a window?
"iconifyStack" is
Is there a message sent when a user click the maximize icon (macOS and
Windows) in the titlebar of a window?
"iconifyStack" is sent for minimization, and "unIconifyStack" is sent
when a minimizaed stack is expanded (from the Windows taskbar or Apple
dock). However, I can't seem to find an equi
There are a lot more details to really assess a best choice here (unless
your questions is rhetorical).
Is this a planned web app, desktop app (which platforms) or a mobile
app? I assume from the javascript player comment that you are looking to
build this as a web app? What video file formats
Hi Bernd,
You do make a good point about the documentation regarding custom
properties. Assuming people read the documentation. At the same time,
you used to be able to use commas in custom property names. As Curry
noted, Livecode even used to use them in the standalone setting
properties, so
Peter
Bogdanoff via use-livecode
Date: Thursday, November 2, 2023 at 3:23 PM
To: Paul Dupuis via use-livecode
Cc: Peter Bogdanoff
Subject: Crashing on M2 Mac
A user is reporting crashing on his M2 Sonoma Mac.
This was a build of LC 9.6.10, with both Intel and Apple chosen in the
Standalone set
On 11/2/2023 6:33 PM, Dan Friedman via use-livecode wrote:
Peter,
I recently discovered (from one of my own apps) that a Mac app built
with 9.6.10 running on Sonoma crashes when the convert command is
called. I rebuilt the app in 10.0.0 (dp 6) and the app no longer
crashes. Hope that helps!
1 - 100 of 1017 matches
Mail list logo