ThyElite Forums  
Go Back   ThyElite Forums > Downloads > Programs
Reload this Page What Should 4.0 include?
Reply
 
Thread Tools Display Modes
(#1)
Old
Prophet- is Offline
1337
Prophet- is on a distinguished road
 
Posts: 243
Join Date: Jul 2006
Default What Should 4.0 include? - 07-14-2006, 05:30 PM

Well im trying to think of new things to include in Prophet Browser 4.0 to better benefit its users. I have already added in a screen shot feature and am in the process of adding in the bigger coke programs. Short Keys is on its way and I'm also adding a quick Account creator (just gotta type in the security key at the end :eusa_dance: )

my question to you.. does it need anythin else? just post up ur ideas here
Reply With Quote
(#2)
Old
W a r n i n g is Offline
1337
W a r n i n g is on a distinguished road
 
Posts: 280
Join Date: Jun 2006
Send a message via AIM to W a r n i n g Send a message via MSN to W a r n i n g
Default 07-14-2006, 05:43 PM

I personaly cant think of anything. 3.0 was perfect.



looking for 1 dollar donations throught paypal... send me the money throught tyler@toxictunes.net
Reply With Quote
(#3)
Old
oOD-richOo is Offline
1337
oOD-richOo is on a distinguished road
 
Posts: 204
Join Date: Jul 2006
Default 07-15-2006, 09:34 AM

make the style like takashi own because i really like the style on takashi and make a custom catalouge like takashi doing and like how he did with furni dye


Reply With Quote
(#4)
Old
W a r n i n g is Offline
1337
W a r n i n g is on a distinguished road
 
Posts: 280
Join Date: Jun 2006
Send a message via AIM to W a r n i n g Send a message via MSN to W a r n i n g
Default 07-15-2006, 10:07 AM

This is Prophet- client. Not really Takeshi Client.



looking for 1 dollar donations throught paypal... send me the money throught tyler@toxictunes.net
Reply With Quote
(#5)
Old
Prophet- is Offline
1337
Prophet- is on a distinguished road
 
Posts: 243
Join Date: Jul 2006
Default 07-15-2006, 12:04 PM

the style is already like takeshi's it looks alot like it but has much more added to it already... as for a custom catalog, well, im not that good at programming lol
Reply With Quote
(#6)
Old
DefectiveProduct is Offline
The Best
DefectiveProduct is on a distinguished road
 
Posts: 771
Join Date: Jul 2006
Location: O_o
Default 07-15-2006, 01:39 PM

Well you could include an auto TVB finder with a login on the client itself. Ever think of that?






Reply With Quote
(#7)
Old
Tamaraaaxo is Offline
Member
Tamaraaaxo is on a distinguished road
 
Posts: 16
Join Date: Jul 2006
Location: Florida
Send a message via AIM to Tamaraaaxo
Default 07-16-2006, 06:21 PM

Quote:
Originally Posted by Prophet-
the style is already like takeshi's it looks alot like it but has much more added to it already... as for a custom catalog, well, im not that good at programming lol

Whats the difference between a prophet and a takeshi's?? im just wondering cuz im new at this he he
Reply With Quote
(#8)
Old
DefectiveProduct is Offline
The Best
DefectiveProduct is on a distinguished road
 
Posts: 771
Join Date: Jul 2006
Location: O_o
Default 07-15-2006, 02:21 PM

Sorry for the double post but I looked over 3.0 and found that the browser buttons shut down the program and give you an error when they have nowhere to navigate.

You can prevent this by adding a line of On error resume next before each coding for the browser buttons.

Like,

Code:
Private Sub BtnBack_Click()
On error resume next
Webbrowser.GoBack
End Sub
That way it skips on error and you can click the buttons all you want without killing the program.

EDIT: And maybe you could include a KeyDown function that makes the browser navigate when you hit enter in the URL bar.
Code:
Private Sub TxtUrlBar_KeyDown(KeyCode As Integer, Shift As Integer)
On Error Resume Next
If KeyCode = vbKeyReturn Then
Browser.Navigate TxtUrlBar.Text
End If
End Sub







Last edited by DefectiveProduct : 07-15-2006 at 02:26 PM.
Reply With Quote
(#9)
Old
John is Offline
Master of the Post
John is on a distinguished road
 
Posts: 349
Join Date: Jun 2006
Default 07-16-2006, 12:15 PM

ok i think the main thing that i want u to put on it, is a minimize button, i think that is the most important thing u should add



Reply With Quote
(#10)
Old
W a r n i n g is Offline
1337
W a r n i n g is on a distinguished road
 
Posts: 280
Join Date: Jun 2006
Send a message via AIM to W a r n i n g Send a message via MSN to W a r n i n g
Default 07-18-2006, 12:03 PM

Quote:
Originally Posted by DefectiveProduct
Sorry for the double post but I looked over 3.0 and found that the browser buttons shut down the program and give you an error when they have nowhere to navigate.

You can prevent this by adding a line of On error resume next before each coding for the browser buttons.

Like,

Code:
Private Sub BtnBack_Click()
On error resume next
Webbrowser.GoBack
End Sub
That way it skips on error and you can click the buttons all you want without the program.

EDIT: And maybe you could include a KeyDown function that makes the browser navigate when you hit enter in the URL bar.
Code:
Private Sub TxtUrlBar_KeyDown(KeyCode As Integer, Shift As Integer)
On Error Resume Next
If KeyCode = vbKeyReturn Then
Browser.Navigate TxtUrlBar.Text
End If
End Sub
It isnt a double post when you post at two diffrent times. Not like 7:30 then 7:32 but like 7:30 and then 8:00 And when is this going to be out?



looking for 1 dollar donations throught paypal... send me the money throught tyler@toxictunes.net
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.