Jump to content

paul.coshott

uniGUI Subscriber
  • Posts

    42
  • Joined

  • Last visited

Profile Information

  • Location
    Western Australia

Recent Profile Visitors

770 profile views

paul.coshott's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi All, Can anyone tell me if it is possible to call a JS ExtEvent (such as a click event) from within a pascal coded event? And how do I use a new custom event created in the list of ExtEvents? How do I call it? Can this be called from within a pascal event? Cheers, Paul Delphi 10.2 Pro, uniGUI 1.9.0.1504 Complete Professional, Windows 10 Pro
  2. Hi Sherzod, Thanks for the example. It worked fine, but it was no faster than the pascal code. So, next question. Is it possible to fire a java script event from within the pascal code, that will cause the background color to change quicker? Cheers, Paul
  3. Hi Sherzod, Thanks for the info. Could you give me an example of using the JSInterface to change the background color of a panel? Thanks, Paul
  4. Hi All, I've just learned how to change the background color of a panel using client side JS in the ClientEvents property . Works great (thanks Sherzod). But I also have another case where I am changing the background color of a panel (and one where I change the background color of a label), but the color it changes to depends on quite a few factors and also whether it was previously selected or not selected. So what I'm asking, is can I call JS code from within my pascal coded events. And if I can, how do I do this? An example of changing the background color of an object would be great. Thanks, Paul Delphi 10.2 Pro, uniGUI 1.9.0.1502 Complete Professional, Windows 10 Pro
  5. Hi All, As I'm new to uniGUI, I wrote my first web app using just pascal. Now i have the app hosted, it's easy to see where the interface needs speeding up. So I need to replace some pascal event handlers with JS code. Other than asking on these forums what JS code is needed to replace the pascal code, is there anywhere else I can learn the JS calls I can use in uniGUI? For today though, I have 2 panels that allow the user to choose between AM and PM. When they click the panel, it changes color to the selected color, and changes the other panel's color to the unselected color. How and where do I do the following in JS? procedure TfTimeEditor.pAMClick(Sender: TObject); begin panelAM.Color := $0048B9F7; panelAM.Tag := 1; panelPM.Color := $00F1F0F0; panelPM.Tag := 0; end; Thanks for any help, Paul Delphi 10.2 Pro, uniGUI 1.9.0.1502 Complete Professional, Windows 10 Pro
  6. Hi All, I have never compiled an app without the runtime packages inside my exe. To do this with my uniGUI app, what do I need to do? And do I need to specify which packages I don't want in the compile? Thanks for any help and advice, Paul Delphi Pro 10.2 uniGUI Pro Complete 1.9.0.1502
  7. Hi Mohammed , Once again, more great info. Thanks heaps for all the advice. Cheers, Paul
  8. Thanks Sherzod. Exactly what I was hoping for. Cheers, Paul
  9. Hey All, I started developing an app to test uniGUI and chose to develop and test as an exe. All was going so well, I just kept going . But now I am almost ready to deploy and would like to deploy as a service. What do I have to do to convert my exe project to a service project? Thanks, Paul Using Complete Professional - 1.9.0.1502
  10. Hi Sherzod, Can you tell me how to create a session and how to terminate a session when not using a TUniLoginForm? Is there anything else I need to take care of that would normally be taken care of by the TUniLoginForm? Cheers, Paul Delphi Pro 10.2 uniGUI Trial 1.9.0.1496
  11. Hi Jean-Marc, Thanks for the answer. Sounds like it's best to stick with IIS and windows. I also used Morfik for a while. I purchased v1 and continued with v3. It was way before it's time with what it could do, and the way it did it. Shame it's gone. Cheers, Paul
  12. That's great! Thanks so much for the detailed instructions. I really appreciate the help and advice. Cheers, Paul
  13. Hi Everyone, Is Apache running on Linux able to load a uniGUI ISAPI dll? Cheers, Paul
  14. Thanks for the info guys. Appreciate it. If you can find the step by step Abaksoft, that would be great. Thanks.
×
×
  • Create New...