Questions tagged [tss]

TSS is used in Titanium Appcelerator as a stylesheet file.

TSS is the "CSS for Titanium". However, even if it does look like CSS, it isn't CSS and shouldn't be treated as such. It is a dynamic file which can use variables and Titanium properties.

32 questions
0
votes
1 answer

Tss2_Sys_NV_DefineSpace failed with 0x80013 error

I'm trying to Define/Undefine NV Index for TPM 2.0 using SAPI (part of this code stolen from tpm2-tss tests) at 0x01500020 as in tests, but this fails for unknown reasons as for me: #include #include #include…
k1r1t0
  • 465
  • 2
  • 11
0
votes
1 answer

32-bit multitasking task segment update

I was reading the page at https://wiki.osdev.org/Task_State_Segment As what I understand, when jumping or calling a task descriptor it will « automatically » switch ring and registers corresponding to the according TSS segment linked with this task…
0
votes
0 answers

How to implement a tss2 API in C or C++ to use funktions within code

I am completely new to API programming, hence we never used it at university and nobody told us how to do this. I have the problem, that i want to get random numbers from my TPM 2.0 module within a C++ programm and parse them to an cryptographic…
Leopolis
  • 35
  • 6
0
votes
0 answers

TPM remote programming with " invalid pointer"

I am a beginner about TPM programming. Because of law, I have to use IBM software TPM. I hope I can provide the function of computer A to computer B. When I want to connect computers between TSS, The TSS on computer A will shut down with tcsd free()…
p0pc4rn
  • 11
  • 2
0
votes
1 answer

How to use dynamic style in appcelerator?

I'm building an app with appcelerator studio with Alloy framework. So I want to build the layout to orientation vertical and horizontal. Now this is the code of my first View: login.xml
0
votes
1 answer

Same HEX Code, but different colors between PNG and navigationBar

I've a problem while developing the app design of my mobile application in Appcelerator Titanium Studio. I want extend the navigation bar at the top (with back button and so on) in an optical way with a view below the real navigation bar. When I use…
weblion
  • 30
  • 8
0
votes
2 answers

Implement a speed gauge in Appcelerator Studio

How can I create a speed gauge in Appcelerator Studio? Using only view.xml, view.tss and view.js? Because I am not using other libraries like d3.js.
phdias
  • 205
  • 1
  • 11
0
votes
4 answers

Appcelerator css-like calc method

I am using the Alloy framework to build a mobile application in Appcelerator Studio. To build the user interface i am using the *.tss files (sort of css) and using constants like Titanium.UI.SIZE or Titanium.UI.FILL for the width and height…
revy
  • 3,945
  • 7
  • 40
  • 85
0
votes
1 answer

TSS Shadow applied to text, not background of button

I'm trying to apply a shadow to a button, but instead of appearing around the background of the button, it is appearing behind the text. How do I get the shadow to appear around the bg. My TSS ".shadow":{ shadowColor: '#F2FFFF00', …
Tomtids
  • 128
  • 9
0
votes
1 answer

Appcelerator hierarchical selector for TSS

How can we set style using hierarchical selector in TSS? For example in index.xml file I have For this I want to set Set style to…
user5570620
0
votes
0 answers

Why IA 32 tasks are non-reentrant

I have a question about IA32 tasks. A TSS allows only one context to be saved for a task; therefore, once a task is called(dispatched), a recursive (or re-entrant) call to the task would cause the current state of the task to be lost. I simply…
Nem Esis
  • 1
  • 2
0
votes
1 answer

Mobileweb assign custom css

Is it possible to assign custom css properties to UI elements through tss or other means? I was trying to do something like this in app.tss: ".myView[platform=mobileweb]": { -webkit-box-shadow : '10px 10px 5px 0px rgba(0,0,0,0.75)', …
don
  • 4,113
  • 13
  • 45
  • 70
0
votes
2 answers

Sticky Footer in Alloy

Is there such as a sticky footer table in Alloy? I'm trying to do something Like instagrams sticky header view but I want the footer to be the sticky part? any ideas how to achieve this? Since some people didn't understand the question What I meant…
Seif Sayed
  • 783
  • 2
  • 9
  • 18
0
votes
1 answer

Issue with apply gradient color for window background in titanium

I need to design window background with shades. SO I tried with background gradients, But I'm not getting what I expected, My code, ".questionsContainer":{ height:Ti.UI.FILL, width:Ti.UI.FILL, layout:'vertical', backgroundGradient:…
Vinod
  • 2,263
  • 9
  • 55
  • 104
0
votes
1 answer

Issue with label alignment in titanium alloy

I have created custom check boxes in my application. I have no issue with check box and it's label if the label text is small. If the label text is large (more than a one line) the alignment is not showing properly. Look at the above screenshot:…
Vinod
  • 2,263
  • 9
  • 55
  • 104