NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tglomb

Pages: 1 2 [3] 4 5
31
Web Server - Ask For Help / How to store "global" Config data
« on: March 22, 2014, 07:04:49 AM »
I need to store some global values a user configured in a session so that the next time he uses the program it must not be done again. These values must be persistent for ever and some of these values I must read out at the very first possible point, before any website is openend, especially before the Login. This is like having an Ini file/registry setings for Win32 progs which I read out at mainframe procedure setup embed.

These values are workingplace/device related, because some of it I must use before the program knows which user has logged in.
So, how to Cookie it ? Which embeds I must use ? Any hints and ideas are appreciated.
TIA. Ciao Thomas

32
Web Server - Ask For Help / file opening and WebHandler
« on: March 21, 2014, 02:53:59 AM »
If I have a file access (TPS at the moment) in the WebHandler can this be a performance penalty ? If I understand correctly, with each request from a user the WebServer opens a new thread - the WebHandler. So every time a request is getting processed the file is opened and closed. Correct ?
Can this be a problem with lots of simultaneous/parallel requests ?
TIA and Ciao, Thomas

33
Web Server - Ask For Help / Re: UI runtime translation
« on: March 20, 2014, 11:36:47 AM »
Thanks Michaelis,
it works well, I was not aware of this procedure.. I not found a description of all the methods up to now (besides the class embeds)..
It is correct that the 00 to 20 representing the placeholders for your languages ?
Ciao Thomas

34
Web Server - Ask For Help / UI runtime translation
« on: March 20, 2014, 07:56:27 AM »
Does anybody knows a way of a translation of all text at runtime ? In my project I must let the enduser select at runtime a certain language, at least German, English, Italian, .. with a single click on a button. Is it possible todo via mapping tables for any elements in the UI ?
Any ideas apreciated !
TIA, Thomas

35
Web Server - Ask For Help / NT8 CLAnet.dll version resource
« on: March 18, 2014, 02:11:34 AM »
..shows version 7.32. Ok so ?
Ciao, Thomas

36
Web Server - Ask For Help / Re: how 2 overwrite nettalk-ui.css ?
« on: March 05, 2014, 10:34:32 AM »
Thanks Bruce.
Exactly this way I tried the first time.. but it didnt worked.. Surely I did it wrong..

37
Web Server - Ask For Help / Re: anything wrong to use "! importand;"
« on: March 05, 2014, 01:51:20 AM »
Thanks Peter,
meanwhile I could make out (and hopefully better explain) what my real problem is.
(Thread: how 2 overwrite nettalk-ui.css ?  )

38
Web Server - Ask For Help / Re: how 2 overwrite nettalk-ui.css ?
« on: March 05, 2014, 01:46:24 AM »
Hi Kevin,
yes, I designed my themes with ThemeRoller and it is really great. But these themes are not covering the "NT specialities" or it's overwritten by the nt-ui css. Out of the box general pages and especially forms looking really good.
But if I start with a greenish theme with greenish browse (the browse part overwritten by my custom.css) and the user selects a reddish theme at runtime he will still have a greenish browsebox... brrrrr..
Got the picture ?

General.. why I'm doing this..
I make software for radiology. In this market it is standard to skin the UI with darkish colors. This comes from the diagnostic work of the radiologists and has something to do with retinal adaption.

39
Web Server - Ask For Help / Re: how 2 overwrite nettalk-ui.css ?
« on: March 04, 2014, 02:21:45 PM »
I was not clear enough, sorry..
I want to give the users the possibility to choose a theme at runtime. No prob so far. But I must overwrite some settings in each theme with different, "theme dependent" values. It means that I have several custom.css wich are identical regarding the selectors and properties but with different values for each theme.
I cannot make it out how to accomplish this.. Is there a way to do this ?
TIA, Thomas

40
Web Server - Ask For Help / anything wrong to use "! importand;"
« on: March 04, 2014, 03:44:08 AM »
I need to set an overall background color. I don't want do it for every single page (CSS color setting or inherit)...
Or is there a better method ?
TIA, Thomas

41
Web Server - Ask For Help / how 2 overwrite nettalk-ui.css ?
« on: March 03, 2014, 03:45:03 PM »
I could change a lot of settings I needed to change with my own theme like CSS. But nettalk-ui.css is the last man who wins... Does it means that all settings inside nettalk-ui.css I cannot overwrite ?

42
Web Server - Ask For Help / Re: CSS hierarchy tool
« on: March 03, 2014, 09:17:53 AM »
I really like mountain biking.. but in this case you've persuade me to take the airplane !
I'll install FF and if I have the time I'll also compare this part to IE..
Thanks Kevin and Bruce

43
Web Server - Ask For Help / Re: CSS hierarchy tool
« on: March 03, 2014, 03:41:57 AM »
BTW.. from your experiences what can FireBug more or better than F12 key in IE11 ?

44
Web Server - Ask For Help / Re: CSS hierarchy tool
« on: March 03, 2014, 03:33:44 AM »
Yup, I've seen it.. If FireBug can do what I want then it's time for me to install Firefox ;-)

45
Web Server - Ask For Help / CSS hierarchy tool
« on: March 03, 2014, 02:10:35 AM »
Does anyone know a tool which can show for a page the applying order of the CSS files and which classes ect. are affected ? I know about CSS and how to read it by myself, but it would be a lot faster to see it directly than to trial and error or to dig into a hierarchy depth of 8..
I mean i.e. let me point to a class .abc and then see the order of the CSS files in which this class gets overwritten.

Or do I need to wait vor NT8 and it's Visual Designer ? ;-)

TIA, Thomas

Pages: 1 2 [3] 4 5