Re: Position the Label/Name of a Button

2018-12-04 Thread Paul Hibbert via use-livecode


> On Dec 4, 2018, at 13:36, Richmond via use-livecode 
> mailto:use-livecode@lists.runrev.com>> wrote:
> 
>  especially as that can easily be faked by using an image as a button.


But if you do need text for any reason, you can fudge it by putting returns 
before the text label to move it down, or after to move it up, and of course as 
already pointed out, use textAlign for Left, Centre or right.

Tested on a Mac (IDE & SA) only, no idea if this works on Win or Linux, not 
expected to work on Mobile and I doubt that it works with HTML5.

Paul

https://www.dropbox.com/s/2apq5km628oa43q/Buttons.png?dl=0 



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Position the Label/Name of a Button

2018-12-04 Thread Richmond via use-livecode

"This is such a basic feature I would thought it was introduced in LC 2."

Well, um, yes . . .

I suspect that quite a lot of us have things that we think of as basic 
features,

and I suspect they are all different.

I'm not sure how essential being able to put a button's label in the 
bottom right-hand
corner is, especially as that can easily be faked by using an image as a 
button.


Richmond.

On 4.12.18 г. 22:01 ч., Sannyasin Brahmanathaswami via use-livecode wrote:

See:

http://wiki.hindu.org/screenshots/button-label-center.png

Syntax
set the iconGravity of button to position
Summary
Specifies wether the icon of a button is placed independently of the
label.

