Jump to content

UniSpecial Component


Hayri ASLAN

Recommended Posts

  • 2 months later...
  • 1 month later...
  • 2 weeks later...
  • 1 month later...

Hi Aslan,
I am looking for a special DBcombobox;

I mean with double list, for items and display values.

For example the DB field contains an integer, 1,2,3,4...   but I want display corresponding text description, as Practicer, Nurse, Doctor, etc..

I see you have a component suite for unigui; do you have such DbCombobox in your collection ?

Regards,
Marco

Link to comment
Share on other sites

Hi Aslan,

I am looking for a special DBcombobox;

I mean with double list, for items and display values.

For example the DB field contains an integer, 1,2,3,4...   but I want display corresponding text description, as Practicer, Nurse, Doctor, etc..

I see you have a component suite for unigui; do you have such DbCombobox in your collection ?

 

Regards,

Marco

 

Hi Marco,

 

Unfortunately unispecial component has not dbcombobox.

Link to comment
Share on other sites

Hi,

 

I was trying to implement common TUniSpSweetAlert-based messagebox to datamodule and other unigui-forms where suppose to call that MessageBox-procedure.

MessageBox is displayed but buttons in messagbox are not working. Placing TUniSpSweetAlert-component directly to unigui-form works ok. 

 

Do you have any suggestions, Can I pass form-information somehow and use common messagebox ?

 

Regards,

Hannu Hilanne

Link to comment
Share on other sites

Hi Aslan,

 

Another question also. TUniSpNoty:

How should I close all currently visible notifications programmatically (not waiting user interaction)?

 

Regards,

Hannu

Hi,

 

to close all please use this :

UniSession.AddJS('$.noty.closeAll()');
Link to comment
Share on other sites

Hi,

 

I was trying to implement common TUniSpSweetAlert-based messagebox to datamodule and other unigui-forms where suppose to call that MessageBox-procedure.

MessageBox is displayed but buttons in messagbox are not working. Placing TUniSpSweetAlert-component directly to unigui-form works ok. 

 

Do you have any suggestions, Can I pass form-information somehow and use common messagebox ?

 

Regards,

Hannu Hilanne

 

Hi,

i checked this now. When sweetalert in mainmodule or datamodule, we can't get Jsname of sweetalert. It is getting only "O0"

 

Maybe farshad can give a clue about that.

Link to comment
Share on other sites

  • 3 weeks later...

Hi,

 

There is a breaking change for unispecial. I removed load js files dynamically. So you need to add required files to Uniservermodule.CustomFiles manually.

 

Tonight i will send update to all buyers.

 

All required files write in .pas of component. Like : 

 

hUv6FBi.png

 

 

Also There is 3 new component.

 

1 -) UniSpCheckCombobox. It is core Extjs.

 

HOacfTI.pngWxGoyBJ.png

 

 

2-) UniSpMaxLength

 

 

XST89ba.pngm80g8n5.png

 

 

 

3-) UniSpSySend (Send Message Between Application in Different Tabs)

 

HDvFKKG.pngsmtvq6m.png

Link to comment
Share on other sites

Hi,

 

There is another component.

 

UniSpSaveForm. This is save form element's value(Uniedit, UniNumberedit,UniMemo).

 

It is using LocalStorage.

 

When Session restored, clients says all inputs blank. All my works is gone.

Now I am saving values with a timer. When session restored asking to them there is a saved form. I can fill again. So clients is happy :)

 

Just Add :

UniSpSaveForm1.SaveForm(frm_SpSaveForm.WebForm.JSName);

To Restore Form:

UniSpSaveForm1.RestoreForm(frm_SpSaveForm.WebForm.JSName);

7pr2Z8B.png nsd2vqi.pngQCoSFPp.png

Link to comment
Share on other sites

  • 3 weeks later...

Hi Hayri / Farshad

 

This component pack is growing nicely

I think a 'sticky' posting would be useful  for this forum as the first post - To give a list of current components included and the cost along with a link to purchase url.

 

(Has XE8 installation been confirmed yet)

 

All the best

  • Upvote 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...