How do I use mouseEnter on iOS?

2011-09-20 Thread William de Smet
Hi there, On one of my apps I change the background of a row round graphics with: on mouseEnter set the backgroundcolor of me to black end mouseEnter I want to do the same on iOS but it sliding/moving my finger doesn't give the same effect. MouseEnter only colors the first graphic. Is this even

Fonts for the iOS apps

2011-09-20 Thread paolo mazza
Hi All, consider I need to import the Arial Narrow font to my iOS app . Referring to the documentation it says :Make sure you have an appropriate license for the fonts you choose to bundle with your app like you would any other media such as sounds, images and videos. All the fonts need licences?

how to not display the card number in the stack title bar?

2011-09-20 Thread Matthias Rebbe
Hi, maybe this is a dumb question, but how can i avoid that the card number is shown in the stack title bar? Regards, Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Klaus on-rev
Hi Mathias, Am 20.09.2011 um 13:11 schrieb Matthias Rebbe: Hi, maybe this is a dumb question, but how can i avoid that the card number is shown in the stack title bar? add a TITLE to the stack :-) Regards, Matthias Best Klaus -- Klaus Major http://www.major-k.de

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread AndyP
Hi Matthias Not dumb at all. Do a right click on the stack and select the Stack property Inspector then give your stack a Name and Title. - Andy Piddock My software never has bugs. It just develops random features. PointandSee is a FREE simple but full featured under cursor colour picker

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Matthias Rebbe
Aaaahhh, you got me. As is said, maybe a dumb question. I really thought that if i don´t enter a title the name of the stack is used. Thanks. Matthias Am 20.09.2011 um 13:19 schrieb Klaus on-rev: Hi Mathias, Am 20.09.2011 um 13:11 schrieb Matthias Rebbe: Hi, maybe this is a dumb

Re: Fonts for the iOS apps

2011-09-20 Thread Mark Schonewille
Hi Paolo, You obtain those licenses from the font developer. There are also lots of free fonts available, some open-source, others public domain. Arial is owned by Microsoft (according to Wikipedia) and a license can be obtained from Ascendercorp. I have a feeling this is going to cost you

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread dunbarx
Just so I get it, was the question really: how to avoid the fact that the name of the stack in the titleBar was Untitled 1, or some such? And that the answer was to provide a stack name? Certainly it was not the card number, right? Craig Newman -Original Message- From: Matthias

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Matthias Rebbe
With no title set the name of the stack is shown in the title bar + the number of the actual shown card. Regards, Matthias Am 20.09.2011 um 14:45 schrieb dunb...@aol.com: Just so I get it, was the question really: how to avoid the fact that the name of the stack in the titleBar was

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Colin Holgate
Not exactly. It remains as Untitled, it doesn't take on the name that you gave the stack when you saved. And Craig, the first number is just one to make it be unique, like Untitled 1 or Untitled 2. After that though there are parens, with the card number in them, if there is more than one

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Matthias Rebbe
Colin, yes and no. I meant the stack name in the stackproperites properties and not the filename. And that stack name (not filename) is used as title if no title is set. And in that case the actual card number is shown. Regards, Matthias Am 20.09.2011 um 15:35 schrieb Colin Holgate: Not

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Colin Holgate
Let's face it, it's way too flexible! Enough in there to make everyone happy, or if not, confused. On Sep 20, 2011, at 10:06 AM, Matthias Rebbe wrote: yes and no. I meant the stack name in the stackproperites properties and not the filename. And that stack name (not filename) is used as

Can I skin a scrollbar?

2011-09-20 Thread Terry Vogelaar
Is there a way to give a custom look to a scrollbar object (progress bar)? How do I avoid the ugly Motif look feel for these on iOS? Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

how to not display the card number in the stack title bar?

2011-09-20 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Hi, maybe this is a dumb question, but how can i avoid that the card number is shown in the stack title bar? Maybe remove the title bar . ? (set the decorations of this stack to empty) or some options which do not include title. HTH -Francis Nothing

Re: Tell me I'm not crazy

2011-09-20 Thread Robert Brenstein
On 19.09.2011 at 16:04 Uhr -0500 Tereza Snyder apparently wrote: Look at the docs for =; LiveCode CAN compare arrays using =. Ah, something new learned; yes, to quote the docs: The ability to compare two arrays using = was added in version 3.5. Previously, comparing two arrays would have

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Matthias Rebbe
I totally agree. I am very often amazed what can be done with LiveCode and sometimes disappointed if something can´t be done. And with tools like DataGridHelper,MobGui or Scott Rossi´s tmControl it´s quite easier to get things done the right way. Oh i forgot GLX2 editor, MarkWieder´s

Re: Tell me I'm not crazy

2011-09-20 Thread Andre Garzia
Tereza, No it is not crazy... can we assume that arrayencode always encode the same way? because this way you can simply arrayencode both values and compare them... andre On Tue, Sep 20, 2011 at 12:45 PM, Tereza Snyder ter...@califex.com wrote: Is it crazy to assume that if = works, then

