So you want to hide your system tray? - JASJAR, XDA Exec, MDA Pro General

Why? Because it useless and it ocupies a line of space that could be used by a today plugin!!!
TrayDisplay is what you need!!! Built with ATL C++, it comes in two files:
HideTray: that makes tour system tray invisible;
DisplayTray: that makes tour system tray visible!!
It makes a shortcut on your \Windows\StartUp folder so that everytime you reset your PPC, it will hide the tray!
When the file is run, it makes it's job and then end's so that it doesn't stay in memory.
This file is not a patch, but an application!
Only works with Windows Mobile 2005!
Hope I'll get some feedback
19/11/2005 (1.0.0.2)
Bug fixed: screen rotation, then execute TrayDisplay would make the height of the plugins to be wrong!
18/11/2005 (1.0.0.1)
First release!

Thanks !
Works very well on my M5000...

Sorry... It don't work on WM2003 SE.

Iomega said:
Works very well on my M5000...
Click to expand...
Click to collapse
I've detected a bug when rotating the screen; I'll work on it later and post a new version!
MKS said:
Sorry... It don't work on WM2003 SE.
Click to expand...
Click to collapse
I was expecting that...

Release 1.0.0.2
Fixed screen rotation bug.

I tried this program out on my Jasjar and it did not re-size correctly when the screen was rotated. This was on the .2 version.
FYI,
Boinger

Boinger said:
I tried this program out on my Jasjar and it did not re-size correctly when the screen was rotated. This was on the .2 version.
Click to expand...
Click to collapse
It doen't! The problem is, since the application runs, hides the tray and resizes the plugins and then end's, when you rotate the screen you have to manualy run the app again :?

I just installed it and it created the icons in program menu and the HideTray in StartUp folder
But when I reset my Universal the TrayBar is visibile... if I then launch the HideTray icon from the program folder the TrayBar hides...
Why doesn't it hide at startup?

Can you make it work with 2003SE. I am sure there are lot of people will appriciated your work.

harryphung said:
Can you make it work with 2003SE. I am sure there are lot of people will appriciated your work.
Click to expand...
Click to collapse
I think it's possible, i'll try to do that and post the results here later

It's works on my Wizerd (i-Mate K-JAM), the icons gone but the space not reclame back, it this normal? if so I think it is better if you can move the Unlock function to this line and the user name too so we can save space on the screen (optional). but if we can gain the line to be part of the screen it is much better option.
Thanks,

harryphung;
Have you seen my ToggleToday program for WM2003?
It's been there for 3 months!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Also, here for the ability to relocate the tray and toggle fullscreen today and some other hacks (alpha release)
Using the app to ghost reminders on WM2003
V

I was sure I had seen something for WM2003 somewere!!

ei99070: I'll be updating it to WM2005 at some point, just too busy right now; my version has to be compatible with a couple of other programs I'm writing (a today plugin called VJTodaySpacer), and then making it both WM2005 and WM2003 is a bit of a headache. I need a clear head to get around it!
Are you hiding or resizing the child?
V

vijay555: Hiding!
I tried just resizing, but rotating the screen set it to normal size again... ShowWindow API seems to do the job correctly!
I assume your app is always running on background, correct?

ei99070 - is your app memory resident or one off?
WM2003 compatibility took some work because the newbar and sip are a little interdependant. WM5 is a bit nicer for that:
v

vijay555: true!! It as very easy to find the windows!
But I can tell you now, SIP and the Soft Button bar are independ on Windows Mobile 2005 to...
My app does it's stuff and closes, but that creates a problem: when you rotate the screen it resizes the area available for the plugin's to the original size, but mantains the tray hidden!

ei99070 I'll investigate it at some point soon. That's why I asked if you're memory resident, because polling or hooking the system, or possibly patching in memory, is the only way to prevent this I think. But they're quite bad solutions for stability and resources.
v

I agree, I think that hooking the rotation event will be the better way to avoid this behavior... :?

Great stuff!!
I whas looking for this long time!!

Related

START MENU HACK IS IT POSSIBLE

