You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when you pass a dynamic value, it is cast to text when passed to the pashua window configuration.
This idea is when you pass an file, ASPashua will convert it to a POSIX path when passing the value to pashua. It will also remember this type, so when pashua is returning values to ASPashua, the display pashua dialog handler will then return a file too. This works perfectly with the openbrowser control.
The same can be done for other types like boolean and date.
If you like to have this feature, please vote for it.
The text was updated successfully, but these errors were encountered:
Now when you pass a dynamic value, it is cast to text when passed to the pashua window configuration.
This idea is when you pass an
file
, ASPashua will convert it to a POSIX path when passing the value to pashua. It will also remember this type, so when pashua is returning values to ASPashua, thedisplay pashua dialog
handler will then return afile
too. This works perfectly with theopenbrowser
control.The same can be done for other types like
boolean
anddate
.If you like to have this feature, please vote for it.
The text was updated successfully, but these errors were encountered: