Re: No subject

2022-07-13 Thread Pi Digital via use-livecode
I agree. There is also no content :)

Let us know if there is anything else you would like help with, Muaath. 

Sean


> On 13 Jul 2022, at 17:18, Muaath Salih via use-livecode 
>  wrote:
> 
> 
> ___
> 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: No subject

2019-06-03 Thread hh via use-livecode
> Tom B. wrote:
> The issue is that some (not all) images used in a LC standalone app
> appear as black boxes.

Did you already try to
   set the paintcompression to PNG
in the standalone?

Or set it to the paintcompression of the imported image?

The black boxes result possibly from alpha data problems
because a standalone's paintcompression is RLE by default ...

___
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: (no subject)

2015-06-29 Thread Dave Kilroy
Thanks for this Jana

I think you posting announcements of new blog articles here (and in the
forum) is great, and will hopefully lead to more comments being made in the
posts themselves - in fact I'm just going over to the html post now to make
a comment :)



-
The difference between genius and stupidity is; genius has its limits. - 
Albert Einstein
--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/no-subject-tp4693412p4693419.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: (no subject)

2015-06-29 Thread Peter Alcibiades
Yes, agreed, thanks, interesting post which I would not otherwise have seen.

Peter



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/no-subject-tp4693412p4693460.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: (no subject)

2015-06-29 Thread Kay C Lan
Of course have a Subject might help spread the good news a little further.

On Tue, Jun 30, 2015 at 4:09 AM, Peter Alcibiades 
palcibiades-fi...@yahoo.co.uk wrote:

 Yes, agreed, thanks, interesting post which I would not otherwise have
 seen.

 Peter



 --
 View this message in context:
 http://runtime-revolution.278305.n4.nabble.com/no-subject-tp4693412p4693460.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: No subject

2015-02-06 Thread Richard Gaskin

Andrew Kluthe wrote:
 I'm trying to run some cleanup handlers to delete temporary files
 when my standalone exits. I was wanting to now if there was a way
 to trap when an application is quit via ending the process abruptly
 in the task manager on Windows (in my case 7).

 I was hoping the shutdownRequest message would get hit when this
 is done, but testing it on windows 7 and LC 6.5.5 it exits without
 sending shutdownRequest

 I can already handle when the my application is quit through more
 conventional means, but I want these temp files cleaned up regardless
 of how it exits (unless its a crash of course, etc).

 Any tips on what to try next?

Kill is kill - there's nothing an app can to when the rug is pulled out 
from under it.


You could instead handle cleanup in your app's initialization.  While it 
can't guarantee it can close every session cleanly, it can guarantee 
starting cleanly.


Also, if any temp files are written to the OS temp folder 
(specialFolderPath(temporary)) the OS will take care of those itself 
sooner or later, often on the next reboot.


--
 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: No subject

2015-02-06 Thread Andrew Kluthe
Right, already doing some of these goodies. Was just looking to round out
my current method by covering all the bases possible. It's not a must have,
just a would-be-nice kinda thing.

On Fri, Feb 6, 2015 at 2:49 PM, Richard Gaskin ambassa...@fourthworld.com
wrote:

 Andrew Kluthe wrote:
  I'm trying to run some cleanup handlers to delete temporary files
  when my standalone exits. I was wanting to now if there was a way
  to trap when an application is quit via ending the process abruptly
  in the task manager on Windows (in my case 7).
 
  I was hoping the shutdownRequest message would get hit when this
  is done, but testing it on windows 7 and LC 6.5.5 it exits without
  sending shutdownRequest
 
  I can already handle when the my application is quit through more
  conventional means, but I want these temp files cleaned up regardless
  of how it exits (unless its a crash of course, etc).
 
  Any tips on what to try next?

 Kill is kill - there's nothing an app can to when the rug is pulled out
 from under it.

 You could instead handle cleanup in your app's initialization.  While it
 can't guarantee it can close every session cleanly, it can guarantee
 starting cleanly.

 Also, if any temp files are written to the OS temp folder
 (specialFolderPath(temporary)) the OS will take care of those itself
 sooner or later, often on the next reboot.

 --
  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




-- 
Regards,

Andrew Kluthe
and...@ctech.me
___
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: (no subject)

2011-08-25 Thread AndyP
Ahh..talking about nothing...Hmm.. Now you're talking!

-
Andy Piddock


My software never has bugs. It just develops random features.
PointandSee is a FREE simple but full featured under cursor colour picker / 
finder.
http://www.pointandsee.co.uk - made with LiveCode (v1.3.1 released 22/03/2011)
--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/no-subject-tp3766246p3768124.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