Jump to content

mika

uniGUI Subscriber
  • Posts

    142
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by mika

  1. This is fairly old topic but I have to push this idea because it is more and more important to us.

    RAD Studio is very expensive whereas Lazarus + FPC are free to use. I can understand that there are technical challenges to overcome about porting UniGUI to work on Lazarus + FPC but benefits for us would just be amazing.

    My question is: Is there any plans to do this or is it too difficult or practically impossible to do? I would like to see clear answer on this because if it's not going to happen, we need to do certain adjustments to our plans in future as well.

    Because of the silence of the developers on this, I lean to think that it won't be happening but I would be extremely happy to be wrong on this one.

    // Mika

    • Like 1
  2. I can almost guarantee that when uniGUI provides support for Lazarus/FPC, we will renew our subscription.

    We really would like to hear some positive news about this topic.

    • Like 2
  3. UniGUI is excellent framework to develop web applications incredibly quickly and efficiently. That was and still is reason for us to keep using it.  After we started using UniGUI, we haven't even looked for other solutions.

    I suggest you download evaluation version and see for yourself why people here are so keen to recommend it

    • Like 1
  4. Yes I could but that would be very cumbersome task as each panel I would have to create dynamically contains many components (anywhere from 2-3 to 20-30). That's why creating each component dynamically isn't viable option. However, if I can only create parent panel containing all of those components, that would solve my problem.

  5. Is it possible to prevent certain components to be created automatically?

    I have fairly large forms (ie. they have lot of components) and they are too slow to load because of that. It would be great if, for example, I could prevent certain panels and their children not being created automatically when the form opens but instead create them by myself when they are actually needed.

    Any help would be greatly appreciated.

  6. I reverted back to 4.2 version and everything now works as expected. However, I'd like to know what went wrong because we obviously want to upgrade in the future. So, any information about this?

  7. Follow up to this problem. It's not only the cache or it might have nothing to do with the cache at all. There are bunch or really weird problems. For example... uniDBGrid header widths differ from column widths, setting labelX caption cause labelY caption to change and so on. There are many of these. I don't have any other option but to revert back to old uniGUI.

     

    If someone could tell what's going on here I'd be very greatful.

     

    // Mika

  8. Some of our customers are having weird problems with our uniGUI software. I updated uniGUI to the latest version yesterday and at least some customers are getting AJAX-errors, duplicate entries in uniDBGrid and so on. I troubleshooted the problem with one of our customers and I asked him to clear cache or try another browser (He was using IE 11). He tried to use Chrome and everything worked as expected. One another customer cleared cache and that seemed to solve problem for her. I can't reproduce any of the errors and problem they're having so it's really difficult to fix something that doesn't seem to be broken.

     

    Is there something I'm missing here? What can I do to to solve this issue? Is there a way to instruct clients browser to fetch all the uniGUI files again effectively refreshing them? Is this cache related at all? If not, what should I do to prevent these kind of situations in the future when I update uniGUI to new version?

     

    Please advice.

     

    // Mika

    • Like 1
  9. OK i get this version from friend to test Rad Studion 10.2, so i don't now if it's pirated one or not

    But I analyse this issue and i find this ( opera debug log)

    ----------------------------------------------------------------------------------------------------

    localhost/:11 Resource interpreted as Stylesheet but transferred with MIME type text/plain: "http://localhost:8077/uni-1.0.0.1386/css/uni-ext.css".

    (index):28 Resource interpreted as Stylesheet but transferred with MIME type text/plain: "http://localhost:8077/uni-1.0.0.1386/css/uni-xtheme-common.css".

    (index):29 Resource interpreted as Stylesheet but transferred with MIME type text/plain: "http://localhost:8077/uni-1.0.0.1386/css/uni-xtheme.css".

    (index):23 Resource interpreted as Stylesheet but transferred with MIME type text/plain: "http://localhost:8077/uni-1.0.0.1386/ClearButton/ClearButton.css".

    (index):34 Uncaught ReferenceError: uniVars is not defined

        at (index):34

    (anonymous) @ (index):34

    -----------------------------------------------------------------------------------------

    This issue gone when i compile with build 1399

    thanks

     

     

    You can not get uniGUI from a friend. It is a commercial product. You are using a pirated copy and still ask us to dedicate our time to give you support.

    Why? Maybe because you think that we have lots of free time to support people who simply don't want to PAY for uniGUI and instead prefer to use a pirated copy?

    The answer is NO!

     

     

    Ok thanks I tell you that all is ok when I compile with 1399 build

    I send this log for information only

     

     

    Also I will use unigui in commercial application so i will not use any pirated version be sure when all is OK with my testes

    Be sure I will bay license to deploy my work

     

    This is unbelievable but also absolutely hilarious :D Not only he's requesting support for pirated copy but he doesn't even try to hide it... You just can't make this shit up :D

  10.  I never had antivirus problems , i use upx and aspack at least 15 year. 

    Really? That's odd because I have used UPX only couple of times and at least on one occasion, virus scanner went off because of it. It was years ago and if I remember correctly, I used Norton Antivirus back then. Anyway, in my opinion, saving few megabytes is not worth it.

  11. I'd like to propose new forum area for general Delphi coding related questions.  I'm aware that there are already 'General'-section, but in my opinion, that should be reserved for uniGUI related questions. My reasoning for this is that there are often very basic beginner level coding questions that don't have anything to do with uniGUI. I'm not saying that there shouldn't be such questions, but I think that they should be placed in their own section.

     

    What do you think? Bad idea?

     

    // Mika

  12. I don't think OP even meant that Farshad should release source code for free to everyone. Many component packages are released with full source code. That does *NOT* mean that they're free.

     

    Also, not releasing full source code doesn't stop pirates from doing what they are. UniGUI is pirated same way as any other component package; unfortunately.

     

    // Mika

  13. I don't know about TMS WebCore. I didn't look that deep but it seems that it can't really compete with uniGUI; at least for now.

     

    However, I am also concerned about uniGUI being partly closed source as I have stated before. I understand completely that Farshad does not want to open source code because there are several down-sides for doing so. I think I did propose in one of my earlier posts that as a compromise, there could be some sort of dead man's switch that would trigger and source code would be released if Farshad is unable or unwilling to continue providing support for uniGUI. I know that this might sound bit grim but if this kind of protection could be implemented, it would serve both sides I believe.

     

    This is just my two-cents and I posted this just to refresh this idea, not to criticise anyone.

  14. How can I access popupmenu component on client side using JavaScript? Other components expose JSName property but TUniPopupMenu does not. Source code is not available for unit uniMainMenu so I can't investigate.

     

    // Mika

  15. I can't get this to work. I use XE5 and latest uniGUI (1.0.0.1425). I get following errors:

     

    Line: 17: System.ImageList // Unit does not exist

    Line: 540: LocalClientEvents.ExtEvents.AddPair(EventItem.EventName,EventItem.EventPrototype); // Method AddPair does not exist

    Line: 548: LocalClientEvents.UniEvents.AddPair(EventItem.EventName,EventItem.EventPrototype); // Method AddPair does not exist

     

    Can anyone help with this?

×
×
  • Create New...