Hi all,
Read about new developments in LiveCode open source and the open source
community in today's edition of the "This Week in LiveCode" newsletter!
Read issue #170 here: https://goo.gl/p44iZr
This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around
i remember doing a php encryption and trying to make it work with LC..it
was a no gobased on some kind of padding that PHP does.
I didn't have time to figure it out, so I can't help you solve it from my
experience.. but .you're not going crazy...its PHP.
On Mon, Mar 4, 2019 at 1:18 AM
If you happen to know the type of encryption used and also have the keys
or hash, salt whatever used to decrypt it
you could read out the DB value with LC and decrypt it with LC
i only use PHP as middleware to communicate with MySql/MariaDB
Op 4-3-2019 om 16:54 schreef Tom Glod via use-livecod
Entries on the dB itself are not encrypted, so I could use Navicat to view
them. But it probably would be more secure if the entries in the dB itself were
encrypted.
Bill
William Prothero
http://es.earthednet.org
> On Mar 4, 2019, at 7:07 AM, JJS via use-livecode
> wrote:
>
> If you happen
I have a field which shows quotes in an app.
400 pixels wide
320 pixels tall
Font is Helvetica Neue (which shows nicely on iOS and Android)
Font size is 24
Fixed line height = true
Text Height = 32
Margins: 48,0,37.0
On desktop:
scroll down.. that last line of the field shows completel
BR,
I always add 20px to item 4 the "contentRect". I did this a long time ago.
20 Is probably a kludge and could be calculated to a more precise value, but
it has worked for me since 2011. In your example:
("0,0," & (the formattedwidth of control pName) & "," & the formattedheight
of control pNam
Ok you said that the info he received was not decryptable.
Can you put that info in a field in LC and then try to decrypt it, if
you have the credentials?
Op 4-3-2019 om 17:21 schreef prothero--- via use-livecode:
Entries on the dB itself are not encrypted, so I could use Navicat to view
the
This is driving me crazy:
I have a styled text field in the IDE called myFld for which I set the TabStops
to 15,250,320
Is there any way to export myFld to URL and retain the Tab spacings 15,250,320 ?
Thanks for your help,
Roger
___
use-livecode ma
Hi,
In the past I've set up a special format for field listing with column
names on the first line
and tab stops (as comma separated integers( on the very last line)
human readable
sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org
On Mon, Mar 4, 2019 at 12:25 PM Roger Guay via use-li
Thanks for all the replies.
The whole operation I’m describing is solely WordPress, not touching LiveCode
at all. I personally have no knowledge of PHP/WordPress but am tasked with
getting this problem fixed somehow.
If there is someone who could talk to my guy and help him troubleshoot, we
wo
If I understand your question correctly, you would like to export the styled
text to an external document. If this is the case then you could use this:
Put the rtfText of field myField into url myURL — where the file extension
should be .rtf. You will then have styled text document where, to the
hey peter, i work with wordpress and php all the timeand lc of
course i can take a shot at it.i wouldn't mind solving this
for my project as well.
pm me, t...@makeshyft.com
On Mon, Mar 4, 2019 at 5:49 PM Peter Bogdanoff via use-livecode <
use-livecode@lists.runrev.com> wrote:
>
Using the htmltext or the rtfText will not work:
They contain the tabs but NOT the tabspacing.
You could try the following, it works for me.
Make a browser widget with the width of your table field = fld 1.
-- Converts a simple table field with tabstops to a html
-- [-hh fect Mar 2019]
on mouseU
The itemdel (that was translated from html in my last post to a tab)
is the htmlCode of tab: numToChar(38)&"#9;".
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
pr
To avoid misunderstandings here again the (correctly displayed) code:
-- Converts a simple table field with tabstops to a html
-- [-hh fecit, Mar 2019]
on mouseUp
put the htmltext of fld 1 into ht
put the effective textSize of fld 1 into fs
put the tabstops of fld 1 into tStops
put the wi
Last trial. Typos removed and tested to work.
Sorry for the previous faulty version, it's too late here.
-- Converts a simple table field with tabstops to a html
-- [-hh fecit, Mar 2019]
on mouseUp
put the htmltext of fld 1 into ht
put the effective textSize of fld 1 into fs
put the tabstop
This is what I am doing, Torre, but it’s not working! What is preserved is the
number of tabs inserted but not the tab spacing. In the output document, I have
to manually adjust the tabs in the tab bar of TextEdit.
Thanks,
Roger
> On Mar 4, 2019, at 3:59 PM, Tore Nilsen via use-livecode
> wro
Thank you, Herman. I’m going to have to study this to see if I can use it. I am
not converting a "simple table field” but rather a simple field with tabStops
(not sure if that makes a difference?). Also, I’m working with rtfText instead
of HTMLText. (Again, not sure if that makes a difference or
Hi Tom and all,
An update—the people at the remote end (actually in China) have gotten someone
else on the case, whom it seems will be a better fit to work with our guy here
to try to solve the problems. Previously, there was language/communication
difficulties and we were getting nowhere, and
19 matches
Mail list logo