Tsjech
Tsjech
CC#
Created by Tsjech on 2/4/2024 in #help
Bitmap PixelFormat causing OutOfMemoryException
promotionQueen.Image = bmp.Clone(move.PromotedPiece.PieceOfImage, bmp.PixelFormat); throws the exception, I have accessed the image at other places in my code and everything works fine. Without adding the Size to the decleration of bmp this code runs fine too, the image is just too big for the label
6 replies
CC#
Created by Tsjech on 2/4/2024 in #help
Bitmap PixelFormat causing OutOfMemoryException
BoxSize is nothing crazy, its set to 100
6 replies
CC#
Created by Tsjech on 1/17/2024 in #help
Recursive method and memory problems
I just fed the nodes ive been at to the method itself using its params, so i didnt have to return anything but it did keep track of old data when it popped
24 replies
CC#
Created by Tsjech on 1/17/2024 in #help
Recursive method and memory problems
but thank you
24 replies
CC#
Created by Tsjech on 1/17/2024 in #help
Recursive method and memory problems
hmm returning a value wouldnt be handy, because it generally needs to forget the when it finds a dead end and grab the one it was working on before that branch.
24 replies
CC#
Created by Tsjech on 1/17/2024 in #help
Recursive method and memory problems
@TeBeCo
24 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
i could
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
ok im in the parent class
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
maybe
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
uhm..
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
the constructor is in the board class..
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
oh ye right
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
i thought it only set the variables in the class for every1 to read
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
so the parent class should have an method with object o and GameFinishedEventArgs gfea right?
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
or after*
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
but on what condition does it get called cuz it should be when FinishGame is being ran
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
yeah
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
also i did
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
especially if im giving it multiple variables
242 replies
CC#
Created by Tsjech on 10/16/2023 in #help
❔ Need help adding a label from a child class to the screen that exists in the parent class
wait doesnt the ; have to be behind }?
242 replies