Jump to content

Recommended Posts

Posted

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?

  • 3 weeks later...
Posted

Hi fenix,

i have many question about your component :

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

 

-TUniSFHold : is there  methods show and hide

Posted

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

Posted

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

  • 4 weeks later...
Posted

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!

Posted

Hi GoldLine,

 

We do not support the forum, use the options offered at the time of purchase, only licensed users are supported and I can not verify this here.

 

Best regards

  • 1 month later...
Posted

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

Posted
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

Posted
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

Posted
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

Posted
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?

Posted
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.

  • 2 weeks later...
  • 3 months later...
Posted
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.

  • 8 months later...
Posted

Why does including the UniSFButton unit cause UniGUI's Uni_Flat_Black (and some other) themes to not show icons?

UniGUI version is 1.90.0.1531.

unisf.png

Guest
This topic is now closed to further replies.
×
×
  • Create New...