Hi guys,
Before posting this in the bug section, I am firstly asking if I'm doing something wrong...
First, here is my new app Log window result:
And here is the code that created the Logs :
This line is part of a sub that gets called to resize textsize prop for the target views.
I am creating my interface by code, using relative positioning, thou I firstly created it in the designer to have a placement idea. At first I thought it was due to the .bal file presence, but now that I have coded all views into place and no longer need the .bal file and deleted it, I just can't figure out why my resize sub is being called twice...
In fact, all my subs are being called twice... except for Activity Pause, wich IS NOT being called at all!!
Is this my fault, or a BUG?
[Attached is a very, very, very small project that, in my computer and device, reproduces the behaviour]
Before posting this in the bug section, I am firstly asking if I'm doing something wrong...
First, here is my new app Log window result:
B4X:
** Activity (main) Create, isFirst = true **
** Activity (main) Create, isFirst = true **
Log entry number 0; target as (TextView): Left=64, Top=0, Width=259, Height=81:16
Log entry number 0; target as (TextView): Left=64, Top=0, Width=259, Height=81:16
Log entry number 1; target as (RadioButton): Left=0, Top=64, Width=592, Height=81:16
Log entry number 1; target as (RadioButton): Left=0, Top=64, Width=592, Height=81:16
Log entry number 2; target as (RadioButton): Left=0, Top=64, Width=592, Height=81:16
Log entry number 2; target as (RadioButton): Left=0, Top=64, Width=592, Height=81:16
Log entry number 3; target as (RadioButton): Left=0, Top=64, Width=592, Height=81:16
Log entry number 3; target as (RadioButton): Left=0, Top=64, Width=592, Height=81:16
Log entry number 4; target as (RadioButton): Left=0, Top=64, Width=592, Height=81:16
Log entry number 4; target as (RadioButton): Left=0, Top=64, Width=592, Height=81:16
Log entry number 5; target as (TextView): Left=21, Top=829, Width=296, Height=81:16
Log entry number 5; target as (TextView): Left=21, Top=829, Width=296, Height=81:16
Log entry number 6; target as (TextView): Left=317, Top=829, Width=296, Height=81:16
Log entry number 6; target as (TextView): Left=317, Top=829, Width=296, Height=81:16
Log entry number 7; target as (TextView): Left=21, Top=910, Width=296, Height=81:16
Log entry number 7; target as (TextView): Left=21, Top=910, Width=296, Height=81:16
Log entry number 8; target as (TextView): Left=317, Top=910, Width=296, Height=81:16
Log entry number 8; target as (TextView): Left=317, Top=910, Width=296, Height=81:16
Log entry number 9; target as (TextView): Left=21, Top=829, Width=296, Height=81:16
Log entry number 9; target as (TextView): Left=21, Top=829, Width=296, Height=81:16
Log entry number 10; target as (TextView): Left=317, Top=829, Width=296, Height=81:16
Log entry number 10; target as (TextView): Left=317, Top=829, Width=296, Height=81:16
Log entry number 11; target as (TextView): Left=21, Top=910, Width=296, Height=81:16
Log entry number 11; target as (TextView): Left=21, Top=910, Width=296, Height=81:16
Log entry number 12; target as (TextView): Left=317, Top=910, Width=296, Height=81:16
Log entry number 12; target as (TextView): Left=317, Top=910, Width=296, Height=81:16
Log entry number 13; target as (TextView): Left=21, Top=910, Width=296, Height=81:16
Log entry number 13; target as (TextView): Left=21, Top=910, Width=296, Height=81:16
Log entry number 14; target as (TextView): Left=317, Top=910, Width=296, Height=81:16
Log entry number 14; target as (TextView): Left=317, Top=910, Width=296, Height=81:16
** Activity (main) Resume **
** Activity (main) Resume **
And here is the code that created the Logs :
B4X:
Log("Log entry number " & n & "; target as " & target & ":" & F)
This line is part of a sub that gets called to resize textsize prop for the target views.
I am creating my interface by code, using relative positioning, thou I firstly created it in the designer to have a placement idea. At first I thought it was due to the .bal file presence, but now that I have coded all views into place and no longer need the .bal file and deleted it, I just can't figure out why my resize sub is being called twice...
In fact, all my subs are being called twice... except for Activity Pause, wich IS NOT being called at all!!
Is this my fault, or a BUG?
[Attached is a very, very, very small project that, in my computer and device, reproduces the behaviour]
Attachments
Last edited: