A Common Language Specification (CLS) defines how computer programs can be turned into bytecode
Questions tagged [cls]
90 questions
0
votes
1 answer
extjs6 change background of 1 toolbar
In my extJs 6.5 project, I am trying to change the background color of a toolbar.
This is only for 1 component and can't seem to figure out the best way with cls or ui. Can someone show me how to change background…

solarissf
- 1,199
- 2
- 23
- 58
0
votes
1 answer
Call function not working?
I'm making a Choose Your Own Adventure game in batch, and I want to have stats in it to keep track of how your doing in the game. I want to display the stats, but I have to do it each time I have a cls command, and because I will have that command…

Ace of Spades
- 21
- 4
0
votes
1 answer
CLS parameter in Singletons
I'm doing an exercise in Java on Singletons and I have to use the cls parameter in order to complete it. I'm very new to Java and haven't come across this yet.
public class Speakerphone extends Object{
public void shoutMessage()
I have to do the…

John L
- 11
- 2
0
votes
1 answer
Citeproc YAML for a legal case citation
I am using Pandoc and want to cite a legal case. I want to enter the necessary data in YAML, similar to this:
- title: One-click science marketing
volume: '11'
URL: http://dx.doi.org/10.1038/nmat3283
DOI: 10.1038/nmat3283
issue: '4'
…

Singulaere Entitaet
- 141
- 1
- 7
0
votes
0 answers
Validate project name programmatically
I am working on a tool that uses the Microsoft.Build namespaces, to programmatically build a C# project, among other things. The projects can be created via Visual Studio or generated using parameter substitution of code template.
I need to validate…

Srikanth Venugopalan
- 9,011
- 3
- 36
- 76
0
votes
2 answers
Anyway of clearing text in IDLE
Is there anyway of clearing text in IDLE, its really anoying when i run the script a couple of times and then there's a cluster of words which is really hard to read.
and yes I have looked on google, stack_overflow and a couple of more websites but…

rZero3
- 1,659
- 1
- 12
- 8
0
votes
1 answer
The ironic frustration with While and Pause on Python
Just discovered this forum and it's unbelievable how helpful its community is. Well, I have an issue trying to make a "while" loop on Python. I want the program's menu to repeat until you select Option 6 - Salir (Exit). Everything is fine at first,…

user3249627
- 1
- 1
0
votes
2 answers
Apply CSS on floating panel - Sencha touch
I am having one "selectfield" component in my container.
I am opening floating panel for options.
I want to apply some specific CSS on that floating panel.
I have referred sencha touch doc . I have got one option (i.e. floatingCls).
I have…

Curious_k.shree
- 990
- 2
- 18
- 37
-1
votes
1 answer
How to reduce CLS for Dropdown Menu
As an example, this page (https://www.aaoc.com.au/rent-hire-av-trolleys) has a CLS of 0.934 on Desktop which results from the javascript dropdown sub-menus.
How do I minimise or eliminate this CLS on desktop as its the only Page Speed metric which…
-1
votes
1 answer
CLS web core vital values makes me crazy
With CLS validator (PageSpeed Insights) sometimes i get 0,259 value and 5secs later (with same url) i get 0,008.
How is it possible???

mdromed
- 49
- 7
-1
votes
1 answer
choose the .NET program run on x64/x86 with argument after building but before running
I build a program in c#, and the target platform is anyCPU. I want it run in X86 mode or X64 mode when I need it.

anchur
- 39
- 6
-1
votes
1 answer
How to find adjust code to compile with cls and PAUSE in the C++
I don't know the cause of errors compiling using g ++. Am I using obsolete classes?
My MWE:
#include
using namespace std;
int main()
{
system("cls");
cout << "\n\n";
cout <<"\n\t\xDC\xDC\xDB\xDB\xDB\xDB\xDC\xDC";
cout…

7beggars_nnnnm
- 697
- 3
- 12
-1
votes
1 answer
How to use clear screen CLS command line to clear only two above lines?
I am running the following lines,
@echo off
echo hi
echo hello
echo bye
pause
cls
echo welcome
echo once again
pause
output,
hi
hello
bye
press any key to continue...
output after pressing the key,
welcome
once again
press any key to…

Philip
- 409
- 5
- 13
-3
votes
2 answers
How to Decrease CLS (Cumulative Layout Shifts) on a live website?
as we all know Google is rolling out new Core Web Vitals Update next month, I am worried about my website WishesPlus which is having a CLS of 0.33 in Red, which is bad for rankings on Search Engine. Please help me solve this issue as soon as…

Rahul Kumar
- 11
- 1
- 8
-5
votes
1 answer
Need some kind of Clearscreen for Java
Just like we have the clear screen in C/C++... Is there a way to do the same in Java? I've looked everywhere and found nothing at all.
I am trying to use it to update what a program shows every second, getting rid of all the code that appeared…

Tom
- 45
- 3