Alisson
Members-
Content Count
11 -
Joined
-
Last visited
Everything posted by Alisson
-
Delphi 12 - ListView - Search Box - Android: Not Working
Alisson replied to Jean_D's topic in Cross-platform
Is there any way without having to recreate the app? My app is huge, there's no way to do it from scratch. -
When compiling delphi fmx app using xcode 15.3 and 15.4 (beta) with IOS 17.4. The Delphi IDE returns the following error "Debbuging the application on device running IOS 17 or later is currently not supported." I urgently need to debug my app but I can't even use the IOS simulator. I'm using Delphi 12 but I've already tried it in Delphi 11.3
-
TShareItems e TBarcodeReader I tested by removing kastri and the app ran normally. Does anyone have a tip on how I can use the kastri components even using an arm64 simulator?
-
[DCC Error] E2597 ld: building for iOS Simulator, but linking in object file built for iOS, for architecture arm64 Desconfio que seja algo relacionado as bibliotecas Kastri master. Tenho outro app que não possui a biblioteca e funciona normalmente no IOS Simulator ARM 64 bits
-
Estou utilizando delphi 11.3 com um macbook air 2022 m1 e continua ocorrendo a situação. Alguem sabe o que pode ser?
-
I use TWEBBROWSER to insert data into a form . Application Delphi FMX Android. element type text not insert value string. HTML Page: <input type="text" name="txtCPF" id="txtCPF" size="18" maxlength="14" autofocus="" title="Informe os onze dígitos do número do CPF." onkeypress="javascript: return EntradaNumerico(event);" onfocus="javascript: RemoveMask('txtCPF');" onblur="javascript: FG_FormatarCPF('txtCPF');" autocomplete="off" value=""> I need insert into element 'TXTCPF' the value type string '02403989987' but if use the: wbConsultaCPF:TWebBrowser; wbConsultaCPF.EvaluateJavaScript('document.getElementById("txtCPF").value = "012345";'); Browser show just '012345' in white screen. In IOS Application, code works correctly. if use : wbConsultaCPF.EvaluateJavaScript('document.getElementById("txtCPF").value = 012345;'); browser show correct text in element value but cut the first zero. '12345'. wbConsultaCPF.URL := 'https://servicos.receita.fazenda.gov.br/servicos/cpf/consultasituacao/ConsultaPublica.asp';
-
compilar app android api 32 para gerar arquivo .aab no delphi 11.2
Alisson posted a topic in Delphi IDE and APIs
Estou tentando compilar meu app no delphi 11.2 porém retorna o erro: sysInit.o error adding symbols: File in wrong format. Antes eu compilava no delphi 10.4 e estava tudo certo. Ao compilar em debug no delphi 11.2 funciona mas se compilar em release, é mostrado os erros. Utilizo windows 11. Segue meu NDK configuration. -
Delphi 10.4.2 with XCode13 SDK15.0 packaging ipa fail
Alisson replied to Raymond Ng's topic in Cross-platform
Deu certo. Muito obrigado amigo. -
Delphi 10.4.2 with XCode13 SDK15.0 packaging ipa fail
Alisson replied to Raymond Ng's topic in Cross-platform
Eu instalei codex no windows onde roda o rad studio e o mosco no Mac. Após isso cliquei com o botão direito do mouse no nó raiz do projeto e clique em "Build IPA", mas retorna a seguinte mensagem: ''Could not conect to Mosco''. Existe alguma configuração necessária no mosco? -
Delphi 10.4.2 with XCode13 SDK15.0 packaging ipa fail
Alisson replied to Raymond Ng's topic in Cross-platform
Eu também tenho esse problema com rad studio 10.4.2 , consegue me enviar o link para ter acesso as correções?