Re: Answer dialog text missing in standalone 9.6.9

2023-07-01 Thread General 2018 via use-livecode
Hi ,

Is this a bug ?
Win 10

LC 9.6.8 Standalone
Black Text.
Background as stack colour but needs to set to white as text cannot be seen.
Buttons black text on grey - a bit naff.

LC 9.6.9 Standalone
White Text.
Background as stack colour - okay except for white as text is white.
Buttons white text on grey - no good.

LC 9.6.8 / 9.6.9
Always black text on white/grey regardless of stack colours?

Is there a fundamental problem with ask/answer dialog on Windows ? Would expect 
this to work and why changing across versions ?


Regards
Camm

> On 30 Jun 2023, at 19:23, Mike Kerner via use-livecode 
>  wrote:
> 
> i think there are other ide stacks that switched from binary to
> script-only stacks in 9.6.9. that broke some other behaviors, too. if
> i was betting, i would bet that the SOS is not explicitly setting the
> font color, but i haven't read the script to confirm, either.
> 
>> On Fri, Jun 30, 2023 at 1:49 PM General 2018 via use-livecode
>>  wrote:
>> 
>> Hi ,
>> 
>> Made new stack and works okay.
>> 
>> Then found that I had set the background colour of ask and answer to white, 
>> this has worked for many years and showed black text. The stack background 
>> is blue. Do I assume something has changed in 9.6.9 ?
>> 
>> I removed the set background to white and the answer background is now blue 
>> as expected with white text. The answer banner is white with black text but 
>> the yes/no buttons are grey with white text which is unreadable.
>> 
>> Regards
>> Camm
>> 
 On 30 Jun 2023, at 13:36, matthias rebbe via use-livecode 
  wrote:
>>> 
>>> Did you already try it with a new stack just with a button which includes 
>>> only a   mouseup script with only the answer command?
>>> 
 Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode 
 :
 
 Windows 10
 LC 9.6.9
 
 Regards
 Camm
 
>> On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
>>  wrote:
> 
> Hello Camm,
> 
> In which platform? Seems to work as expected here (MacOS).
> 
> Cheers,
> Panos
> --
> 
>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>> Hi,
>> 
>> Just the “Yes” , “No”
>> 
>> “Some Text” missing.
>> 
>> Works fine in IDE and previous standalones.
>> 
>> Regards
>> Camm
>> 
>>> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> Hi.
>>> 
>>> I assume you mean the standard “Answer” command. There is no “Answer
>> Text”.
>>> 
>>> So if you:
>>> 
>>> answer “Some Text" with “Yes" or “No"
>>> what exactly pops up?
>>> 
>>> 
>>> 
>>> Craig
>>> 
>>> 
>>> 
>>> 
 On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
 
 Hi,
 
 Answer Text missing in standalone , the icon and buttons (with text)
>> appear but no dialog text.
 All okay in IDE.
 
 Checked inclusions - all seems okay.
 
 Regards
 Camm
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread Mike Kerner via use-livecode
i think there are other ide stacks that switched from binary to
script-only stacks in 9.6.9. that broke some other behaviors, too. if
i was betting, i would bet that the SOS is not explicitly setting the
font color, but i haven't read the script to confirm, either.

On Fri, Jun 30, 2023 at 1:49 PM General 2018 via use-livecode
 wrote:
>
> Hi ,
>
> Made new stack and works okay.
>
> Then found that I had set the background colour of ask and answer to white, 
> this has worked for many years and showed black text. The stack background is 
> blue. Do I assume something has changed in 9.6.9 ?
>
> I removed the set background to white and the answer background is now blue 
> as expected with white text. The answer banner is white with black text but 
> the yes/no buttons are grey with white text which is unreadable.
>
> Regards
> Camm
>
> > On 30 Jun 2023, at 13:36, matthias rebbe via use-livecode 
> >  wrote:
> >
> > Did you already try it with a new stack just with a button which includes 
> > only a   mouseup script with only the answer command?
> >
> >> Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode 
> >> :
> >>
> >> Windows 10
> >> LC 9.6.9
> >>
> >> Regards
> >> Camm
> >>
>  On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
>   wrote:
> >>>
> >>> Hello Camm,
> >>>
> >>> In which platform? Seems to work as expected here (MacOS).
> >>>
> >>> Cheers,
> >>> Panos
> >>> --
> >>>
>  On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>  use-livecode@lists.runrev.com> wrote:
> 
>  Hi,
> 
>  Just the “Yes” , “No”
> 
>  “Some Text” missing.
> 
>  Works fine in IDE and previous standalones.
> 
>  Regards
>  Camm
> 
> > On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>  use-livecode@lists.runrev.com> wrote:
> >
> > Hi.
> >
> > I assume you mean the standard “Answer” command. There is no “Answer
>  Text”.
> >
> > So if you:
> >
> > answer “Some Text" with “Yes" or “No"
> > what exactly pops up?
> >
> >
> >
> > Craig
> >
> >
> >
> >
> >> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>  use-livecode@lists.runrev.com> wrote:
> >>
> >> Hi,
> >>
> >> Answer Text missing in standalone , the icon and buttons (with text)
>  appear but no dialog text.
> >> All okay in IDE.
> >>
> >> Checked inclusions - all seems okay.
> >>
> >> Regards
> >> Camm
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
>  subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
>  subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>  ___
>  use-livecode mailing list
>  use-livecode@lists.runrev.com
>  Please visit this url to subscribe, unsubscribe and manage your
>  subscription preferences:
>  http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> >>> ___
> >>> use-livecode mailing list
> >>> use-livecode@lists.runrev.com
> >>> Please visit this url to subscribe, unsubscribe and manage your 
> >>> subscription preferences:
> >>> http://lists.runrev.com/mailman/listinfo/use-livecode
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your 
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your 
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi ,

Made new stack and works okay.

Then found that I had set the background colour of ask and answer to white, 
this has worked for many years and showed black text. The stack background is 
blue. Do I assume something has changed in 9.6.9 ?

I removed the set background to white and the answer background is now blue as 
expected with white text. The answer banner is white with black text but the 
yes/no buttons are grey with white text which is unreadable.

Regards
Camm

> On 30 Jun 2023, at 13:36, matthias rebbe via use-livecode 
>  wrote:
> 
> Did you already try it with a new stack just with a button which includes 
> only a   mouseup script with only the answer command?
> 
>> Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode 
>> :
>> 
>> Windows 10
>> LC 9.6.9
>> 
>> Regards
>> Camm
>> 
 On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
  wrote:
>>> 
>>> Hello Camm,
>>> 
>>> In which platform? Seems to work as expected here (MacOS).
>>> 
>>> Cheers,
>>> Panos
>>> --
>>> 
 On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
 use-livecode@lists.runrev.com> wrote:
 
 Hi,
 
 Just the “Yes” , “No”
 
 “Some Text” missing.
 
 Works fine in IDE and previous standalones.
 
 Regards
 Camm
 
> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
 use-livecode@lists.runrev.com> wrote:
> 
> Hi.
> 
> I assume you mean the standard “Answer” command. There is no “Answer
 Text”.
> 
> So if you:
> 
> answer “Some Text" with “Yes" or “No"
> what exactly pops up?
> 
> 
> 
> Craig
> 
> 
> 
> 
>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
 use-livecode@lists.runrev.com> wrote:
>> 
>> Hi,
>> 
>> Answer Text missing in standalone , the icon and buttons (with text)
 appear but no dialog text.
>> All okay in IDE.
>> 
>> Checked inclusions - all seems okay.
>> 
>> Regards
>> Camm
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread J. Landman Gay via use-livecode
Is the text color of calling stack white? The dialog will inherit the color 
from that stack, or from the next one in the inheritance path. The text may 
be there but not visible.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On June 30, 2023 7:30:50 AM General 2018 via use-livecode 
 wrote:



Hi ,

Tried all that auto / manual inclusion etc.

You cannot deselect ask / answer it will always include.

Regards
Camm

On 30 Jun 2023, at 13:15, Mike Kerner via use-livecode 
 wrote:


you have to add the answer dialog to your inclusions when building


On Fri, Jun 30, 2023 at 7:19 AM panagiotis m via use-livecode
 wrote:

Hello again,

Just tested on Windows and it works fine here as well.

@Camm
Could it be the case you have customised the answer dialog stack?

Cheers,
Panos
--



On Fri, 30 Jun 2023 at 14:12, panagiotis m  wrote:

Hello Camm,

In which platform? Seems to work as expected here (MacOS).

Cheers,
Panos
--

On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
use-livecode@lists.runrev.com> wrote:


Hi,

Just the “Yes” , “No”

“Some Text” missing.

Works fine in IDE and previous standalones.

Regards
Camm


On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <

use-livecode@lists.runrev.com> wrote:


Hi.

I assume you mean the standard “Answer” command. There is no “Answer

Text”.


So if you:

answer “Some Text" with “Yes" or “No"
what exactly pops up?



Craig





On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <

use-livecode@lists.runrev.com> wrote:


Hi,

Answer Text missing in standalone , the icon and buttons (with text)

appear but no dialog text.

All okay in IDE.

Checked inclusions - all seems okay.

Regards
Camm
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your

subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your

subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode




--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
  and did a little diving.
And God said, "This is good."

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Yes, will give that a try and report back.

Regards
Camm

> On 30 Jun 2023, at 13:58, Craig Newman via use-livecode 
>  wrote:
> 
> Matthias makes a point. Sometimes trying with a brand new stack will show 
> that there is something amiss, even corrupted, with the stack of interest. If 
> the new stack works, it likely means that LiveCode works, and the problem 
> lies within the recalcitrant stack.
> 
> Craig
> 
>> On Jun 30, 2023, at 8:35 AM, matthias rebbe via use-livecode 
>>  wrote:
>> 
>> Did you already try it with a new stack just with a button which includes 
>> only a   mouseup script with only the answer command?
>> 
 Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode 
 :
>>> 
>>> Windows 10
>>> LC 9.6.9
>>> 
>>> Regards
>>> Camm
>>> 
 On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
  wrote:
 
 Hello Camm,
 
 In which platform? Seems to work as expected here (MacOS).
 
 Cheers,
 Panos
 --
 
> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
> Hi,
> 
> Just the “Yes” , “No”
> 
> “Some Text” missing.
> 
> Works fine in IDE and previous standalones.
> 
> Regards
> Camm
> 
>> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>> 
>> Hi.
>> 
>> I assume you mean the standard “Answer” command. There is no “Answer
> Text”.
>> 
>> So if you:
>> 
>> answer “Some Text" with “Yes" or “No"
>> what exactly pops up?
>> 
>> 
>> 
>> Craig
>> 
>> 
>> 
>> 
>>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>>> 
>>> Hi,
>>> 
>>> Answer Text missing in standalone , the icon and buttons (with text)
> appear but no dialog text.
>>> All okay in IDE.
>>> 
>>> Checked inclusions - all seems okay.
>>> 
>>> Regards
>>> Camm
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread Craig Newman via use-livecode
Matthias makes a point. Sometimes trying with a brand new stack will show that 
there is something amiss, even corrupted, with the stack of interest. If the 
new stack works, it likely means that LiveCode works, and the problem lies 
within the recalcitrant stack.

Craig

> On Jun 30, 2023, at 8:35 AM, matthias rebbe via use-livecode 
>  wrote:
> 
> Did you already try it with a new stack just with a button which includes 
> only a   mouseup script with only the answer command?
> 
>> Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode 
>> :
>> 
>> Windows 10
>> LC 9.6.9
>> 
>> Regards
>> Camm
>> 
>>> On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
>>>  wrote:
>>> 
>>> Hello Camm,
>>> 
>>> In which platform? Seems to work as expected here (MacOS).
>>> 
>>> Cheers,
>>> Panos
>>> --
>>> 
 On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
 use-livecode@lists.runrev.com> wrote:
 
 Hi,
 
 Just the “Yes” , “No”
 
 “Some Text” missing.
 
 Works fine in IDE and previous standalones.
 
 Regards
 Camm
 
> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
 use-livecode@lists.runrev.com> wrote:
> 
> Hi.
> 
> I assume you mean the standard “Answer” command. There is no “Answer
 Text”.
> 
> So if you:
> 
> answer “Some Text" with “Yes" or “No"
> what exactly pops up?
> 
> 
> 
> Craig
> 
> 
> 
> 
>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
 use-livecode@lists.runrev.com> wrote:
>> 
>> Hi,
>> 
>> Answer Text missing in standalone , the icon and buttons (with text)
 appear but no dialog text.
>> All okay in IDE.
>> 
>> Checked inclusions - all seems okay.
>> 
>> Regards
>> Camm
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread matthias rebbe via use-livecode
Did you already try it with a new stack just with a button which includes only 
a   mouseup script with only the answer command?

> Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode 
> :
> 
> Windows 10
> LC 9.6.9
> 
> Regards
> Camm
> 
>> On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
>>  wrote:
>> 
>> Hello Camm,
>> 
>> In which platform? Seems to work as expected here (MacOS).
>> 
>> Cheers,
>> Panos
>> --
>> 
>>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> Hi,
>>> 
>>> Just the “Yes” , “No”
>>> 
>>> “Some Text” missing.
>>> 
>>> Works fine in IDE and previous standalones.
>>> 
>>> Regards
>>> Camm
>>> 
 On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
 
 Hi.
 
 I assume you mean the standard “Answer” command. There is no “Answer
