Click here to Skip to main content
15,891,645 members

Comments by Dan Sep2022 (Top 24 by date)

Dan Sep2022 6-Mar-23 3:45am View    
I just executed the program using a debugger and apparently a variable with null value was returned. I'm really really sorry for wasting your time.
Dan Sep2022 5-Mar-23 7:43am View    
@RichardMacCutchan The debugger isn't helping either, it does not show what data is being thrown it only tells in what class the problem occurs and that is cakeWidget. However when I printed the lists values from cakeLogin class (the class where I retrieved and added the values into list) it does returns the values I was expecting however when I printed it from the setupFileList function it does not return any value at all. So it looks like the list value is not updating from different function, how to fix this?
Dan Sep2022 4-Mar-23 10:38am View    
`However, I recommend not bothering` So I don't have to bother hiding the SQL query? If so then why is that? How about the vulnerability?
Dan Sep2022 19-Jan-23 10:41am View    
The same error appears again... the problem is when data is retrieved the value datatype is automatically changed to String.
Dan Sep2022 18-Jan-23 5:43am View    
Deleted
"The argument type 'String' can't be assigned to the parameter type 'Key'." When I tried to insert my key on 'Encrypter(Salsa20(mykey))'?