Jump to content

nurettin

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by nurettin

  1. Hi, we have multiple projects using different versions of unigui (0.99.10 and 0.99.95) we have to transition slowly.

     

    Is there a way to determine which unigui version we are building with? I need to set UniServerModule soAllowStressTest flag depending on version.

  2. Hi,

     

    I get _ffc_ not defined Ajax Error message dialog in the browser when running the program using stressTestTool.

     

    _ffc_(OED);_hde_(OA9, true);if(Ext.Msg.isVisible())Ext.Msg.toFront();

     

     

    It doesn't happen when I run the application normally. 

     

    I am using 0.99.95.1309 

     

    Is this a known problem?

  3. Message from: "Farshad Mohajeri"

     

    "chatop" wrote in message

    news:p%235FFT20LHA.2720@anaxagvs227...

    > it will be implemented on the Future?

    > "chatop" дÈëÏûÏ¢ news:L4hfm3q0LHA.2720@anaxagvs227...

    >> How to use mainmodule send information to webPage and refresh web page

    >> to show the information

     

    We will have a form of server push technology, but can't give an exact date

    or version for it.

     

     

    .@qq.com>@qq.com>

     

    @FarshadMohajeri

     

    Any updates on this?

     

    EventSource support would be a nice portable solution for one way communication from server to client.

    As always, Internet explorer hates internet: http://caniuse.com/#feat=eventsource

  4.  

    Same window:

    UniSession.UrlRedirect('http://www.google.com');

    New window:

    UniSession.BrowserWindow('http://www.google.com', 0, 0, '_blank');

     

    On vanilla chrome 51.0.2704.103 m, BrowserWindow() function opens both a tab and a new browser window. I guess it does everything to bypass popup blockers.

  5. Pls try installing again and get your license directly from our portal during installation.

     

    Are you using a license key you have saved before?

     

    I tried this. Yes, I am using a license key I saved before.

     

    Edit: When I copy and paste from the portal, it doesn't install. (I took special care not to include any spaces), when I click get license key, it seems to install, but it doesn't load in the IDE. There seems to be a state which prevents it from installing to correct locations silently.

     

    Another question: Are you installing on a VM?

     

    Yes, all our development machines are inside of virtualbox, but I did not copy the VM, I just rebooted it.

  6. Hi, I downloaded 0.99.95.1305 Beta from the support menu and installation on Berlin 10.1 went fine.

     

    After I rebooted and restarted, I got a messagebox saying "unigui verification failed" and unigui stopped loading during startup. 

     

    After reinstalling, I can't see unigui loading in the IDE startup screen anymore. It's not letting me reinstall. 

     

    When I check paths, $(fmsoft)\UniGui\Dcu and $(fmsoft)\UniTools\Dcu doesn't exist anymore.

     

    Which version do you recommend we download? How to reset this state?

  7. Hi,

    I used TsiLang it's working fine with unigui .

     

     

    I also use TSilang with unigui for 3 languages, this component can save any property of any component for every language, you may export the translation to dictionary which make it easy to translate. And it gives you the expected width of every string for any language when you typing the translation. It is a great tool and has many advance properties.

     

    When I place a TsiLang compoent on any form and run it as ISAPI DLL on IIS, the form doesn't open and unigui times out. 

     

    Are there any solutions for this?

×
×
  • Create New...