Jump to content

Tokay

uniGUI Subscriber
  • Posts

    839
  • Joined

  • Last visited

  • Days Won

    19

Posts posted by Tokay

  1. My 2 cents. I'm co-owner of small soft company and main developerr in it for a last 16 years. We're use Farshad's components and very glad with it. Our politic is to don't use closed-source components. UniGUI is a rare exception of this rule. If we'll found comparable replacement for UniGUI with opened source it's big probabilty that we move to other one. Rewriting is not afraid us, not for first time. Therefore, it's important to understand that it's very important for us. In the future we have plan to buy additional licenses, when the rest of the team will start working with components.

    I think that both of responsive desing and linux support are important. For different reasons.

  2. TForm1 is the main form of my app and admin's main form.

    UniForm14 is the user's main form.

    NeedSetMainForm is the flag for timer of the TForm1. Timer do some setup of the main form after start.

    Users is internal class of all user's data.

    UniMainModule.LoggedUserHash is the hash of current logged user.

  3. Hi! I do it in my app in that way:

    in the real main form do check, does the user have admin priveleges, and if no, I hide this form and show other one, user's, form:

    procedure TForm1.UniFormShow(Sender: TObject);
    begin
     if Users.IsPermitted(UniMainModule.LoggedUserHash, 'CAN_ADMIN') then
      NeedSetMainForm := True
     else
     begin
      Hide;
      UniForm14.Show;
     end;
    end;
    

    as I know, all works fine.

  4. Нет ли каких-то подводных камей в переходе с 32бит на 64бит?

    Только если на вашей стороне. Соответствующие туторы лежат в сети, ищите.

     

    да, я нашел где его скачать, но вопрос на сколько это бета, это бета которая будет final через месяц или через год? т.е. на сколько в ней рабочий функционал.

    Фаршад писал, что на грани релиза. Ждите.

  5. we are already working on it, but we are waiting for this version is stable to devote more time in this version.

    We are waiting for your components too. Farshad said that a new version of its components is coming out on a stable release.

×
×
  • Create New...