If the systemWindow property is set to true (or the window is a plugin) the
minimizeWindow button (yellow traffic light on Mac OS X) is disabled. Is there
any way to turn it back on in a plugin?
I can minimize a plugin window but I can't set the decoration to show it.
Bill Vlahos
__
And Lion is the current system! What can an ordinary developer do?
I have tried twice to try out Mountain Lion beta ( on a separate drive of
course ) - both times TOTAL CRASH - debugger, then black screen of death.
(did I just blow my NDA?)
checked the logs... at the top was a reference to the '
On 3/17/12 4:31 PM, Thomas McGrath III wrote:
OK, You must have xCode 4.3& xCode 4.3.1
There are two copies to perform,
Alas, those of us still in Snow Leopard can't run XCode 4.3.1 at all. I
tried copying the files the other direction (5.1 SDK into XCode 4.2) and
the simulator works fine b
On 3/17/12 3:27 PM, Chris Sheffield wrote:
Two.
Sent from my iPhone
On Mar 17, 2012, at 10:50 AM, "J. Landman Gay" wrote:
What does iPhoneDeviceScale return on the new iPad? Four?
Thanks Chris. I wonder if that's what it should be.
--
Jacqueline Landman Gay | jac...@hyperactiv
OK, You must have xCode 4.3 & xCode 4.3.1
There are two copies to perform, right click on each of the above and 'show
package contents':
copy this folder from xCode.app (4.3) bundle --
Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
and pla
This seems wrong to me. Regardless of how the engine interprets a chunk
expression, a command of the form put into should
result in containing So the fact that you are
putting "b" into something should result in that thing being "b," where
here the result is "ba" further, there's the fact that
Two.
Sent from my iPhone
On Mar 17, 2012, at 10:50 AM, "J. Landman Gay" wrote:
> What does iPhoneDeviceScale return on the new iPad? Four?
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
> _
Thanks Jacque. I kept seeing it as "line 2 to the end" and so expected
it to go there.
I now see it; so I can simply do
constant infinity=99
put "a" & CR into t; put "b" into line 2 to infinity of t
and I get the right (i.e. desired :-) answer.
Thanks !!
-- Alex
On 17/03/2012 16:33
Hi Tom,
Sorry to be a simpleton on this, but I cannot seem to get this to work.
Your statement that we can get 4.3.1 to work with LC 5.5rc2 is encouraging.
Would you mind providing more specifics regarding what files/folders need to
be copied from/to each location?
On my Mac Pro, I see /Libr
I think this is LiveCode engine problem. It seems to be the use of a NULL
pointer, probably from an error that is not expected and never checked. For
example, a request for memory might be made and a NULL is returned when none is
available. A programmer might be able to prove that an error ca
SELECT A,B,C,TABLE2.D FROM TABLE1 LEFT JOIN TABLE2 ON TABLE2.C < TABLE1.B
On Mar 17, 2012 3:44 AM, "Marek Reichenbach"
wrote:
> I'm trying to do in LiveCode with MySQL:
> how to use data from other table in the same query for filtering:
>
> SELECT A, B ,C, (SELECT D FROM TABLE2 WHERE C[from table
What does iPhoneDeviceScale return on the new iPad? Four?
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Ple
What Jacque said.
answer the number of items of "1,2," --give "2"
Same with line delimiters.
Craig Newman
-Original Message-
From: J. Landman Gay
To: How to use LiveCode
Sent: Sat, Mar 17, 2012 12:35 pm
Subject: Re: Failing to understand the oddities of the "line" chunk
On 3/1
On 3/17/12 6:58 AM, Sergio Schvarstein wrote:
Hi,
I've submitted an app to the AppStore and it was rejected because
several crashes were found.
This is the Apple rejection message:
We found that your app crashed on iPhone 4 and iPad 2 running iOS
5.1, which is not in compliance with the App St
On 3/17/12 8:16 AM, Alex Tweedly wrote:
This code
put "a" & CR into t; put "b" into line 2 of t; put t
produces (as I would expect)
a
b
BUT
put "a" & CR into t; put "b" into line 2 to -1 of t; put t
produces
ba
Why should adding the "to -1" change this to put the new data before
what was
On 03/17/2012 05:54 PM, rand valentine wrote:
Hi, all. I'm stymied in my efforts to save a field of Unicode text to a text
file. I'm working with Windows (7) and the latest version of Livecode.
The field has Unicode text in it which which I can readily copy and paste
into Word and Wordpad and pr
On 3/17/12 11:07 AM, rand valentine wrote:
I so wish Livecode
could just 'do Unicode' without my having to hassle with so many coding
tricks, but I think this is not so much a Livecode issue, as living in the
complex world of Unicode.
I think you'll be happy with the upcoming 5.5 release. Very
I just wrote asking for Unicode help, and found a solution in one of Devin
Asay's helps. I'm writing scripts to help my students move simple Unicode
text files (if there is such a thing) into a Windows-based linguistic
program called Toolbox. This program seems to only recognize UTF8 text. So
using
Hi, all. I'm stymied in my efforts to save a field of Unicode text to a text
file. I'm working with Windows (7) and the latest version of Livecode.
The field has Unicode text in it which which I can readily copy and paste
into Word and Wordpad and preserve all of the Unicode characters. But if
Do you have read permission ?
Check this :
Start regedit.exe
Right click DefaultProductKey
Click on permission
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/queryregistry-problem-win-tp4475724p4480707.html
Sent from the Revolution - User mailing list archive a
Hi Mr. Thunder,
Am 17.03.2012 um 03:59 schrieb Thunder:
> answer queryregistry("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
> NT\CurrentVersion\DefaultProductKey\ProductId")
> Works OK on Win7 (logged on as Admin). Copy from webpage and paste into
> messagebox LiveCode 5.0.2
answer
queryregi
Hi,
Sure, just don't include B in your column list:
SELECT A,C,D FROM table1,table2 WHERE table1.key = table2.key AND
table2.C < table1.B
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkpr
Sorry Mark, one more question. Is there a way for example to do: SELECT
A,B,C,D FROM table1 WHERE A>B... BUT in the result SHOW only A column
result. HIDE B column
?
Please.
On 17 March 2012 14:08, Marek Reichenbach wrote:
> I'll try.
>
> Thanks Mark.
>
>
> On 17 March 2012 14:05, Mark Schonewill
This code
put "a" & CR into t; put "b" into line 2 of t; put t
produces (as I would expect)
a
b
BUT
put "a" & CR into t; put "b" into line 2 to -1 of t; put t
produces
ba
Why should adding the "to -1" change this to put the new data before
what was there before ?
I can see that th
I'll try.
Thanks Mark.
On 17 March 2012 14:05, Mark Schonewille
wrote:
> Hi,
>
> If the unique numbers are the same in both tables and indicate that the
> respective records belong together, then it is what I'm talking about.
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consult
Hi,
If the unique numbers are the same in both tables and indicate that the
respective records belong together, then it is what I'm talking about.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.co
Hi,
I've submitted an app to the AppStore and it was rejected because several
crashes were found.
This is the Apple rejection message:
We found that your app crashed on iPhone 4 and iPad 2 running iOS 5.1, which is
not in compliance with the App Store Review Guidelines.
Your app crashed interm
Hi,
You need something to identify the rows in the tables. Somehow you need to know
which rows belong together. If this doesn't help you, then you need to be more
specific about the type of data in your two tables and what you are trying to
achieve.
--
Best regards,
Mark Schonewille
Economy-
Hi,
First, you need to create one big table. You do this with
SELECT * FROM table1,table2
This table will be way too big, so you need to add a way to select only the
relevant rows from that very big table, e.g.
SELECT * FROM table1,table2 WHERE table1.key = table2.key
You need to test and cha
Le 17 mars 2012 à 07:52, Richmond a écrit :
> Various people, including myself, have been making "funny noises" about
> RevOnline for quite
> some time: but it would seem that the good people in Embro have other fish to
> fry right now.
Yes ! I think that since 9th december 2011...
_
30 matches
Mail list logo