Post Reply 
Custom XMB Editor
Author Message
Ac_K
I See K

Posts: 141.5490
Threads: 5
Joined: 9th Jun 2007
Reputation: -3.19624
E-Pigs: 12.2039
Offline
Post: #51
RE: PRX Editor
@vinrose67:
Oh ? Which firmware version You use??

@diego:
The write part's isn't coded just for the menu edit !

@ZiNgA BuRgA:
Quote:Oh okay.  The OCX is automatically registered (or "installed") when the EXE is run.  The thing is that people without Power User privileges can't register components

No it isn't it ^^... But if an idea for fix this problem... But with the Menu editor... I Use another OCX for use the listview Object... So I don't make Otherwise...

Yes Good idea for scan the float value of file ! But when the searched value is 0 or 1... It's more difficult to searched this :p!
Thanks for this file... If you would had this feature in my programs... Send me the source code (If it's in Visual Basic !)

Thanks for all to the bug report or idea !
13/10/2007 01:34 AM
Find all posts by this user Quote this message in a reply
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #52
RE: PRX Editor
oh ok. . .

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
13/10/2007 01:36 AM
Find all posts by this user Quote this message in a reply
vinrose67
GAS

Posts: 1,183.3075
Threads: 97
Joined: 16th Jul 2007
Reputation: -2.06849
E-Pigs: 54.2375
Offline
Post: #53
RE: PRX Editor
@bro AC_K I'm on 3.71m33-2

vinrose67 Signature

[Image: PSPAddictSignature.png]
13/10/2007 03:56 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #54
RE: PRX Editor
Okee i tested multiple icon's,.

Your tool works but the icon's don't show up,..

For some reason you can't redirect icon's in 3.71 vshmain,.!?

I can't even redirect to an excisting icon,.. like make a memstick an umd icon,.!!?
Anyone know why!?

So this feature only works on 3.52,.!!


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
13/10/2007 04:26 AM
Visit this user's website Find all posts by this user Quote this message in a reply
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #55
RE: PRX Editor
damn make it compatible please. ^_^

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
13/10/2007 05:30 AM
Find all posts by this user Quote this message in a reply
IllyZ
Neophitic Presence

Posts: 1.3975
Threads: 0
Joined: 13th Oct 2007
Reputation: 0
E-Pigs: 0.5000
Offline
Post: #56
RE: PRX Editor
how can i recompress the prx's file?? I'm on 3.71 m33 with 1.50 kernel addon

thanks
13/10/2007 06:55 AM
Find all posts by this user Quote this message in a reply
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #57
RE: PRX Editor
prx compressor? I don't know. . .I would just delete dic folder for space OR use cxmb 2.5

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
13/10/2007 07:17 AM
Find all posts by this user Quote this message in a reply
UncertainGod
Illogical mindfuckery

Posts: 1,492.4476
Threads: 88
Joined: 16th Aug 2007
Reputation: -8.70083
E-Pigs: 7.1412
Offline
Post: #58
RE: PRX Editor
Or don't install the 1.50 subset in 3.71, then you don't need to delete anything.
13/10/2007 07:24 AM
Find all posts by this user Quote this message in a reply
diego
poof

Posts: 7,826.1659
Threads: 264
Joined: 22nd Jun 2007
Reputation: 1.80067
E-Pigs: 37.4012
Offline
Post: #59
RE: PRX Editor
well yeah but you don't get the homebrew. .. . so either CXMB of delete the Dic folder like I said above OR if you still don't have enough space dummy the other font. . .(its something like 1mb)

[Image: cce6aa9e-c40c-4ae7-aebe-d7780d6fc009.gif]
13/10/2007 04:41 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,024.1882
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1887
Online
Post: #60
RE: PRX Editor
Ac_K Wrote:@ZiNgA BuRgA:
Quote:Oh okay.  The OCX is automatically registered (or "installed") when the EXE is run.  The thing is that people without Power User privileges can't register components

No it isn't it ^^... But if an idea for fix this problem... But with the Menu editor... I Use another OCX for use the listview Object... So I don't make Otherwise...
If you're going to use the ListView control as well as the Tab control, you're probably better off only including the Windows Common Controls (comctl32.ocx).  If I recall correctly it contains both, and are "standard" controls (your current tab control isn't "standard", as reflected by the fact that it doesn't follow XP themeing).
If you're really keen (probably more bother than it's worth) you can manually create the controls via calls to CreateWindow() and handle all the necessary events.
I personally use my own tab control for tabs - it's much simpler.  If you want to, you can use my module, modTabs.bas.

Alternatively, you can use VB Accelerator's controls.  You include them as an ActiveX control (the sourcecode is given, so no need to link to an external OCX).  Additionally, you get a _lot_ more options and features.  For your information, VB Accelerator's controls internally create API calls to things like CreateWindow().

Anyway, supplying the OCX is still the easiest way.  IMO, not necessary to get rid of it.  Most people will have necessary access anyway.  Just perhaps something to consider for future projects :P

Ac_K Wrote:Yes Good idea for scan the float value of file ! But when the searched value is 0 or 1... It's more difficult to searched this :p!
Thanks for this file... If you would had this feature in my programs... Send me the source code (If it's in Visual Basic !)
It's a modified version of my SaveHacker program.  I didn't really make the sourcecode "portable" unfortunately, so ya...  Also, the search routine has been micro-optimized so much that I have trouble understanding it (interestingly, I managed to make it run faster than another searching program written in C XD).  One other thing which makes it more complex is the fact that it can perform memory searching as well.
13/10/2007 06:21 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: