Official: Remaining upgrade issues
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!
Re: Official: Remaining upgrade issues
#1.) There is an issue with the last word in the code not being colored if it is a
keyword.
VB Code:
'...
optInActive.Left = 300
End Sub
Now if there is more text after it then it will be colored.
VB Code:
'...
optInActive.Left = 300
End Sub 'The Sub keyword will now be blue.
#2.) The comment apostrophy has "issues" too.
VB Code:
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;"
Re: Official: Remaining upgrade issues
Quote:
Originally Posted by RobDog888
#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
VB Code:
SomeString = [color=#626262]"VB Words like Su[b][/b]b, Functio[b][/b]n, E[b][/b]nd"[/color]
instead of this
VB Code:
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 :)
Re: Official: Remaining upgrade issues
Quote:
Originally Posted by penagate
Also, we seem to have lost our snazzy new blue favicon :)
Nope...:)....try again..:)
- ØØ -
Re: Official: Remaining upgrade issues
Quote:
Originally Posted by NoteMe
Nope...:)....try again..:)
- ØØ -
Well Ctrl+F5 hasn't picked it up. Maybe I need to clear out the cache.
Re: Official: Remaining upgrade issues
Nope... still the old icon... Maybe you need to clear your cache ;)
Re: Official: Remaining upgrade issues
Quote:
Originally Posted by penagate
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?
- ØØ -
1 Attachment(s)
Re: Official: Remaining upgrade issues
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..:)
Re: Official: Remaining upgrade issues
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:
Re: Official: Remaining upgrade issues
Hmm, the VBcode seems to be wrongly colouring VB keywords that are parts of words:
VB Code:
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".
Re: Official: Remaining upgrade issues
Thanks for the feedback. This info has been reported and is being worked on.
Brad!
Re: Official: Remaining upgrade issues
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!
Re: Official: Remaining upgrade issues
How about this...
VB Code:
MessageBox.Show("Arrg, Error. Clear to see that they are wrong.")
Re: Official: Remaining upgrade issues
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.
Re: Official: Remaining upgrade issues
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
Re: Official: Remaining upgrade issues
Threads or posts? I see that both pages of that thread are accessible, or was there more pages?
Re: Official: Remaining upgrade issues
I think I was looking at only the second page for some reason. It didn't make sense :)
Re: Official: Remaining upgrade issues
Oh, I see the time you posted was 2:44 AM :eek: so it must have been a sleep depravation issue. :D