>>> Text”.
 
 So if you:
 
 answer “Some Text" with “Yes" or “No"
 what exactly pops up?
 
 
 
 Craig
 
 
 
 
> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
> 
> Hi,
> 
> Answer Text missing in standalone , the icon and buttons (with text)
>>> appear but no dialog text.
> All okay in IDE.
> 
> Checked inclusions - all seems okay.
> 
> Regards
> Camm
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi ,

Not knowingly customised.

Regards
Steve

> On 30 Jun 2023, at 12:19, panagiotis m via use-livecode 
>  wrote:
> 
> Hello again,
> 
> Just tested on Windows and it works fine here as well.
> 
> @Camm
> Could it be the case you have customised the answer dialog stack?
> 
> Cheers,
> Panos
> --
> 
> 
>> On Fri, 30 Jun 2023 at 14:12, panagiotis m  wrote:
>> 
>> Hello Camm,
>> 
>> In which platform? Seems to work as expected here (MacOS).
>> 
>> Cheers,
>> Panos
>> --
>> 
>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> Hi,
>>> 
>>> Just the “Yes” , “No”
>>> 
>>> “Some Text” missing.
>>> 
>>> Works fine in IDE and previous standalones.
>>> 
>>> Regards
>>> Camm
>>> 
 On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
 
 Hi.
 
 I assume you mean the standard “Answer” command. There is no “Answer
>>> Text”.
 
 So if you:
 
 answer “Some Text" with “Yes" or “No"
 what exactly pops up?
 
 
 
 Craig
 
 
 
 
> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
> 
> Hi,
> 
> Answer Text missing in standalone , the icon and buttons (with text)
>>> appear but no dialog text.
> All okay in IDE.
> 
> Checked inclusions - all seems okay.
> 
> Regards
> Camm
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Windows 10
LC 9.6.9

Regards
Camm

> On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
>  wrote:
> 
> Hello Camm,
> 
> In which platform? Seems to work as expected here (MacOS).
> 
> Cheers,
> Panos
> --
> 
>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>> Hi,
>> 
>> Just the “Yes” , “No”
>> 
>> “Some Text” missing.
>> 
>> Works fine in IDE and previous standalones.
>> 
>> Regards
>> Camm
>> 
>>> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> Hi.
>>> 
>>> I assume you mean the standard “Answer” command. There is no “Answer
>> Text”.
>>> 
>>> So if you:
>>> 
>>> answer “Some Text" with “Yes" or “No"
>>> what exactly pops up?
>>> 
>>> 
>>> 
>>> Craig
>>> 
>>> 
>>> 
>>> 
 On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
 
 Hi,
 
 Answer Text missing in standalone , the icon and buttons (with text)
>> appear but no dialog text.
 All okay in IDE.
 
 Checked inclusions - all seems okay.
 
 Regards
 Camm
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi ,

Tried all that auto / manual inclusion etc.

You cannot deselect ask / answer it will always include.

Regards
Camm

> On 30 Jun 2023, at 13:15, Mike Kerner via use-livecode 
>  wrote:
> 
> you have to add the answer dialog to your inclusions when building
> 
>> On Fri, Jun 30, 2023 at 7:19 AM panagiotis m via use-livecode
>>  wrote:
>> 
>> Hello again,
>> 
>> Just tested on Windows and it works fine here as well.
>> 
>> @Camm
>> Could it be the case you have customised the answer dialog stack?
>> 
>> Cheers,
>> Panos
>> --
>> 
>> 
>>> On Fri, 30 Jun 2023 at 14:12, panagiotis m  wrote:
>>> 
>>> Hello Camm,
>>> 
>>> In which platform? Seems to work as expected here (MacOS).
>>> 
>>> Cheers,
>>> Panos
>>> --
>>> 
>>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
 Hi,
 
 Just the “Yes” , “No”
 
 “Some Text” missing.
 
 Works fine in IDE and previous standalones.
 
 Regards
 Camm
 
> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
 use-livecode@lists.runrev.com> wrote:
> 
> Hi.
> 
> I assume you mean the standard “Answer” command. There is no “Answer
 Text”.
> 
> So if you:
> 
> answer “Some Text" with “Yes" or “No"
> what exactly pops up?
> 
> 
> 
> Craig
> 
> 
> 
> 
>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
 use-livecode@lists.runrev.com> wrote:
>> 
>> Hi,
>> 
>> Answer Text missing in standalone , the icon and buttons (with text)
 appear but no dialog text.
>> All okay in IDE.
>> 
>> Checked inclusions - all seems okay.
>> 
>> Regards
>> Camm
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
>>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> 
> -- 
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>   and did a little diving.
> And God said, "This is good."
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread Mike Kerner via use-livecode
you have to add the answer dialog to your inclusions when building

On Fri, Jun 30, 2023 at 7:19 AM panagiotis m via use-livecode
 wrote:
>
> Hello again,
>
> Just tested on Windows and it works fine here as well.
>
> @Camm
> Could it be the case you have customised the answer dialog stack?
>
> Cheers,
> Panos
> --
>
>
> On Fri, 30 Jun 2023 at 14:12, panagiotis m  wrote:
>
> > Hello Camm,
> >
> > In which platform? Seems to work as expected here (MacOS).
> >
> > Cheers,
> > Panos
> > --
> >
> > On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> Hi,
> >>
> >> Just the “Yes” , “No”
> >>
> >> “Some Text” missing.
> >>
> >> Works fine in IDE and previous standalones.
> >>
> >> Regards
> >> Camm
> >>
> >> > On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >> >
> >> > Hi.
> >> >
> >> > I assume you mean the standard “Answer” command. There is no “Answer
> >> Text”.
> >> >
> >> > So if you:
> >> >
> >> > answer “Some Text" with “Yes" or “No"
> >> > what exactly pops up?
> >> >
> >> >
> >> >
> >> > Craig
> >> >
> >> >
> >> >
> >> >
> >> >> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >> >>
> >> >> Hi,
> >> >>
> >> >> Answer Text missing in standalone , the icon and buttons (with text)
> >> appear but no dialog text.
> >> >> All okay in IDE.
> >> >>
> >> >> Checked inclusions - all seems okay.
> >> >>
> >> >> Regards
> >> >> Camm
> >> >> ___
> >> >> use-livecode mailing list
> >> >> use-livecode@lists.runrev.com
> >> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >> >
> >> > ___
> >> > use-livecode mailing list
> >> > use-livecode@lists.runrev.com
> >> > Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >>
> >
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread panagiotis m via use-livecode
Hello again,

Just tested on Windows and it works fine here as well.

@Camm
Could it be the case you have customised the answer dialog stack?

Cheers,
Panos
--


On Fri, 30 Jun 2023 at 14:12, panagiotis m  wrote:

> Hello Camm,
>
> In which platform? Seems to work as expected here (MacOS).
>
> Cheers,
> Panos
> --
>
> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Hi,
>>
>> Just the “Yes” , “No”
>>
>> “Some Text” missing.
>>
>> Works fine in IDE and previous standalones.
>>
>> Regards
>> Camm
>>
>> > On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> >
>> > Hi.
>> >
>> > I assume you mean the standard “Answer” command. There is no “Answer
>> Text”.
>> >
>> > So if you:
>> >
>> > answer “Some Text" with “Yes" or “No"
>> > what exactly pops up?
>> >
>> >
>> >
>> > Craig
>> >
>> >
>> >
>> >
>> >> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> >>
>> >> Hi,
>> >>
>> >> Answer Text missing in standalone , the icon and buttons (with text)
>> appear but no dialog text.
>> >> All okay in IDE.
>> >>
>> >> Checked inclusions - all seems okay.
>> >>
>> >> Regards
>> >> Camm
>> >> ___
>> >> use-livecode mailing list
>> >> use-livecode@lists.runrev.com
>> >> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> >> http://lists.runrev.com/mailman/listinfo/use-livecode
>> >
>> > ___
>> > use-livecode mailing list
>> > use-livecode@lists.runrev.com
>> > Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> > http://lists.runrev.com/mailman/listinfo/use-livecode
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread panagiotis m via use-livecode
Hello Camm,

In which platform? Seems to work as expected here (MacOS).

Cheers,
Panos
--

On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi,
>
> Just the “Yes” , “No”
>
> “Some Text” missing.
>
> Works fine in IDE and previous standalones.
>
> Regards
> Camm
>
> > On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hi.
> >
> > I assume you mean the standard “Answer” command. There is no “Answer
> Text”.
> >
> > So if you:
> >
> > answer “Some Text" with “Yes" or “No"
> > what exactly pops up?
> >
> >
> >
> > Craig
> >
> >
> >
> >
> >> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>
> >> Hi,
> >>
> >> Answer Text missing in standalone , the icon and buttons (with text)
> appear but no dialog text.
> >> All okay in IDE.
> >>
> >> Checked inclusions - all seems okay.
> >>
> >> Regards
> >> Camm
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi,

Just the “Yes” , “No”

“Some Text” missing.

Works fine in IDE and previous standalones.

Regards
Camm

> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode 
>  wrote:
> 
> Hi.
> 
> I assume you mean the standard “Answer” command. There is no “Answer Text”.
> 
> So if you:
> 
> answer “Some Text" with “Yes" or “No"
> what exactly pops up?
> 
> 
> 
> Craig
> 
> 
> 
> 
>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode 
>>  wrote:
>> 
>> Hi,
>> 
>> Answer Text missing in standalone , the icon and buttons (with text) appear 
>> but no dialog text.
>> All okay in IDE.
>> 
>> Checked inclusions - all seems okay.
>> 
>> Regards
>> Camm
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog text missing in standalone 9.6.9

2023-06-29 Thread Craig Newman via use-livecode
Hi.

I assume you mean the standard “Answer” command. There is no “Answer Text”.

So if you:

answer “Some Text" with “Yes" or “No"
what exactly pops up?



Craig




> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode 
>  wrote:
> 
> Hi,
> 
> Answer Text missing in standalone , the icon and buttons (with text) appear 
> but no dialog text.
> All okay in IDE.
> 
> Checked inclusions - all seems okay.
> 
> Regards
> Camm
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Answer Dialog in Stack now

2020-04-03 Thread Erik Beugelaar via use-livecode
Hi Bob,

Did you take into account the release notes (LiveCode 9.4) about Standalone 
Building?

StandaloneBuilding
The standalone builder has always needed to close the stacks it builds for 
reasons pretty deeplyin
grained in the code. 

However this causes a few problems, for example:
- values in script locals become empty
- behaviors are broken when the parent script is on / in a stack which closes

As an attempt to improve this situation, the code that locks messages when 
closing and openingstacks for standalone builds has been removed. 
This means that where previously mainstacks
would not receive any of the (pre)open* and close* messages (e.g. preOpenStack, 
openStack, openCard, closeStack etc) during standalone build, they now do.

If this causes problems for your stack, you can exit from the handler if 
standalone building is inprogress:

on closeStack
if the environment is "development" and \  
there is a stack "revStandaloneProgress" and \  
the mode of stack "revStandaloneProgress" > 0 then
exit closeStack
end if
end closeStack

LiveCode 9.0.4 Release Notes 5/10/192

Maybe this will help.

Kind regards,
Erik



-Original Message-
From: use-livecode  On Behalf Of Bob 
Sneidar via use-livecode
Sent: vrijdag 3 april 2020 00:16
To: How to use LiveCode 
Cc: Bob Sneidar 
Subject: Re: Answer Dialog in Stack now

Also, the standalone builder altered all the paths to my stackFiles as though 
they were in the same folder as the stack itself. They are not.

I’m just going on record here to say the standalone builder at present is 
completely unusable. I’ll file a support ticket.

Bob S


On Apr 2, 2020, at 3:01 PM, Bob Sneidar via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:

Okay crisis temporarily averted. For whatever reason the Standalone Builder 
copied several Livecode UI stacks as substacks of my Mainstack! THAT’S NOT 
SUPPOSED TO HAPPEN!

Bob S


On Apr 2, 2020, at 2:54 PM, Bob Sneidar via use-livecode 
mailto:use-livecode@lists.runrev.com><mailto:use-livecode@lists.runrev.com>>
 wrote:

Hi all.

I just created a standalone for a new project for the first time. Now every 
time I open it, it complains that there is already and answer Dialog stack in 
memory! What’s worse, any time I use the form Answer Password I can see what I 
type!!! Livecode Devs, MAKE IT STOP!!! You cannot POSSIBLY expect new users to 
deal with this.

How do I “purge” my stack of the errant Answer Dialog?

Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer Dialog in Stack now

2020-04-02 Thread Bob Sneidar via use-livecode
Also, the standalone builder altered all the paths to my stackFiles as though 
they were in the same folder as the stack itself. They are not.

I’m just going on record here to say the standalone builder at present is 
completely unusable. I’ll file a support ticket.

Bob S


On Apr 2, 2020, at 3:01 PM, Bob Sneidar via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:

Okay crisis temporarily averted. For whatever reason the Standalone Builder 
copied several Livecode UI stacks as substacks of my Mainstack! THAT’S NOT 
SUPPOSED TO HAPPEN!

Bob S


On Apr 2, 2020, at 2:54 PM, Bob Sneidar via use-livecode 
mailto:use-livecode@lists.runrev.com>>
 wrote:

Hi all.

I just created a standalone for a new project for the first time. Now every 
time I open it, it complains that there is already and answer Dialog stack in 
memory! What’s worse, any time I use the form Answer Password I can see what I 
type!!! Livecode Devs, MAKE IT STOP!!! You cannot POSSIBLY expect new users to 
deal with this.

