neodatepicker plugin - Forum

Forum Navigation
You need to log in to create posts and topics.

neodatepicker plugin

Hello, I want to ask, if I use dialog and I also put textinput object as datepicker and I use neoDatePicker plugin but it doesn't work?

@rudy as the Dialog takes a bit to be shown you must use a small delay before using the date picker command. For example:

Wait 400
  neoDatePicker "TextInput1" "yyyy-mm-dd" "en" true "[mydate]"
EndWait

Regards.

Dear Mr. luishp,

Thank you for the information but sir I have tried and it doesn't work, I'll send the file to you

 

 

Uploaded files:
  • You need to login to have access to uploads.

@rudy you are right. neoDatePicker doesn't work correctly when inside a Dialog. I will try to fix it.
Sorry!

Dear Mr. luishp,

Ok, Thanks

 

Dear Mr. luishp,

I want to ask about when there will be a fix update?

 

@rudy no idea sorry. Really busy these days. I will try to take a look as soon as possible.

Dear Mr. luishp,

Ok, Thanks

 

@rudy, please test the attached plugin (neoDatePicker3). It's a completely new one but with very similar commands to the previous one.
Sample code for using it within a Dialog:

OpenDialog "NewDialog"
Wait 200
  neoDatePicker3 "TextInput3" "dd-mm-yyyy" "en" true
EndWait

Please let me know if it works for you. Thank you!

Uploaded files:
  • You need to login to have access to uploads.
CDY@44 has reacted to this post.
CDY@44

Dear Mr. luishp,

I have tried it and the Neodatepicker3 component works perfectly, Thank you Mr. luishp for your help