B4A Library [Class] AnotherDatePicker - A simple "web style" date picker

Status
Not open for further replies.

IslamQabel

Active Member
Licensed User
Longtime User
It is ALWAYS better to create a NEW THREAD for EACH question.

Use Datetime methods......

https://www.b4x.com/android/help/core.html#datetime
thanks ....i already know how to get dayofweek as DateTime.getdayofweek(DateTime.now)..........but my question is...when you use datedialog.....you can see the calender and pick all date data at any other date year,month,dayofmonth but i want to get also the dayofweek at the picked date by dialog
 

Polaris

Member
Licensed User
View attachment 69363 View attachment 69362


Hi Barx I tried out your version of ADP, looks good , but I get a funny bug , don't know if anyone else gets it, what happens is the btnPicker button is always visible even when it shouldn't be. When btnPicker is clicked the adp view appears as it should but the btnPicker button sits right there in the middle of the adp calendar view. In the designer settings I tried setting the elevation at 3dip so it would be above the "1" view, but still no go. I can set (btn.picker.Visible=False) in the btnPicker_click sub, that makes it go away when the date picker is called, but then i can't get it back when I exit adp view since there is no place to call (btn.picker.Visible=True) in MAIN.
Trying to access the btnPicker from AnotherDatePicker using MAIN.btnPicker doesn't work either (Unknown member error).
I'm really curious about this bug, while it's no big deal, still I think solving it will help me learn something new, so I appreciate it if anyone has any ideas ?
 
Last edited:

Alessandro71

Well-Known Member
Licensed User
Longtime User

i have the same issue
a button from my activity is displayed over datepicker, even if it is the first in the editor treeview, so it should be in the background
did you solved your issue?
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…