URLStatus(tURL) doesn't work anymore since LC 4.5.1!?

2011-09-20 Thread Tiemo Hollmann TB
Hello, by incident I found, that something has change with load URL / urlStatus() between Revolution 4.0 and LC 4.5.1/4.6.3 I have an update mechanism in my software with this asynchronous load URL since Rev 2.7 and now the urlstatus() is empty, with the consequence that my update routine

Re: Tell me I'm not crazy

2011-09-20 Thread Joe Lewis Wilkins
A caveat, however; test everything before you rely on it. NO EXCEPTIONS! Particularly when you make major changes to the your systems. Often that may be accomplished by merely running something that you have done previously that worked before. If you have several very different somethings to

Re: Tell me I'm not crazy

2011-09-20 Thread Tereza Snyder
NO you cant: (from the docs) Note: Arrays in LiveCode are un-ordered. This means in particular that encoding two arrays will not necessarily produce the same result, even if the arrays had the same elements. To compare two arrays, simply use the = operator directly on them rather than

Re: Tell me I'm not crazy

2011-09-20 Thread Tereza Snyder
On Sep 20, 2011, at 11:20 AM, Dave Cragg wrote: On 20 Sep 2011, at 16:45, Tereza Snyder wrote: Is it crazy to assume that if = works, then (or in other languages, !=) would also? Not crazy, but we know we shouldn't assume too much. Some of us don't have six hours of hair to

Re: Datagrid Question

2011-09-20 Thread Pete
Hi Marty, Best I can think of is to get the dgProps[column widths] property of the datagrid. It contains a comma-delimited list of the widths of the columns so by adding up the first 3 items of the list, you'll get the left edge of the 4th column, and adding the first 4 items of that list, you'll

Re: Can I skin a scrollbar?

2011-09-20 Thread Roger Eller
On Tue, Sep 20, 2011 at 10:41 AM, Terry Vogelaar wrote: Is there a way to give a custom look to a scrollbar object (progress bar)? How do I avoid the ugly Motif look feel for these on iOS? Terry If the progress bar and some basic buttons are your primary concerns, these examples on

Re: Datagrid Question

2011-09-20 Thread Marty Knapp
Thanks Pete, I have very limited experience with datagrids. What message is sent when the user resizes a column? Where in the datagrid would I place my script - in the group script? Thanks, Mart K Hi Marty, Best I can think of is to get the dgProps[column widths] property of the datagrid.

Re: Datagrid Question

2011-09-20 Thread Pete
PS to my other post. I found am much better way to do this. First, set up a custom behavior for your column 4. Then in the LayoutControl handler of the custom behavior, add the following code: *put* the rectangle of field Total into myRect *put* item 1 of pcontrolRect into item 1 of myRect

Re: Datagrid Question

2011-09-20 Thread Pete
Hi Marty, Just posted a more specific way to do this using the LayoutControl handler of the datagrid's custom behavior. If you're not familiar with setting up custom behaviors: - go to the Columns tab of the inspector for the datagrid - highlight your column 4 - click the plus sign at the bottom

Re: Datagrid Question

2011-09-20 Thread Marty Knapp
That seems to work great Pete. I've now lost the right alignment of the column - it's reverted back to left. I see that there's a dgColumnAlignment but I'm not figuring out how to make that work. The setting in the property inspector is ignored . . . Marty Hi Marty, Just posted a more

Re: Datagrid Question

2011-09-20 Thread zryip theSlug
On Tue, Sep 20, 2011 at 5:22 AM, Marty Knapp martykn...@comcast.net wrote: I have a datagrid with several columns, column 4 of which contains a number. Under the datagrid I have placed a field that keeps a total of the values in this column. I would like this field to match the width of column

Re: Datagrid Question

2011-09-20 Thread zryip theSlug
On Tue, Sep 20, 2011 at 8:22 PM, Marty Knapp martykn...@comcast.net wrote: That seems to work great Pete. I've now lost the right alignment of the column - it's reverted back to left. I see that there's a dgColumnAlignment but I'm not figuring out how to make that work. The setting in the

Re: Datagrid Question

2011-09-20 Thread Marty Knapp
Thanks zryip! That did the trick. Thanks to Pete as well. I appreciate you guys helping me out with this. Marty K On Tue, Sep 20, 2011 at 8:22 PM, Marty Knappmartykn...@comcast.net wrote: That seems to work great Pete. I've now lost the right alignment of the column - it's reverted back to

Using go card on Linux standalone with -ui

2011-09-20 Thread Ben Rubinstein
Thanks to Richard and Mark for previous assistance. I've now got my standalone app running on Linux (system version 2.6.18-238.21.1.el5, but I've no idea what that means or any other information about the flavour), compiled with LC 4.6.4, with the -ui flag. I'm using the trick that Richard

Re: Tell me I'm not crazy

2011-09-20 Thread Bob Sneidar
Tereza, it's my opinion that ought to have worked as well, as it works with other forms of non-numeric data, like strings. I think it's something that slipped by the developers. I would eventually have encountered the same thing. In fact I did encounter a similar kind of thing when checking to

