On 2022-06-06 15:50, Ben Rubinstein via use-livecode wrote:
This is very exciting, thank you. If we find anomalies in the Apple
Silicon side, should we raise them in the first instance
- to you directly?
- on this list?
- straight into LQCC?
Just file a bug in the LQCC - indicating that the
Hi Panos,
This is very exciting, thank you. If we find anomalies in the Apple Silicon
side, should we raise them in the first instance
- to you directly?
- on this list?
- straight into LQCC?
thanks,
Ben
On 31/05/2022 16:27, panagiotis merakos via use-livecode wrote:
Dear list members,
Hi Mike,
Thank you for the clarification.
Hopefully someone has experience with this
situation and can help you out.
Good luck!
Rick
> On Mar 5, 2021, at 1:36 PM, Mike Kerner via use-livecode
> wrote:
>
> Well, I see that what I meant to ask and what I actually asked were not the
> same thi
What do you need?
>
> Are you trying to find an app that already
> uses the API?
>
> Rick
>
> > On Mar 5, 2021, at 9:33 AM, Mike Kerner via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > rick,
> > ITA reporting is not new. it has bee
;
> rick,
> ITA reporting is not new. it has been a requirement for years. we
> generally just upload a csv. i didn't realize there was an API for using
> it, so I immediately became interested.
>
___
use-livecode mailing list
rick,
ITA reporting is not new. it has been a requirement for years. we
generally just upload a csv. i didn't realize there was an API for using
it, so I immediately became interested.
On Thu, Mar 4, 2021 at 12:26 PM Rick Harrison via use-livecode <
use-livecode@lists.runrev.com> wr
AM, Mike Kerner via use-livecode
> wrote:
>
> For anyone in the USA who is subject to OSHA's ITA reporting, have you
> implemented a solution that you would be willing to share?
> ___
> use-livecode mailing list
> use-livecode@li
For anyone in the USA who is subject to OSHA's ITA reporting, have you
implemented a solution that you would be willing to share?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage
ine is built on the SQL engine
> > and not into LiveCode itself?
>
> There isn't actually a 'SQL engine' but a kind of language.
>
> The Valentina ADK includes its own SQL interpreter that is highly optimized
> C++ for speed.
>
> The Reporting portion wo
; I assume that the Report Engine is built on the SQL engine
> and not into LiveCode itself?
There isn't actually a 'SQL engine' but a kind of language.
The Valentina ADK includes its own SQL interpreter that is highly optimized
C++ for speed.
The Reporting portion works with mo
@Lynn Fredricks
I missed this message about Valentina and offer. Well, no problem.
May I ask about the basic principle of Valentina database and Valentina
Reports for LiveCode?
I assume that the Report Engine is built on the SQL engine and not into
LiveCode itself?
Years ago I personally met th
Forms system.
You can also add optional tools like VDN (deploy our server royalty free)
and Valentina DB ADK for LiveCode and get the 50% off.
More info is here:
https://valentina-db.com/en/discussions/6600-reporting-for-livecode-build,-t
est-deploy-apps-with-reports,-printing,-labels-and-more
If
Paradigma Software introduces a complete solution for deploying LiveCode
applications on macOS, Windows and Linux with comprehensive reporting
features, discounted 50% in November only. Reporting for LiveCode bundles
together several professional solutions that extend LiveCode with advanced
I’m working on an update to an Adobe AIR app, and one thing for me to have to
figure out is that on iPhone 7 some graphics are being cut off. The screens are
fine on other phones that are the same screen size. Which suggests there may be
something about iPhone 7 that is odd, that is nothing to d
Now that we know "Zoomed Mode" has an effect...
The card rect "source of authority" in all case uses the screenRect
1) Oddly, with Zoomed Mode set, it gave the right reading 0,0,414,736
And it set up in portraitUI correctly!
2) Caveat though: passing that rect to these handlers
(in a functio
I enter a new handler into stack script
on resizestack pNewWidth, pNewHeight, pOldWidth, pOldHeight
put pNewWidth && pNewHeight && pOldWidth && pOldHeight into it
answer it with "OK"
end resizestack
1) on switch on portrait to landscape (turn sideways) I get a resizeStack
answer.
2)
OK there are lot issues at the QA center relating to landscape
I added the test stack to
https://quality.livecode.com/show_bug.cgi?id=19465
so that you can test on the latest build (await release, 9.1)
I don't want to have 9.1 come out only to find it does not work.
BR
Hi Brahmanathaswami
Geesh! (He bangs his head on the desk...ha!) that fixed it!
I don't when I turn on Zoom mode... possibly last year! And it has been
carrying that setting forward through all updates. It actually does a "reset"
on the phone to change to "standard mode"
I suppose it good that you found this, fin
Hi Brahmanathaswami,
I think I have found the culprit. I don’t have a Plus device to check, but
the differences you see between the iPhone 7 Plus device and simulator is
probably because you have enabled the "Zoomed Mode" in the device.
If you have "Zoomed Mode" enabled in the iPhone 6+/7+/8+ dev
Do you get the same results if you get the rect of the card?
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On June 22, 2018 9:25:43 PM Sannyasin Brahmanathaswami via use-livecode
wrote:
Never mind.. I had to run (since I did a fresh
Interesting. I have an 8 plus and will test on Monday.
If you use GM logic, actual pixel size reported should not pose a large
problem. GM stores positions either fixed pixels from edge/object or percentage
of total H or W from edge/object. If numbers are varying like that, percentage
would sol
Never mind.. I had to run (since I did a fresh install of Xcode)
sudo xcode-select -s /Applications/Xcode.app
But now my Simulator works! So we back the screenRect problem
Wow... one step close to the gremlin (hehe)
And, as Panos says it has nothing to do with 11.4 ... its deeper that than
1
The setupUI handler was my own, I wrote a whole new script for testing.
That's how I found that resizestack wasn't being sent. I'd already added
the orientation handling and rotation was working, but the setup handler
never triggered.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperAc
1) have had the 1242 X 2208 loaded in the Phone 6 Plus "slot" from the
beginning of this tread!
2) In now suspect Xcode mis-configuration (I keep going on 9.2. to 9.3 and set
the Xcode select from terminal_
3) With Elanor help just needed to add
mobileSetAllowedOrientations "portrait,portrait
2018 4:21 PM
To: How to use LiveCode
Cc: J. Landman Gay
Subject: Re: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667
I tried it on Android, and it doesn't look like resizeStack is being sent at
all, and sending a command "in time" inside an orientationChanged handler
doesn
ergreeninfo.net
-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of J. Landman Gay via use-livecode
Sent: Tuesday, June 19, 2018 4:21 PM
To: How to use LiveCode
Cc: J. Landman Gay
Subject: Re: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,3
I tried it on Android, and it doesn't look like resizeStack is being
sent at all, and sending a command "in time" inside an
orientationChanged handler doesn't trigger either. Until that's fixed
there's not much we can do.
There may be something else going on, but my Mac refuses to enable
remo
Right, we know that, or so I thought...
but Panos said, "mysteriously"
"If your device is iPhone7 Plus, then you have to put the appropriate splash
screens in the "iPhone 6 Plus Portrait" and "iPhone 6 Plus Lscape" slots in the
standalone iOS settings."
I deem this a bug, continue to comment h
rahmanathaswami
Subject: Re: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667
Aloha Panos
But if you have entered (in the SA settings)
iPhone Initial orientation
the option to choose
iPhone 6 plus Lscape
is not available
BR
From: panagiotis merakos
Date: Monday, June 18,
Reporting the ScreenSize of a iPhone7: 0,0,375,667
Hi Brahmanathaswami,
If your device is iPhone7 Plus, then you have to put the appropriate splash
screens in the "iPhone 6 Plus Portrait" and "iPhone 6 Plus Lscape" slots in the
standalone iOS settings.
Best,
Panos
--
On Mon, Jun
Sorry, I meant that the 6 plus/7 plus/8 plus were all the same size (not that
they were the same as the 6/7/8)
On Jun 18, 2018, 10:48 AM -0500, panagiotis merakos via use-livecode
, wrote:
> Hi Brahmanathaswami,
>
> If your device is iPhone7 Plus, then you have to put the appropriate splash
> scr
Hi Brahmanathaswami,
If your device is iPhone7 Plus, then you have to put the appropriate splash
screens in the "iPhone 6 Plus Portrait" and "iPhone 6 Plus Lscape" slots in
the standalone iOS settings.
Best,
Panos
--
On Mon, Jun 18, 2018 at 4:25 PM, Sannyasin Brahmanathaswami via
use-livecode w
I have a 750 X 1134 in the iPhone 6 "slot" But LC 8.1.10 still be reports that
the screenrect is 0,0,375,667
" Correct... the 6/7/8 are all the same size, the plus sizes are also the same.
X is also available as a size."
Hmmm
https://developer.apple.com/design/human-interface-guidelines/ios/ic
Correct... the 6/7/8 are all the same size, the plus sizes are also the same. X
is also available as a size.
On Jun 18, 2018, 9:20 AM -0500, Randy Hengst via use-livecode
, wrote:
> Hi BR,
>
> The iPhone 6 screen is the same size as the 7. I load a splash screen at
> 750x1134.
>
> be well,
> ran
Hi BR,
The iPhone 6 screen is the same size as the 7. I load a splash screen at
750x1134.
be well,
randy
-
> On Jun 18, 2018, at 9:05 AM, Sannyasin Brahmanathaswami via use-livecode
> wrote:
>
> Well, the problem is the SA builder in 8.1.10 does not has a "slot" for
> iPhone 7+
>
> I wo
Well, the problem is the SA builder in 8.1.10 does not has a "slot" for iPhone
7+
I wonder if I can add it after the SA is built...
I will definitely check out your stack.
BR
On 6/17/18, 6:28 PM, "use-livecode on behalf of Brian Milby via use-livecode"
wrote:
For iOS, you must hav
For iOS, you must have a splash screen image for every native resolution
that you need to access. If you don't have a 7+ splash, then you won't get
a true 7+ rect. What happens is that automatic scaling kicks in at the
device level, so your stack only gets one of the splash images sizes. So,
the
[my early post in pending due to length. I put the stack script in it. Better
to give the stack}
Hmm. Trying to a little responsive design (works on any device/mobile screen
size)
1) Make a very stack with a widget "body" as browser that fill the whole screen
but for 50 at the bottom
2) Fill t
On May 14, 2015, at 2:06 PM, Richard Gaskin wrote:
> we have one word, "free", for two very different things, "gratis" and "libre"
A propos of that, one of my favorite bumperstickers (re recent US Supreme Court
decisions) is:
"If money = speech, then speech is not free."
-- Peter
Peter M. Bri
> I've been doing HTML reporting for years using several tools,
> but things definitely are not as tight once you lose control
> - browsers still do not all render the same.
We support different types of reports - generating pages, PDFs, etc. A
number of our users utilize t
I've been doing HTML reporting for years using several tools, but things
definitely are not as tight once you lose control - browsers still do not
all render the same.
On Fri, May 15, 2015 at 8:49 AM, Andrew Kluthe wrote:
> I've been pretty happy generating html reports for some
I've been pretty happy generating html reports for some of the big LC
applications I've done. Use something like bootstrap that has a good print
style sheet. Some JS powered charting that prints nice. I would open in
external browser in my older applications but I wonder if things wouldn't
work nic
> Quartam Reports is pure LiveCode, and as such it has been a
> great tool for use on all major desktop platforms.
It can be extremely useful to have an add-on that's entirely native. The
downside to that is that, from the vendor perspective, you can capture only
a fraction of the users of that d
> The one thing I didn't see for Valentina reporting is
> anything that will let me do it from iOS. We're right on the
> verge of wanting to airPrint reports from handhelds. Is that
> coming, or did I miss it?
We don't currently have an "embedded"
> Are 3rd party developers not charging enough to make developing tools viable?
> Is the LiveCode community not large enough to support such development models?
3rd party development for LiveCode is as Richard implied best treated as a
hobby. Something to do when you don’t have any real work on
On May 14, 2015, at 12:09 PM, Mike Kerner wrote:
> QR does not appear to be OSS. Quartam PDF is. QR has not been updated in
> several years, and requests for support have not been responded to, yet.
> The last email I sent was about a week ago.
My memory failed on this Mike. I do recall Q.pdf
Lynn,
The one thing I didn't see for Valentina reporting is anything that will
let me do it from iOS. We're right on the verge of wanting to airPrint
reports from handhelds. Is that coming, or did I miss it?
On Thu, May 14, 2015 at 3:09 PM, Mike Kerner
wrote:
> QR does not app
QR does not appear to be OSS. Quartam PDF is. QR has not been updated in
several years, and requests for support have not been responded to, yet.
The last email I sent was about a week ago.
--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On
On Thu, May 14, 2015 at 1:24 PM, Mark Talluto
wrote:
> I would rather the developer sell the 3rd party tool under closed source
in return
> for regular development that progresses the tool further. I do not want
software
> to go open source if it means imminent death of yet another useful tool.
Mark Talluto wrote:
> Are 3rd party developers not charging enough to make developing tools
> viable?
> Is the LiveCode community not large enough to support such
> development models?
> Do you agree with me or do you like the way things are going?
>
> Are we really getting what we need when we g
> Has anybody done anything to replace quartam reports, since
> it seems to have reached the stage of abandonware?
I cannot speak to the status of Quartam Reports, however you have a full
featured reporting option in Valentina Reports for LiveCode. It works with
most popular databases (no
was a closed source, pay for access software. It received regular updates
from Jan Schenkel. It was and may still be the pinnacle of reporting for
LiveCode developers.
>From my very informal analysis, the general response to developer announcing
>they are going open source is: “it is abo
Has anybody done anything to replace quartam reports, since it seems to
have reached the stage of abandonware?
--
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 d
TICALLY create the button and then delete it, I still cannot click in
a newly created field.
So after 3 hours of stuff like that, I finally compiled my program and
everything works fine.
I am just reporting this to the list because I'm not smart enough to know if
that is a bug or not.
I'm the biggest fan there is of arrays - but for this problem an array
looks like overkill - see the simple code below.
(btw - not actually tested, so beware typos)
put empty into tCounted
put empty into tLast
repeat for each line L in tData
if L = tLast then
add 1 to tCount
else
If you're using an sql db:
SELECT , count(*) AS C FROM GROUP BY < thewordnumber
> ORDER BY C DESCENDING
Returns the word numbers and count sorted by count high to low.
Pete
lcSQL Software
On May 4, 2014 8:47 PM, "JOHN PATTEN" wrote:
> Thanks Kay!
>
> That’s what I needed. I knew it was prett
Thanks Kay!
That’s what I needed. I knew it was pretty simple, but my unfamiliarity with
arrays prevented me from seeing the solution.
Cheers!
John Patten
SUSD
On May 4, 2014, at 8:14 PM, Kay C Lan wrote:
> This might get you started, in the msg box:
>
> put "3,5,6,6,24,24,24,33,130,109" i
This might get you started, in the msg box:
put "3,5,6,6,24,24,24,33,130,109" into tData
--if the data comes from the db as seperate lines, then
--repeat for each line tRecord in tData
--if data comes in from db as a list
repeat for each item tRecord in tData
add 1 to aCount[tRecord]
end repeat
-
Hi All…
I am attempting to get the total number of times specific words in a text
passage are selected by students. The way I’m doing this is by recording the
word numbers selected by each student and storing them in a database. I end up
with list of numbers representing the selected words, so
as the makers of Valentina they're biased, but IMO their
> craftsman's pride is quite understandable:
>
> Not only is the feature set quite enticing (hence this discussion of
> reporting tools), but one thing they don't drive home as much as I
> believe it warrants
quite understandable:
Not only is the feature set quite enticing (hence this discussion of
reporting tools), but one thing they don't drive home as much as I
believe it warrants is the unusual structure of their data store.
While most stores are row-based, my understanding is that Valentina is
Andrew,
"Rolling your own" is what I have been doing previously, with LC, but I
have been messing with Valentina for a couple of weeks, which is why I was
curious if anybody is using anything else with LC. As you can see from
Lynn and Ruslan's posting of the conversation they were having with me
essing with Valentina right now for doing reporting/etc.
>> Does anybody have any other tools they'd recommend for SQLite/MySQL?
>
> Hi Mike,
>
> I believe reporting falls into two camps when it comes to RAD tools like
> LiveCode, irrespective of the actual reporting feat
> I'm messing with Valentina right now for doing reporting/etc.
> Does anybody have any other tools they'd recommend for SQLite/MySQL?
Hi Mike,
I believe reporting falls into two camps when it comes to RAD tools like
LiveCode, irrespective of the actual reporting features:
I tried a lot of the different options for LC Reporting and most of them
were a lot of work to setup for reports that aren't the prettiest.
I never tried the valentina stuff, but for exporting to word documents, I
like WordReport. I use this for a lease writing program.
For everything
I'm messing with Valentina right now for doing reporting/etc. Does anybody
have any other tools they'd recommend for SQLite/MySQL?
--
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
The Simulator shows that there is an error on a particular line but it doesn't
report which script contains the error. Is there a way to have the error be
more explicit and actually tell me what script and object is the problem?
Thanks,
Bill Vlahos
_
InfoWallet (http://www.infowa
all repairs and the cost for the repair on all
the vehicles and mobile equipment (our town car, pickup truck, van,
riding mowers, John Deere tractor, Caterpiller skid steer etc) in the
fleet for the year. It's mostly for financial analysis and reporting and
doesn't need any eye candy.
68 matches
Mail list logo