Jump to content

mierlp

uniGUI Subscriber
  • Posts

    572
  • Joined

  • Last visited

  • Days Won

    35

Posts posted by mierlp

  1. Hi

     

    We are using a component for sending (mass) mail en the nice thing is you can use

    a services which sends the mails by queue...all mails are generated as a .eml file

    and the services takes care of sending mails.

     

    no problem with Gmail, Homail or your ISP. You can define how many mails sending

    by minute to a ISP, or to Gmail...and lot of other stuff.

     

    I've used several components for sending mail but lot's of them aren't working with uniGui.

     

    EmailArchitect works with uniGui and Delphi....great product..good support....and every penny

    word of it....and no sleepless nights anymore

     

    Take a look at : http://www.emailarchitect.com/easendmail

     

     

    Greetz Peter

  2. Hi Farshad,

     

    i add the uniGuiRegClasses to the main uses list .....BUT we have a strange problem

     

    • I've installed the runtime extJS Runtime on a clean Win7-32 bits computer
    • Placed the application in a folder
    • Start application and working

     

    We would like to make a isapi.dll but before that we test the application just as

    a standalone server .exe. It has to run on a clean Windows 2013 64-bits server

     

    Repeated the steps above on :

    - a clean Windows 2012 - 64 bits server

    - a clean Windows 2008 - 64 bits server

    - a clean Windows 2008 - 32 bits server

     

    In all situations  we got the following error message :

     

    An Exeception has occured in application:

    Class not registrered, ClassID {DF8A4FE2-221A-4504-987A-3FD4720DB929

     

    Oke...maybe it's in the application...so for that i compiled the Dialog demo and

    put it on the same server..still got the same error

     

    Do you have suggestion where to look for a solution. Running the apps on a

    Windows 7 machine it's not a problem as i discribed above.

     

    Regars Peter

     

     

     

    Running the apps as a standalone Win 7

  3. hi

     

    I have a couple of questions regarding IIS 7 (and later)  & uniGui :

     

    1. Is it possible to have more than one uniGui application running on the same IIS server
      and if yes ...HOW:
    • ...does every uniGui application needs is own port number ?
    • ...how to configure uniGui & IISS
       
    1. uniGui uses port numbers let's say 8077 and is free configurable....but not any company
      support this 8077 or other ports for security reason. How to resolve this issue is there a
      mechanisme like reversed proxy

     

    Regards Peter

  4. Hi,

     

    I created a stand-alone server. When opening the Server Monitor a browser will shown with the following message :

     

    An Exception has occured in application:

    Class TServerControlPanelForm not found

    Restart application

     

    Restart or recompiling the applicatons doesn't solve the problem.

     

    How to solve it.

     

    Specification:

    Windows 7, 64 bit

    Delphi XE2

    Unigui 0.94.0.1024

     

    Regard Peter

     

     

  5. Hi,

     

    I have a UniDBMemo on a form where the user may enter max 80 characters,

    I use the code below to display the amount of remaining characters with the

    UniDBMemoChange event.

    TextLen := 100-Length(StringReplace(StringReplace(UniDBMemo_Motivation.Text, 
     #10, '', [rfReplaceAll]), #13, '', [rfReplaceAll]));   
    UniLabel_Count.Text:=intToStr(Textlen);

    But how to prevent the user entering more than 80 characters ?

     

    Regards Peter

     

  6. Hi Oliver,

     

    I asume that you create the reports for the customer. I'm still looking for a way the

    user can create is own reports (like FastReport Designer) and store them in a

    database or as a file from within uniGui

     

    The problem with FastReport Desinger is the visual aspect for design the report

    in combination with uniGui.

     

    A alternative is that we created a Windwos .exe file containing the designer

    which the user has to start on his computer, design the report and storie

    it in the database.

     

     

    I use reportmanger (open source, http://reportman.sourceforge.net/ ). This comes with an additional console app to create PDF's. This I start using createProcess() in UniGui-App and give it the needed parameters. It's very very fast.

  7. hi,

     

    I did try several things to have the treeview background color the same

    as the form color. Used 'parent color' or just set the color to the same

    color as the panel...but nothing of this works

     

    See attached file. The panel color is gray but the treeview

    alway stay clWindow where the items are positioned.

     

    How can i have the same background color for the whole

    treeview as the parent color or just as the color of

    the color property.

     

    Regards Peter

     

     

    post-510-0-73303900-1369658668_thumb.gif

  8. Hi

     

    Just open de .dpr file and see the first line :

    {$define UNIGUI_VCL} // Comment out this line to turn this project into an ISAPI 
    module'

    So...just put 2 slashes at the beginning of this first line and a .dll will be produced.

     

    Regards Peter

     

  9. Hi,

     

    I'm looking for a example using custom style sheets. With our apps we would make

    it possible to use a customized layout. The apps uses 800 * 600 pixels and the rest

    of the screen would must be in style of the company

     

    is there a working example for it or is someone willing to share.

    The Jquery demo is not a good example for wha i need.

     

    Regards Peter

  10. hi

     

    For my applications the user needs to create a account. When the account is created

    he receives a mail with a unique generated code like : -194539324982423641254025935501407370742

     

    Now the user has to login and when it's the first time he has to paste the code

    into a edit field to test if it's the right code.

     

    But...like the most forums i would like to have a url with this code and when the

    user clicks the link in his mail the account must be set to active.

     

    How can this be done and how/where to check if this code belong to

    the right user

     

    Regards Peter

  11. hi,

     

    I've build my first uniGui application for my music festival in  the Netherlands. With this application all volunteers

    can registrated to participate as volunteer.

     

    What did i build :

    • main screen with login interface to login to the application based on account (fig. 1)
    • create new account....every volunteer has to create a account. After registration they recive a mail message (fig.2 )
      with a generated code.
    • When the login the first time they have to enter this code to confirm the registration (fig. 3)
    • possibility the request the password (fig. 4)
    • detail screen to enter volunteer information

     

    All text is Dutch...but it's for the idea.

     

    Regards Peter

    post-510-0-24382600-1366746005_thumb.gif

    post-510-0-03724200-1366746160_thumb.gif

    post-510-0-41593400-1366746161_thumb.gif

    post-510-0-81427600-1366746162_thumb.gif

    post-510-0-68349500-1366751127_thumb.gif

    • Upvote 1
  12. Well...you still can purchase the Ext JS license directly from there webshop

    but cost  $595.00 or is it a other license?

     

     

     

    Sencha no longer allows users purchase their own licenses

    .

  13. Hi

     

    Within my Win32 Delphi application i use a lot of Raize Components and they

    have very good and helpfull properties and components

     

    But....before I get some comment....i'm NOT saying uniGui components must

    have all the same properties as Raize but i think there are properties or

    components which wouldn't mistood for uniGui. And yes i know it's still

    beta and there's still a lot to do and this is the section 'Feature Request'

     

    For those who don't know Raize i added the demo as attachment so you

    can see what i mean.

     

     

    RaizeDemo.zip

  14. Hi Farshad,

     

    That's not completly true....what if you build a application which runs on your own internal webserver for

    internal use and you want to create a link to a existing file...no upload...just creating a link...how can that be done ?

     

     

    As long as a web application is concerned, selecting a directory doesn't have a meaning unless you upload a file.

×
×
  • Create New...