Ok,
I am not sure if any of you have switched your devices from Portrait to Landscape recently, but give it a try and you will see how the Recent Programs are displayed in Portrait we all know they go under the user defined icons in the start menu, but in Landscape they are all listed at the top alot neater than making your start menu list go across the screen. I searched the registry yesterday trying to see if any values changed with no luck. So can one of you guys like Buzz or Mamiach or someone take a look into it???
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm also desperately keen for a hack to fix this - it's very messy having the long list, and quite disorientating.
I put the whole registry into word and spent a fair bit of time seqarching for something that could have looked like a meaningful key - nada. It's probably hard coded
craigiecraigie4 - this is likely to be coded into the menu routine - when the list would create a menu > screen height, it reverts to the cuter menu.
I can't think of any way to hack into this without hacking the underlying routines. I doubt this is in the registry, but calculated dynamically.
Why not use smallmenu? it's better...
V
the ipaq 4155 I had used to do this stright out of the box, even without switching to Landscape.. that was windows Mobile 2003 (not SE).
It seems 2003 kept the most recently opened progs on the top hirizontally. 2003SE does this in the center of the start menu instead.
2003SE (on AximX50v)
http://65.185.35.123/dp_chobits_chi1_a.jpg
2003 (not SE on ipaq4155)
http://65.185.35.123/dp_miyu_2_a.jpg
I'll see what i can dig up.
vijay555 said:
Why not use smallmenu? it's better...
Click to expand...
Click to collapse
Correction - it's MUCH better...
I am using WA with WAD, but I really like to limit my programs to necessity rather than GUI. I don't want to install to many programs on my PDA2K I like to keep it clean
alfredtv - if you're using wisbar, why do you need the startmenu at all?
SmallMenu is a fair alternative to wisbar if you only need what it offers.
I think the startmenu is near useless, and loathe it being there even when I don't need it. That's what prompted me to make my ToggleToday hacks
With SmallMenu correctly configured you shouldn't need the startmenu at all.
(note settings submenu, favorites submenu, special tools, custom icons on subfolders etc)
I took it to an extreme and made a toggle-able StartMenu, ToggleToday and new bar all in one:
However I've had a thought about a possible way to achieve the "mini-start menu". I might play around with an idea. No promises though, lots of other things to do.
V
I have read about your hacks on the other forums, and was thinking about trying them out.
Do they work with WM5 now??
I am using WA because their is no way to change the recent programs to a different location/remove them all together. I would not use them if there was a way to do this.
As I said before I prefer to not use additional programs, but at this point have no chioce. In WM5 M$ should really have thought about adding cascading menus to the Start button, that would have been great.
alfredtv - I haven't checked my hacks properly on WM5. The hiding the start bar bit does work for ToggleToday on WM5. It won't however hide the tray from the Today screen yet, because I don't have a WM5 device to test on.
If you're only using Wisbar as a startmenu replacement, give smallmenu a go. There is a free version. I've never had any problems with it.
V

Removing soft menu buttons in WM5?