How do I “purge” my stack of the errant Answer Dialog?

Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer Dialog in Stack now

2020-04-02 Thread Bob Sneidar via use-livecode
Okay crisis temporarily averted. For whatever reason the Standalone Builder 
copied several Livecode UI stacks as substacks of my Mainstack! THAT’S NOT 
SUPPOSED TO HAPPEN!

Bob S


On Apr 2, 2020, at 2:54 PM, Bob Sneidar via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:

Hi all.

I just created a standalone for a new project for the first time. Now every 
time I open it, it complains that there is already and answer Dialog stack in 
memory! What’s worse, any time I use the form Answer Password I can see what I 
type!!! Livecode Devs, MAKE IT STOP!!! You cannot POSSIBLY expect new users to 
deal with this.

How do I “purge” my stack of the errant Answer Dialog?

Bob S

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog enhancement...

2020-03-31 Thread J. Landman Gay via use-livecode
I had to create my own for mobile since the default didn't do what I 
wanted. I implemented it as a group. When the user hits the OK button it 
places the response in the dialogdata and sends a message to the card. The 
card has a handler that captures the message and gets the dialogdata to do 
what it needs. If the user cancels, the dialogdata contains "cancel".


I keep the group in an unplaced background, and when I need it I copy it to 
the card. When it's dismissed I delete it. That way I don't need to include 
it on all the cards. I trigger it with a command that passes any necessary 
data to the group as parameters.


I don't think it's possible to remove the answer dialog from an app, the 
last time I tried it reselected itself, so I just ignore it. Since I was 
using it on mobile this works pretty well, but on desktop it would be 
confined to the card rect. You could do the same thing with a stack, which 
would eliminate the need to copy anything.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On March 31, 2020 6:11:51 PM Paul Dupuis via use-livecode 
 wrote:



On 3/31/2020 6:10 PM, Bob Sneidar via use-livecode wrote:
The answer dialog is simply a stack in and of itself if I am not mistaken. 
I’m wondering if you couldn’t find that stack and clone it for your own 
purposes…


Bob S


Yes. That is easy enough. Turn on "Show IDE Stacks in List" from the
"View" menu and there are the Answer and Ask Dialogs.

Then you need to work out how the Answer command passes its data via
"the dialogData" property into order to create an alternative calling
routine that sets up the Don't Ask Again check box

You could copy the Answer to your own project  and in the Standalone
Settings switch to Manual Inclusions and exclude the Answer Dialog. Then
I believe the answer command will use the copy of the dialog in your
project. Then you need to add the button, change the resizeStack
handlers accordingly, script its show and hide, add code to get the
return value

AND remember to see if the dialog needs updates with each new release of
LiveCode.

That is why I asked if anyone has already done it so as to not re-invent
the wheel.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog enhancement...

2020-03-31 Thread Paul Dupuis via use-livecode

On 3/31/2020 7:12 PM, Bob Sneidar via use-livecode wrote:

Seems like most if not all this code has been done already in the dialog 
itself. I’ll look into it because I wanted at one point to make an enhanced 
answer dialog as well.

Bob S


I'm thinking that if I need to roll my own, then my approach might be to 
write a handler that adds or removes the button by script from the 
standard Answer Dialog. That was if LC Corporate every makes changed to 
the dialog, your project inherits them with a new built under a new 
version of the engine.


If you copy the dialog, then you either need to rename it and maintain 
it or do manual Inclusions and exclude the engine from conflicting with 
your copy.


I was thinking something like:

on mouseUp
  dontaskagain "on","Do not show this message again."
  answer warning "Some message I may not want to see again." with 
"Cancel" or "OK" titled "A Message"

  put it into tAnswer
  dontaskagain "off"
end mouseUp

command dontaskagain pActivate, pLabel
  -- usage:
  -- dontaskagain "on|off" [, ]
  --   dontaskagain "on","Do not show this message again."
  --   answer warning "Some message I may not want to see again." with 
"Cancel" or "OK" titled "A Message"

  --   put it into tAnswer
  --   dontaskagain "off"

  switch pActivate
    case "on"
  -- setup the templateButton
  set the style of the templateButton to "checkbox"
  set the label of the templateButton to pLabel
  set the width of the templateButton to the formattedWidth of the 
templateButton

  set the height of the templateButton to 23
  --
  create btn "DontAskAgain" in cd 1 of stack "Answer Dialog"
  --
  reset the templateButton
  break
    case "off"
  delete btn "DontAskAgain" of cd 1 of stack "Answer Dialog"
  break
  end switch
end dontaskagain

This adds the checkbox or removes it to the built in Answer Dialog 
dynamically. The problem is pre-positioning the checkbox. The dialog has 
a preOpenCard handler that does the position and if I position it ahead 
of time the code it the preOpenCard changes things


I think I need to insert a openCard handler into the stack dynamically, 
which would execute after preOpenCard, that positions the check box OR


attach a behavior script with an "after preOpenCard" handler, but I 
don't understand exactly how to do that??




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog enhancement...

2020-03-31 Thread Bob Sneidar via use-livecode
Seems like most if not all this code has been done already in the dialog 
itself. I’ll look into it because I wanted at one point to make an enhanced 
answer dialog as well.

Bob S


On Mar 31, 2020, at 4:09 PM, Paul Dupuis via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:

On 3/31/2020 6:10 PM, Bob Sneidar via use-livecode wrote:
The answer dialog is simply a stack in and of itself if I am not mistaken. I’m 
wondering if you couldn’t find that stack and clone it for your own purposes…

Bob S

Yes. That is easy enough. Turn on "Show IDE Stacks in List" from the "View" 
menu and there are the Answer and Ask Dialogs.

Then you need to work out how the Answer command passes its data via "the 
dialogData" property into order to create an alternative calling routine that 
sets up the Don't Ask Again check box

You could copy the Answer to your own project  and in the Standalone Settings 
switch to Manual Inclusions and exclude the Answer Dialog. Then I believe the 
answer command will use the copy of the dialog in your project. Then you need 
to add the button, change the resizeStack handlers accordingly, script its show 
and hide, add code to get the return value

AND remember to see if the dialog needs updates with each new release of 
LiveCode.

That is why I asked if anyone has already done it so as to not re-invent the 
wheel.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog enhancement...

2020-03-31 Thread Paul Dupuis via use-livecode

On 3/31/2020 6:10 PM, Bob Sneidar via use-livecode wrote:

The answer dialog is simply a stack in and of itself if I am not mistaken. I’m 
wondering if you couldn’t find that stack and clone it for your own purposes…

Bob S


Yes. That is easy enough. Turn on "Show IDE Stacks in List" from the 
"View" menu and there are the Answer and Ask Dialogs.


Then you need to work out how the Answer command passes its data via 
"the dialogData" property into order to create an alternative calling 
routine that sets up the Don't Ask Again check box


You could copy the Answer to your own project  and in the Standalone 
Settings switch to Manual Inclusions and exclude the Answer Dialog. Then 
I believe the answer command will use the copy of the dialog in your 
project. Then you need to add the button, change the resizeStack 
handlers accordingly, script its show and hide, add code to get the 
return value


AND remember to see if the dialog needs updates with each new release of 
LiveCode.


That is why I asked if anyone has already done it so as to not re-invent 
the wheel.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog enhancement...

2020-03-31 Thread Bob Sneidar via use-livecode
The answer dialog is simply a stack in and of itself if I am not mistaken. I’m 
wondering if you couldn’t find that stack and clone it for your own purposes…

Bob S


On Mar 31, 2020, at 12:24 PM, Paul Dupuis via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:

Here is another attempt to not reinvent the wheel:

We, like a lot of people, use:

answer [/iconType/]/prompt/[with/button1/[or/buttons/]] [titled/windowTitle/] 
[as sheet]

And we use the various iconTypes to who error, warning, or informational icons. 
We have a lot of these that are caution dialogs (are you sure that... sort of 
thing). We'd like to move to the (now) common UI convention of having a "Do not 
show this again." check box in the dialog combined with a set of saved 
preferences for whether the used indicated it should not be shown again. We 
already have a preferences system in place.

I am seeking if someone has already written code to ADD a "Do not ask this 
again." check box to the existing Answer Dialog, so you could do something like:

DontShowAgain "on"
answer warning "Are you sure you want to quit before saving?" with "Save" or 
"Quit" titled "Are You Sure?"
put it into tResponse
put line x of the dalogData into tDontShowAgain
DontShowAgain "off"

where a handler DontShowAgain creates and positions a check box in the existing 
Answer Dialog and adds a script to put the result in the dialogData (or some 
means to check it afterwards)

Alternatively, if no one has glued this onto the existing Answer Dialog has 
anyone created a custom Answer Dialog with a Do Not Show Again check box that 
has the same general capabilities (icon type by platform (Win/OSX), html text 
prompts, named buttons, and windowTitle as parameters)

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ANSWER: OSX High Sierra and Mojave Double Titlebars or Menubars?

2019-07-31 Thread J. Landman Gay via use-livecode
My client's copy doesn't save the position and size of the script 
editor. Every time she opens it, it appears in the default 
configuration. Might be related.


On 7/31/19 11:47 AM, Bob Sneidar via use-livecode wrote:

This is probably why when I save the location of a stack before closing it, 
then restore it when I open it, the stack is never exactly where it was before. 
It shifts down and to the left by the same amount in both directions.

Bob S



On Jul 31, 2019, at 09:38 , Paul Dupuis via use-livecode 
 wrote:

This was a tough bug to pin down, but it is a bug in LC901 through 905rc1 and 
perhaps earlier with the moveStack handler not always redrawing a stack whose 
position is adjusted by the handler under OSX (tested on El Capitan and High 
Sierra)

Test stack and recipe reproducing the problem posted to the Quality Center bug: 
https://quality.livecode.com/show_bug.cgi?id=22267



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ANSWER: OSX High Sierra and Mojave Double Titlebars or Menubars?

2019-07-31 Thread Bob Sneidar via use-livecode
This is probably why when I save the location of a stack before closing it, 
then restore it when I open it, the stack is never exactly where it was before. 
It shifts down and to the left by the same amount in both directions. 

Bob S


> On Jul 31, 2019, at 09:38 , Paul Dupuis via use-livecode 
>  wrote:
> 
> This was a tough bug to pin down, but it is a bug in LC901 through 905rc1 and 
> perhaps earlier with the moveStack handler not always redrawing a stack whose 
> position is adjusted by the handler under OSX (tested on El Capitan and High 
> Sierra)
> 
> Test stack and recipe reproducing the problem posted to the Quality Center 
> bug: https://quality.livecode.com/show_bug.cgi?id=22267


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer & Ask dialogs in Windows Standalones

2018-09-12 Thread Knapp Martin via use-livecode
I’ve been trying it both ways and sometimes it “takes” and sometimes it doesn’t.

> On Sep 12, 2018, at 4:03 PM, Paul Dupuis via use-livecode 
>  wrote:
> 
> I let LC set the inclusions
> 
> 
> On 9/12/2018 6:31 PM, Knapp Martin via use-livecode wrote:
>> Are you selecting you own inclusions or letting LC take care of that? In my 
>> case I need to select my own.
>> 
>> Marty
>> 
>>> On Sep 12, 2018, at 3:28 PM, Matthias Rebbe via use-livecode 
>>>  wrote:
>>> 
>>> Hi,
>>> 
>>> i cannot confirm this here for  Windows 10 and LC Business. All is working 
>>> well.
>>> 
>>> I created a stack and added 2 buttons. One with a mouseup/answer and one 
>>> with a mousuep/ask script.
>>> 
>>> I set up the standalone settings to create the default Win/Mac/Linux and 
>>> also to create only a Windows app.
>>> 
>>> Both Windows standalones showed the correct behaviour and displayed the ask 
>>> and answer dialogs correctly.
>>> 
>>> I´ve created even a Windows app under MAC OS X and tried that under Windows 
>>> 10. That is also showing the correct behaviour.
>>> 
>>> 
>>> Regards,
>>> 
>>> Matthias
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
 Am 12.09.2018 um 23:01 schrieb Paul Dupuis via use-livecode 
 :
 
 I can conform this issue with 9.0.1 stable under Windows 8.1
 
 Created a new stack in LC9.0.1 with a Quit button and a Question button
 with the following script:
 
 *on*mouseUp pMouseButton
 
 *answer*"Do you want:"with"A"or"B"or"C"
 
 *answer*"You selected:"& with"OK"
 
 *end*mouseUp
 
 And build a default Windows standalone.
 
 The script behaves as expected in the IDE, generates nothing (no answer
 dialogs) in the Standalone.
 
 
 
 
 
 
 On 9/12/2018 3:56 PM, Knapp Martin via use-livecode wrote:
> What's the story with Ask and Answer dialogs in Windows Standalones? I 
> can't get them to show up. In the Standalone settings, when selecting 
> your inclusions, they are pre-selected. In fact if you uncheck them, 
> close the settings window, save, then open the setting again, they are 
> selected again. I've tried to build standalones with them selected and 
> not selected but I can't tell if the setting is even sticking. But either 
> way I have no Answer dialogs.
> 
> Using LC 9.0.1 stable
> 
> Marty
> ___


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Answer & Ask dialogs in Windows Standalones

2018-09-12 Thread Paul Dupuis via use-livecode
I let LC set the inclusions


