Re: numToChar with socking great numbers

2014-01-14 Thread Richmond
On 15/01/14 02:55, Peter W A Wood wrote: Richmond Have you tried displaying the pile of poo in LivecCode using the same font as you are using in Thunderbird? That would be the best evidence of whether LiveCode supports surrogate pairs under Linux or not. Regards Peter That's a godd idea;

Re: Apple down

2014-01-14 Thread Gerry Orkin
Nope. Working fine here. g On 15 Jan 2014, at 5:40 pm, Nakia Brewer wrote: > Anyone else having trouble logging onto Apple services (Mac AppStore and DEV > centre ?) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t

Apple down

2014-01-14 Thread Nakia Brewer
Anyone else having trouble logging onto Apple services (Mac AppStore and DEV centre ?) Taking the plunge and upgrading to new LC and Xcode and OSX and have stumbled at first hurdle.. Getting the same on both my iMac and MacBook Sent from my iPhone COPYRIGHT / DISCLAIMER: This message and/or i

Re: Antialiased vector graphics in LiveCode 6.5.1

2014-01-14 Thread Alejandro Tejada
The property fillRule [evenodd - nonzero - empty] is somehow related to this bug. After importing some graphics using EpsImport v05C http://andregarzia.on-rev.com/alejandro/stacks/Eps_Import_V05C.zip noticed that I could set or unset the antialiased properties in imported graphics, without affect

Antialiased vector graphics in LiveCode 6.5.1

2014-01-14 Thread Alejandro Tejada
Hi All, Seems like there is a bug in LiveCode 6.5.1 with the property antialiased for vector graphics. When SVGL set the antialiased of every created polygon graphic, this graphic stays empty even when the same script have set their fill. The only way in which these graphics could show their fills

Re: numToChar with socking great numbers

2014-01-14 Thread Peter W A Wood
Richmond Have you tried displaying the pile of poo in LivecCode using the same font as you are using in Thunderbird? That would be the best evidence of whether LiveCode supports surrogate pairs under Linux or not. Regards Peter On 15 Jan 2014, at 02:41, Richmond wrote: > On 14/01/14 15:58, P

Re: Using sockets

2014-01-14 Thread Peter Haworth
Thanks John. I think I'm getting a handle on this now. A client connects to a port and a socket number identifies that client on the port. A server accepts connections on a specific port but then talks to each client that connects to it via the socket assigned to the client. I think the confusi

More UBUNTU woes (system time UBUNTU 13.10)

2014-01-14 Thread Malte Brill
Sorry for my many Linux questions recently (and thanks again for all the replies) On most UBUNTU distros I can do put the long system time (locale is set to german) and it displays just fine under UBUNTU 13.10 put the long system time yields empty with german settings. I suspect this is some

Re: Using sockets

2014-01-14 Thread John Craig
Hi, Pete. If client A connects to server:10100 from 192.168.0.10:12345, then the server can send a response back to client A through 192.168.0.10:12345. Each client that connects to the server can be identified and communicated with in the same way : via the ip:port that they used to send the

Re: numToChar with socking great numbers

2014-01-14 Thread Richmond
On 14/01/14 21:39, Bob Sneidar wrote: Can you imagine replying to something your girlfriend texted with that character and now she won't take your calls? Probably just about the best way to get rid of "that problematic girlfriend". Richmond. Sent from my Samsung Epic™ 4G Touch Alejand

Re: numToChar with socking great numbers

2014-01-14 Thread Bob Sneidar
Can you imagine replying to something your girlfriend texted with that character and now she won't take your calls? Sent from my Samsung Epic™ 4G Touch Alejandro Tejada wrote: Hi Richmond, This is the character you posted: http://www.fileformat.info/info/unicode/char/1F600/index.htm and th

Re: numToChar with socking great numbers

2014-01-14 Thread Richmond
On 14/01/14 15:58, Peter W A Wood wrote: Richmond Are you sure that it's not just a font issue? I believe that Python is installed in a standard Ubuntu distribution so I tried this in Xubuntu: peter@schulz-xubuntu:~$ python Python 2.7.5+ (default, Sep 19 2013, 13:49:51) [GCC 4.8.1] on linux2 Ty

Re: Using sockets

2014-01-14 Thread Mark Schonewille
Hi Pete, Somehow, your server doesn't return data to client on the socket that the client expects. The extra number might be a socket identifier. By using the socket, you can distinguish connections with different clients: 127.0.0.1:10100|213213 and 127.0.0.1:10100|567657 are two different s

Using sockets

2014-01-14 Thread Peter Haworth
Diving into yet another new are of Livecode for me - sockets. My server issues an accept statement for port 10100. My client opens socket 10100. WHen the client connects to the server, the port number I get is not 10100, but some other number which changes on each connection. When sending messa

Re: numToChar with socking great numbers

2014-01-14 Thread Peter W A Wood
Richmond Are you sure that it's not just a font issue? I believe that Python is installed in a standard Ubuntu distribution so I tried this in Xubuntu: peter@schulz-xubuntu:~$ python Python 2.7.5+ (default, Sep 19 2013, 13:49:51) [GCC 4.8.1] on linux2 Type "help", "copyright", "credits" or "licen

Re: LiveCode Server and Getting a List of Files in a Folder

2014-01-14 Thread Robert Brenstein
On 13.01.2014 at 14:49 Uhr -0500 Gregory Lypny apparently wrote: Hi everyone, everything gets messed up even if the handler is not called. LiveCode server stops looking for HTML pages in the Documents folder. I have to comment-out the handler to get things working right again. Gregory I w

Re: Dumb Linux question… How to set the icon for the application?

2014-01-14 Thread G.W.Gaich
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, the icons (

Re: Dumb Linux question… How to set the icon for the application?

2014-01-14 Thread G.W.Gaich
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 (>.png) are in the folder /home/<>/.local/share/icons/hicolor/48x48/apps/ i

Re: Dumb Linux question… How to set the icon for the application?

2014-01-14 Thread Richmond
On 14/01/14 13:14, G.W.Gaich wrote: 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 Semi-useful answer. With Macintosh the

Re: Dumb Linux question… How to set the icon for the application?

2014-01-14 Thread G.W.Gaich
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

Re: Dumb Linux question… How to set the icon for the application?

2014-01-14 Thread Richmond
On 14/01/14 12:49, Malte Brill wrote: Hi Folks. I am too dumb to figure out how to set the application icon for the standalone on Linux. As it nowadays appears to display the liveCode icon, this must be possible somehow. Is it? how? Thanks in advance, Malte I don't think that's a dumb q

Dumb Linux question… How to set the icon for the application?

2014-01-14 Thread Malte Brill
Hi Folks. I am too dumb to figure out how to set the application icon for the standalone on Linux. As it nowadays appears to display the liveCode icon, this must be possible somehow. Is it? how? Thanks in advance, Malte ___ use-livecode mailing lis