Jump to content

Harry Rogers

uniGUI Subscriber
  • Posts

    237
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Harry Rogers

  1. Thanks for the reply Ferna. Your suggestion does indeed allow the width of the border to be changed and also the colour UniSession.AddJS('Ext.util.CSS.createStyleSheet(".x-window-default{ border-color:black };")'); What I was really after is to get an additional line to mark the edge of the window. e.g. the Neptune 6px width all blue border to be instead composed of 1px black and 5 of the blue. The effect I want is a thin box around the window in a different colour to the border. Cheers
  2. It may not be very popular with the current design trends but I would like to get some more definition for the window borders. Neptune theme for example may look quite 'modern' but if you have a couple of windows overlapping the borders all merge. A simple 1 or 2 pixel black line around the external edge of a window border could be useful. Can this be done with some custom CSS or is it essentially a new theme that needs creating ? Thanks
  3. HI I'm getting the same with XE7. If I remove unimchart.pas it then moans about missing DCU. All the best
  4. This obviously has some implications for the existing UniGui architecture.
  5. Anyone have a pointer as to how to use the TuniGauge Series ? Default behaviour is for standard axis to be drawn and no Gauge. Many thanks
  6. That's great. The ability to deploy on Unix servers will add massively to the marketability of uniGui. Thanks Farshad
  7. This seems very interesting http://www.dynamsoft...ices-in-jquery/ thanks Idris. Though it does depend on browser specific pluggins and the license for the underlying sdk is not cheap!
  8. Unless you have a network scanner that has an IP address with an API and/or Web interface then there is not a pure browser only mechanism to access it.
  9. Hi You can have a go at building a rest client - the Embarcadero examples do cover some Google products but not the Drive. Or the products from both of these suppliers work very well. http://www.sync-components.com/ http://www.tmssoftware.com/site/cloudpack.asp - Neither is free though. All the best
  10. Ok that's clear thank you Farshad. All the best
  11. There is always going to be some element of catch up here - how would people feel about skipping support for 4.n in UniGui ? even if that meant an increased time until 5.n support was available ? Of course Farshad is free to provide what he sees fit at any time - Just 'taking the temperature out there' All the best
  12. Hi Would it be possible to define the opacity / color of the screen mask produced with a showmodal call ? - maybe there is already a way to do this ? Thanks
  13. It looks as if any 'internal' activity prevents the timeout being reached, so it is not a measure of user inactivity. Am I correct ? - e.g take the simple session timeout demo. Add a Unitimer to the main form - it doesn't have to have an event handler that does anything. If the timer is enabled the Session timeout condition is never reached. If I'm correct in this : what is a good way to measure user inactivity ? I would like to throw up a mask on the screen and make a user re-identify themselves after a period of no mouse or keyboard activity - not end the session or lose any of the existing screen /data states. I'm guessing some client side Javascript could increment a value every n seconds of nothing happening on the UI and that Delphi could read it periodically - but don't know how to realise this. Many thanks
  14. There are obvious restrictions due to the potential security issues but it looks like you can get quite a bit of info actually using the JavaScript navigator object (such as reported OS) see http://www.alanwood.net/demos/browserinfo.html
  15. simple PDF library app, 250 users across 100+ locations on a nationwide WAN, 24/7 uptime (3 or 4 restarts in 2 years - not related to the uniGui) Advantage Database Standalone Chrome and IE clients No issues at all.
  16. That seems to have fixed it. All the best
  17. Clicking the [Desktop] SEQ WAIT TIMEOUT error in the Closed report Section page is blocked and my AVG pops up a warning 'HTML/Framer' virus found.
  18. Or maybe extend the '@@' concept e.g. @@ Mask @# Mask and '#' char as password Character @* Mask and '*' char as password Character ^# No Mask & '#' as password character ^* No Mask & '*' as password character etc Or something similar ?
  19. Loving the latest version - thank you. We have a situation that requires users to enter a PIN/ID each time they select an option from a main menu. This dialog requires a password type editbox. Would it be possible to add to the Prompt method such that a dialog with a password type edit box was produced ? Maybe : A new type of predefined dialog Or a type that points to a user definable form (similar to the login type form) Or an additional parameter for the existing call (e.g. secure : boolean) Many thanks All the best
  20. I rather clumsily get round it like this. I'm sure there is a better way but this works! (100ms seems long enough to get the email client cranked up before the window closes) I use the clientside click event on a Unilabel (drawn with an underline font) function click(sender, eOpts) { myWin=window.open(MainForm.emailurl.text); setTimeout(function(){myWin.close()}, 1000); } Cheers
  21. This looks interesting brunotoira I'm sure there are a lot of people out there who would like a little more info or a demo of using the method you suggest - would you mind expanding a bit ? Many thanks Harry
  22. Paid for release now available. Farsad can at last now get some reward for his efforts ! Lets hope the majority of people on here get their wallets out for the good of the project going forward. Thanks
×
×
  • Create New...