On 9/12/2018 6:31 PM, Knapp Martin via use-livecode wrote:
> Are you selecting you own inclusions or letting LC take care of that? In my 
> case I need to select my own.
>
> Marty
>
>> On Sep 12, 2018, at 3:28 PM, Matthias Rebbe via use-livecode 
>>  wrote:
>>
>> Hi,
>>
>> i cannot confirm this here for  Windows 10 and LC Business. All is working 
>> well.
>>
>> I created a stack and added 2 buttons. One with a mouseup/answer and one 
>> with a mousuep/ask script.
>>
>> I set up the standalone settings to create the default Win/Mac/Linux and 
>> also to create only a Windows app.
>>
>> Both Windows standalones showed the correct behaviour and displayed the ask 
>> and answer dialogs correctly.
>>
>> I´ve created even a Windows app under MAC OS X and tried that under Windows 
>> 10. That is also showing the correct behaviour.
>>
>>
>> Regards,
>>
>> Matthias
>>
>>
>>
>>
>>
>>
>>> Am 12.09.2018 um 23:01 schrieb Paul Dupuis via use-livecode 
>>> :
>>>
>>> I can conform this issue with 9.0.1 stable under Windows 8.1
>>>
>>> Created a new stack in LC9.0.1 with a Quit button and a Question button
>>> with the following script:
>>>
>>> *on*mouseUp pMouseButton
>>>
>>> *answer*"Do you want:"with"A"or"B"or"C"
>>>
>>> *answer*"You selected:"& with"OK"
>>>
>>> *end*mouseUp
>>>
>>> And build a default Windows standalone.
>>>
>>> The script behaves as expected in the IDE, generates nothing (no answer
>>> dialogs) in the Standalone.
>>>
>>>
>>>
>>>
>>>
>>>
>>> On 9/12/2018 3:56 PM, Knapp Martin via use-livecode wrote:
 What's the story with Ask and Answer dialogs in Windows Standalones? I 
 can't get them to show up. In the Standalone settings, when selecting your 
 inclusions, they are pre-selected. In fact if you uncheck them, close the 
 settings window, save, then open the setting again, they are selected 
 again. I've tried to build standalones with them selected and not selected 
 but I can't tell if the setting is even sticking. But either way I have no 
 Answer dialogs.

 Using LC 9.0.1 stable

 Marty
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

>>>
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Answer & Ask dialogs in Windows Standalones

2018-09-12 Thread Matthias Rebbe via use-livecode
I‘ve used the default setting ‚Search for‘

Von meinem iPhone gesendet

> Am 13.09.2018 um 00:31 schrieb Knapp Martin via use-livecode 
> :
> 
> Are you selecting you own inclusions or letting LC take care of that? In my 
> case I need to select my own.
> 
> Marty
> 
>> On Sep 12, 2018, at 3:28 PM, Matthias Rebbe via use-livecode 
>>  wrote:
>> 
>> Hi,
>> 
>> i cannot confirm this here for  Windows 10 and LC Business. All is working 
>> well.
>> 
>> I created a stack and added 2 buttons. One with a mouseup/answer and one 
>> with a mousuep/ask script.
>> 
>> I set up the standalone settings to create the default Win/Mac/Linux and 
>> also to create only a Windows app.
>> 
>> Both Windows standalones showed the correct behaviour and displayed the ask 
>> and answer dialogs correctly.
>> 
>> I´ve created even a Windows app under MAC OS X and tried that under Windows 
>> 10. That is also showing the correct behaviour.
>> 
>> 
>> Regards,
>> 
>> Matthias
>> 
>> 
>> 
>> 
>> 
>> 
>>> Am 12.09.2018 um 23:01 schrieb Paul Dupuis via use-livecode 
>>> :
>>> 
>>> I can conform this issue with 9.0.1 stable under Windows 8.1
>>> 
>>> Created a new stack in LC9.0.1 with a Quit button and a Question button
>>> with the following script:
>>> 
>>> *on*mouseUp pMouseButton
>>> 
>>> *answer*"Do you want:"with"A"or"B"or"C"
>>> 
>>> *answer*"You selected:"& with"OK"
>>> 
>>> *end*mouseUp
>>> 
>>> And build a default Windows standalone.
>>> 
>>> The script behaves as expected in the IDE, generates nothing (no answer
>>> dialogs) in the Standalone.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
 On 9/12/2018 3:56 PM, Knapp Martin via use-livecode wrote:
 What's the story with Ask and Answer dialogs in Windows Standalones? I 
 can't get them to show up. In the Standalone settings, when selecting your 
 inclusions, they are pre-selected. In fact if you uncheck them, close the 
 settings window, save, then open the setting again, they are selected 
 again. I've tried to build standalones with them selected and not selected 
 but I can't tell if the setting is even sticking. But either way I have no 
 Answer dialogs.
 
 Using LC 9.0.1 stable
 
 Marty
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
>>> 
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Answer & Ask dialogs in Windows Standalones

2018-09-12 Thread Knapp Martin via use-livecode
Are you selecting you own inclusions or letting LC take care of that? In my 
case I need to select my own.

Marty

> On Sep 12, 2018, at 3:28 PM, Matthias Rebbe via use-livecode 
>  wrote:
> 
> Hi,
> 
> i cannot confirm this here for  Windows 10 and LC Business. All is working 
> well.
> 
> I created a stack and added 2 buttons. One with a mouseup/answer and one with 
> a mousuep/ask script.
> 
> I set up the standalone settings to create the default Win/Mac/Linux and also 
> to create only a Windows app.
> 
> Both Windows standalones showed the correct behaviour and displayed the ask 
> and answer dialogs correctly.
> 
> I´ve created even a Windows app under MAC OS X and tried that under Windows 
> 10. That is also showing the correct behaviour.
> 
> 
> Regards,
> 
> Matthias
> 
> 
> 
> 
> 
> 
>> Am 12.09.2018 um 23:01 schrieb Paul Dupuis via use-livecode 
>> :
>> 
>> I can conform this issue with 9.0.1 stable under Windows 8.1
>> 
>> Created a new stack in LC9.0.1 with a Quit button and a Question button
>> with the following script:
>> 
>> *on*mouseUp pMouseButton
>> 
>> *answer*"Do you want:"with"A"or"B"or"C"
>> 
>> *answer*"You selected:"& with"OK"
>> 
>> *end*mouseUp
>> 
>> And build a default Windows standalone.
>> 
>> The script behaves as expected in the IDE, generates nothing (no answer
>> dialogs) in the Standalone.
>> 
>> 
>> 
>> 
>> 
>> 
>> On 9/12/2018 3:56 PM, Knapp Martin via use-livecode wrote:
>>> What's the story with Ask and Answer dialogs in Windows Standalones? I 
>>> can't get them to show up. In the Standalone settings, when selecting your 
>>> inclusions, they are pre-selected. In fact if you uncheck them, close the 
>>> settings window, save, then open the setting again, they are selected 
>>> again. I've tried to build standalones with them selected and not selected 
>>> but I can't tell if the setting is even sticking. But either way I have no 
>>> Answer dialogs.
>>> 
>>> Using LC 9.0.1 stable
>>> 
>>> Marty
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Answer & Ask dialogs in Windows Standalones

2018-09-12 Thread Matthias Rebbe via use-livecode
forgot to mention, the of course i used also the final release of LC 9.0.1.



> Am 13.09.2018 um 00:28 schrieb Matthias Rebbe 
> :
> 
> Hi,
> 
> i cannot confirm this here for  Windows 10 and LC Business. All is working 
> well.
> 
> I created a stack and added 2 buttons. One with a mouseup/answer and one with 
> a mousuep/ask script.
> 
> I set up the standalone settings to create the default Win/Mac/Linux and also 
> to create only a Windows app.
> 
> Both Windows standalones showed the correct behaviour and displayed the ask 
> and answer dialogs correctly.
> 
> I´ve created even a Windows app under MAC OS X and tried that under Windows 
> 10. That is also showing the correct behaviour.
> 
> 
> Regards,
> 
> Matthias
> 
> 
> 
> 
> 
> 
>> Am 12.09.2018 um 23:01 schrieb Paul Dupuis via use-livecode 
>> :
>> 
>> I can conform this issue with 9.0.1 stable under Windows 8.1
>> 
>> Created a new stack in LC9.0.1 with a Quit button and a Question button
>> with the following script:
>> 
>> *on*mouseUp pMouseButton
>> 
>> *answer*"Do you want:"with"A"or"B"or"C"
>> 
>> *answer*"You selected:"& with"OK"
>> 
>> *end*mouseUp
>> 
>> And build a default Windows standalone.
>> 
>> The script behaves as expected in the IDE, generates nothing (no answer
>> dialogs) in the Standalone.
>> 
>> 
>> 
>> 
>> 
>> 
>> On 9/12/2018 3:56 PM, Knapp Martin via use-livecode wrote:
>>> What's the story with Ask and Answer dialogs in Windows Standalones? I 
>>> can't get them to show up. In the Standalone settings, when selecting your 
>>> inclusions, they are pre-selected. In fact if you uncheck them, close the 
>>> settings window, save, then open the setting again, they are selected 
>>> again. I've tried to build standalones with them selected and not selected 
>>> but I can't tell if the setting is even sticking. But either way I have no 
>>> Answer dialogs.
>>> 
>>> Using LC 9.0.1 stable
>>> 
>>> Marty
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Answer & Ask dialogs in Windows Standalones

2018-09-12 Thread Matthias Rebbe via use-livecode
Hi,

i cannot confirm this here for  Windows 10 and LC Business. All is working well.

I created a stack and added 2 buttons. One with a mouseup/answer and one with a 
mousuep/ask script.

I set up the standalone settings to create the default Win/Mac/Linux and also 
to create only a Windows app.

Both Windows standalones showed the correct behaviour and displayed the ask and 
answer dialogs correctly.

I´ve created even a Windows app under MAC OS X and tried that under Windows 10. 
That is also showing the correct behaviour.


Regards,

Matthias






> Am 12.09.2018 um 23:01 schrieb Paul Dupuis via use-livecode 
> :
> 
> I can conform this issue with 9.0.1 stable under Windows 8.1
> 
> Created a new stack in LC9.0.1 with a Quit button and a Question button
> with the following script:
> 
> *on*mouseUp pMouseButton
> 
> *answer*"Do you want:"with"A"or"B"or"C"
> 
> *answer*"You selected:"& with"OK"
> 
> *end*mouseUp
> 
> And build a default Windows standalone.
> 
> The script behaves as expected in the IDE, generates nothing (no answer
> dialogs) in the Standalone.
> 
> 
> 
> 
> 
> 
> On 9/12/2018 3:56 PM, Knapp Martin via use-livecode wrote:
>> What's the story with Ask and Answer dialogs in Windows Standalones? I can't 
>> get them to show up. In the Standalone settings, when selecting your 
>> inclusions, they are pre-selected. In fact if you uncheck them, close the 
>> settings window, save, then open the setting again, they are selected again. 
>> I've tried to build standalones with them selected and not selected but I 
>> can't tell if the setting is even sticking. But either way I have no Answer 
>> dialogs.
>> 
>> Using LC 9.0.1 stable
>> 
>> Marty
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Answer & Ask dialogs in Windows Standalones

2018-09-12 Thread Paul Dupuis via use-livecode
I can conform this issue with 9.0.1 stable under Windows 8.1

Created a new stack in LC9.0.1 with a Quit button and a Question button
with the following script:

*on*mouseUp pMouseButton

*answer*"Do you want:"with"A"or"B"or"C"

*answer*"You selected:"& with"OK"

*end*mouseUp

And build a default Windows standalone.

The script behaves as expected in the IDE, generates nothing (no answer
dialogs) in the Standalone.






On 9/12/2018 3:56 PM, Knapp Martin via use-livecode wrote:
> What's the story with Ask and Answer dialogs in Windows Standalones? I can't 
> get them to show up. In the Standalone settings, when selecting your 
> inclusions, they are pre-selected. In fact if you uncheck them, close the 
> settings window, save, then open the setting again, they are selected again. 
> I've tried to build standalones with them selected and not selected but I 
> can't tell if the setting is even sticking. But either way I have no Answer 
> dialogs.
>
> Using LC 9.0.1 stable
>
> Marty
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer with...

2017-08-16 Thread Dr. Hawkins via use-livecode
On Wed, Aug 16, 2017 at 12:07 PM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi
> I have a blank...
> I need to use a prompt in the form of
>   answer "Your choice" with "John" or "Mary" or "Cancel"
>
> the problem is that the number of options depends on the
> result of a DB request, and can vary from 2 to 6...
>

put "answer " & quote & "Your  Choice"  & " with" into myCmd
repeat for each word who in theLIst

put who & " or " after myCmd

end repeat

delete char -4 to -1 of yCmd
do myCmd


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer with...

2017-08-16 Thread jbv via use-livecode
works like a charm...

Thanks a lot.


On Wed, August 16, 2017 10:13 pm, J. Landman Gay via use-livecode wrote:
> On 8/16/17 10:07 pm, jbv via use-livecode wrote:
>
>
>> I have a blank...
>> I need to use a prompt in the form of
>> answer "Your choice" with "John" or "Mary" or "Cancel"
>>
>> the problem is that the number of options depends on the result of a DB
>> request, and can vary from 2 to 6...
>
> I think the answer command has always accepted CR instead of "or" if I
> remember right. At any rate, if you don't want to use a field, you can just
> replace the commas with CR and use that.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
>
>
> ___
> use-livecode mailing list use-livecode@lists.runrev.com Please visit this
> url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer with...

2017-08-16 Thread J. Landman Gay via use-livecode

On 8/16/17 10:07 pm, jbv via use-livecode wrote:

