Перейти к содержанию
Fire Monkey от А до Я
  • 0

[XE8] - fgActionSheet and TakePhotoFromLibraryAction


Necroarcano

Вопрос

Olá, estou tentando usar o fgActionSheet com o TakePhotoFromLibraryAction e não funciona!

 

Já tentei até mesmo programar no OnClick da Action e dentro chamar: TakePhotoFromLibraryAction.ExecuteTarget(nil); mas não é aberto a biblioteca de fotos.

 

O que posso fazer para isso funcionar?

 

Obrigado!

 

 

 

By Google Translator:

 

Hello, I am trying to use the fgActionSheet with TakePhotoFromLibraryAction and does not work!
 
I've tried even program the OnClick of Action and within call: TakePhotoFromLibraryAction.ExecuteTarget (nil); but it is not open to photo library.
 
What can I do for this to work?
 
Thanks!
Ссылка на комментарий

Рекомендуемые сообщения

  • 0

I reinstall Delphi - clean and without updates. Still not work. But, if I put this code below works:

 

TTask.Run( procedure
             begin
               Sleep(1000);
               TakePhotoFromLibraryAction.ExecuteTarget(nil);
             end);
 
Thanks!
Ссылка на комментарий
Гость
Эта тема закрыта для публикации ответов.
×
×
  • Создать...