Re: Can I skin a scrollbar?

2011-09-20 Thread Richmond Mathewson
On 09/20/2011 05:41 PM, Terry Vogelaar wrote: Is there a way to give a custom look to a scrollbar object (progress bar)? How do I avoid the ugly Motif look feel for these on iOS? You cut carefully round the skin at the neck, then grasping the skin in one hand, and the head in the other pull

Re: Unity on Windows 8

2011-09-20 Thread Bob Sneidar
Har! :-) On Sep 19, 2011, at 8:06 PM, Mark Wieder wrote: Bob- Monday, September 19, 2011, 9:31:32 AM, you wrote: I wonder how many of these EULA's we would have if no human being I couldn't resist... xkcd to the rescue... https://www.xkcd.com/501/ -- -Mark Wieder

Re: Can I skin a scrollbar?

2011-09-20 Thread Dar Scott
On Sep 20, 2011, at 8:41 AM, Terry Vogelaar wrote: Is there a way to give a custom look to a scrollbar object (progress bar)? How do I avoid the ugly Motif look feel for these on iOS? You might consider creating your own. Maybe you can even write a setProp so you use it much the same way.

Probably an easy to answer question.

2011-09-20 Thread LunchnMeets
Hi Everyone, How do I hide the bar that starts with Inspector that's always displayed at the top left underneath the menuBar? Also I shortened it at one point. How did I do that? I'm embarrassed to ask these questions. I've been using this program too long not to know the answer myself.

Re: Probably an easy to answer question.

2011-09-20 Thread Colin Holgate
On the View menu is Toolbar Text and Toolbar Icons. Selecting combinations of those two will answer your questions. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: How does compiling work?

2011-09-20 Thread Chipp Walters
Great explanation Richard! I have always thought Rev's incredibly efficient architecture as a most elegant abstraction for humans wanting to quickly communicate with and have control of the computer. Your explanation makes it easy to understand how this is done. Thanks for taking the time to

Re: Datagrid Question

2011-09-20 Thread zryip theSlug
On Tue, Sep 20, 2011 at 9:19 PM, Pete p...@mollysrevenge.com wrote: Thanks zryip, that does fix the problem.  But I have to say that it seems really cumbersome to have to do this.  Does it apply to any properties of the column? Hi Pete, - The dgColumnAlignment is a column property which

Re: Datagrid Question

2011-09-20 Thread Pete
Thanks for explanation. So if I have set a column to be non-editable and I create a custom behavior for it, it will become editable? How about if the datagrid itself has been set to be non-editable? Just trying to get a handle on this since I couldn't find anything in the datagrid docs about

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Pete
Another little nuance I notice on the stack Title. If you specify a title, it is displayed exactly as entered. If you enter a name and leave the title blank, an asterisk is appended to the stack name in the title bar. What is the significance of the asterisk? Pete Molly's Revenge

Re: Comma-Delimited Files on Macs

2011-09-20 Thread Gregory Lypny
Hi Richard, Interesting, didn’t know that. Educating users is, or will be, no mean task, though. Thanks for sharing, Gregory On Mon, Sep 19, 2011, at 1:00 PM, use-livecode-requ...@lists.runrev.com wrote: Gregory Lypny wrote: Richard, I?m afraid that changing the extension does not

Re: Comma-Delimited Files on Macs

2011-09-20 Thread stephen barncard
MAC OS RANT I always thought that file suffixes were the 'old' method of typing files ( a PC problem ) and vastly inferior to the flexibility offered by the file types property of files. This was a point of OS superiority because it didn't rely on users including file suffixes correctly. And users

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread J. Landman Gay
It indicates there is no title and only one card. If there is more than one card then the asterisk is replaced by the card number. Pete p...@mollysrevenge.com wrote: Another little nuance I notice on the stack Title. If you specify a title, it is displayed exactly as entered. If you enter a

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Pete
Thanks. Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Sep 20, 2011 at 5:56 PM, J. Landman Gay jac...@hyperactivesw.comwrote: It indicates there is no title and only one card. If there is more than one card then the asterisk is replaced by the card number. Pete

Re: URLStatus(tURL) doesn't work anymore since LC 4.5.1!?

2011-09-20 Thread Mark Talluto
Hi Tiemo, Try: libURLSetStatusCallback Best regards, Mark Talluto http://www.canelasoftware.com On Sep 20, 2011, at 9:33 AM, Tiemo Hollmann TB wrote: Hello, by incident I found, that something has change with load URL / urlStatus() between Revolution 4.0 and LC 4.5.1/4.6.3 I

Re: Using go card on Linux standalone with -ui

2011-09-20 Thread Mark Wieder
Ben- Tuesday, September 20, 2011, 11:49:09 AM, you wrote: I have one last (for now) issue, which is not a show stopper but which it would be nice to fix. Whenever the stack goes to a card, I get *** ASSERTION FAILURE: MCStack::openrect() - window == NULL Richard (I think) mentioned in a