B4X FEED [BANano] Strange BANano behaviour

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: [BANano] Strange BANano behaviour است. این موضوع تا کنون 29 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع [BANano] Strange BANano behaviour
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
29
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
B4J 9.8
BANano 7.37


I have a BANano custom view which, amongst other things, displays a text box. The value attribute of the text box contains an integer, default of 0

B4X:

<input Type="text" id="fname" name="fname" maxlength="2" size="2" style="border:none; text-align:center" value="0">

I get the BANano element with

B4X:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید

So far so good. However when I execute the following...

B4X:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید

the value attribute gets set to "01".

Running the same function again I get "011". Changing the input type to "number" made no difference.

So my int value of x is being treated as a string. Is this a bug or am I thinking wrong about this / missed something in the booklet?

 

عقب
بالا