Jump to content

Recommended Posts

Is this possible to buy only buttons and combobox?

 

And you wrote that components compatible only with "default, blue, gray, access e neptune" themes - will components in the same style as in Demo with Win10 theme?

Link to comment
Share on other sites

  • 3 weeks later...

Hi delagoutte,

 

-TUniSFComboMultiple : is it possible having Checkbox for select items ?

No, the available resources are as they are in our online demo.

 

-TUniSFHold : is there  methods show and hide

Yes, but hide runs automatically when complete the process. Please review the PAS tab code from our demo.

 

Best regards

Link to comment
Share on other sites

Hi fenix,

We will probably buy your component but i think "having checkbox for multiselect"  could be better for user experience. Could you add this in a wish list for a futur version ?

 

 

ps :

on your demo button, if you select icon style : light -> you have a problem with displayed icon

Link to comment
Share on other sites

  • 4 weeks later...

Hello,

 

I want to use SweetAlert dialog with LoginForm in order to inform user about credenetial check.

But after confirm SweetAlert Message (click on okay button) the login form is always closed.

 

My code:

procedure TfrmLogin.btnAnmeldenClick(Sender: TObject);
var
  s: string;
const
  msg = '%s darf nicht leer sein.';
begin
  s:= '';
  if (length(edEmail.Text) = 0) then
    s:= 'EMail';
  if  (length(edKennwort.Text) = 0) then
  begin
    if s.Length > 0 then
      s:= s + ' / ';
    s:= s + 'Kennwort';
  end;

  if s.Length > 0 then  // Error !!!
  begin
    ModalResult:= mrNone; // !!!

    dlgAlert.Error('Eingabe unvollständig.',  Format(msg, ),
      procedure(const ButtonClicked: TAButton)
      begin
        //frmLogin.ModalResult:= mrok;   // ???
      end
    );
  end;
end;

 

Do you have an example how to use SweetAlert in conjunction with Login dialog?

 

Thanks in advance!

****

=> Solution was send by chat support of UNISF,

Thanks a lot!

Link to comment
Share on other sites

  • 1 month later...
On 8/14/2018 at 9:00 PM, Sistema Fenix said:

Hi Eric,

 

If you are our customer, you must contact us by email informing you of the registration data, if you want to purchase the components, access our online demo (http://app.fenixerp.com.br/unigui) that you have the option to purchase.

 

Regards

Is there a demo for your mobile components? Where to buy?

Thanks,

Jim

Link to comment
Share on other sites

Hello Jim

We do not have components for mobile, I can only create components for mobile if I had any projects using this technology in our company, our projects in mobile are developed in another language and as sales do not generate enough return to pay the cost of development / Analyze / Research , we do not have to invest at this time in developing components for mobile and the demand is very low, I have been working with unigui for 6 years and only 5 or 6 people have asked me for components for this platform.

 

Best regards

Link to comment
Share on other sites

On 10/18/2018 at 5:48 AM, Sistema Fenix said:

Hello Jim

We do not have components for mobile, I can only create components for mobile if I had any projects using this technology in our company, our projects in mobile are developed in another language and as sales do not generate enough return to pay the cost of development / Analyze / Research , we do not have to invest at this time in developing components for mobile and the demand is very low, I have been working with unigui for 6 years and only 5 or 6 people have asked me for components for this platform.

 

Best regards

OK,

So how do I buy the desktop version? I am in Canada?

Thanks,

Jim

Link to comment
Share on other sites

31 minutes ago, jimwang@wiz-tec.com said:

OK Sistema,

Just paid via paypal. Please send to jimwang@wiz-tec.com,

Thanks,

Jim

Hello, Jim.

OK thank you.
The data has been sent to your email.
Any questions please contact us by email or in our chat.

Schedule we are working on:
Monday to Friday from 11:00 AM UTC to 3:00 PM UTC and 4:00 PM UTC to 8:00 PM UTC

Best regards

Link to comment
Share on other sites

15 minutes ago, Sistema Fenix said:

Hello, Jim.

OK thank you.
The data has been sent to your email.
Any questions please contact us by email or in our chat.

Schedule we are working on:
Monday to Friday from 11:00 AM UTC to 3:00 PM UTC and 4:00 PM UTC to 8:00 PM UTC

Best regards

OK Fenix,

There is src for the components, correct? My company has policies, can only buy and use components with source code.

And I won't be able to install until later on... I am still on Delphi2007 and uniGUI 1.0, and has not been upgraded since 99% of my apps and codes are in delphi2007 and delphi7

Jim

Link to comment
Share on other sites

29 minutes ago, Sistema Fenix said:

Hello, Jim.

OK thank you.
The data has been sent to your email.
Any questions please contact us by email or in our chat.

Schedule we are working on:
Monday to Friday from 11:00 AM UTC to 3:00 PM UTC and 4:00 PM UTC to 8:00 PM UTC

Best regards

Unable to run uniSF_Setup_1.1.1040.exe, this file is flagged as virus/spamware and moved to vault. Why?

Link to comment
Share on other sites

54 minutes ago, jimwang@wiz-tec.com said:

OK Fenix,

There is src for the components, correct? My company has policies, can only buy and use components with source code.

And I won't be able to install until later on... I am still on Delphi2007 and uniGUI 1.0, and has not been upgraded since 99% of my apps and codes are in delphi2007 and delphi7

Jim

Yes it is included the source code according to our demo.
Doubts please email us, we do not support the unigui forum.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
32 minutes ago, epos4u said:

updated to Rio 10.3 and find out i have to purchase these components again to work with Rio :(

 

For purchases that have more than one year without renewal you must purchase again.
All users who were in support of Delphi Rio release have compatible versions.

Link to comment
Share on other sites

  • 8 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...