Re: LC Android: Invalid Keystore Format error when saving a standalone for deployment

2015-06-11 Thread Matthias Rebbe | M-R-D
Ralph, thanks for recommending Keystore Explorer. I can open my keystore file w/o problem. Maybe my problems have to do with the fact that i have setup my mac in April this year from scratch? Is it possible that there are some certificates or keys missing? Regards, Matthias Am

Re: LC Android: Invalid Keystore Format error when saving a standalone for deployment

2015-06-11 Thread J. Landman Gay
On June 11, 2015 3:37:14 AM CDT, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de wrote: Ralph, thanks for recommending Keystore Explorer. I can open my keystore file w/o problem. Maybe my problems have to do with the fact that i have setup my mac in April this year from scratch? Is

I wish ...

2015-06-11 Thread Paul Dupuis
... that LiveCode had a way you could set any and all the coordinates (loc, rect, top, bottom, left, right, topLeft, topRight, bottomLeft, bottomRight) of an object inside a group RELATIVE to the group (AND independent of the group's scroll) - like the relativePoints property of a polygon graphic!

RE: LC Android: Invalid Keystore Format error when saving a standalone for deployment

2015-06-11 Thread Ralph DiMola
Matthias, I'm currently running: Android SDK tools 23.0.5 Android SDK platform-tools 21 Android 5.0 API 21 I don’t have Android 5.1. installed at this time. LC 6.7.5 Win XP SP3 Mac OS X 10.9.5 Xcode 6.2 I have not had a problem linking and submitting Android apps(last week) or any Open SSL

printTitle isn't effective, when saving as pdf in standalone

2015-06-11 Thread Tiemo Hollmann TB
Hello, working with LC 6.5.2 on OS X 10.9.5 I am using print card. When I am choosing save as pdf in the printer dialog, the dialog doesn't catches the printTitle, which i have set before the print card. It takes the stack title. This happens only in the OS X standalone, in IDE it catches the

RE: LC Android: Invalid Keystore Format error when saving a standalone for deployment

2015-06-11 Thread Ralph DiMola
Matthias, The keystore should stand on its own. It is not involved with the keychain or any other Mac security. I do my Android linking on a PC. I will copy the keystore to my Mac and test. Also, when opening the keystore from Keystore Explorer can you open the alias and unlock it with the

Re: I wish ...

2015-06-11 Thread Bob Sneidar
Seems like you could write a handler that could do it. The owner is what you want to look at in the dictionary. The owner of an object is the group it is in. Bob S On Jun 11, 2015, at 09:00 , Paul Dupuis p...@researchware.com wrote: ... that LiveCode had a way you could set any and all

Re: I wish ...

2015-06-11 Thread Mike Bonner
If you want to get the size of the group including stuff outside the visible area, look at the formattedheight the formattedwidth or go directly to the formattedrect and use that. On Thu, Jun 11, 2015 at 3:15 PM, Bob Sneidar bobsnei...@iotecdigital.com wrote: Seems like you could write a

Re: LC Android: Invalid Keystore Format error when saving a standalone for deployment

2015-06-11 Thread Matthias Rebbe | M-R-D
Jacque and Ralph, thanks for your comments. There were several problems i had to fix. 1. it seems all copies of my “old” android sdk did not work anymore. Tried here 4 different versions which were stored on different time machine drives. I had to install a new version of it. 2. I had an

Re: I wish ...

2015-06-11 Thread Paul Dupuis
Folks, Thanks for the tips, but I know how to position objects exactly where I want in a scrolling group My venting was that IF you are thinking about the layout in terms of offsets from the top left of the group, you are forever adding the top or left to your object positions If my group is at

Re: LC Android: Invalid Keystore Format error when saving a standalone for deployment

2015-06-11 Thread J. Landman Gay
On June 11, 2015 5:30:42 PM CDT, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de wrote: I noticed today that if i enter the password very fast and definitely without a typo some characters seem to find there way into the field. I remember that happening to me too, and someone else

Re: I wish ...

2015-06-11 Thread dunbarx
All good stuff. You might post this into the Feature Requests section of the forums. But because a relatively straightforward set of handlers and functions would do all that you ask for, including emulating the relative gadget you mentioned, it is not likely that the crew in Scotland will see

Re: I wish ...

2015-06-11 Thread Scott Rossi
If I understand what you're proposing, it should be fairly straightforward to create custom properties that you can set for the objects within the group (or perhaps as a behavior of the group) such as relativeTop, and have that setProp handler calculate whatever offsets you want. Regards,