Anyone knows how to remove the bottom soft menu buttons (messages/calendar bar) at the bottom?
:roll:
Greetz
DvL
Are you talking about the soft menu buttons (the menu bar right at the bottom of the screen?).
V
..
aha that is what it called? :shock:
yes i mean the soft menu thingy ;o) it is covering some of my fine vga theme art LOL
:twisted:
hmmm
Anyone?
Have you tried WisBar Advanced with WisBar Desktop???
It is a great set of programs that gives you the ability to hide the soft buttons
www.lakeridgesoftware.com
ehh
YEAH YOU ARE RIGHT LOL
but that slows down the Universal sooo much, i actually got my idea from WAD (wisbar advanced desktop).
I would like just a hack or so! then it would show my theme perfectly in landscape mode too..
Love the speed of my Universal now! only got pocketbreeze 5 installed! perfect.
So? any code hackers here? or .cab makers (soft menu buttons off and soft menu buttons on cab)??
dvl, this is discussed elsewhere on the forum. I believe that Wisbar desktop advance allows you to hide the soft buttons in Wisbar, but these menus bars are made per application.
I've made an app to hide the bars on the Today screen but it only works on WM2003 yet, NOT wm5. In fact I believe that it does hide the bars in WM5, but it doesn't allow you to use the space (yet). This is how it looks on WM2003se:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
That's discussed here:
http://forum.xda-developers.com/viewtopic.php?t=27331&start=0&postdays=0&postorder=asc&highlight=
This is NOT wm5 yet, but as soon as I get a new copy of visual studio 2005 I'll fix it. It WILL work, just have to wait a while :wink:
If you want to generally hide the bars, I've made a program to do it, but you have to replace the bars with something: you'll just end up with a bit of empty space there otherwise. I've made a program to do that too,
but that's not generally available yet. eg full screen calendar hack.
Oh, and fullscreen terminal services:
V
hmm
i actually look for a way in hiding it like wibar advanced desktop does it, removing it and showing what is behind it (wallpaper).
just replacing it with another image is not what i actually am looking for.
I am sure a lot of people know exactly what i mean ;o) something like wisba advanced desktop without having to use that resource hogging program self LOL
:twisted:
Eh? That's what all my programs do (on wm2003se anyway!)
V
ehh
ok email it to me lol. lets see if it works on wm5 LOL
dvl: the link is already posted above. As I said, it doesn't work on WM5, or at least not properly, so I don't recommend it right now, although hopefully in a week or so I'll have the new VS 2005 and can finish the damn thing off. For now it will remove the soft menu buttons, but NOT fill the space up (on WM2003 it expands your today screen, which is why that thread is called "16% bigger today screen" or something...)
Follow that thread and try it, but as I said, it doesn't work as designed yet. You might ask why I'm mentioning it then: because no one else has come up with a solution to remove the bars, and I'm just highlighting that it can be done, by anyone. My own version will be here soonish.
V
VJ! FULL SCREEN TERMINAL SERVICES!!!! This is just too bloody awesome for words...I stopped following that thread when I figured no-one was gonna solve it. I'm off to contribute GBP10 to your WM5 fund right now - please keep my real name out of any messages.
Hangin in there for JasJar compliant:
- VJDialer (works on other wm5 devices I hear, not the JJ tho)
- ToggleStart (tho not sure it'll be any use until PhoneAlarm works on WM5 AND VGA <- I'm correct in believeing there are no VGA skins, hey?)
- This full screen TS capability!!
For others who want to see VJ working on his apps, use this paypal link to contribute to his VS2005 and WM5 device costs:
https://www.paypal.com/cgi-bin/webs...ency_code=GBP&bn=PP-DonationsBF&charset=UTF-8
craigiecraigie4 - wow, thanks man! I'm getting to my WM5 device slowly, although your donation even distracted my better half from her CSI this evening!
I did the fullscreen terminal services mainly as a response to your pleading, thought you'd already seen it! Have you posted in the other thread?
Hopefully, as soon as I get a copy of Visual Studio 2005, I'll get it sorted out in beta.
Thanks again!
V

Tastbar skinning

Does anyone know of a program that allows you to skin the Taskbar? I have tried using Wisbar, but it uses too much memory and bogs down my system.
It would be great if there was a quicker program that used less memory. And I don't care about the other features Wisbar has, I just want to skin the Taskbar and the Start menu button.
I guess not!
mattucd said:
Does anyone know of a program that allows you to skin the Taskbar? I have tried using Wisbar, but it uses too much memory and bogs down my system.
It would be great if there was a quicker program that used less memory. And I don't care about the other features Wisbar has, I just want to skin the Taskbar and the Start menu button.
Click to expand...
Click to collapse
But it is the skinning that uses the memory and slows down the device.
None of the other features of Wisbar Advance 2 are memory-intensive at all.
Any application that skins your device will be a memory hog, period.
By taskbar, you mean the top bar right?
One kinda solution that isn't cpu intensive is to use my VJToggleToday II app (in alpha release right now though) to replace the start bar.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
V
vijay555 said:
By taskbar, you mean the top bar right?
One kinda solution that isn't cpu intensive is to use my VJToggleToday II app (in alpha release right now though) to replace the start bar.
V
Click to expand...
Click to collapse
Dude, that looks ****ing sweet; I have been waiting with great anticipation for it ever since I first heard about it!
Is it skinnable?
VJToggleToday merely shifts the Today Screen, allowing you to show your today plugins through - so I'm using my PhoneAlarm skin at the top of the screen to adjunct the start bar.
I haven't worked on VJEphemeris or VJSihaya (the more 'evolved' version of the idea) for months - I wrote them both as a proof of concept idea, but since then I've decided to put off further development until I feel competent to tackle all of the things I want to put into it. Both are evidently (overly) skinnable.
I've been working on a new app for a while, it's completely innocent, just a simple text editor, but it's a testbed for features that I'm going to be using in my new apps (ie a new skinning engine and GUI). That's (realistically) coming soon.
V
vijay555... what other apps do you use on your today screen? The bottom half looks like you havea last call and last email displaying on your today, correct?
itesla: that's an old plugin I wrote once, but it's not been released yet. It's called VJEphemeris. I'm taking a break from it while I learn some new stuff, so that I can add the new features I want to it.
It does show missed calls and previews received SMSs etc. There are many hidden popup menus etc, but as I said, that'll all change in the final version, if and when I get around to finishing it!
V
Hey Vijay, I have been using your ToggleToday program in conjunction with PhoneAlarm. I really like it, but there are a couple things that I miss: the clock, and the OK button.
I was wondering, would it be possible for me to use one of those third-party button programs like MagicButton or vBar, and then move over the signal status?
For the clock, I wasn't sure if there was any possible solution, unless PhoneAlarm has a feature that allows you to display it.
I believe PhoneAlarm has a clock feature built in now, you can certainly edit the skin to include one.
I never use the ok button in the corner, I use VJOkButt 100% of the time, and that's compatible with 3rd party task managers that use the ok button.
I don't quite understand about "move over the signal status". How do you mean?
Something to consider, which I have't tried but should work, is to use a phonealarm skin with transparency - if you leave a gap in your phone alarm skin, where the original clock is - you might be able to allow the original "start bar" to shine through the gap...
But anyway, PhoneAlarm does have a clock feature, I believe.
V