[#type in the entry: wether}

True, setting iconGravity does place the loc of the icon within the boundaries+ 
margins of the button.

But also implied it discretionary placement of the label/name (if showName  is true) . 
But I can't find any way but "centered".. What am I missing? This is such a 
basic feature I would thought it was introduced in LC 2.0

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Can We Position the Label/Name of a Button

2018-12-04 Thread Richmond via use-livecode

Well, that'll push your button name/label right or left, but ti won't
allow you to place it in all the places where you can position an icon.

Richmond.

On 4.12.18 г. 22:34 ч., Klaus major-k via use-livecode wrote:

Hi Swami


Am 04.12.2018 um 21:01 schrieb Sannyasin Brahmanathaswami via use-livecode 
:

See: http://wiki.hindu.org/screenshots/button-label-center.png
Syntax
set the iconGravity of button to position
Summary
Specifies wether the icon of a button is placed independently of the
label.
[#type in the entry: wether}
True, setting iconGravity does place the loc of the icon within the boundaries+ 
margins of the button.

But also implied it discretionary placement of the label/name (if showName  is true) . 
But I can't find any way but "centered".. What am I missing? This is such a 
basic feature I would thought it was introduced in LC 2.0

did you take a look at the "Text" tab in the inspector for your button and set the 
textalign to something else than "center" (default)? :-)


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Can We Position the Label/Name of a Button

2018-12-04 Thread Mike Kerner via use-livecode
have you tried setting the textAlign?

On Tue, Dec 4, 2018 at 3:02 PM Sannyasin Brahmanathaswami via use-livecode <
use-livecode@lists.runrev.com> wrote:

> See:
>
> http://wiki.hindu.org/screenshots/button-label-center.png
>
> Syntax
> set the iconGravity of button to position
> Summary
> Specifies wether the icon of a button is placed independently of
> the
> label.
>
> [#type in the entry: wether}
>
> True, setting iconGravity does place the loc of the icon within the
> boundaries+ margins of the button.
>
> But also implied it discretionary placement of the label/name (if
> showName  is true) . But I can't find any way but "centered".. What am I
> missing? This is such a basic feature I would thought it was introduced in
> LC 2.0
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
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 diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Can We Position the Label/Name of a Button

2018-12-04 Thread Richmond via use-livecode
Well, you can fiddle around with topMargin and bottomMargin, but that 
also affects

icon positions.

Richmond.

On 4.12.18 г. 22:01 ч., Sannyasin Brahmanathaswami via use-livecode wrote:

See:

http://wiki.hindu.org/screenshots/button-label-center.png

Syntax
set the iconGravity of button to position
Summary
Specifies wether the icon of a button is placed independently of the
label.

[#type in the entry: wether}

True, setting iconGravity does place the loc of the icon within the boundaries+ 
margins of the button.

But also implied it discretionary placement of the label/name (if showName  is true) . 
But I can't find any way but "centered".. What am I missing? This is such a 
basic feature I would thought it was introduced in LC 2.0

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Can We Position the Label/Name of a Button

2018-12-04 Thread Klaus major-k via use-livecode
Hi Swami

> Am 04.12.2018 um 21:01 schrieb Sannyasin Brahmanathaswami via use-livecode 
> :
> 
> See: http://wiki.hindu.org/screenshots/button-label-center.png
> Syntax
>   set the iconGravity of button to position
> Summary
>   Specifies wether the icon of a button is placed independently of the
> label. 
> [#type in the entry: wether}
> True, setting iconGravity does place the loc of the icon within the 
> boundaries+ margins of the button. 
> 
> But also implied it discretionary placement of the label/name (if showName  
> is true) . But I can't find any way but "centered".. What am I missing? This 
> is such a basic feature I would thought it was introduced in LC 2.0

did you take a look at the "Text" tab in the inspector for your button and set 
the textalign to something else than "center" (default)? :-)


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: OT-Reading Old Quicken Files

2018-12-04 Thread Matthias Rebbe via use-livecode
Here´s a page which explains the structure of a qif file

http://linuxfinances.info/info/financeformats.html

Regards,
Matthias

Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 04.12.2018 um 20:14 schrieb William Prothero via use-livecode 
> :
> 
> Folks:
> I’m just curious if anybody has tried to use Livecode to read pre-2004 
> Quicken files. They are in binary, and the current Quicken, and Quicken2007 
> (which I have) will no longer read them.
> 
> I’m trying to recover archives of old transactions and checking whether it’s 
> even feasible.
> 
> Best,
> Bill
> 
> William A. Prothero
> http://earthlearningsolutions.org
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Can We Position the Label/Name of a Button

2018-12-04 Thread Sannyasin Brahmanathaswami via use-livecode
See:

http://wiki.hindu.org/screenshots/button-label-center.png

Syntax
set the iconGravity of button to position
Summary
Specifies wether the icon of a button is placed independently of the
label. 

[#type in the entry: wether}

True, setting iconGravity does place the loc of the icon within the boundaries+ 
margins of the button. 

But also implied it discretionary placement of the label/name (if showName  is 
true) . But I can't find any way but "centered".. What am I missing? This is 
such a basic feature I would thought it was introduced in LC 2.0

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: OT-Reading Old Quicken Files

2018-12-04 Thread Richmond via use-livecode
Dunno anything about this at all: but, as it says in the Gospel of 
Thomas, "If you have eyes you should look",

so . . .

poking about on the internet I found that

"The /old format/ was called QIF (/Quicken/ Interchange Format).
The new format, called OFX (Open Financial Exchange),
makes it much easier to activate accounts ... "

and further along, so to speak, I found out 2 interesting things:

"A QIF file is an ASCII  text 
file generated by Quicken financial software. It contains a user's 
financial liability and cash accounts in a text format that can easily 
be read by other programs, including text editors. QIF files are used to 
transfer data between different Quicken data files or from a financial 
institution's website to Quicken software."


and

"
The QIF format was originally developed by Intuit, but it is now 
supported by several financial and accounting programs. Some of these 
programs include *Microsoft Money*, *Corel Quattro Pro*, and *GnuCash*. 
*You can import a QIF file in Quicken by selecting* File → Import → QIF 
file, navigate to the location of the file, and choose the account to 
which you want to import the QIF file."


I wonder if you have tried File → Import → QIF, that might be all that 
is required.


Best, Richmond.

On 4.12.18 г. 21:14 ч., William Prothero via use-livecode wrote:

Folks:
I’m just curious if anybody has tried to use Livecode to read pre-2004 Quicken 
files. They are in binary, and the current Quicken, and Quicken2007 (which I 
have) will no longer read them.

I’m trying to recover archives of old transactions and checking whether it’s 
even feasible.

Best,
Bill

William A. Prothero
http://earthlearningsolutions.org

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

OT-Reading Old Quicken Files

2018-12-04 Thread William Prothero via use-livecode
Folks:
I’m just curious if anybody has tried to use Livecode to read pre-2004 Quicken 
files. They are in binary, and the current Quicken, and Quicken2007 (which I 
have) will no longer read them.

I’m trying to recover archives of old transactions and checking whether it’s 
even feasible.

Best,
Bill

William A. Prothero
http://earthlearningsolutions.org

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: revsecurity.dylib is not 64-bit on macOS

2018-12-04 Thread Brian Milby via use-livecode
Two files to update:

https://raw.githubusercontent.com/livecodepanos/livecode/78435e7a4e36ed0a0892262e88310adff2efc897/ide-support/revsaveasstandalone.livecodescript

https://raw.githubusercontent.com/livecodepanos/livecode/78435e7a4e36ed0a0892262e88310adff2efc897/ide-support/revsblibrary.livecodescript


On Tue, Dec 4, 2018 at 5:16 AM Matthias Rebbe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Has anyone on the list already applied the fix locally and would like to
> share the modified file?
>
> Regards,
> Matthias
>
>
> Matthias Rebbe
>
> free tools for Livecoders:
> https://instamaker.dermattes.de
> https://winsignhelper.dermattes.de
>
> > Am 03.12.2018 um 23:23 schrieb panagiotis merakos via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > Hello all,
> >
> > This will be fixed in the next LiveCode release. If you can't wait, you
> can
> > apply the fix locally:
> >
> > https://github.com/livecode/livecode/pull/6806
> >
> > Best,
> > Panos
> >
> > On Mon, Dec 3, 2018, 21:56 Brian Milby via use-livecode <
> > use-livecode@lists.runrev.com wrote:
> >
> >> Just need to de-fat the file.  Need to change to the location within the
> >> app package in the terminal and use the following command:
> >>
> >> lipo revsecurity.dylib -remove i386 -output revsecurity.dylib
> >>
> >> May need to use "sudo".  Also, will need to resign the app after doing
> so.
> >>
> >> On Mon, Dec 3, 2018 at 3:43 PM kee nethery via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>
> >>> Trying to upload to the Mac App Store and I get this error.
> >>>
> >>> “Unsupported Architectures. Your executable contained the following
> >>> disallowed architectures: ‘[i386 (in
> >> com.elloco.ellocotools.pkg/Payload/El
> >>> Loco Tools.app/Contents/MacOS/revsecurity.dylib)]’. New apps submitted
> to
> >>> the Mac App Store must support 64-bit starting January 2018, and Mac
> app
> >>> updates and existing apps must support 64-bit starting June 2018.”
> >>>
> >>> Is there a 64-bit revsecurity.dylib I can download and swap in to
> replace
> >>> the 32-bit version installed by LiveCode Standalone App Builder?
> >>>
> >>> Alternatively, what functionality must I remove from my app so that
> >>> revsecurity.dylib does not get installed (or can be safely removed
> >>> manually)?
> >>>
> >>> Kee Nethery
> >>> ___
> >>> use-livecode mailing list
> >>> use-livecode@lists.runrev.com
> >>> Please visit this url to subscribe, unsubscribe and manage your
> >>> subscription preferences:
> >>> http://lists.runrev.com/mailman/listinfo/use-livecode
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: revsecurity.dylib is not 64-bit on macOS

2018-12-04 Thread Matthias Rebbe via use-livecode
Has anyone on the list already applied the fix locally and would like to share 
the modified file?

Regards,
Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de
https://winsignhelper.dermattes.de

> Am 03.12.2018 um 23:23 schrieb panagiotis merakos via use-livecode 
> :
> 
> Hello all,
> 
> This will be fixed in the next LiveCode release. If you can't wait, you can
> apply the fix locally:
> 
> https://github.com/livecode/livecode/pull/6806
> 
> Best,
> Panos
> 
> On Mon, Dec 3, 2018, 21:56 Brian Milby via use-livecode <
> use-livecode@lists.runrev.com wrote:
> 
>> Just need to de-fat the file.  Need to change to the location within the
>> app package in the terminal and use the following command:
>> 
>> lipo revsecurity.dylib -remove i386 -output revsecurity.dylib
>> 
>> May need to use "sudo".  Also, will need to resign the app after doing so.
>> 
>> On Mon, Dec 3, 2018 at 3:43 PM kee nethery via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> Trying to upload to the Mac App Store and I get this error.
>>> 
>>> “Unsupported Architectures. Your executable contained the following
>>> disallowed architectures: ‘[i386 (in
>> com.elloco.ellocotools.pkg/Payload/El
>>> Loco Tools.app/Contents/MacOS/revsecurity.dylib)]’. New apps submitted to
>>> the Mac App Store must support 64-bit starting January 2018, and Mac app
>>> updates and existing apps must support 64-bit starting June 2018.”
>>> 
>>> Is there a 64-bit revsecurity.dylib I can download and swap in to replace
>>> the 32-bit version installed by LiveCode Standalone App Builder?
>>> 
>>> Alternatively, what functionality must I remove from my app so that
>>> revsecurity.dylib does not get installed (or can be safely removed
>>> manually)?
>>> 
>>> Kee Nethery
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode