Re: Re: Export snapshot and native controls

2015-10-16 Thread Paul Hibbert
Now I see this is a problem with iOS, I have looked at your bug report and see 
the same problem in LC 7.1.1 (rc1) and LC 8.0.0 (dp7) when fullScreeMode is set 
to true.

I hope LC can correct this soon for you.

Regards,

Paul

> On 15 Oct 2015, at 21:59, Ludovic THEBAULT  
> wrote:
> 
> 
>> Le 15 oct. 2015 à 17:55, Paul Hibbert  a écrit :
>> 
>> Bill is spot on, try…
>> 
>> export snapshot from this cd to file tFile as JPEG
>> 
>> Paul
> 
> 
> Export snapshot from  group … give me a screenshot without native controls
> just as your solution.
> 
> It seem i need to fill a bug !
> 
> 
> ___
> 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: Export snapshot and native controls

2015-10-15 Thread Earthednet-wp
Ludevic,

I found that it's better to put the area you want to take a snapshot of, in a 
group and take the snapshot of the group. Leave out any rect. This way LC 
doesn't use the screen buffer to get the image data, which avoids some problems 
on some pc's. 

I'm not at my office, but can supply example code f you need it.
Bill

William Prothero
http://es.earthednet.org

> On Oct 14, 2015, at 10:27 PM, Ludovic THEBAULT  
> wrote:
> 
> Hello,
> 
> Livecode 6.77
> 
> When i create a snapshot with this script :
> 
> export snapshot from rectangle theRect of this cd to file…
> 
> I’ve the correct snapshot but all natives controls are gone !
> 
> And if i use this script :
> 
> export snapshot from rectangle theRect to file…
> 
> I’ve only the natives controls on a black background…
> 
> Any ideas ?
> 
> Thanks
> 
> 
> 
> ___
> 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: Export snapshot and native controls

2015-10-15 Thread Paul Hibbert
Bill is spot on, try…

export snapshot from this cd to file tFile as JPEG

Paul

> On 15 Oct 2015, at 08:50, Earthednet-wp  wrote:
> 
> Ludevic,
> 
> I found that it's better to put the area you want to take a snapshot of, in a 
> group and take the snapshot of the group. Leave out any rect. This way LC 
> doesn't use the screen buffer to get the image data, which avoids some 
> problems on some pc's. 
> 
> I'm not at my office, but can supply example code f you need it.
> Bill
> 
> William Prothero
> http://es.earthednet.org
> 
>> On Oct 14, 2015, at 10:27 PM, Ludovic THEBAULT 
>>  wrote:
>> 
>> Hello,
>> 
>> Livecode 6.77
>> 
>> When i create a snapshot with this script :
>> 
>> export snapshot from rectangle theRect of this cd to file…
>> 
>> I’ve the correct snapshot but all natives controls are gone !
>> 
>> And if i use this script :
>> 
>> export snapshot from rectangle theRect to file…
>> 
>> I’ve only the natives controls on a black background…
>> 
>> Any ideas ?
>> 
>> Thanks
>> 
>> 
>> 
>> ___
>> 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: Re: Export snapshot and native controls

2015-10-15 Thread Ludovic THEBAULT

> Le 15 oct. 2015 à 17:55, Paul Hibbert  a écrit :
> 
> Bill is spot on, try…
> 
> export snapshot from this cd to file tFile as JPEG
> 
> Paul


Export snapshot from  group … give me a screenshot without native controls
just as your solution.

It seem i need to fill a bug !


___
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

Export snapshot and native controls

2015-10-14 Thread Ludovic THEBAULT
Hello,

Livecode 6.77

When i create a snapshot with this script :

export snapshot from rectangle theRect of this cd to file…

I’ve the correct snapshot but all natives controls are gone !

And if i use this script :

export snapshot from rectangle theRect to file…

I’ve only the natives controls on a black background…

Any ideas ?

Thanks



___
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