Questions tagged [krypton]

Krypton (A.K.A Krypton XNA) is a 2d light engine for XNA 4.0. Krypton allows users of the XNA framework to easily add 2D lighting to their games. Questions concerning the Krypton Suite of WinForms controls should NOT use this tag - use the tag [krypton-toolkit] instead.

Krypton (A.K.A Krypton XNA) is a 2d light engine for XNA 4.0. Krypton allows users of the XNA framework to easily add 2D lighting to their games.

Krypton utilizes the GPU and uses a vertex shader to compute 2D shadows, relieving additional stress from the CPU to compute more game-like tasks.

Official website (now archived): https://archive.codeplex.com/?p=krypton

Do not use this tag for questions about the WinForms UI controls suite called "Krypton Suite". For these questions, use the tag.

17 questions
11
votes
6 answers

Where can I find a nice .NET Tab Control for free?

I'm doing this application in C# using the free Krypton Toolkit but the Krypton Navigator is a paid product which is rather expensive for me and this application is being developed on my free time and it will be available to the public for free. So,…
rfgamaral
  • 16,546
  • 57
  • 163
  • 275
6
votes
2 answers

Windows form, objects appear infront of other items?

When I add krypton items to my form, they appear over the top of the others, how can I make it so that I can put something behind the other items?
Levi H
  • 3,426
  • 7
  • 30
  • 43
4
votes
1 answer

Is it possible that Krypton (Winforms library) has memory leak issues

I' currently debugging a big Winforms application that's got some memory leak issues. I use the .NET memory profiler and so far I've been able to find some of those leaks and solve them. But now I am faced with a problem which I am not sure is a…
Carl
  • 1,224
  • 2
  • 19
  • 35
3
votes
1 answer

How to disable remove button for KryptonPage with context menu close item?

How to block KryptonPage for close and i need to remove button of docking area and context menu option for close i am using https://github.com/ComponentFactory/Krypton Visual Studio 2015 Community Win 10 There are details about my code for clear…
3
votes
1 answer

KryptonSeparator resizing issue

Scenario I'm in need of help using a KryptonSeparator. I would like to use the separator in the image below to resize the width of the left and right controls: Problem The problem is when I try to move the separator to the left then it creates…
ElektroStudios
  • 19,105
  • 33
  • 200
  • 417
2
votes
2 answers

cannot choose a unique locator to click an element - selenium java krypton

I need to have a unique locator since i cannot use text because it both have facility, I need to click this here is my sample code right now but it does not click findLink(By.xpath("//*[ng-click()='promptGroupDrawerCtrl.closeDrawer()']")).click
Mads Cruz
  • 29
  • 6
2
votes
0 answers

C# XNA retrieve pixels within rectangle

I've stumbled upon a problem while working on my simple game and have been stuck on it for quite a while, I hope anyone can offer me an elegant solution or a step into the right direction. I currently have a simple top down scroller, the player is…
Stella
  • 498
  • 4
  • 15
1
vote
0 answers

kryptonDockingManager save file and load file not working after restart app

i am using https://github.com/ComponentFactory/Krypton repo i am using vs 2015 community win 10 i am saving config file then close app then load here all is blank This is my code //load dock private void…
1
vote
1 answer

How to change Krypton label's color to red in C#

I am using krypton toolkit for my UI, but I am unable to change a krypton label's color to red, anyone knows how?
DogDog
  • 4,820
  • 12
  • 44
  • 66
0
votes
1 answer

Error: Type mismatch: cannot convert from (Object)=>int to int using Java Xtend

I'm having an error when splitting data extract from excel. when I'm on a.java it works. But now I'm converting my scripts to Java Xtend and now I am having the following error. Here is the code var dashboards = M3ASmokeTest.ReadExcelFile(); var…
0
votes
1 answer

New window displays upon screen capturing using Selenium Java

Is there a way, not to prompt a new window for your screenshot code when it is in a class ? This is where I call the class within my…
Mads Cruz
  • 29
  • 6
0
votes
1 answer

Cannot load Krypton Toolkit controls in Visual Studio 2013

After converting with Visual Studio 2013 a C# project created with Visual Studio 2010 and using Component Factory Krypton Toolkit v4.4.0 controls, I can't add the Krypton Toolkit controls to the tool box. In Visual Studio 2013, when I try to add the…
JulienVan
  • 881
  • 1
  • 11
  • 30
0
votes
1 answer

Assign Event by Event Handler

In my application i am using Krypton Component Factory. My application i have Ribbon Menu and Some krypton buttons. In krypton buttons i want to assign click event of Ribbon Menu Group Button at run time. The events of Ribbon Menu Group Button…
Sathish
  • 4,419
  • 4
  • 30
  • 59
0
votes
1 answer

KryptonForm not showing in designer - Visual Studio 2013

I've added the toolkit.dll as a reference, inherited KryptonForm instead of Form, successfully built the application, everything is working fine, but designer mode fail to display the form. I am getting this error: Could not find type…
-1
votes
1 answer

How to capture a screenshot using Krypton using Selenium Java

I would like to seek help if there is a possible way / code to capture a screenshot under Krypton platform that uses JAVA selenium. I'm having trouble in terms of it's standardization. Thanks! var driver = new…
1
2