Hi Guys
I need your help too much!
in Xtras LIB i used Dialogs!
its my code:
B4X:
Dim dialog As DialogView
dialog.Options.Set(Gravity.CENTER ,0,0,0,0,"slide_top_and_back",True,True)
dialog.Options.Dimensions.Set(100%x, 100%y)
dialog.LoadLayout("about").ShowDefault("q","q")
in "about" layout i have an panel and a image view in them
image view have a png transparent picture
now when dialog showed!
panel is not transparent so png transparent in imageview dosent show good!
i tried these ways for became panel hide but none of them didn't worked:
set panel color to transparent
set alpha of panel to 0
but nothing changed
how to make panel transparent to show imageview better?
tnx for reading and sorry for my terrible English
example:
a) aks the author (we did not write the lib). Maybe "dialog.panel.Options.Backgroundcolor(colors.transparent)"
b) just make an own layout with a transparent panel
c) be patient. Sorex answered 3 times.
a) aks the author (we did not write the lib). Maybe "dialog.panel.Options.Backgroundcolor(colors.transparent)"
b) just make an own layout with a transparent panel
c) be patient. Sorex answered 3 times.
tnx ...
sure i can give a sample project for finding problem tnx for helping quickapp.ir/sample3.rar
this project have a Button(Button10) that shows the dialog from "about" layout
tnx for helping
my problem is that the picture in dialog(imgae view) have some transparent parts that it show white
I had a look at your project.
Can you please test it and remove all errors before reposting it.
I can't complie it, getting errors.
After the third error I stopped.
This line is wrong dialog.Options.Dimensions.Set(100%x, 100%y)
Error: missing parameter !
This line is wrong dialog.LoadLayout("about").ShowDefault("q","q")
Error: Array expected.
This line is wrong Dialog.Options.Title.Set(Typeface.CreateNew(Typeface.SANS_SERIF,...
Error: Unknown member: title
Then I stopped !
XtraViews library version 2.60.
In the meantime I made some further investigations.
The problem with the transparent Panel seems to be internal of the library and therefore I cannot help here.
What exactly do you want to display on the about screen ?
Why not using an Activity for that ?