dc v6 graphics
I'm currently implementing lateral menu (that menu that appears when pressing triangle on same place in vsh).
After this, and implementing inputbox+osk, png, and fixing the background issue, I will release. I'll leave text position bugs for another release.
I'm also thinking of making a C++ and D OOP wrappers, but that will be after the release,
After this, and implementing inputbox+osk, png, and fixing the background issue, I will release. I'll leave text position bugs for another release.
I'm also thinking of making a C++ and D OOP wrappers, but that will be after the release,
Cool! I can't wait for it...moonlight wrote:I'm currently implementing lateral menu (that menu that appears when pressing triangle on same place in vsh).
After this, and implementing inputbox+osk, png, and fixing the background issue, I will release. I'll leave text position bugs for another release.
I'm also thinking of making a C++ and D OOP wrappers, but that will be after the release,
DC v8 uses a new version of vlf or it's just the latest published version?
It is an old version, a bit newer than the used in DC7 but not too much. Its only change was a function that causes to fade objects in a rectangle area with a callback reporting the end of fade, since DC8 uses small fast fade effects when changing between pages.krosk wrote:Cool! I can't wait for it...moonlight wrote:I'm currently implementing lateral menu (that menu that appears when pressing triangle on same place in vsh).
After this, and implementing inputbox+osk, png, and fixing the background issue, I will release. I'll leave text position bugs for another release.
I'm also thinking of making a C++ and D OOP wrappers, but that will be after the release,
DC v8 uses a new version of vlf or it's just the latest published version?
Thanks for the information :)moonlight wrote:It is an old version, a bit newer than the used in DC7 but not too much. Its only change was a function that causes to fade objects in a rectangle area with a callback reporting the end of fade, since DC8 uses small fast fade effects when changing between pages.krosk wrote:Cool! I can't wait for it...moonlight wrote:I'm currently implementing lateral menu (that menu that appears when pressing triangle on same place in vsh).
After this, and implementing inputbox+osk, png, and fixing the background issue, I will release. I'll leave text position bugs for another release.
I'm also thinking of making a C++ and D OOP wrappers, but that will be after the release,
DC v8 uses a new version of vlf or it's just the latest published version?
And thanks also for your hard work doing this world possible ;)
I can't wait for your next release!
PD: on all vlf I tested, there was a bug loading the cnf_usb resource from topmenu_icon or topmenu_plugin(using 3.40 RCO)
moonlight wrote:I'm currently implementing lateral menu (that menu that appears when pressing triangle on same place in vsh).
After this, and implementing inputbox+osk, png, and fixing the background issue, I will release. I'll leave text position bugs for another release.
I'm also thinking of making a C++ and D OOP wrappers, but that will be after the release,
Sounds great. :)
Yes, and with this things I'll can finish the XMB Shell :)k!rk wrote:moonlight wrote:I'm currently implementing lateral menu (that menu that appears when pressing triangle on same place in vsh).
After this, and implementing inputbox+osk, png, and fixing the background issue, I will release. I'll leave text position bugs for another release.
I'm also thinking of making a C++ and D OOP wrappers, but that will be after the release,
Sounds great. :)
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
Can you add a 'Text' Spin Control ? Like the one in the HTML Viewer Options menu where you can choose between 'On' and 'Off'.
Or is this the same as 'IP' Spin Control you mentioned earlier thats not yet implemented??
And regarding the lateral menu, it will be accessible even for buttons other than Triangle right? Because in the XMB, the System Settings uses lateral menu for choosing the options when you press X on a setting.
Also can you add the sound effects for the controls? :D
Or is this the same as 'IP' Spin Control you mentioned earlier thats not yet implemented??
And regarding the lateral menu, it will be accessible even for buttons other than Triangle right? Because in the XMB, the System Settings uses lateral menu for choosing the options when you press X on a setting.
Also can you add the sound effects for the controls? :D
Another thing. Is it possible to set the alignment of the text inside the central menu?
In the official menus, all the items are left justified like this:
Looks neater when the menu items are of different lengths.
Also, the official hilighter box 'slides' up and down smoothly, not jumps instantly.
Also the official one does not loop from the other end if you keep pressing up/down after the last item.
In the official menus, all the items are left justified like this:
Code: Select all
Short Item
Looooooong Item
Shrt Itm
Also, the official hilighter box 'slides' up and down smoothly, not jumps instantly.
Also the official one does not loop from the other end if you keep pressing up/down after the last item.
Thanks for the awesome library amazingly better than having white text on a black screen and you have already implemented so many of the controls and various other functions. However I was hoping you would be able to add some of the following when you get around to it:
- Option to show a VLF dialog with no button (including no back button). You would also have to add a way to get rid of the dialog probably or make it disappear when another VLF dialog tries to show. An example of what I mean is the waiting screen when you format the Memory Stick on the system.
- I'm not sure if the firmware can already do this but if not could you please make it possible to query text from an RCO file and instead of having to add it to the screen somewhere could you make it return the localized string.
- Lastly it would also be great to have one of the text box type thing like what the update log and the EULA are shown in when installing a firmware update.
Anyway again great work with the library but I can't wait until it becomes more documented... I keep having troubles doing some stuff like pages, progress bars and the spinners. But most of the stuff I can get working easy... Can't wait for the update.
- Option to show a VLF dialog with no button (including no back button). You would also have to add a way to get rid of the dialog probably or make it disappear when another VLF dialog tries to show. An example of what I mean is the waiting screen when you format the Memory Stick on the system.
- I'm not sure if the firmware can already do this but if not could you please make it possible to query text from an RCO file and instead of having to add it to the screen somewhere could you make it return the localized string.
- Lastly it would also be great to have one of the text box type thing like what the update log and the EULA are shown in when installing a firmware update.
Anyway again great work with the library but I can't wait until it becomes more documented... I keep having troubles doing some stuff like pages, progress bars and the spinners. But most of the stuff I can get working easy... Can't wait for the update.
I have currently no control over the message dialog because it uses utility. In version 2.0 i plan to use my own code, so I will not have the limitations of utility, like buttons one or being unable to use unicode in message dialogs.
About the second one, I think it is vlfGuiLoadLabel what you need, it returns the string of a resource in the currently selected language.If you need to get it from other language you can temporally set the current language using vlfGuiSetLanguage, which doesn't affect flash.
About the second one, I think it is vlfGuiLoadLabel what you need, it returns the string of a resource in the currently selected language.If you need to get it from other language you can temporally set the current language using vlfGuiSetLanguage, which doesn't affect flash.
http://dark-alex.org/vlf10.zip
If the link doesn''t work, copy paste the url to a new tab/window.
It is here finally. Note that the library is incompatible with old version. Now all Add function return a pointer (an opaque type), not an integer. Intrafont.prx has also changed slightly, so make sure to use new intrafont.prx.
There are two version of the library, one with png support, and other without it. The one with png support additionally exports png and zlib functions in vlfutils.
Plans for future versions are like this:
1.1 C++ and D oop wrappers,add some missing functions and add other style to central menu,
2.0 Sound support, fix position bugs, and implement messagedialog natively.
There may be other versions in between. Also at some point I will look at how the new waves are drawn, it is not a gmo model.
If the link doesn''t work, copy paste the url to a new tab/window.
It is here finally. Note that the library is incompatible with old version. Now all Add function return a pointer (an opaque type), not an integer. Intrafont.prx has also changed slightly, so make sure to use new intrafont.prx.
There are two version of the library, one with png support, and other without it. The one with png support additionally exports png and zlib functions in vlfutils.
Plans for future versions are like this:
1.1 C++ and D oop wrappers,add some missing functions and add other style to central menu,
2.0 Sound support, fix position bugs, and implement messagedialog natively.
There may be other versions in between. Also at some point I will look at how the new waves are drawn, it is not a gmo model.
Server is returning HTTP/301 when the the referrer is ps2devmoonlight wrote:I still don¡t understand why the link doesn't work directly, it is a bit odd... since it is the correct address of the file.
Anti-hotlink protection probably.
EDIT: I have a Smart Submit plugin that makes all links incl javascript links work in new tab, that must have been inserting the referrer also when i pasted in new tab.
Last edited by Torch on Sun Jan 11, 2009 11:16 pm, edited 1 time in total.
Solved , Now workingTorch wrote:Server is returning HTTP/301 when the the referrer is ps2devmoonlight wrote:I still don¡t understand why the link doesn't work directly, it is a bit odd... since it is the correct address of the file.
Anti-hotlink protection probably.
EDIT: I have a Smart Submit plugin that makes all links incl javascript links work in new tab, that must have been inserting the referrer also when i pasted in new tab.