José Mauricio barbisan Zottis Опубликовано 7 июня, 2018 Поделиться Опубликовано 7 июня, 2018 Hello, I'm using the fgactionsheet to write to a SQLite database with Delphi Tokyo, before it worked out in a Moto G4S Plus, but now, in a Moto G5SPlus does not, it opens the gallery or the camera, but when I click OK it will loses and goes to the APP (Android) home screen. Does anyone know how to solve it? Thank you very much in advance Цитата Ссылка на комментарий
Администраторы Brovin Yaroslav Опубликовано 7 июня, 2018 Администраторы Поделиться Опубликовано 7 июня, 2018 Hello, Does ActionSheetDemo working for you in Tokyo? Thank you Цитата Ссылка на комментарий
Администраторы Brovin Yaroslav Опубликовано 7 июня, 2018 Администраторы Поделиться Опубликовано 7 июня, 2018 I have just checked this demo sample on Tokyo and it works fine for me. How do you use this component? Цитата Ссылка на комментарий
José Mauricio barbisan Zottis Опубликовано 7 июня, 2018 Автор Поделиться Опубликовано 7 июня, 2018 Thanks for your prompt reply, I'm using the example of this site (in Portuguese) http://portal.tdevrocks.com.br/2015/10/05/tutorial-salvar-foto-no-banco-sqlite-com-android-e-ios-12/ but even in this example, if you change the picture, from the second image, it does not obey and changes that of the first Thanks for your prompt reply, I'm using the example of this site (in Portuguese) http://portal.tdevrocks.com.br/2015/10/05/tutorial-salvar-foto-no-banco-sqlite-com-android-e-ios-12/ but even in this example, if you change the picture, from the second image, it does not obey and changes that of the first Interesting that when I started the project, it worked normally. Цитата Ссылка на комментарий
José Mauricio barbisan Zottis Опубликовано 7 июня, 2018 Автор Поделиться Опубликовано 7 июня, 2018 The source code can be found at: https://bitbucket.org/tdevrocks/tutorial-tirando-salvando-e-exibindo-fotos-no-mobile-com/get/385f32034e2f.zip Цитата Ссылка на комментарий
José Mauricio barbisan Zottis Опубликовано 7 июня, 2018 Автор Поделиться Опубликовано 7 июня, 2018 From what I could see, the problem is that I need to write after the confirmation so I put the code as below procedure TForm1.actFotoDaCameraDidFinishTaking(Image: TBitmap); begin if not (qryProdutos.State in dsEditModes) then qryProdutos.Insert; qryProdutosFOTO.Assign(Image); qryProdutos.Post; end; However, neither does the debug go through here. Цитата Ссылка на комментарий
Администраторы Brovin Yaroslav Опубликовано 7 июня, 2018 Администраторы Поделиться Опубликовано 7 июня, 2018 Why do you decide, that problem with it relates TfgActionSheet? Цитата Ссылка на комментарий
José Mauricio barbisan Zottis Опубликовано 7 июня, 2018 Автор Поделиться Опубликовано 7 июня, 2018 Sorry, maybe I did not understand the problem right, but since it worked perfectly before, I thought it might be him. Have not you had anything like this? Цитата Ссылка на комментарий
José Mauricio barbisan Zottis Опубликовано 7 июня, 2018 Автор Поделиться Опубликовано 7 июня, 2018 Do not you have some example that I recorded in SQLite searching for the camera and gallery image? Because the ones I found are not working Цитата Ссылка на комментарий
Рекомендуемые сообщения
Присоединяйтесь к обсуждению
Вы можете написать сейчас и зарегистрироваться позже. Если у вас есть аккаунт, авторизуйтесь, чтобы опубликовать от имени своего аккаунта.