Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Android
»
[LAMW] What is the correct way to show other jForm in AppCompat?
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Modifying the default beh...
by
lucamar
[
Today
at 07:57:56 pm]
Lazarus Detect DPI Scalli...
by
sstvmaster
[
Today
at 07:55:24 pm]
[solved] How to create a ...
by
Muso
[
Today
at 07:43:18 pm]
sumar ascii como hex
by
lucamar
[
Today
at 07:34:59 pm]
Why is this crashing?
by
Martin_fr
[
Today
at 07:23:01 pm]
New Version of FPCUPdelux...
by
DonAlfredo
[
Today
at 06:33:11 pm]
recompile FPC 3.2.0 under...
by
Bart
[
Today
at 06:19:53 pm]
Q: method replacement for...
by
Remy Lebeau
[
Today
at 06:06:52 pm]
Off Topic - Promises - Re...
by
Martin_fr
[
Today
at 06:03:23 pm]
GitHub Action to setup La...
by
olly
[
Today
at 05:54:03 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [LAMW] What is the correct way to show other jForm in AppCompat? (Read 527 times)
Dio Affriza
Jr. Member
Posts: 96
[LAMW] What is the correct way to show other jForm in AppCompat?
«
on:
April 29, 2019, 05:54:13 am »
I am using this:
Code: Pascal
[Select]
[+]
[-]
if
AndroidModule2
=
nil
then
begin
gApp
.
CreateForm
(
TAndroidModule2
,
AndroidModule2
)
;
AndroidModule2
.
Init
(
gApp
)
;
//AndroidModule2.Show;
end
;
And the app crash spectacularly.
Logged
Kyoukai Framework:
https://github.com/afuriza/kyoukai_framework
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Android
»
[LAMW] What is the correct way to show other jForm in AppCompat?
TinyPortal
© 2005-2018