> I have a blank...
> I need to use a prompt in the form of
>answer "Your choice" with "John" or "Mary" or "Cancel"
>
> the problem is that the number of options depends on the
> result of a DB request, and can vary from 2 to 6...

I think the answer command has always accepted CR instead of "or" if I 
remember right. At any rate, if you don't want to use a field, you can 
just replace the commas with CR and use that.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: answer with...

2017-08-16 Thread Ralph DiMola via use-livecode
Android Mobile is limited to 3.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer with...

2017-08-16 Thread Richard Gaskin via use-livecode

Richmond Mathewson wrote:

> This works:
>
> on mouseUp
>   answer "your Choice" with fld "CHOIX"
> end mouseUp

Apparently that works with any return-delimited container, including 
variables.


I couldn't find mention of this in the Dictionary entry for "answer". 
Any know offhand if there's a bug report for that?


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: answer with...

2017-08-16 Thread ** Clarence P Martin ** via use-livecode
Thanks!
This is cool!
I appreciate it when people contribute code snippets.
I would have never thought of this.

Sincerely,

Clarence Martin
Email: chi...@themartinz.com
Cell: 626 6965561

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Richmond Mathewson via use-livecode
Sent: Wednesday, August 16, 2017 12:56 PM
To: How to use LiveCode <use-livecode@lists.runrev.com>
Cc: Richmond Mathewson <richmondmathew...@gmail.com>
Subject: Re: answer with...

Ha, Ha! I didn't know that either until I had a "mad" idea and tried it.

Richmond.

On 8/16/17 10:54 pm, Klaus major-k via use-livecode wrote:
> Hi Richmond,
>
>> Am 16.08.2017 um 21:32 schrieb Richmond Mathewson via use-livecode
<use-livecode@lists.runrev.com>:
>>
>> This works:
>>
>> on mouseUp
>>answer"your Choice" with fld "CHOIX"
>> end mouseUp
>>
>> if fld "CHOIX" is a listField
> WOW, now THIS is really cool!
> And also works with "normal" (editable) fields.
>
> Really did not know this, thank you, Sir. :-)
>
>> Richmond.
>>
>> On 8/16/17 10:07 pm, jbv via use-livecode wrote:
>>> Hi
>>> I have a blank...
>>> I need to use a prompt in the form of
>>>answer "Your choice" with "John" or "Mary" or "Cancel"
>>>
>>> the problem is that the number of options depends on the result of a 
>>> DB request, and can vary from 2 to 6...
>>> I tried to put ("John" or "Mary" or "Cancel") in a string but 
>>> (answer "Your choice" with myString) doesn't work as expected...
>>> Any idea ?
>>>
>>> Thanks in advance
>>> jbv
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> kl...@major-k.de
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer with...

2017-08-16 Thread Richmond Mathewson via use-livecode

Ha, Ha! I didn't know that either until I had a "mad" idea and tried it.

Richmond.

On 8/16/17 10:54 pm, Klaus major-k via use-livecode wrote:

Hi Richmond,


Am 16.08.2017 um 21:32 schrieb Richmond Mathewson via use-livecode 
:

This works:

on mouseUp
   answer"your Choice" with fld "CHOIX"
end mouseUp

if fld "CHOIX" is a listField

WOW, now THIS is really cool!
And also works with "normal" (editable) fields.

Really did not know this, thank you, Sir. :-)


Richmond.

On 8/16/17 10:07 pm, jbv via use-livecode wrote:

Hi
I have a blank...
I need to use a prompt in the form of
   answer "Your choice" with "John" or "Mary" or "Cancel"

the problem is that the number of options depends on the
result of a DB request, and can vary from 2 to 6...
I tried to put ("John" or "Mary" or "Cancel") in a string
but (answer "Your choice" with myString) doesn't work as
expected...
Any idea ?

Thanks in advance
jbv

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer with...

2017-08-16 Thread Klaus major-k via use-livecode
Hi Richmond,

> Am 16.08.2017 um 21:32 schrieb Richmond Mathewson via use-livecode 
> :
> 
> This works:
> 
> on mouseUp
>   answer"your Choice" with fld "CHOIX"
> end mouseUp
> 
> if fld "CHOIX" is a listField

WOW, now THIS is really cool! 
And also works with "normal" (editable) fields.

Really did not know this, thank you, Sir. :-)

> Richmond.
> 
> On 8/16/17 10:07 pm, jbv via use-livecode wrote:
>> Hi
>> I have a blank...
>> I need to use a prompt in the form of
>>   answer "Your choice" with "John" or "Mary" or "Cancel"
>> 
>> the problem is that the number of options depends on the
>> result of a DB request, and can vary from 2 to 6...
>> I tried to put ("John" or "Mary" or "Cancel") in a string
>> but (answer "Your choice" with myString) doesn't work as
>> expected...
>> Any idea ?
>> 
>> Thanks in advance
>> jbv

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer with...

2017-08-16 Thread Richmond Mathewson via use-livecode

http://forums.livecode.com/viewtopic.php?f=7=29638#p157100

Richmond.

On 8/16/17 10:07 pm, jbv via use-livecode wrote:

Hi
I have a blank...
I need to use a prompt in the form of
   answer "Your choice" with "John" or "Mary" or "Cancel"

the problem is that the number of options depends on the
result of a DB request, and can vary from 2 to 6...
I tried to put ("John" or "Mary" or "Cancel") in a string
but (answer "Your choice" with myString) doesn't work as
expected...
Any idea ?

Thanks in advance
jbv


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer with...

2017-08-16 Thread Richmond Mathewson via use-livecode

This works:

onmouseUp

answer"your Choice" withfld "CHOIX"

endmouseUp


if fld "CHOIX" is a listField

Richmond.


On 8/16/17 10:07 pm, jbv via use-livecode wrote:

Hi
I have a blank...
I need to use a prompt in the form of
   answer "Your choice" with "John" or "Mary" or "Cancel"

the problem is that the number of options depends on the
result of a DB request, and can vary from 2 to 6...
I tried to put ("John" or "Mary" or "Cancel") in a string
but (answer "Your choice" with myString) doesn't work as
expected...
Any idea ?

Thanks in advance
jbv


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file under OSX El Capitan no longer has titlebar

2017-04-24 Thread J. Landman Gay via use-livecode
It was fixed in a later LC version. I get a title even without the 
"titled" parameter, and I'm still on El Capitan. I remember when it 
broke but it was fixed pretty soon after, I just can't recall which 
version that was.


On 4/24/17 2:09 PM, Colin Holgate via use-livecode wrote:

I seem to have prompt text in the title bar of the file dialog. But that’s with 
Sierra not El Capitan.



On Apr 24, 2017, at 11:57 AM, Paul Dupuis via use-livecode 
 wrote:

First, I realize I am on old versions of things. I am using LC 6.7.11
and running mostly under OSX Mavericks (10.9.5)

I just discovered that - under El Capitan (10.11.x) and presumably 10.12
- the LiveCode 'ask file ' statement no longer display the
 text because the open file dialog under El Capitan no longer
displays a titlebar!

This may have been covered in some past discussion on this email list.
If so can someone tell me if there is some work-around for this.

OR if this is the first people have heard of this, can someone verify
this issue?




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: answer file under OSX El Capitan no longer has titlebar

2017-04-24 Thread Colin Holgate via use-livecode
I get the title prompt with answer too, without any workaround.

But talking about that for a moment, it would need to be this:

on mouseUp

local pp,myPath

put "I m the missing prompt" into pp

answer file pp with myPath titled pp

end mouseUp


In LiveCode 8 you can’t get away with:

put "I m the missing prompt" into pp


> On Apr 24, 2017, at 1:12 PM, hh via use-livecode 
>  wrote:
> 
> It's the answer file only, not the ask file:
> 
> The following workaround is from a bug report, I can't
> remember the number and who found it (not me, at any rate).
> 
> put "I m the missing prompt" into pp
> answer file pp with myPath titled pp
> 
> 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: answer file under OSX El Capitan no longer has titlebar

2017-04-24 Thread panagiotis merakos via use-livecode
Hi all,

I guess Hermann is referring to this bug report
http://quality.livecode.com/show_bug.cgi?id=16264.

This bug was fixed in LC 8.0.0.

Best,
Panos
--

On Mon, Apr 24, 2017 at 9:12 PM, hh via use-livecode <
use-livecode@lists.runrev.com> wrote:

> It's the answer file only, not the ask file:
>
> The following workaround is from a bug report, I can't
> remember the number and who found it (not me, at any rate).
>
> put "I m the missing prompt" into pp
> answer file pp with myPath titled pp
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file under OSX El Capitan no longer has titlebar

2017-04-24 Thread hh via use-livecode
It's the answer file only, not the ask file:

The following workaround is from a bug report, I can't
remember the number and who found it (not me, at any rate).

put "I m the missing prompt" into pp
answer file pp with myPath titled pp



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file under OSX El Capitan no longer has titlebar

2017-04-24 Thread Colin Holgate via use-livecode
I seem to have prompt text in the title bar of the file dialog. But that’s with 
Sierra not El Capitan.


> On Apr 24, 2017, at 11:57 AM, Paul Dupuis via use-livecode 
>  wrote:
> 
> First, I realize I am on old versions of things. I am using LC 6.7.11
> and running mostly under OSX Mavericks (10.9.5)
> 
> I just discovered that - under El Capitan (10.11.x) and presumably 10.12
> - the LiveCode 'ask file ' statement no longer display the
>  text because the open file dialog under El Capitan no longer
> displays a titlebar!
> 
> This may have been covered in some past discussion on this email list.
> If so can someone tell me if there is some work-around for this.
> 
> OR if this is the first people have heard of this, can someone verify
> this issue?
> 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Answer Folder Prompt Message

2016-08-05 Thread Bob Sneidar
Thanks Jacque. :-)

Bob S


On Aug 4, 2016, at 12:29 , J. Landman Gay 
> wrote:

It's El Capitan, Apple changed the rules again.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer Folder Prompt Message

2016-08-04 Thread J. Landman Gay

On 8/3/2016 4:59 PM, Bob Sneidar wrote:

I just noticed that Answer Folder prompt is not showing up in El
Capitan. The dialog shows and works okay, but there is no prompt.
This may be an issue with El Capitan or it may be a bug.


It's El Capitan, Apple changed the rules again. Somewhere along the line 
it's been fixed to show the prompt in the title bar. I can't remember 
which release but it's there in 8.1.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer dialog duplication on building standalone?

2015-04-17 Thread Gerry
Once in each dialog window? :)

g

 On 17 Apr 2015, at 10:02 am, Dr. Hawkins doch...@gmail.com wrote:
 
 In fact, it occurs twice.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer dialog duplication on building standalone?

2015-04-17 Thread Mark Schonewille

Hi Richard,

I see this very often. Perhaps it has to do with my own scripts that use 
the answer and ask dialogs immediately before I build a standalone. It 
could also have something to do with password-protected stacks. I tend 
to ignore these warnings.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Installer Maker for LiveCode:
http://qery.us/468

Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 4/17/2015 00:46, Dr. Hawkins wrote:

I'm now getting a warning when building stacks to the effect that there is
already a stack named answer dialog,and that livecode won't be able to tell
them apart.  There is no such stack in my own stacks.

Is anyone else seeing this?



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer dialog duplication on building standalone?

2015-04-16 Thread Dr. Hawkins
On Thu, Apr 16, 2015 at 3:46 PM, Dr. Hawkins doch...@gmail.com wrote:

 I'm now getting a warning when building stacks to the effect that there is
 already a stack named answer dialog,


In fact, it occurs twice.


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer File DIalog

2015-02-15 Thread Peter Haworth
Added QCC report # 14615

On Sat Feb 14 2015 at 7:24:27 PM J. Landman Gay jac...@hyperactivesw.com
wrote:

 On 2/14/2015 7:24 PM, Peter Haworth wrote:
  What I'm looking for is a menu
  of encoding types (UTF8, UTF16, etc).  If you're on a Mac, run Textedit
 and
  choose Open from the File menu and you'll see what I mean.

 I don't think you can from the answer file dialog. BBEdit has the same
 kind of dropdown as Text Ediit, btw, so the OS supports it (or at least,
 OS X does.) Might be a good feature request, since the unicode
 capability has introduced the need for this.

 --
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer File DIalog

2015-02-15 Thread Richard Gaskin

Peter Haworth wrote:

 When I select Open from the Textedit File menu, I see a dropdown menu
 of encodings to be used when I select a file.

 Is there a way to have that menu appear with the LC answer file
 dialog?

This isn't a filter option, but merely a way for the user to provide 
additional info to the app when selecting a file (because of course 
users fully understand text encodings and can provide helpful info there 
g).


I haven't played with Mac APIs since the ol' Inside Mac days, but back 
then you could get a handle to the standard GetFile dialog and populate 
the lower portion of it with any additional controls you like.


My guess would be that this particular addition isn't a single API call 
call, but a custom enhancement using some Cocoa method similar to the 
old Dialog Manager routines.


As such, this seems like a good job for LiveCode 8, in which we'll be 
able to directly access OS APIs for this sort of thing.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer File DIalog

2015-02-14 Thread Paul Hibbert
Yes there is, see answer file with type in the dictionary, but here's example 
I've used…

on mouseUp
  answer file Choose an Image to import... with defaultFolder with \
