Jump to content

mierlp

uniGUI Subscriber
  • Posts

    572
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by mierlp

  1. Hi I use DevArt components for mySQL connection. On the servermodule i put the MyConnection component which contains the ip, username/password On a datamodule i put the Query components. There are 2 Query Components : - Accounts - Guests Guest has a Master/Detail to Accounts...but every time i open the project the Master/Detail is empty and only the MasterFields property contains the fields. Is this a bug in 0.94.1024 or is there something else wrong and how to solve it? Regards Peter
  2. 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
  3. And the same applications is running on a Windows 7 machine en NOT on a Windows 8 machine, both 64-bits A applications compiled with a version before 0.94 is directly running... anyone suggestion where to look ?
  4. 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
  5. Hi, For some reason i got this message : Class not registered when i deploy a uniGui stand alone server. The standaard [ext] map is copied and part of the application root directory Any suggestions?
  6. hi I have a couple of questions regarding IIS 7 (and later) & uniGui : 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 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
  7. SOLVED...had to add uniGUIRegClassed to the main.pas
  8. 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
  9. Hi All demo's working perfect on a Android tablet and non of the problems you descrided Regards Peter
  10. Thanks...this works great
  11. 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
  12. hi i have a login/logout procedure and when the user logs out all active forms must be closed EXCEPT the main form How can i do this ? Regards Peter
  13. 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.
  14. Hi, Sounds good and was already looking for something like this. If you can send me a PM or a link for downloading would be great. Regards Peter
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. Well...you still can purchase the Ext JS license directly from there webshop but cost $595.00 or is it a other license? .
  21. 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
  22. Hi, Custom container displays groups of controls in a XP Category-style view or in an Outlook-style interface see attachment
  23. Hi This custom container consists of two panes separated by a splitter bar. The panels, and their contents are automatically resized when the splitter bar is moved. Orientation can be horizontal or vertical See attachment
  24. Hi Take a look at http://www.raize.com/DevTools/RzComps/Features.asp The framing options are great and you can create you application in the same style/color as the used background or other colors. Regards Peter
×
×
  • Create New...