Remove Toolbar/Line with Calendar & Contacts on Today Sc

I no longer require the Toolbar/Line with Calendar & contacts on my Today Screen on my MDA. How can I delete that from my Today Screen?
Thank you!
Use dcinobar or vjtoggletoday see here http://forum.xda-developers.com/viewtopic.php?t=54567
Thank you very much. That did it. Works AOK. 'My shout' next time.
Cheers
dcinobar is not working for me. I have a 8125 and im using wisbar advance. I also use phm traylaunch. When i click the dcinobar.exe file, I jus get a bluish bar across the bottom where my softkeys were. My wisbar theme is black btw. How can i fix this?
Anyone have the same problem??
freeyayo50 said:
Anyone have the same problem??
Click to expand...
Click to collapse
You need a theme that is larger to fit in the space. Try the default tsk or guava bubbles and you will see what i mean.
vjtoggletoday works great for me (Cing 8125). Dcinobar did not.
There is another thread that states to set your vjtoggletoday top bar value to 26 and low bar value to 1. Maybe this is the fix you are looking for.
Yep, there's an OS level "issue" where if you set the softkeys to size 0, the SIP pops up. It can probably be fixed with some misdirection. I'll have to remember.
V
meschle said:
You need a theme that is larger to fit in the space. Try the default tsk or guava bubbles and you will see what i mean.
Click to expand...
Click to collapse
Thanx Meschle, that deff was the problem. 2 Things though: Is the task manager not suppose to get pushed to the bottom when dcinobar is used?? Does vjtoggletoday push it to the bottom?
Also, I use ThemeGenCE...but how can i make a today screen to fit the bottom??
Guys, VJToggleToday isn't finished yet, I've just not had the energy to get around to it. For now, I think it is supposed to move the tray down, but I can't remember. I'll try to devote some time to it soon, but I'm working mightly hard at work, then baby to take care of in the evening, and a new website to write... I'll try to work on it, I promise!
V
vijay555 said:
Guys, VJToggleToday isn't finished yet, I've just not had the energy to get around to it. For now, I think it is supposed to move the tray down, but I can't remember. I'll try to devote some time to it soon, but I'm working mightly hard at work, then baby to take care of in the evening, and a new website to write... I'll try to work on it, I promise!
V
Click to expand...
Click to collapse
No problem, Thanx VJ
freeyayo50 said:
Thanx Meschle, that deff was the problem. 2 Things though: Is the task manager not suppose to get pushed to the bottom when dcinobar is used?? Does vjtoggletoday push it to the bottom?
Also, I use ThemeGenCE...but how can i make a today screen to fit the bottom??
Click to expand...
Click to collapse
Any answer to the 1st & 3rd questions??
I don't think VJToggleToday moves the tray, from memory. It's supposed to, but it probably doesn't right now - because when it is finished, it
will do something entirely different with the tray. For now, now idea, can't remember.
For themegen - just use a wallpaper bigger then 320 pixels high: normal wallpapers are 320 - 26 (for the menu bar) - 26 (for the soft keys). Bigger is better, to fill in the gaps now exposed.
V
Hi Vijay555
where can we download the latest versions??
Thks in advance
BidDede:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
V
PS The "latest" released version was VJToggleToday II alpha I think, on this forum.
Anything after that, use my Pensieve.

