Hello Matthias,
Thank you for the info.
I just tested it and it works for me again, too.
Best
Günter
--
Mit freundlichen Grüßen
und bleiben Sie gesund
Günter Wolfgang Gaich
c/o AI-IT GmbH & Co KG
Marburger Str. 6, 35088 Battenberg
Fon: +49 15201704007
E-Mail: gwolfg...@gaich.de
Am 20.11.20
Mike,
in one of my applications I use this code:
command saveSign
show grc "UnterschriftRect" -- lies behind the widget for a white
background
show widget "Unterschrift"
lock screen
if the pathData of widget "Unterschrift" is empty then exit to top
thickenSignature "Unterschri
Hello Charles,
thank you very much. Now it works.
Am 22.03.2018 um 05:25 schrieb Charles Warwick via use-livecode:
Hi,
On 22 Mar 2018, at 1:57 am, G.W.Gaich via use-livecode
wrote:
schannel: decrypted data buffer: offset 0 length 16384
501 Syntax error - line too long
This gives
, G.W.Gaich via use-livecode
wrote:
Hello Charles,
thank you for your reply.
I have the same result if I disable the anti-virus software.
I testet it on another machine (windows 10). I get that error:
tsneterr: (56) Failure when receiving data from the peer
My Mailserver:
smtp.1und1.de
Port is 587
Hello Bob,
thank you for your reply.
With Thunderbird I send emails with attachments everyday to that server.
Best
Günter
Am 19.03.2018 um 16:45 schrieb Bob Sneidar via use-livecode:
Sounds like the receiver is blocking attachments. Many mail gateways do this,
either because the extension is
Hello Charles,
thank you for your reply.
I have the same result if I disable the anti-virus software.
I testet it on another machine (windows 10). I get that error:
tsneterr: (56) Failure when receiving data from the peer
My Mailserver:
smtp.1und1.de
Port is 587
Authentification Method is pa
I made a test:
set the clipboarddata to 1 & tab & 2 & tab & 3
pasted into a google spreadsheet cell and three cells were filled as
expected.
Livecode 8.1.6
windows 7
firefox 56
perhaps it's a mac or browser thing
Am 18.10.2017 um 10:27 schrieb Paul Foraker via use-livecode:
On a Mac with
That may be. My video card is a Geforce GTX 750Ti, nvidia 361.42 driver
installed
Am 14.07.2016 um 18:23 schrieb José Antonio Rocha:
2016-07-14 7:17 GMT-03:00 G.W.Gaich :
[0714/121416:ERROR:webgraphicscontext3d_command_buffer_impl.cc(227)] Failed
to initialize command buffer.
It seems
I have a fresh installation of Linux Mint 18 64bit on my machine at home
and a fresh installation of Ubuntu 16.04 64bit as a virtual machine with
virtualbox. I installed LC 8.0.2 (rc3) for all users in both and have no
dictionary.
If I start LC with terminal I get this:
Use of deprecated SAXv
Hi Panos,
you can download the VM at
https://cloud.gaich.de:4/owncloud/index.php/s/CVQBX4MclZCRUfZ
It's compressed with 7Zip, the user in Linux Mint is test and the
password is testtest
Am 13.04.2016 um 00:31 schrieb G.W.Gaich:
Hi Panos,
thank you for your reply.
I will file
any of these problems.
I suggest you file a bug report (http://quality.livecode.com/) so as we
investigate this further.
Best regards,
Panos
--
PS: Mark Wieder uses a Mint Cinnamon 64 bit, so Mark, if you watch this
thread, please add your input :)
On Wed, Apr 13, 2016 at 12:23 AM, G.W.Gaich
These are my first experiences with LC 8 and Linux:
LiveCode 8.0 (rc1) Linux community 64 bit
Linux Mint 17.3 Cinnamon 64 bit
Try to open the Dictionary.
First click on the dictionary icon: Nothing happens
Second click: A window opens with 2 tabs (API and Guide) but the window
is empty.
I've found a nice text adventure game to learn SQL for beginners.
Have a look at www.sql-island.de
Would be great to have something like that for our kids to learn livecode.
Best
Günter
___
use-livecode mailing list
use-livecode@lists.runrev.com
Pleas
Hello Tiemo,
you can use the public folder . Have a look here:
http://www.7tutorials.com/what-public-folder-how-use-it
(e.g. specialFolderPath("0x002E") is C:/Users/Public/Documents
Best
Günter
Am 07.07.2015 um 10:12 schrieb Tiemo Hollmann TB:
Hello,
I have an option file, which should be r
in the stack script:
on delcd pCd
delete cd id pCd
end delcd
in the script of the btn of your card:
on mouseUp
send ("delcd" && the id of this cd) to this stack in 0
end mouseup
Best
Günter
Am 16.02.2015 um 20:42 schrieb Richmond:
This CANNOT be done, as such.
I am currently working
my last answer was a too fast quick answer
Sorry, I forgot: you have to update the icon cache after copying the
icons: eg.
gtk-update-icon-cache /home/<>/.local/share/icons/hicolor
-
Am 14.01.2014 12:14, schrieb G.W.Gaich:
Hi Malte,
if it's a user install
Sorry, I forgot: you have to update the icon cache after copying the
icons: eg.
/home/<>/.local/share/icons/hicolor
Am 14.01.2014 12:14, schrieb G.W.Gaich:
Hi Malte,
if it's a user install, the icons (<application>>.png) are in the folder
/home/<>/.local/shar
Hi Malte,
if it's a user install, the icons (>.png) are in the folder
/home/<>/.local/share/icons/hicolor/48x48/apps/
in a global installation: /usr/share/icons/hicolor/48x48/apps/
hth
G.Wolfgang Gaich
Am 14.01.2014 11:49, schrieb Malte Brill:
Hi Folks.
I am too dumb to figure
I tried this with my MS-SQL Server and it works after changing the port
to 55999
put "192.168.178.67,55999" into aPrefs["DBServer"]
put "myDB" into aPrefs["DBDatabase"]
put "sa" into aPrefs["DBUser"]
put "myPassword" into aPrefs["DBPassword"]
put revOpenDatabase("ODBC","DRIVER=SQL Server;SERVER
Hello Richmond,
you have to use the windows shell command attrib
e.g. attrib +H
use it in livecode with the shell() function
e.g.
put the directory into tPathAndFilename
replace "/" with "\" in tPathAndFilename
-- if tPathAndFilename contains spaces then
-- put quote & tPathAndFilename &
Hallo Mats,
the correct syntax for the SERVER part is
Server= [protocol:]Server[,port]
hope this helps
Wolfgang
Am 16.04.2013 12:19, schrieb Mats Åström:
Has anyone used revOpenDatabase to connect to an MS SQL database?
I have been trying to open an ODBC connection using this:
put revOpenDa
Hello Richard,
on Windows I use IcoFX for making icons.
http://icofx.ro/
Version 2.4 $49.99
but there is an older Version (1.64 / Freeware)
on http://www.chip.de/downloads/IcoFX_28266149.html
that I'm using for years.
Best Regards
Wolfgang
Am 08.04.2013 03:22, schrieb Richard Gaskin:
Ap
22 matches
Mail list logo