type All Images|png,jpg,gif|PNG,JPG,GIF or \
type PNG|png|PNG or \
type GIF|gif|GIF or \
type JPEG|jpg|JPG as sheet
  if it is empty then
 exit to top
  else
 set the itemDel to slash
 put the last item of it into fld myImagePath
 set the fileName of img myImage to it
  end if
end mouseUp

HTH

Paul

 On Feb 14, 2015, at 4:29 PM, Peter Haworth p...@lcsql.com wrote:
 
 When I select Open from the Textedit File menu, I see a dropdown menu of
 encodings to be used when I select a file.
 
 Is there a way to have that menu appear with the LC answer file dialog?
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Answer File DIalog

2015-02-14 Thread Peter Haworth
Hi Paul,
Right, that's for filtering by file type.  What I'm looking for is a menu
of encoding types (UTF8, UTF16, etc).  If you're on a Mac, run Textedit and
choose Open from the File menu and you'll see what I mean.

On Sat Feb 14 2015 at 5:10:41 PM Paul Hibbert p...@livecode.org wrote:

 Yes there is, see answer file with type in the dictionary, but here's
 example I've used…

 on mouseUp
   answer file Choose an Image to import... with defaultFolder with \
 type All Images|png,jpg,gif|PNG,JPG,GIF or \
 type PNG|png|PNG or \
 type GIF|gif|GIF or \
 type JPEG|jpg|JPG as sheet
   if it is empty then
  exit to top
   else
  set the itemDel to slash
  put the last item of it into fld myImagePath
  set the fileName of img myImage to it
   end if
 end mouseUp

 HTH

 Paul

  On Feb 14, 2015, at 4:29 PM, Peter Haworth p...@lcsql.com wrote:
 
  When I select Open from the Textedit File menu, I see a dropdown menu of
  encodings to be used when I select a file.
 
  Is there a way to have that menu appear with the LC answer file dialog?
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Answer File DIalog

2015-02-14 Thread J. Landman Gay

On 2/14/2015 7:24 PM, Peter Haworth wrote:

What I'm looking for is a menu
of encoding types (UTF8, UTF16, etc).  If you're on a Mac, run Textedit and
choose Open from the File menu and you'll see what I mean.


I don't think you can from the answer file dialog. BBEdit has the same 
kind of dropdown as Text Ediit, btw, so the OS supports it (or at least, 
OS X does.) Might be a good feature request, since the unicode 
capability has introduced the need for this.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer File (RESOLVED)

2014-10-10 Thread JB
It kind of explains it.  I previously had trouble
with the answer file filtering and gave up.  You
mentioned you needed to list the Adobe etc, 
not just .pdf.  How about jpg and jpeg there are
many applications that use these types.

How about providing a sample script that will let
me filter everything but jpg, jpeg, rev, gif, text, db.

John Balgenorth

\
On Oct 10, 2014, at 2:51 PM, Bob Sneidar bobsnei...@iotecdigital.com wrote:

 Hi all.
 
 I know this has been answered but I though I would post what I have found 
 working with the answer file command and OS X. 
 
 First, the dictionary does not make it all that clear how this works. For the 
 type, you MUST supply at least the first and second pipe delimited values eg. 
 “Adobe Acrobat Files|PDF. Using only “pdf” DOES NOT WORK! This will 
 effectively IGNORE the type argument and allow you to select ALL files! You 
 MUST supply at least 2 piped items, even if the first item is blank! 
 
 Secondly, wildcards do not seem to work in the type form, and the filter form 
 does not work on OS X either. You will not be able to select ANY files using 
 this form. Apparently it doesn’t matter a WHIT what you put in the first or 
 the 3rd pipe delimited item. I put “BLAH” in the third and got only PDF’s. I 
 put Adobe PDF document” (from the Get Info dialog) but put nothing in the 
 2nd item and could select ANYTHING even apps. 
 
 So to sum it up, the ONLY thing that matters is the second item. You can also 
 provide a return delimited list of these piped entries for multiple 
 selections. 
 
 I hope this helps some Mac Users out there who are as befuddled as I was with 
 the answer files command. If you are developing for multiple platforms that 
 include OS X and Windows, you will need to test for the Platform and 
 conditionally branch from there. 
 
 Bob S
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer File (RESOLVED)

2014-10-10 Thread Bob Sneidar
The filter is inclusive, not exclusive. You would need to include every file 
type on your computer EXCEPT the ones you want to exclude. That of course, is 
not practical.

As I mentioned but did not likely make entirely clear, the *only* piped item 
that matters is the second one, or the second one in each line of a return 
delimited list. For example:

“JPEG Files|jpg”
“|jpeg”

will allow you to select files of type JPG and JPEG. Not sure if the TYPE form 
will work on Windows. If it does then the FILTER form is essentially deprecated.

Bob S


On Oct 10, 2014, at 15:01 , JB 
sund...@pacifier.commailto:sund...@pacifier.com wrote:

It kind of explains it.  I previously had trouble
with the answer file filtering and gave up.  You
mentioned you needed to list the Adobe etc, 
not just .pdf.  How about jpg and jpeg there are
many applications that use these types.

How about providing a sample script that will let
me filter everything but jpg, jpeg, rev, gif, text, db.

John Balgenorth

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer File (RESOLVED)

2014-10-10 Thread JB
Thank you, Bob.

I have a better understanding of it now.

John Balgenorth



On Oct 10, 2014, at 3:13 PM, Bob Sneidar bobsnei...@iotecdigital.com wrote:

 The filter is inclusive, not exclusive. You would need to include every file 
 type on your computer EXCEPT the ones you want to exclude. That of course, is 
 not practical.
 
 As I mentioned but did not likely make entirely clear, the *only* piped item 
 that matters is the second one, or the second one in each line of a return 
 delimited list. For example:
 
 “JPEG Files|jpg”
 “|jpeg”
 
 will allow you to select files of type JPG and JPEG. Not sure if the TYPE 
 form will work on Windows. If it does then the FILTER form is essentially 
 deprecated.
 
 Bob S
 
 
 On Oct 10, 2014, at 15:01 , JB 
 sund...@pacifier.commailto:sund...@pacifier.com wrote:
 
 It kind of explains it.  I previously had trouble
 with the answer file filtering and gave up.  You
 mentioned you needed to list the Adobe etc, 
 not just .pdf.  How about jpg and jpeg there are
 many applications that use these types.
 
 How about providing a sample script that will let
 me filter everything but jpg, jpeg, rev, gif, text, db.
 
 John Balgenorth
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer Dialog location

2013-07-27 Thread Alan Stenhouse
G'day Cal

Quote from the online docs:
---
The position and appearance of the dialog box varies between platforms. On Mac 
OS systems, the dialog box is centered on the screen; on Unix and Windows 
systems, the dialog box is centered over the active window. On Windows systems, 
the buttons are shown in reverse order (the first button is on the right side).
---

Presumably you're on windows/linux...?

One solution might be to create a small stack for use when using your error 
answer dialog and set it's location to the middle of the screen (and invisible) 
and then close it when you're done...? i.e. so whenever you run your error 
handler you open inv the window in the screenloc and then answer your info...

Does that make sense?

HTH

cheers

Alan

On 27/07/2013, at 6:43 AM, use-livecode-requ...@lists.runrev.com wrote:

 I have implemented a modified error checking handler in the topmost stack in
 a multi-stack application and the standard answer dialog is popping up
 over the topmost stack instead of in the middle of the screen. To me this is
 a problem.
 
 I was sure that I had seen an answer to my problem in the forum, but I can't
 find that answer anywhere. Just replies that tell us to build our own dialog
 stack. Which I would rather not do at this late stage in the project.
 
 Surely there must be a simple answer such as setting the location of the 
 answer stack. Please answer with something simple, other than building my 
 own stack.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer Dialog location

2013-07-27 Thread Scott Rossi
Good point about the platform being key -- had forgot about that in my 
X-centric view.
But Cal might be able to make use of the suspendStack handler to position the 
answer dialog in the preferred location.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX Design

On Jul 27, 2013, at 1:24 AM, Alan Stenhouse alanstenho...@hotmail.com wrote:

 The position and appearance of the dialog box varies between platforms.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer Dialog location

2013-07-27 Thread Roger Eller
Make a tiny hidden substack that stays at the screenLoc (hidden). On
Windows, go to stack screenCenter before calling answer.

~Roger
 On Jul 27, 2013 5:22 AM, Scott Rossi sc...@tactilemedia.com wrote:

 Good point about the platform being key -- had forgot about that in my
 X-centric view.
 But Cal might be able to make use of the suspendStack handler to position
 the answer dialog in the preferred location.

 Regards,

 Scott Rossi
 Creative Director
 Tactile Media, UX Design

 On Jul 27, 2013, at 1:24 AM, Alan Stenhouse alanstenho...@hotmail.com
 wrote:

  The position and appearance of the dialog box varies between platforms.

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer Dialog location

2013-07-26 Thread Scott Rossi
Are you sure you don't have a handler somewhere that is positioning the
dialog?  Because the default behavior *is* to position the answer dialog
in the middle of the main display.

This is the routine I use when I want the dialog to appear at a specific
location:
on suspendStack
   if answer dialog is among the lines of the openStacks then
  set the topLeft of stack answer dialog to 100,100
   end if
end suspendStack


I've never had to use any script to position the answer dialog in the
middle of the screen since it (should) just work that way.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 7/26/13 9:43 PM, Cal Horner calhor...@xtra.co.nz wrote:

I have implemented a modified error checking handler in the topmost stack
in
a multi-stack application and the standard answer dialog is popping up
over the topmost stack instead of in the middle of the screen. To me this
is
a problem.

I was sure that I had seen an answer to my problem in the forum, but I
can't
find that answer anywhere. Just replies that tell us to build our own
dialog
stack. Which I would rather not do at this late stage in the project.

Surely there must be a simple answer such as setting the location of the
answer stack. Please answer with something simple, other than building
my own stack.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file

2013-05-27 Thread J. Landman Gay

On 5/27/13 12:10 PM, Peter Haworth wrote:

According to the dictionary, if the user clicks Cancel in an answer file
dialog, the result will contain cancel.  In my test, it doesn't, it's
empty.  LC 5.5.4, OSX 10.7.4  ANyone else seeing this?


Works as described here. Are you grabbing the result immediately after 
the answer file call? The result changes all the time.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file

2013-05-27 Thread Dar Scott
For a long time, I kept inserting lines before my 'the result' test and 
breaking things.  So, I often use 'put the result into r' right after the 
command I need the result for and then test with r as needed.  Paranoid 
overkill maybe.

On May 27, 2013, at 11:16 AM, J. Landman Gay wrote:

 On 5/27/13 12:10 PM, Peter Haworth wrote:
 According to the dictionary, if the user clicks Cancel in an answer file
 dialog, the result will contain cancel.  In my test, it doesn't, it's
 empty.  LC 5.5.4, OSX 10.7.4  ANyone else seeing this?
 
 Works as described here. Are you grabbing the result immediately after the 
 answer file call? The result changes all the time.
 
 -- 
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file

2013-05-27 Thread Peter Haworth
Ha, that was it!  That does remind me though -  just how long the result
sticks for, obviously not long.  In this case, there was one statement set
the itemdelimiter to / before I checked the result and that seems to
have destroyed the contents of the result.  I guess the safest thing to do
is grab right after any command that populates it.

Pete
lcSQL Software http://www.lcsql.com


On Mon, May 27, 2013 at 10:16 AM, J. Landman Gay
jac...@hyperactivesw.comwrote:

 On 5/27/13 12:10 PM, Peter Haworth wrote:

 According to the dictionary, if the user clicks Cancel in an answer file
 dialog, the result will contain cancel.  In my test, it doesn't, it's
 empty.  LC 5.5.4, OSX 10.7.4  ANyone else seeing this?


 Works as described here. Are you grabbing the result immediately after the
 answer file call? The result changes all the time.

 --
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com

 __**_
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file

2013-05-27 Thread J. Landman Gay

On 5/27/13 12:45 PM, Peter Haworth wrote:

Ha, that was it!  That does remind me though -  just how long the result
sticks for, obviously not long.  In this case, there was one statement set
the itemdelimiter to / before I checked the result and that seems to
have destroyed the contents of the result.  I guess the safest thing to do
is grab right after any command that populates it.


Right. There's no set amount of time or number of calls that change the 
result, it just changes whenever another command or function sets it. 
That can be in the next line or twenty lines down the script, though 
since a lot of things reset the result, it's usually sooner than later. 
In general, it happens when it's the most inconvenient.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file

2013-05-27 Thread Peter Haworth
On Mon, May 27, 2013 at 11:10 AM, J. Landman Gay
jac...@hyperactivesw.comwrote:

 In general, it happens when it's the most inconvenient.


Isn't that always the way :-)

Pete
lcSQL Software http://www.lcsql.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer File crashes LC on PPC Mac 10.4

2013-02-08 Thread Mark Smith
dfepstein wrote
 This very simple script crashes LC on the Mac Mini:

i'd report it to support.

-- Mark



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Answer-File-crashes-LC-on-PPC-Mac-10-4-tp4660313p4660336.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer File crashes LC on PPC Mac 10.4

2013-02-08 Thread Richmond

On 02/08/2013 02:28 PM, Mark Smith wrote:

dfepstein wrote

This very simple script crashes LC on the Mac Mini:

i'd report it to support.


And, while you are waiting for that to be sorted out (which could be a 
long wait)

I would get my hands on an earlier version for PPC builds.

Richmond.


-- Mark



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Answer-File-crashes-LC-on-PPC-Mac-10-4-tp4660313p4660336.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer File crashes LC on PPC Mac 10.4

