Forum: PS3 Technical Development - Topics relating to Playstation 3 Technical development ONLY! Read and discuss the latest Cobra USB updates, tutorials and explanations or find out about bluray drive bypass firmwares plus much more.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Keyboard problem
  

Results 1 to 9 of 9
  1. #1 Keyboard problem 
    facanferff is offline Developer
    Join Date
    Oct 2010
    Posts
    184
    Downloads
    3
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    8
    Likes Received
    365
    Hi everyone, I'm programming an application that allow us to read txt files, I added On Screen Keyboard support as said in the documentation, it compiles very well but when I try to run the application, the keyboard appears, I enter something and then when I close the keyboard, the system doesn't allow me to do a clean shutdown. Anyone may help me?
    Reply With Quote  

  2. #2  
    Slynk is offline Member
    Join Date
    Sep 2010
    Posts
    754
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    361
    Quote Originally Posted by facanferff View Post
    Hi everyone, I'm programming an application that allow us to read txt files, I added On Screen Keyboard support as said in the documentation, it compiles very well but when I try to run the application, the keyboard appears, I enter something and then when I close the keyboard, the system doesn't allow me to do a clean shutdown. Anyone may help me?
    Sounds like you forgot a call back or something. Make sure to unload any module you load, delete allocated objects, etc. The PS3 is really picky. (I assume by clean shutdown you mean hitting the ps button and clicking quit game?)
    Reply With Quote  

  3. #3  
    facanferff is offline Developer
    Join Date
    Oct 2010
    Posts
    184
    Downloads
    3
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    8
    Likes Received
    365
    Quote Originally Posted by Slynk View Post
    Sounds like you forgot a call back or something. Make sure to unload any module you load, delete allocated objects, etc. The PS3 is really picky. (I assume by clean shutdown you mean hitting the ps button and clicking quit game?)
    Clean shutdown is that. I tried every Callback documented and nothing, still the same.
    Reply With Quote  

  4. #4  
    Slynk is offline Member
    Join Date
    Sep 2010
    Posts
    754
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    361
    Quote Originally Posted by facanferff View Post
    Clean shutdown is that. I tried every Callback documented and nothing, still the same.
    Well there's not much I can say without any code to look at : /
    Reply With Quote  

  5. #5  
    facanferff is offline Developer
    Join Date
    Oct 2010
    Posts
    184
    Downloads
    3
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    8
    Likes Received
    365
    Quote Originally Posted by Slynk View Post
    Well there's not much I can say without any code to look at : /
    My code is the same to Procedure to Input Text in the Single-window Dialog. And added the following Callback: CELL_SYSUTIL_OSKDIALOG_FINISHED
    Reply With Quote  

  6. #6  
    Slynk is offline Member
    Join Date
    Sep 2010
    Posts
    754
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    361
    Quote Originally Posted by facanferff View Post
    My code is the same to Procedure to Input Text in the Single-window Dialog. And added the following Callback: CELL_SYSUTIL_OSKDIALOG_FINISHED
    And you added a callback for CELL_SYSUTIL_REQUEST_EXITGAME?
    Reply With Quote  

  7. #7  
    facanferff is offline Developer
    Join Date
    Oct 2010
    Posts
    184
    Downloads
    3
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    8
    Likes Received
    365
    Quote Originally Posted by Slynk View Post
    And you added a callback for CELL_SYSUTIL_REQUEST_EXITGAME?
    Yes
    Reply With Quote  

  8. #8  
    facanferff is offline Developer
    Join Date
    Oct 2010
    Posts
    184
    Downloads
    3
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    8
    Likes Received
    365
    Quote Originally Posted by facanferff View Post
    Yes
    And that isn't the only problem, when I try to organize the same code in a different way, in start when I programme the application to load the keyboard, ps3 just freeze.
    Reply With Quote  

  9. #9  
    Slynk is offline Member
    Join Date
    Sep 2010
    Posts
    754
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    361
    Quote Originally Posted by facanferff View Post
    Yes
    I'm not sure. I have a project where if I include some code, that compiles and works on its own in other projects, it restarts the ps3 on close. I have yet to fix it. It probably has something to do with unloading modules in the wrong order or something. Or it could just a simple error on your part. If you for w/e reason don't want to post your code you could post snippets of where you think the code is going wrong.
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •