Click to See Complete Forum and Search --> : Official: Remaining upgrade issues
brad jones
Jul 25th, 2005, 03:34 PM
I was told that the smilies had been fixed. The vbcode tag should also be working as great as it was before the upgrade.
Is there any other outstanding issues that people are aware of? If not, I'm going to consider the update completed and closed.
Thanks,
Brad!
RobDog888
Jul 25th, 2005, 03:49 PM
#1.) There is an issue with the last word in the code not being colored if it is a
keyword.
'...
optInActive.Left = 300
End SubNow if there is more text after it then it will be colored.
'...
optInActive.Left = 300
End Sub 'The Sub keyword will now be blue.#2.) The comment apostrophy has "issues" too.
MsgBox "Testing Comment's Functionality" 'Just testing comment's use
'Comment, blah, blah, blah...'comment, 'comment
'SQL Statement:
SELECT * FROM Table1 WHERE Field1 = '" & sString & "' AND Field2 > "0;"
penagate
Jul 26th, 2005, 05:01 AM
#1.) There is an issue with the last word in the code not being colored if it is a
keyword.
I found that glitch aaaageees ago, and the solution also :p
http://www.vbforums.com/showthread.php?t=342901
But from the looks of your post it seems to have been fixed.
Maybe it would be possible to modify the vbcode hack slightly so that string literals are not coloured, or coloured dark grey or something? Like this
SomeString = "VB Words like Sub, Function, End"
instead of this
SomeString = "VB Words like Sub, Function, End"
That would hopefully solve the problem with the comment colouring.
Also, we seem to have lost our snazzy new blue favicon :)
NoteMe
Jul 26th, 2005, 05:25 AM
Also, we seem to have lost our snazzy new blue favicon :)
Nope...:)....try again..:)
- ии -
penagate
Jul 26th, 2005, 05:28 AM
Nope...:)....try again..:)
- ии -
Well Ctrl+F5 hasn't picked it up. Maybe I need to clear out the cache.
penagate
Jul 26th, 2005, 05:33 AM
Nope... still the old icon... Maybe you need to clear your cache ;)
NoteMe
Jul 26th, 2005, 05:40 AM
Nope... still the old icon... Maybe you need to clear your cache ;)
Maybe I did it before I posted to not make a fool out of my self..;)
BTW what domain are you on now? I am n www.vbforums.com. And what browser are you using?
- ии -
NoteMe
Jul 26th, 2005, 06:02 AM
I can't belive I didn't just check it out my self..well you are right...vbforums.com has the old ico, while www.vbforums.com has the new..:)
penagate
Jul 26th, 2005, 06:39 AM
As you should know by now, I use Fx ;)
And I think you need to clear your cache again... Both domains have the old icon for me :confused:
penagate
Jul 26th, 2005, 06:52 AM
Hmm, the VBcode seems to be wrongly colouring VB keywords that are parts of words:
Public Function IsIDE() As Boolean
On Error Resume Next
Err.Clear
Debug.Print 1 / 0
IsIDE = (Err.Number)
On Error GoTo 0
End Function
"Is" and "Err" are coloured where they are part of "IsIDE" and "Error".
brad jones
Jul 26th, 2005, 09:21 AM
Thanks for the feedback. This info has been reported and is being worked on.
Brad!
brad jones
Jul 26th, 2005, 10:01 AM
Okay, I've been told that the coloring fix is going to take a bit more effort, and thus the last changes were rolled out and the vbcode routine restored as far as functionality to what it was prior to the upgrade.
(as a 'heads up') These changes are in the queue to get fixed, but have fallen behind some higher priority (non-VBForums) tasks.
Brad!
RobDog888
Jul 26th, 2005, 12:46 PM
How about this...
MessageBox.Show("Arrg, Error. Clear to see that they are wrong.")
jmcilhinney
Jul 28th, 2005, 08:22 PM
I still can't delete subscriptions from the CP. I don't know if this is related to the recent upgrading bizo but I only noticed that it wasn't working a few days ago.
dglienna
Jul 29th, 2005, 03:44 AM
I think the first (and subsequent) threads were deleted by the thread starter. I suspect that is a problem..
http://www.vbforums.com/showthread.php?t=351846&page=2
RobDog888
Jul 29th, 2005, 11:11 AM
Threads or posts? I see that both pages of that thread are accessible, or was there more pages?
dglienna
Jul 30th, 2005, 01:25 AM
I think I was looking at only the second page for some reason. It didn't make sense :)
RobDog888
Jul 30th, 2005, 12:15 PM
Oh, I see the time you posted was 2:44 AM :eek: so it must have been a sleep depravation issue. :D
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.