2013-02-08 Thread Gabriel Johnson
Or, if you have the ability to cheaply do so, you may want to upgrade to OS
X 10.5.

I have a Mac Mini G4 with OS X 10.5.8 on it- I'm not getting this issue. I
had another issue which occurred specifically on a 10.4 G4 machine which is
not occurring on this 10.5 Mac Mini G4.



On Fri, Feb 8, 2013 at 7:31 AM, Richmond richmondmathew...@gmail.comwrote:

 On 02/08/2013 02:28 PM, Mark Smith wrote:

 dfepstein wrote

 This very simple script crashes LC on the Mac Mini:

 i'd report it to support.


 And, while you are waiting for that to be sorted out (which could be a
 long wait)
 I would get my hands on an earlier version for PPC builds.

 Richmond.


  -- Mark



 --
 View this message in context: http://runtime-revolution.**
 278305.n4.nabble.com/Answer-**File-crashes-LC-on-PPC-Mac-10-**
 4-tp4660313p4660336.htmlhttp://runtime-revolution.278305.n4.nabble.com/Answer-File-crashes-LC-on-PPC-Mac-10-4-tp4660313p4660336.html
 Sent from the Revolution - User mailing list archive at Nabble.com.

 __**_
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode



 __**_
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer file filters

2012-10-15 Thread As_Simon
I just got bitten by this.
Need glasses to see it but it's *.mp3 *.wav...

Simon



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Answer-file-filters-tp4656336p4656378.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer file filters

2012-10-13 Thread Richard Gaskin

Peter Haworth wrote:

 It's probably just me but I'm having a hard time figuring out how
 to use the answer file filters by reading the description in the
 dictionary.

 I would like to limit the files displayed to those with an extension
 of .wav, .mp3, .aif (plus a couple of others) no matter which
 program created them.  Will one single filter work on all platforms
 or do I have to code each one differently depending on platform?

Be sure to check out the Dictionary entry for answer file with type, 
as it has the more modern options.  This example from that entry may help:


answer files Select the images you wish to view: with type JPEG 
Images|jpg|JPEG


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for Desktop, Mobile, and Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer file filters

2012-10-13 Thread Peter Haworth
Thanks Richard, that helps a lot.  I think I'll put a note on the ask files
entry referring to the info in the ask file with type entry.
Pete
lcSQL Software http://www.lcsql.com



On Sat, Oct 13, 2012 at 7:09 PM, Richard Gaskin
ambassa...@fourthworld.comwrote:

 Peter Haworth wrote:

  It's probably just me but I'm having a hard time figuring out how
  to use the answer file filters by reading the description in the
  dictionary.
 
  I would like to limit the files displayed to those with an extension
  of .wav, .mp3, .aif (plus a couple of others) no matter which
  program created them.  Will one single filter work on all platforms
  or do I have to code each one differently depending on platform?

 Be sure to check out the Dictionary entry for answer file with type, as
 it has the more modern options.  This example from that entry may help:

 answer files Select the images you wish to view: with type JPEG
 Images|jpg|JPEG

 --
  Richard Gaskin
  Fourth World Systems
  Software Design and Development for Desktop, Mobile, and Web
  __**__
  ambassa...@fourthworld.comhttp://www.FourthWorld.com


 __**_
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer folder ignores ~/Library

2012-10-01 Thread Bob Sneidar
In the past when Apple did something that raised people's eyebrows, almost 
always we found that there was some command or preference that would make it 
work like we wanted. Not this time. And this change is so pervasive, so 
fundamental in it's aspect and broad in it's scope, I cannot help thinking that 
there is a crazed developer genius at Apple that Steve Jobs kept locked up, but 
has now been let loose and is mind controlling the decision makers there. But 
seriously, doesn't it feel like the guy who used to sit in the UI interface 
meetings and say, That is a really bad idea has retired? 

Bob


On Sep 30, 2012, at 7:37 PM, J. Landman Gay wrote:

 Is this behavior correct?
 
 In OS X Lion and above, Apple has decided that mere mortals should not access 
 the Library folder(s) and has hidden them away. They no longer appear in the 
 Finder sidebar or menus. You need to know secret commands and actions to show 
 the Library folders.
 
 In Snow Leopard and below, your users will be able to see ~/Library in both 
 Finder and standard file dialogs.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer folder ignores ~/Library

2012-10-01 Thread Colin Holgate
Although it is odd why the Library folder has been hidden, you can still use 
the Go to Folder… menu item in Finder's Go menu, and enter this:

~/Library/

In LiveCode you can do this:

answer folder Look, the Library with  ~/Library/


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer folder ignores ~/Library

2012-10-01 Thread Richard Gaskin

Bob Sneidar wrote:

 In the past when Apple did something that raised people's eyebrows,
 almost always we found that there was some command or preference that
 would make it work like we wanted. Not this time.

Most of the money I and my clients make from LiveCode is from sales to 
customers running Windows, which isn't surprising since MS still has 
about 87% of the desktop market.


For most of those years I had the smug satisfaction of making our 
Windows-funded software on Mac.  In LiveCode this isn't hard to do as 
long as you're willing to spend some time now and then testing and 
tweaking on each of the target OSes you're deploying to.


With LiveCode you can develop on whichever you OS you prefer, and as 
long as OS X was a flexible and faithful servant it was where I was 
having the most fun, so it's where I did most of my development.


But as you noted, in recent versions OS X has become more strict, less 
able to work the way I want it to work and more of it expecting me to 
conform to its expectations.


When people ask me why I use Ubuntu as much as I do these days, this is 
why:


With Ubuntu I have the flexibility I used to enjoy with OS X, and more 
so.  I can set it up however I like and it conforms to my wishes, not 
the other way around.


So I'm still making most of my money from Windows, I've just changed 
which minority OS I use to develop for Windows on. :)


Whether the OS I'm using is also used by 10% of the market or 5% doesn't 
matter to me.  What matters to me is that it does what I ask it to do.


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer folder ignores ~/Library

2012-09-30 Thread J. Landman Gay

On 9/30/12 6:32 PM, Dr. Hawkins wrote:

As I'm playing with preferences, and letting the user specify some
things, I've noticed that ~/Library does not appear among the choices
of ~ in the dialog box.

The dictionary says nothing about this.

Is this behavior correct?


In OS X Lion and above, Apple has decided that mere mortals should not 
access the Library folder(s) and has hidden them away. They no longer 
appear in the Finder sidebar or menus. You need to know secret commands 
and actions to show the Library folders.


In Snow Leopard and below, your users will be able to see ~/Library in 
both Finder and standard file dialogs.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: answer dlog box changes Mac full screen mode

2012-03-20 Thread tbodine
Thanks. I'll give that a go! Tom

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/answer-dlog-box-changes-Mac-full-screen-mode-tp4490058p4490632.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer file with multiple types

2012-01-24 Thread Ken Ray

On Jan 24, 2012, at 3:49 PM, Bill Vlahos wrote:

 This statement works for .txt files.
 answer file Select the text file with type Text|txt
 
 How would I allow both .txt and .csv files as multiple types? The 
 documentation says it can be done but I'm not seeing the right syntax.

answer file Select the text file with type Text|txt or type CSV|csv

Ken Ray
Sons of Thunder Software, Inc.
Email: k...@sonsothunder.com
Web Site: http://www.sonsothunder.com/  

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog not showing in Windows 7 ???

2011-12-07 Thread Nicolas Cueto
Hello Boo (?),

In the General tab of the Standalone Application Settings for your
standalone (Launcher.exe), click the radio button Select inclusions
for the standalone application and then check Answer Dialog.

I think what's happening is that, because there is no answer command
anywhere in your standalone, the standalone-builder isn't including
it.

Following that logic, another way around this is to include an
answer command in your standalone. In a hidden button, for example.

By the way, from similar past experience I've learnt to be careful
about relying on LC's icons for buttons. If the button with a
particular icon is not in the standalone, that icon will not show on
other stacks.

Cheers.

--
Nicolas Cueto

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer dialog not showing in Windows 7 ???

2011-12-07 Thread Keith (Gulf Breeze Ortho Lab)

Thanks for the information, Nicolas!

Sincerely,

Keith Boo L.

-Original Message- 
From: Nicolas Cueto

Sent: Wednesday, December 07, 2011 4:07 AM
To: How to use LiveCode
Subject: Re: Answer dialog not showing in Windows 7 ???

Hello Boo (?),

In the General tab of the Standalone Application Settings for your
standalone (Launcher.exe), click the radio button Select inclusions
for the standalone application and then check Answer Dialog.

I think what's happening is that, because there is no answer command
anywhere in your standalone, the standalone-builder isn't including
it.

Following that logic, another way around this is to include an
answer command in your standalone. In a hidden button, for example.

By the way, from similar past experience I've learnt to be careful
about relying on LC's icons for buttons. If the button with a
particular icon is not in the standalone, that icon will not show on
other stacks.

Cheers.

--
Nicolas Cueto

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode 



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file filter

2011-07-08 Thread Klaus on-rev
Hi Pete,

Am 08.07.2011 um 19:30 schrieb Pete:

 What is the 4-character OS X file type of LC stack files (for use in the
 answer file dialog)?

the long files tell me: Revo

...
cp_test.rev,866,286,1218822737,1218823007,1309956285,0,502,80,644,RevoRSTK
xmlandarrays.rev,14457,286,1301151956,1301151956,1309366197,0,502,80,644,MCRDMSTK
...

:-)

 Pete

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file filter

2011-07-08 Thread Pete
Thanks Klaus, didn't know about the long files.  Actually, I think the
code I'm looking for is RSTK - I think Revo is the creator code.
Pete
Molly's Revenge http://www.mollysrevenge.com




On Fri, Jul 8, 2011 at 10:34 AM, Klaus on-rev kl...@major.on-rev.comwrote:

 Hi Pete,

 Am 08.07.2011 um 19:30 schrieb Pete:

  What is the 4-character OS X file type of LC stack files (for use in the
  answer file dialog)?

 the long files tell me: Revo

 ...
 cp_test.rev,866,286,1218822737,1218823007,1309956285,0,502,80,644,RevoRSTK

 xmlandarrays.rev,14457,286,1301151956,1301151956,1309366197,0,502,80,644,MCRDMSTK
 ...

 :-)

  Pete

 Best

 Klaus

 --
 Klaus Major
 http://www.major-k.de
 kl...@major.on-rev.com


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file filter

2011-07-08 Thread Pierre Sahores
Hi Pete,

Get the FileType free soft from http://www.frederikseiffert.de/filetype/ to 
the needed info ;-)

Best,

Le 8 juil. 2011 à 20:10, Pete a écrit :

 Thanks Klaus, didn't know about the long files.  Actually, I think the
 code I'm looking for is RSTK - I think Revo is the creator code.
 Pete
 Molly's Revenge http://www.mollysrevenge.com
 
 
 
 
 On Fri, Jul 8, 2011 at 10:34 AM, Klaus on-rev kl...@major.on-rev.comwrote:
 
 Hi Pete,
 
 Am 08.07.2011 um 19:30 schrieb Pete:
 
 What is the 4-character OS X file type of LC stack files (for use in the
 answer file dialog)?
 
 the long files tell me: Revo
 
 ...
 cp_test.rev,866,286,1218822737,1218823007,1309956285,0,502,80,644,RevoRSTK
 
 xmlandarrays.rev,14457,286,1301151956,1301151956,1309366197,0,502,80,644,MCRDMSTK
 ...
 
 :-)
 
 Pete
 
 Best
 
 Klaus
 
 --
 Klaus Major
 http://www.major-k.de
 kl...@major.on-rev.com
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 

--
Pierre Sahores
mobile : (33) 6 03 95 77 70

www.wrds.com
www.sahores-conseil.com





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file filter

2011-07-08 Thread Klaus on-rev
Hi Pete,

Am 08.07.2011 um 20:10 schrieb Pete:

 Thanks Klaus, didn't know about the long files.  Actually, I think the
 code I'm looking for is RSTK - I think Revo is the creator code.

Ah, yes, sorry, mixed it :-)

 Pete

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file filter

2011-07-08 Thread Pete
Thanks Pierre, I will get that.
Pete
Molly's Revenge http://www.mollysrevenge.com




On Fri, Jul 8, 2011 at 1:01 PM, Pierre Sahores psaho...@free.fr wrote:

 Hi Pete,

 Get the FileType free soft from http://www.frederikseiffert.de/filetype/to 
 the needed info ;-)

 Best,

 Le 8 juil. 2011 à 20:10, Pete a écrit :

  Thanks Klaus, didn't know about the long files.  Actually, I think the
  code I'm looking for is RSTK - I think Revo is the creator code.
  Pete
  Molly's Revenge http://www.mollysrevenge.com
 
 
 
 
  On Fri, Jul 8, 2011 at 10:34 AM, Klaus on-rev kl...@major.on-rev.com
 wrote:
 
  Hi Pete,
 
  Am 08.07.2011 um 19:30 schrieb Pete:
 
  What is the 4-character OS X file type of LC stack files (for use in
 the
  answer file dialog)?
 
  the long files tell me: Revo
 
  ...
 
 cp_test.rev,866,286,1218822737,1218823007,1309956285,0,502,80,644,RevoRSTK
 
 
 xmlandarrays.rev,14457,286,1301151956,1301151956,1309366197,0,502,80,644,MCRDMSTK
  ...
 
  :-)
 
  Pete
 
  Best
 
  Klaus
 
  --
  Klaus Major
  http://www.major-k.de
  kl...@major.on-rev.com
 
 
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 

 --
 Pierre Sahores
 mobile : (33) 6 03 95 77 70

 www.wrds.com
 www.sahores-conseil.com





 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file filter

