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

José Mauricio barbisan Zottis

Пользователи
  • Постов

    6
  • Зарегистрирован

  • Посещение

Посетители профиля

Блок последних пользователей отключён и не показывается другим пользователям.

Достижения José Mauricio barbisan Zottis

  1. 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
  2. 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?
  3. 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.
  4. The source code can be found at: https://bitbucket.org/tdevrocks/tutorial-tirando-salvando-e-exibindo-fotos-no-mobile-com/get/385f32034e2f.zip
  5. 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.
  6. 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
×
×
  • Создать...