PC Review
Forums
Newsgroups
Windows XP
Windows XP Embedded
Regional And Language Options
Forums
Newsgroups
Windows XP
Windows XP Embedded
Regional And Language Options
![]() |
Regional And Language Options |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have a 3rd party application which, as part of its function, displays a
time. On XP Pro the time is displayed according to the setting in "Regional and Language Options" i.e. with or without the a.m. / p.m. However, when I run the same application on XPE the time is always displayed with a.m. or p.m. irrespective of what I set in "Regional and Language Options". I have used Regmon to monitor registry accesses by the application on XP Pro and XPE. What I notice is that on XP Pro the application accesses HKCU keys to get at the "Regional and Language Settings" but on XPE the application does not access the HKCU keys. Does anybody have any idea why this is? The XPE build has only the administrator account and I have tried with and without Autologin and there is no difference to the problem. Andy Bridge |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Could be a missing dependency, with a third party app,
though I don't know what it might be... have you tried it on the vampire.slx (the latest one is the one with the date on it, not the 'latest' one) available from xpefiles.com? If it works on that, then you know it's a dependency issue, and you can get a list of which components are in the vampire and not in your build by comparing the log files. >-----Original Message----- >I have a 3rd party application which, as part of its function, displays a >time. On XP Pro the time is displayed according to the setting in "Regional >and Language Options" i.e. with or without the a.m. / p.m. However, when I >run the same application on XPE the time is always displayed with a.m. or >p.m. irrespective of what I set in "Regional and Language Options". > >I have used Regmon to monitor registry accesses by the application on XP Pro >and XPE. What I notice is that on XP Pro the application accesses HKCU keys >to get at the "Regional and Language Settings" but on XPE the application >does not access the HKCU keys. Does anybody have any idea why this is? > >The XPE build has only the administrator account and I have tried with and >without Autologin and there is no difference to the problem. > >Andy Bridge > > >. > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Winlogon.
"Brad Combs" <brad@imagotechnologies.com> wrote in message news:O%23tMlZXbDHA.2436@TK2MSFTNGP12.phx.gbl... > Andy, > > Are you using Winlogon, or Minlogon? > > Brad > > "Andy Bridge" <Andy.Bridge@nospam.invensys.com> wrote in message > news:#KoluwWbDHA.2632@TK2MSFTNGP09.phx.gbl... > > I have a 3rd party application which, as part of its function, displays a > > time. On XP Pro the time is displayed according to the setting in > "Regional > > and Language Options" i.e. with or without the a.m. / p.m. However, when I > > run the same application on XPE the time is always displayed with a.m. or > > p.m. irrespective of what I set in "Regional and Language Options". > > > > I have used Regmon to monitor registry accesses by the application on XP > Pro > > and XPE. What I notice is that on XP Pro the application accesses HKCU > keys > > to get at the "Regional and Language Settings" but on XPE the application > > does not access the HKCU keys. Does anybody have any idea why this is? > > > > The XPE build has only the administrator account and I have tried with and > > without Autologin and there is no difference to the problem. > > > > Andy Bridge > > > > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Andy,
I assume you have tried adding the registry key... HKEY_CURRENT_USER\Control Panel\International "sTimeFormat"| REG_SZ H:mm:ss Or changing this value via the control panel applet. Does this registry entry exist on your runtime and the application just isn't accessing it, or does it not exist at all? If it doesn't exist try adding it to the "extra registry data" in your runtime. Make sure if you add it to click advanced and set the build order to late in FBA (after 8500). If it does exist and the application just isn't accessing it try adding an additional user account and logging in with that account to see if that changes anything. HTH, Brad Combs Imago Technologies "Andy Bridge" <Andy.Bridge@nospam.invensys.com> wrote in message news:uN1rU4XbDHA.1740@TK2MSFTNGP10.phx.gbl... > Winlogon. > > "Brad Combs" <brad@imagotechnologies.com> wrote in message > news:O%23tMlZXbDHA.2436@TK2MSFTNGP12.phx.gbl... > > Andy, > > > > Are you using Winlogon, or Minlogon? > > > > Brad > > > > "Andy Bridge" <Andy.Bridge@nospam.invensys.com> wrote in message > > news:#KoluwWbDHA.2632@TK2MSFTNGP09.phx.gbl... > > > I have a 3rd party application which, as part of its function, displays > a > > > time. On XP Pro the time is displayed according to the setting in > > "Regional > > > and Language Options" i.e. with or without the a.m. / p.m. However, when > I > > > run the same application on XPE the time is always displayed with a.m. > or > > > p.m. irrespective of what I set in "Regional and Language Options". > > > > > > I have used Regmon to monitor registry accesses by the application on XP > > Pro > > > and XPE. What I notice is that on XP Pro the application accesses HKCU > > keys > > > to get at the "Regional and Language Settings" but on XPE the > application > > > does not access the HKCU keys. Does anybody have any idea why this is? > > > > > > The XPE build has only the administrator account and I have tried with > and > > > without Autologin and there is no difference to the problem. > > > > > > Andy Bridge > > > > > > > > > > > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Brad,
The registry key does exist and changes if I change the settings via Control Panel, the application just doesn't seem to access the key. I've tried adding another user and this doesn't overcome the problem. It's not a big deal but I'd like to know why the application behaves differently under XPE to XP Pro as it might be an indicator of something "bad" that I haven't spotted yet. Andy "Brad Combs" <brad@imagotechnologies.com> wrote in message news:uZVhZcYbDHA.1280@tk2msftngp13.phx.gbl... > Andy, > > I assume you have tried adding the registry key... > HKEY_CURRENT_USER\Control Panel\International "sTimeFormat"| > REG_SZ > H:mm:ss > > Or changing this value via the control panel applet. Does this registry > entry exist on your runtime and the application just isn't accessing it, or > does it not exist at all? If it doesn't exist try adding it to the "extra > registry data" in your runtime. Make sure if you add it to click advanced > and set the build order to late in FBA (after 8500). If it does exist and > the application just isn't accessing it try adding an additional user > account and logging in with that account to see if that changes anything. > HTH, > > Brad Combs > Imago Technologies > > > > > > "Andy Bridge" <Andy.Bridge@nospam.invensys.com> wrote in message > news:uN1rU4XbDHA.1740@TK2MSFTNGP10.phx.gbl... > > Winlogon. > > > > "Brad Combs" <brad@imagotechnologies.com> wrote in message > > news:O%23tMlZXbDHA.2436@TK2MSFTNGP12.phx.gbl... > > > Andy, > > > > > > Are you using Winlogon, or Minlogon? > > > > > > Brad > > > > > > "Andy Bridge" <Andy.Bridge@nospam.invensys.com> wrote in message > > > news:#KoluwWbDHA.2632@TK2MSFTNGP09.phx.gbl... > > > > I have a 3rd party application which, as part of its function, > displays > > a > > > > time. On XP Pro the time is displayed according to the setting in > > > "Regional > > > > and Language Options" i.e. with or without the a.m. / p.m. However, > when > > I > > > > run the same application on XPE the time is always displayed with a.m. > > or > > > > p.m. irrespective of what I set in "Regional and Language Options". > > > > > > > > I have used Regmon to monitor registry accesses by the application on > XP > > > Pro > > > > and XPE. What I notice is that on XP Pro the application accesses HKCU > > > keys > > > > to get at the "Regional and Language Settings" but on XPE the > > application > > > > does not access the HKCU keys. Does anybody have any idea why this is? > > > > > > > > The XPE build has only the administrator account and I have tried with > > and > > > > without Autologin and there is no difference to the problem. > > > > > > > > Andy Bridge > > > > > > > > > > > > > > > > > > > > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
I've tried the latest vampire and the application behaves in just the same
way so I'm fairly convinced it's not a component dependency problem. I suppose this means there's something wrong with my component - yawn! Andy "Andy Bridge" <Andy.Bridge@nospam.invensys.com> wrote in message news:Odwg%234XbDHA.2372@TK2MSFTNGP10.phx.gbl... > Yes that's worth a try, thanks for the suggestion. > > "Heidi Linda" <hll@bts.co.uk> wrote in message > news:003c01c36d70$f71ca440$a101280a@phx.gbl... > > Could be a missing dependency, with a third party app, > > though I don't know what it might be... have you tried it > > on the vampire.slx (the latest one is the one with the > > date on it, not the 'latest' one) available from > > xpefiles.com? If it works on that, then you know it's a > > dependency issue, and you can get a list of which > > components are in the vampire and not in your build by > > comparing the log files. > > > > >-----Original Message----- > > >I have a 3rd party application which, as part of its > > function, displays a > > >time. On XP Pro the time is displayed according to the > > setting in "Regional > > >and Language Options" i.e. with or without the a.m. / > > p.m. However, when I > > >run the same application on XPE the time is always > > displayed with a.m. or > > >p.m. irrespective of what I set in "Regional and Language > > Options". > > > > > >I have used Regmon to monitor registry accesses by the > > application on XP Pro > > >and XPE. What I notice is that on XP Pro the application > > accesses HKCU keys > > >to get at the "Regional and Language Settings" but on XPE > > the application > > >does not access the HKCU keys. Does anybody have any idea > > why this is? > > > > > >The XPE build has only the administrator account and I > > have tried with and > > >without Autologin and there is no difference to the > > problem. > > > > > >Andy Bridge > > > > > > > > >. > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

