B4J Question Header of day of week is not appeared (B4J8.3 ) while B4J8.1 is OK

Theera

Expert
Licensed User
Longtime User
After update version B4J8.3 instead of B4J8.1 . Who have tried AnotherDatePicker library again?
 

Attachments

  • 2020-06-04_215205.png
    2020-06-04_215205.png
    6.4 KB · Views: 286

Theera

Expert
Licensed User
Longtime User
Here you are,Erel.
 

Attachments

  • ThaiAnotherDatePicker.zip
    8.2 KB · Views: 229
Last edited:
Upvote 0

Theera

Expert
Licensed User
Longtime User
Hi all,
My problem is closed by redo all ,but I don't know what's happenned. How do I change textboxDate1 following to AnotherDatePicker1 changing?
(I need someone help me coding,I'm not expert in programming)
 

Attachments

  • 2020-06-06_192024.png
    2020-06-06_192024.png
    12.2 KB · Views: 262
Upvote 0

Theera

Expert
Licensed User
Longtime User
You should add the DateChanged event with the designer.
I have ever test DateChanged event with the designer with addition some codes in it for running event test,but it is not actived. (It is detected in SelectDay event instead )

I have textboxDate1 as B4XView ,how do I set textboxDate.text =ConvertThaiDate(dateField.Text)?
2020-06-06_201337.png

dim msgb as msgboxes
msgb.show ("Do here this code","")
 
Last edited:
Upvote 0

Theera

Expert
Licensed User
Longtime User
Here is the lastest my code.
 

Attachments

  • 1.zip
    8.1 KB · Views: 219
Upvote 0

Theera

Expert
Licensed User
Longtime User
The event is not raised because the date is considered to be invalid. This is why the text field border is red.

You will need to make more changes to support other calendars.
Hi there,
I can solved the event is not raised(see 2.png) but I don't know how to code detect which the AnotherDatePicker is called(see 1.png). I'll finish this project if I can solve it.
 

Attachments

  • 2.png
    2.png
    11.5 KB · Views: 259
  • 1.png
    1.png
    10.4 KB · Views: 270
Upvote 0

Theera

Expert
Licensed User
Longtime User
I 'm sorry to make your felt for my trying. I have study CallSub() (see picture3) and have tried to apply the last (see picture 4 and 5) .
I still don't close my job. How do I coding?
 

Attachments

  • 3.png
    3.png
    5.9 KB · Views: 261
  • 5.png
    5.png
    10.5 KB · Views: 268
  • 4.png
    4.png
    10.1 KB · Views: 259
Upvote 0

Theera

Expert
Licensed User
Longtime User
Please post code as text, not screenshots.

Search for CallSub in the class code. You will immediately see line 159.

Many Thanks ,Erel I found your old project in B4A . I can do it myself. I'm sorry to use more pictures because I 'm not good at English.I don't know how to say to you be understanded.

I see your old project in B4A,please see the pictures. I'm very happy and many thanks you and others.


THANK YOU.
 

Attachments

  • This1.png
    This1.png
    7.3 KB · Views: 257
  • This2.png
    This2.png
    5.8 KB · Views: 263
  • This3.png
    This3.png
    4.2 KB · Views: 253
  • This4.png
    This4.png
    2 KB · Views: 263
Upvote 0
Top