2011-07-08 Thread Pierre Sahores
the correct address is 

http://www.frederikseiffert.de/filetype/

Thanks for the Moly Revenge link ;-)


Le 8 juil. 2011 à 22:17, Pete a écrit :

 Thanks Pierre, I will get that.
 Pete
 Molly's Revenge http://www.mollysrevenge.com
 
 
 
 
 On Fri, Jul 8, 2011 at 1:01 PM, Pierre Sahores psaho...@free.fr wrote:
 
 Hi Pete,
 
 Get the FileType free soft from http://www.frederikseiffert.de/filetype/to 
 the needed info ;-)
 
 Best,
 
 Le 8 juil. 2011 à 20:10, Pete a écrit :
 
 Thanks Klaus, didn't know about the long files.  Actually, I think the
 code I'm looking for is RSTK - I think Revo is the creator code.
 Pete
 Molly's Revenge http://www.mollysrevenge.com
 
 
 
 
 On Fri, Jul 8, 2011 at 10:34 AM, Klaus on-rev kl...@major.on-rev.com
 wrote:
 
 Hi Pete,
 
 Am 08.07.2011 um 19:30 schrieb Pete:
 
 What is the 4-character OS X file type of LC stack files (for use in
 the
 answer file dialog)?
 
 the long files tell me: Revo
 
 ...
 
 cp_test.rev,866,286,1218822737,1218823007,1309956285,0,502,80,644,RevoRSTK
 
 
 xmlandarrays.rev,14457,286,1301151956,1301151956,1309366197,0,502,80,644,MCRDMSTK
 ...
 
 :-)
 
 Pete
 
 Best
 
 Klaus
 
 --
 Klaus Major
 http://www.major-k.de
 kl...@major.on-rev.com
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 --
 Pierre Sahores
 mobile : (33) 6 03 95 77 70
 
 www.wrds.com
 www.sahores-conseil.com
 
 
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 

--
Pierre Sahores
mobile : (33) 6 03 95 77 70

www.wrds.com
www.sahores-conseil.com





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: answer file filter

2011-07-08 Thread Bob Sneidar
Tricky way to get more Google hits!!

Bob


On Jul 8, 2011, at 2:58 PM, Pierre Sahores wrote:

 the correct address is 
 
 http://www.frederikseiffert.de/filetype/
 
 Thanks for the Moly Revenge link ;-)
 
 
 Le 8 juil. 2011 à 22:17, Pete a écrit :
 
 Thanks Pierre, I will get that.
 Pete
 Molly's Revenge http://www.mollysrevenge.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer files with type

2011-06-27 Thread David Glass

answer files Blah with some folder with type Image Files|jpg,jpeg,png

Text descriptor (Image Files) followed by pipe (|) followed by 
extensions to include separated by commas, excluding the dot/period (.) 
(jpg,jpeg,png).


Pretty sure you shouldn't have any spaces between the extensions either.

On 06/27/2011 9:53 PM, Timothy Miller wrote:


How do I change the with type parameter to include the .jpeg and png images? 
If possible, please tell me literally, because I'm going to try to copy and paste the 
answer.



--
David Glass - Gray Matter Computing
graymattercomputing.com
Help Desk: http://www.graymattercomputing.com/helpdesk
559-303-4915

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer files with type

2011-06-27 Thread Timothy Miller
I figured it out by trial and error.

This seems to do what I want:

with type JPEG Images|jpg,jpeg,png|JPEG

Any grave errors here?

Tim


On Jun 27, 2011, at 9:53 PM, Timothy Miller wrote:

 Greetings,
 
 I'm using the answer files with type for the first time.
 
 I'm not a computer professional and I barely stumble through LC by trial and 
 error, so with type has me stumped.
 
 In present instance, I want to select only jpeg and png files.
 
 Cribbing out of the docs, I've come up with:
 
 code
 answer files Select the image you wish to add: with 
 /Users/myUserName/Documents/Rev Documents/LC images with type JPEG 
 Images|jpg|JPEG
 /code
 
 This sort of works, except jpg images with the extension .jpeg are excluded, 
 i.e., dimmed out. If I manually change the the file name to .jpg they are 
 included.
 
 Also, all png files are also dimmed out.
 
 How do I change the with type parameter to include the .jpeg and png 
 images? If possible, please tell me literally, because I'm going to try to 
 copy and paste the answer.
 
 Thanks in advance.
 
 
 Tim

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer and Ask Dialogs

2011-03-01 Thread Jim Ault

On Mar 1, 2011, at 10:08 AM, Ray Horsley wrote:

I know I should probably use a stack of my own for these but I've  
been using
the 'answer' and 'ask' commands so long that it's become a daunting  
task to
swap them all out for something else.  Anyway, anybody know where  
these
stacks reside so I can alter their appearance and other things like  
where

they appear on screen when opened?




Open the Application Browser by using the Tools menu

then choose Revolution UI Elements in Lists in the View menu
( LiveCode may have changed this menu entry)

Now you should see all the Integrated Dev Environ stacks (IDE) that  
all begin with 'rev', with the exception of the stack called Home


You can now open these stacks and cards, scripts and settings.  If you  
modify and save changes, your IDE will retain those, so be careful  
about corrupting your editing environ.


Hope this helps.


Jim Ault
Las Vegas



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Answer and Ask Dialogs

2011-03-01 Thread Ray Horsley
Jim,

Very helpful!

Thanks,

Ray

-Original Message-
From: use-livecode-boun...@lists.runrev.com
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Jim Ault
Sent: Tuesday, March 01, 2011 6:11 PM
To: How to use LiveCode
Subject: Re: Answer and Ask Dialogs

On Mar 1, 2011, at 10:08 AM, Ray Horsley wrote:

 I know I should probably use a stack of my own for these but I've been 
 using the 'answer' and 'ask' commands so long that it's become a 
 daunting task to swap them all out for something else.  Anyway, 
 anybody know where these stacks reside so I can alter their appearance 
 and other things like where they appear on screen when opened?



Open the Application Browser by using the Tools menu

then choose Revolution UI Elements in Lists in the View menu ( LiveCode
may have changed this menu entry)

Now you should see all the Integrated Dev Environ stacks (IDE) that all
begin with 'rev', with the exception of the stack called Home

You can now open these stacks and cards, scripts and settings.  If you
modify and save changes, your IDE will retain those, so be careful about
corrupting your editing environ.

Hope this helps.


Jim Ault
Las Vegas



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer file with type BMPf?

2011-01-27 Thread William de Smet
Thanks Ken,

I tried your suggestion but no luck. 
I tested it on Windows 7 en OSX 10.6 with LC 4.5.3. New stack, image area and 
code. All files OK but BMP is still a no go!
 
Anyone?

Greetings,

William

-
Verstuurd vanaf mijn iPhone!

Op 26 jan. 2011 om 21:45 heeft Ken Ray k...@sonsothunder.com het volgende 
geschreven:

 
 Why doesn't this work for BMP files?
 answer file Kies een foto: with type All
 Images|jpg,gif,png,bmp|JPEG,GIFf,PNGf,BMPf
 
 The reason might be because the .bmp file may not have been assigned a type
 code. If you *only* want to get .bmp files with a type code of BMPf then
 this should work. But if you want to get .bmp files, *regardless* of the
 type code, do not provide the type code in the 'answer file' call (the
 following just goes by extension and ignores type):
 
 answer file Kies een foto: with type All Images|jpg,gif,png,bmp|
 
 Hope this helps,
 
 Ken Ray
 Sons of Thunder Software, Inc.
 Email: k...@sonsothunder.com
 Web Site: http://www.sonsothunder.com/
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer file with type BMPf?

2011-01-27 Thread William de Smet
Hi Bernd,

I use this script in an image area:
on mouseup
answer file Kies een foto: with type All 
Images|jpg,gif,png,bmp|JPEG,GIFf,PNGf,BMPf
   if it = empty
   then
  put empty into img foto1
exit mouseUp
 end if
   put url (binfile:  it) into img foto1
end mouseup

Like I said: tested on Windows 7 and OSX 10.6 with LC 4.5.3. All images show up 
in img foto1. No luck with any bmp file.

Greetings,

William

-
Verstuurd vanaf mijn iPhone!

Op 27 jan. 2011 om 13:43 heeft BNig niggem...@uni-wh.de het volgende 
geschreven:

 
 Hi William
 
 this works for me on MacOS 10.6.6 for all three file suffixes:
 
 answer files Kies een foto: with type All Images|png,jpg,bmp
 
 could you post the code that does not work for you? Any typos?
 
 Kind regards
 
 Bernd
 -- 
 View this message in context: 
 http://runtime-revolution.278305.n4.nabble.com/Answer-file-with-type-BMPf-tp3236720p3242119.html
 Sent from the Revolution - User mailing list archive at Nabble.com.
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer file with type BMPf?

2011-01-27 Thread Jan Schenkel
--- On Thu, 1/27/11, William de Smet williamdes...@gmail.com wrote:
 Hi Bernd,
 
 I use this script in an image area:
 on mouseup
     answer file Kies een foto: with type All
 Images|jpg,gif,png,bmp|JPEG,GIFf,PNGf,BMPf
            
    if it = empty
            
    then
                
   put empty into img foto1
                
     exit mouseUp
              
    end if
            
    put url (binfile:  it) into img
 foto1
 end mouseup
 
 Like I said: tested on Windows 7 and OSX 10.6 with LC
 4.5.3. All images show up in img foto1. No luck with any
 bmp file.
 
 Greetings,
 
 William
 

I'm afraid that putting it into the image control may fail.
Try this instead:
    set the fileName of img foto1 to it
if the result is not empty then answer error the result

HTH,

Jan Schenkel.
=
Quartam Reports  PDF Library for LiveCode
www.quartam.com

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)



  

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer file with type BMPf?

2011-01-27 Thread William de Smet
Thanks everyone for taking the time to look into my problem.
@Jan: Thanks! Bedankt! Your suggestion did it.
@ Bernd: I will use your latest suggestion as well.

Till next time :-)

greetings,

William



2011/1/27 BNig niggem...@uni-wh.de


 Hi William,

 Jan's solution works for me with bmp to set the filename of the image

 If you want to detach the image from the filename and to turn it from a
 referenced image to an local/stack resident image you could issue the
 following command

 set the imagedata of image foto1 to the imagedata of img foto1

 Although this may sound funny it effectively detaches the image from the
 file on disk and makes it an independent image object.

 kind regards

 Bernd



  I use this script in an image area:
  on mouseup
  answer file Kies een foto: with type All
  Images|jpg,gif,png,bmp|JPEG,GIFf,PNGf,BMPf
 
 if it = empty
 
 then
 
put empty into img foto1
 
  exit mouseUp
 
 end if
 
 put url (binfile:  it) into img
  foto1
  end mouseup
 
  Like I said: tested on Windows 7 and OSX 10.6 with LC
  4.5.3. All images show up in img foto1. No luck with any
  bmp file.
 
  Greetings,
 
  William
 
  ... [show rest of quote]
 
  I'm afraid that putting it into the image control may fail.
  Try this instead:
  set the fileName of img foto1 to it
  if the result is not empty then answer error the result
 
  HTH,
 
  Jan Schenkel.
  =
  Quartam Reports  PDF Library for LiveCode
  www.quartam.com
 
  =
  As we grow older, we grow both wiser and more foolish at the same time.
  (La Rochefoucauld)
 
 --
 View this message in context:
 http://runtime-revolution.278305.n4.nabble.com/Answer-file-with-type-BMPf-tp3236720p3242389.html
 Sent from the Revolution - User mailing list archive at Nabble.com.

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer file with type BMPf?

2011-01-26 Thread Bob Sneidar
Get info on the file and see what it's name is.

Bob


On Jan 25, 2011, at 10:41 PM, William de Smet wrote:

 Hi Jacqueline,
 
 I forget to mention that this works for all images except for .bmp files. I'm 
 on OSX 10.6 and the file is shown in Finder. Is this related to OSX?
 
 Greetings,
 
 William
 
 -
 Verstuurd vanaf mijn iPhone!
 
 Op 26 jan. 2011 om 06:14 heeft J. Landman Gay jac...@hyperactivesw.com 
 het volgende geschreven:
 
 On 1/25/11 12:19 PM, William de Smet wrote:
 Hi there,
 
 Why doesn't this work for BMP files?
 answer file Kies een foto: with type All
 Images|jpg,gif,png,bmp|JPEG,GIFf,PNGf,BMPf
 
 on mouseup
answer file Choose: with type All
 Images|jpg,gif,png,bmp|JPEG,GIFf,PNGf,BMPf
   if it = empty
   then
  put empty into img x1
exit mouseUp
   end if
   put url (binfile:  it) into img x1
 end mouseup
 
 It looks like it should work. What goes wrong?
 
 -- 
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Answer file with type BMPf?

2011-01-26 Thread J. Landman Gay

On 1/26/11 12:41 AM, William de Smet wrote:

Hi Jacqueline,

I forget to mention that this works for all images except for .bmp
files. I'm on OSX 10.6 and the file is shown in Finder. Is this
related to OSX?


I just tried it and it works for me, so I'm not sure what the problem 
could be. But it seems specific to your machine. What is in the it 
variable after you choose a .bmp file?


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


  1   2   >