Some wishes

klaus

Expert
Licensed User
Longtime User
A few wishes, some of them have already been reported.

Panel.BringToFront

Will the TextView view be implemented, it seems that it is more general than EditText.

Is the Label view a limited TextView ?

For EdidText
EditText.SelectionStart does exist
EditText.SelectionEnd doesn't exist or
EditText.SelectionStop

Text
Text.RemoveAt

Buttons
Does there exist the Touch event for Buttons like for Activities and if yes will it be implemented.
Actually only the Click event does exist.
I would like to have events like MousDown and MousUp in B4PPC.
Sub Button_Touch(Action As Int, X As Float, Y As Float)

Keywords:
Select / Case
Do / Loop Until

In the Designer, when the Grid has been changed it is not memorized and at the next start the default value of 10 is set.

Best regards.
 
Last edited:
Top