Joze Mauro Alves

  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 6

Activity overview

Latest activity by Joze Mauro Alves
  • Joze Mauro Alves created a post,

    Disable WWbutton in WWlayoutGrid

    How to isable WWbutton in WWlayoutGrid? Thanks.

  • Joze Mauro Alves commented,

    Which property is recorded in the table field? StoredText?  

  • Joze Mauro Alves created a post,

    TwwAdvComboEdit

    How to link a TwwAdvComboEdit with a dataset field?  Thanks.

  • Joze Mauro Alves commented,

    1. The camera is in portrait mode. 2. TwwImageControl (inside a TLayoutPanel) is in landscape mode.  I need both to be in portrait mode. The code below do not help: procedure TForm.editRotationAngl...

  • Joze Mauro Alves created a post,

    TwwImageControl.RotationAngle

    Hi. TwwImageControl.RotationAngle works only value = 0, on Android. Thanks.

  • Joze Mauro Alves commented,

    I implemented a custom keyboard. How to insert a character in TwwEdit when the button is pressed, respecting the mask? procedure TForm_covas.btnNum1Click(Sender: TObject);var v: String;beginif (scr...

  • Joze Mauro Alves created a post,

    TwwEdit MaskEdit

    Hi. With wwEdit1 do begin  MaxInputLength = 4;   ValidationOptions.AllowInvalidExit = true;  ValidationOptions.AsYouType = false;  ValidationOptions.ValidationFeedback = wwfNone;  ValidationPicture...

  • Joze Mauro Alves commented,

    Did not work... FirePower X 13.0.2.10Delphi 10.3 update 2Galaxy S7, Android 8.0.0  Thanks.

  • Joze Mauro Alves created a post,

    TwwEdit next control

    How to automatically focus the next control when Tww Edit.text.length = Tww Edit.max length? On the Android platform. Thanks.

  • Joze Mauro Alves created a post,

    Footer Fonte Size

    Hi. OverrideGridStyleSettings.Footer.FontSize = 10. But... Thanks for all.