Jump to content

izotope

Members
  • Posts

    65
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by izotope

  1. Hi all!
    We have been wanting to buy the commercial version for a long time, but we are interested in the road map. In general, this is a normal situation when the buyer wants to know what will happen to the project. It's been probably half a year now that I've been trying to find out something about the roadmap. They gave me a link to the forum, but only those who bought UnuGUI have access to this link. Dilemma.
    I wrote to several telegram chats. It feels like either there is no road map or no one just gives a damn. But what about the goals of the community - to help everyone?
    So is it still possible to see the road map? Or is this a myth?

  2. I solved almost all of these problems. If anyone is interested, I will share.
    There is another interesting one: when opening the page after building the project, an error appears:

    "Error reading frFlowSpaceFrame.VertScrollBar.Smooth: Invalid property path."

    After which the screen is just a blank page.

     

  3. 8 minutes ago, Sherzod said:

    Have you always used trial versions?

    This is the first time I tried to launch an old project. These were still the days when unigui was free.
    How to do a redesign?
    Can you tell me what to use, for example, instead of calling a modal window with a callback?
    ShowModal(_Activate)

  4. Hi all!
    I opened my old project and am trying to run it on the trial version downloaded from the site - 1.90.0.1572.

    Errors I encountered:

    1) frmSelObj.ShowModal(_Activate); // where _Activate is callback function

    [dcc32 Error] uObj.pas(249): E2250 There is no overloaded version of 'ShowModal' that can be called with these arguments

    2) Error reading dbgObjects. WebOptions.LoadMaskMsg: Property LoadMaskMsg does not exist. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost.

    3) The tmrEventHandler method referenced by tmr.OnEventHandler has an incompatible parameter list. Remove the reference?

    4) Error reading dbgProtocol.ScreenMask. WaitData: Property ScreenMask,WaitData does not exist. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost.

    5) Error reading dbgProtocol.ScreenMask. Message: Property ScreenMask.Message does not exist. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost.

    6) Error reading dbgProtocol.ScreenMask. Target: Property ScreenMask.Target does not exist. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost.

    7) Error reading dbgProtocol.WebOptions.LoadMask: Property LoadMask does notexist. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values tobe lost.

    8) Module ‘frlmportFrame' links to module ‘MainForm’ which cannot be found in the current project. Do you ‘wish to remove/tedirect the links to another module?

    9) The dbgProtocolAjaxEvent method referenced by dbgProtocol.OnAjaxEvent has an incompatible parameter lst. Remove the reference?

    Please tell me what solutions to the problem or migration manual are there?
    Thank you!

  5. 15 minutes ago, Sherzod said:

    Hello,

     

     

     

    Please tell us, now we are at the stage of making a decision to purchase UniGUI, but we cannot read the roadmap on the forum and information about some global changes has recently appeared. It influences the buying decision. How to be?

  6. 5 minutes ago, Sherzod said:

    Этот компонент был разработан для одного коммерческого проекта.

    Но, Вы можете также использовать TinyMCE HTML WYSIWYG редактор.

    Реализацию этого редактора можете найти на форуме.

    Спасибо. Подскажите еще пожалуйста, как реализуется тулбар над областью редактирования?

  7. 40 minutes ago, Sherzod said:

    Доброго времени суток,

    Да, Farshad Вам ответил, повторно опубликую его ответ здесь:

    "A roadmap will be announced. We are trying to a publish a realistic roadmap this time, so all the items in roadmap will be fulfilled in a reasonable time frame.

    With HyperServer, yes. Using HyperServer will allow you to scale your web apps, so a few thousands of users can use in concurrently."

    Спасибо!

    Не подскажете, как можно получить компоненты, которыми реализован данный функционал?

    https://ibb.co/f1NVnhM

     

  8. Пытаюсь достучаться до разных участников форума, и до самого админа @Farshad Mohajeri

    Хотим купить профессиональную версию, но непонятно что будет с самим проектом. Будет он развиваться, не будет? Как работает тех поддержка? Какие кейсы по работе с высокими нагрузками? Тишина.

    Уважаемые участники. есть ли у кого-то информация? Поделитесь пожалуйста опытом.

    Спасибо.

     

  9. On 3/20/2023 at 3:21 AM, Luis German said:
    Hi:
    Following the links and writing a similar scenery on unigui, I got an Access violation message error when readcomponent function is called.

    I Attached the code, a text with saved form, and a picture where the function is called.

    Thanks for your help.-

    Luis.

    Readcomponent.png

    Basico.zipUnavailable forma1.txtUnavailable

     

    Your samples is unavailable.

    Please retry upload files again.

     

  10. Good afternoon
    We are considering Unigui to implement complex enterprise tasks. Tell us about the purchase and development. We noticed that the forum is still alive, but there is no development map for 2023 and beyond. Who can be contacted by email?
    Thank you.

    • Upvote 1
  11.  

    Hello.

    I don't have installed the Delphi XE4, but I think that the following code should be OK.

    package UniGMapDXE4;
    
    {$R *.res}
    {$ALIGN 8}
    {$ASSERTIONS ON}
    {$BOOLEVAL OFF}
    {$DEBUGINFO ON}
    {$EXTENDEDSYNTAX ON}
    {$IMPORTEDDATA ON}
    {$IOCHECKS ON}
    {$LOCALSYMBOLS ON}
    {$LONGSTRINGS ON}
    {$OPENSTRINGS ON}
    {$OPTIMIZATION ON}
    {$OVERFLOWCHECKS OFF}
    {$RANGECHECKS OFF}
    {$REFERENCEINFO ON}
    {$SAFEDIVIDE OFF}
    {$STACKFRAMES OFF}
    {$TYPEDADDRESS OFF}
    {$VARSTRINGCHECKS ON}
    {$WRITEABLECONST OFF}
    {$MINENUMSIZE 1}
    {$IMAGEBASE $400000}
    {$IMPLICITBUILD ON}
    
    requires
      rtl,
      vcl,
      vclimg,
      dbrtl,
      vcldb,
      uniGUI18,
      uIndy18,
      uniTools18;
    
    contains
      UniGMap in 'UniGMap.pas';
    
    end.
    
    

     

     

    Error :(((

    post-755-0-92793500-1440703027_thumb.png

  12. Hello Renato.

     

    I don't think that we can have more accurate computation of distance than Google.

     

    But , if you want the full point list of each step , see the the UniDBGrid1CellClick procedure of DirectionsForm in demo project.

    If you iterate through these points you can calculate the progressive distance.

     

    You will also need the functions TUniGMap.DecodeLatLngPath and TUniGMap.ComputeDistanceBetween.

     

    Hi. Please dpk for Delphi XE4, the one that is attached to the cap threads is not installed :(

    Thanks!!!

×
×
  • Create New...