Jump to content

MOGSY

Members
  • Posts

    216
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by MOGSY

  1. Hi

    UniMap is not displaying title. I have used the UniMap Demo and added line Title := 'Test'; but it displays nothing. What I am not doing?

     

    procedure TMainForm.UniButton7Click(Sender: TObject);
    begin
      with UniMap1.Markers.Add do
      begin
        id:= Trunc(UniNumberEdit4.Value);
        Latitude:= UniFormattedNumberEdit5.Value;
        Longitude:= UniFormattedNumberEdit6.Value;
        Icon.iconUrl:= UniEdit1.Text;
        Title := 'Test';
        Draggable:= UniCheckBox2.Checked;
        AddToMap;
        PanToMarker(8);

      end;
    end;

    Thank you
     

  2. It is very usefull to be able to send to different apps and recieve from different apps. There are many situations that it is required to commuinicate with different servers i.e phone servers.

    I think it is better if possible to send and receive from the server side.

     

    Regards

  3. The Issue is, there are tons of information that is missing in the demos.

    There is a great many features like the ExtEvents, UniEvents etc where there is very little information about them. I think it would be of a great help if there is a start on even one component and have contribution from users as well.

    A great deal of issues raised on the forum clearly is due to the fact that information is missing.

    Regards

  4. Hi

    UniGui is an excellent framework that has lifted Delphi to the next level. However, it is clear from the forum that there is a great deal more that can be archived.

    The main issue which so obvious from the forum is the lack of information which I believe most users are suffering from.

    "It is not far from the truth to say it looks that lots of excellent capabilities of UniGui is kept secret!!!"

    I think it is also not fair to expect the UniGui staff to carry this burden on their own, however it is imperative that they take the first step.

    It is clear that there are many users that are prepared to help in including myself.

    I believe this will enhance the uptake of UniGui from users who try and give up. The more widely used UniGui is better for all users and we want that.

    "SUGGESTION"

    Please choose a component i.e. UniDBGrid, UniTextEdit etc and please have explanation and small example for every single property and event and let us contribute with examples questions etc.

    If UniGui do this for one component, I am sure there are a lot of us that are prepared to put effort and complete this for most other components.

    Please consider this carefully since I believe this is beneficial for UniGui developers and all you users. The more paid up users you get and more contribution is better for all of us.

    Thanks

  5.  

    Hi 

    when installling the custom package following errors occures. Where I am going wrong?

    [dcc32 Fatal Error] uniGUI18.dpk(30): E2225 Never-build package 'rtl' must be recompiled

    [dcc32 Fatal Error] CustomPack5.dpk(34): E2202 Required package 'uniGUI18' not found

    Thanks

    image.thumb.png.21f29ce26173233294dc0876b0d56aa5.png

×
×
  • Create New...