Hi Terry,
Regarding the crash on startup when deploying to android simulator:
What version of Android is running on the simulator? I have experienced
crashes *only* when deploying to android 2.3.3 simulator. Other android
versions work as expected. If you experience the crash not only in 2.3.3
sim
Thanks Jim.
So if the device is vertical at rest (y=-1), and falls down vertically, it
won't register any acceleration because it's already measuring the maximum in
that axis?
In short, it's static acceleration rather than dynamic acceleration, is that
correct?
Many thanks,
Ben
On 13/01
ok, the error I am getting is"
button "glxappManagedEngineMessages": execution error at line 7342 (Chunk:
can't find background), char 9
I can of course not find a line 7342 in a script that has only 279 lines.
The button referred to is in the 'scripts' card in a group 'frontscripts' of
the 'glxap
I thought you could use mobilePick to select multiples. Anyway, I use tmc2
for most mobile controls, including building pickers, and have not
regretted it for a moment. One of the nice things about tmc is you can
customize the library easily to get exaclty the behavior you want. So, for
example,
Hi Mike,
> Am 14.01.2016 um 14:47 schrieb Mike Kerner :
>
> I thought you could use mobilePick to select multiples.
if there is I did not find out how to do this yet, any hints appreciated!
> Anyway, I use tmc2 for most mobile controls, including building pickers, and
> have not
> regretted
Hopefully, I've got this right but.
I think of it as the "apparent" acceleration a mass attached to phone feels
relative to the body of the device. At rest, if it wasn't attached, it would
slide down the inside of the device and end up rattling inside the case. The
force trying to make that
Then, I would suggest rolling your own. It is relatively straightforward,
even if you want to add some funky features, which I don't think you're
doing in this case. I have the "pickerwheel" stacks/source, but I didn't
like them as much as I liked my own flat version. You know how to find me
if
On Thursday, January 14, 2016, jameshale wrote:
> ok, the error I am getting is"
> button "glxappManagedEngineMessages": execution error at line 7342 (Chunk:
> can't find background), char 9
>
> I can of course not find a line 7342 in a script that has only 279 lines.
> The button referred to is
I can confirm this is a DP 13 regression, caused by the fix to bug 16351 (
https://github.com/livecode/livecode/pull/3448)
The error is occurring in the data grid behavior.
I think problem is something to do with 'the target' and 'me' evaluating to
different things in a context where they should
Aha.
Thanks Ali.
Does a bug report need to be generated?
(Well, actually will you be entering one given you know what it is?)
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/DP13-breaks-GLX-framework-tp4700166p4700176.html
Sent from the Revolution - User mailing
I don’t know if this is related but I’m seeing both a tree view widget and a
browser widget disappear from my application on startup in the IDE.
Jim L
On Jan 14, 2016, at 7:00 AM, jameshale wrote:
> Aha.
> Thanks Ali.
> Does a bug report need to be generated?
> (Well, actually will you be
On 14/01/16 05:31, Alejandro Tejada wrote:
How could I uninstall a previous version
of LC8 under Ubuntu 14.04?
Thanks in advance!
Al
Just download it from: http://downloads.livecode.com/livecode/
set the executable bit, and get on with things.
Richmond.
___
I need to ensure the user has not deleted the revSecurity.dll file. This
works on Windows 7 and under:
put "revsecurity.dll" into tWinFile
put the filename of this stack into tFilepath
set the itemdel to slash
put tWinFile into last item of tFilepath
put there is a file tFile
I haven't messed with LC apps and Win10 yet (but my old LC apps still work on
it) - but what you describe reminds me strongly of virtualisation headaches
when Vista came out
http://newsletters.livecode.com/march/issue21/newsletter3.php - if nothing
has changed in your app, could there be something
On 1/14/2016 2:39 PM, Dave Kilroy wrote:
I haven't messed with LC apps and Win10 yet (but my old LC apps still work on
it) - but what you describe reminds me strongly of virtualisation headaches
when Vista came out
http://newsletters.livecode.com/march/issue21/newsletter3.php - if nothing
has ch
I don't know when it started, but even in Win7 I have had to include it in
the copy files pane for quite a while. It seems like it started around LC
6.5 to 6.6 builds.
On Thu, Jan 14, 2016 at 3:48 PM, J. Landman Gay
wrote:
> I need to ensure the user has not deleted the revSecurity.dll file. T
Thanks very much Panos - I had another quick try last night following your
suggestions and met with some success. It looks like I’m affected by bug 16688
as you suggest so no joy with the simulator (I didn’t get around to moving back
to LC 7.1.0) but changing cables did the trick with getting m
Anyone have any insight on getting textShift to shift text downward?
I need to vertically align blocks text on a line that use different fonts.
Whether I select a block of text, or all the text around the selection,
things shift up, but never down.
Here's a simple stack that demonstrates the pro
Yep I think I've also been including it specifically in 'copy files' for a
good while - the other thing to check is whether the user has allowed their
anti-virus to block the .dll, if it was blocked it wouldn't be allowed to
function even if it was present
Roger Eller wrote
> I don't know when i
The file is in the build and Win 7 can find it. Win 10 can't. It isn't
that the file doesn't exist, it's that Win 10 can't see it.
On 1/14/2016 3:15 PM, Roger Eller wrote:
I don't know when it started, but even in Win7 I have had to include it in
the copy files pane for quite a while. It seems
Using 8.0 DP13 on a Mac, a Tree View widget and a Browser widget disappear when
the app is saved and then re-opened in the IDE. I’ve just confirmed this with
a new test stack. I saw this yesterday in the regular app that I’m working on.
The widgets are no longer present in the Project Browse
On 2016-01-14 22:46, James Little wrote:
Using 8.0 DP13 on a Mac, a Tree View widget and a Browser widget
disappear when the app is saved and then re-opened in the IDE. I’ve
just confirmed this with a new test stack. I saw this yesterday in
the regular app that I’m working on. The widgets are
Is the dll code signed? Perhaps higher security settings are blocking its
installation or use for that reason.
-- Tom Bodine
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Windows-10-file-paths-tp4700179p4700189.html
Sent from the Revolution - User mailing list
On 1/14/2016 4:27 PM, Scott Rossi wrote:
Anyone have any insight on getting textShift to shift text downward?
I need to vertically align blocks text on a line that use different fonts.
Whether I select a block of text, or all the text around the selection,
things shift up, but never down.
A
On 1/14/2016 4:55 PM, tbodine wrote:
Is the dll code signed? Perhaps higher security settings are blocking its
installation or use for that reason.
I don't know, it's got whatever LC assigns to it when it saves a standalone.
The file is there, the user can see it in the folder. The script just
Unfortunately, what textShift *should* be doing, and what's it's actually
doing are two different things. Trying my simple test stack in 5.5, 6.7.8,
and 8 dp 11 shows the same behavior, so apparently this has been broken
forever. TextShift should never adjust the lines around a selection, but
that
Hi Scott,
the following works for me in 7.0.6
textSize 14, textheight 28, fixed lineHeight
e.g.
-
set the textShift of char 1 to - 1 of field 1 to -9
-
then a slider with values from - 9 to - 3
on scrollbarDrag pValue
set the textShift of word 2 of line 1 of field 1 to pValue
I'm trying to use the Message Watcher in LC 8 (currently using DP9).
I get a continuous loop of a number of messages, even when nothing is
being done, which makes it hard to get any useful info.
Is there something I need to do in LC8 to avoid this (other than
suppress each of these messages).
Thanks Bernd, but if I understand what you're suggesting, I've already
tried this and it doesn't appear to work. Using different textShift
values for the selected text and surrounding text just seems to average
out, always moving text upward, never downward.
Regards,
Scott Rossi
Creative Directo
On 01/14/2016 04:07 PM, J. Landman Gay wrote:
Does "there is a file" on Windows
return "false" if the user doesn't have permission to access the file?
I would hope so.
Do you get anything interesting by running "attrib"?
--
Mark Wieder
ahsoftw...@gmail.com
_
On Jan 14, 2016, at 6:06 AM, Ben Rubinstein wrote:
> So if the device is vertical at rest (y=-1), and falls down vertically, it
> won't register any acceleration because it's already measuring the maximum in
> that axis?
>
> In short, it's static acceleration rather than dynamic acceleration, i
On Jan 14, 2016, at 6:06 AM, Ben Rubinstein wrote:
> So if the device is vertical at rest (y=-1), and falls down vertically, it
> won't register any acceleration because it's already measuring the maximum in
> that axis?
>
> In short, it's static acceleration rather than dynamic acceleration, i
There have been a lot of bugs squashed since DP9, so I’d suggest trying DP13,
I’m not seeing any such messages in this version.
Paul
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage y
Hi Alex,
The messages after openStack are coming from lcStackBrowser's front script
which traps openStack. I guess the question is where the openStack
messages are coming from in the first place. You might try Richard's
4WFlightRecorder stack, I find it much more useful than the message
watcher.
Hi Scott - I think you might be able to do something by manipulating the
margins of the field as well as the textShift.
I did a test with 2 basic fields - one containing the text and the other
the value I wanted to adjust the textshift by...
Contents of fld 1
word1 word2 word3
word1 word2 word3
Hi Trevor,
The only script I can see over 7000 lines is sqlYoga.
All my calls to this library take place after my preopenwindow handler and
as mentioned, when run from the message box it goes without issue. The app
seems to function fine from this point with functions that use sqlYoga
working as ex
Looks like the script got slightly munged en route. That should be “if y >
0 then” a few lines down.
Terry...
On 15/01/2016 1:21 pm, "use-livecode on behalf of Terry Judd"
wrote:
>Hi Scott - I think you might be able to do something by manipulating the
>margins of the field as well as the textS
Thanks for the suggestion, but unfortunately no -- I have the field set up as a
table which needs a specific top margin so the first line is spaced down a
distance equal to all lines in the field.
As often happens, Bernd N figured out an arrangement that allows downward
shifting of text, but it
On 1/14/2016 7:04 PM, Mark Wieder wrote:
On 01/14/2016 04:07 PM, J. Landman Gay wrote:
Does "there is a file" on Windows
return "false" if the user doesn't have permission to access the file?
I would hope so.
Do you get anything interesting by running "attrib"?
I'm not sure how to test tha
On 1/14/2016 7:04 PM, Mark Wieder wrote:
On 01/14/2016 04:07 PM, J. Landman Gay wrote:
Does "there is a file" on Windows
return "false" if the user doesn't have permission to access the file?
I would hope so.
Okay, just to finish this up, I found the definitive answer in the
Microsoft docs
On 1/14/2016 10:05 PM, Scott Rossi wrote:
The reality is, one should be able to designate a chunk of text and
move it up or down any distance, independently of the surrounding
text. Currently you can't do that.
It might be time for a bug report. What you expect seems pretty
realistic to me.
Right out from my head, can not test at the moment.
The hard way: The direct input of the htmltext should always work (as long as
your on one line with the chunk).
wordOne put me down wordThree" -- down
wordOne put me down wordThree" -- up
If I remember right "sup" instead of "sub" (what work
42 matches
Mail list logo