[APP][06/02/09] Diamond ActionScreen 0.03

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
A replacement for HTCs ActionScreen.
Coded in Win32 C++ for speed.
Applications can be configured via the registry.
HKCU\Software\l3v5y\ActionScreen\App_X
Path changes the path, Parm changes the parameters, and Text changes the text
Timeout (how long before the application minimizes) can be changed at:
HKCU\Software\l3v5y\ActionScreen\Timeout time is in milliseconds
The size of the text can be configured:
HKCU\Software\l3v5y\ActionScreen\FontSize
Font colour
HKCU\Software\l3v5y\ActionScreen\Font Red/Green/Blue (0-255)
The text at the top of the page can be configured
HKCU\Software\l3v5y\ActionScreen\Text
If
HKCU\Software\l3v5y\ActionScreen\Exit
is 0, the app will minimize, if it's 1, the app will close after timeout or action.
Changelog:
0.03 now allows the application to close rather than staying resident in memory.
0.02 Adds configurable text, clicking on the top most bar minimizes the application.
0.01 Initial Release
reserved for updates
try this one,thx!
Update to 0.02, see first post for more...
looks cool and works well!
7 items, Why no 14?
Hi l3v5y,
It's a great tool but we already have an action 9. If you split the screen in two parts, you can put 14 items (maybe a new entry in regitry to change from 7 to 14) . Another idea is to create a new tab in manila. In any case this application looks fine and I'll test it. Thanks!!.
Regards,
elparra72 said:
Hi l3v5y,
It's a great tool but we already have an action 9. If you split the screen in two parts, you can put 14 items (maybe a new entry in regitry to change from 7 to 14) . Another idea is to create a new tab in manila. In any case this application looks fine and I'll test it. Thanks!!.
Regards,
Click to expand...
Click to collapse
Currently, this is just a rewrite of the ActionScreen as it comes. I'll take suggestions on what to do, and having 14 items sounds interesting!
Also, for anyone with a blackstone, if you edit the skin file and add two more App_X keys which match those of the other keys, you can get 9 applications.
Nice! i tryed it but some things are not working.
When i click at the top it doesnt minimise, it gives an error saying that it couldnt open file "".
Also tryed to change the text at the top but it didnt change, new sms and new mms arent working (nothing is opened)
maybe the problem is that my rom language is not wwe?
the rest works good, thanks!
Hi l3v5y, as above, but not tried mms, i don't use it but nothing happens when I press new sms. I have a feeling you will fix it!
What version does it say in the bottom right? (yes, I kow it's ridiculously small, but any larger and it gets in the way) I may have uploaded the wrong cab!
version 0.01
makeveral said:
version 0.01
Click to expand...
Click to collapse
Then I am not good at uploading things!
I'll update the first post with the correct cab!
Where is the cab?
oldhouse said:
Where is the cab?
Click to expand...
Click to collapse
It's there now!
(or at leas, I think it is :S)
yes, now it works!
Just one thing, once you open the program and lauch something it doesnt exit, it stays minimised.
Could you add a reg entry or change it so it closes instead of minimise and wasting ram?
thanks
makeveral said:
yes, now it works!
Just one thing, once you open the program and lauch something it doesnt exit, it stays minimised.
Could you add a reg entry or change it so it closes instead of minimise and wasting ram?
thanks
Click to expand...
Click to collapse
That seems a good idea.
I didn't do it, because the RAM usage on my Prophet (QVGA) wasn't as bad.
l3v5y said:
That seems a good idea.
I didn't do it, because the RAM usage on my Prophet (QVGA) wasn't as bad.
Click to expand...
Click to collapse
Closing is now implemented!
This may seem like a very dumb question, but where exactly do I go to find the "action Screen" on my Diamond? I've had it for about 2 months now and I've never seen an action screen. Is it after market? I ask because i understood this to be a rewrite of a current default setting that comes preinstalled on the diamond... Maybe i'm just have the biggest brain fart ever.
powe6563 said:
This may seem like a very dumb question, but where exactly do I go to find the "action Screen" on my Diamond? I've had it for about 2 months now and I've never seen an action screen. Is it after market? I ask because i understood this to be a rewrite of a current default setting that comes preinstalled on the diamond... Maybe thati'm just have the biggest brain fart ever.
Click to expand...
Click to collapse
Could be the fact that I wasn't hugely specific. This is a rewrite of something the Touch Dual had, not the Diamond.
When are you going to prepare a 14 buttons version?
Hi l3v5y,
Are you developing a 14 buttons version?. Thnks in advance.
Regards,
ElParra72

Categories

Resources