Re: Shine Tables [Remade]
Looks Awesome, Thanks for the release!
1 Attachment(s)
Re: Shine Tables [Remade]
Code:
if (sRow.Contains(";"))
{
sRow = sRow.Split(new char[] { ';' })[0];
if (sRow.Length == 0) continue;
}
Code:
sRow = Regex.Replace("\t+", "\t");
Re: Shine Tables [Remade]
Re: Shine Tables [Remade]
Updated To V1.1
Quote:
Originally Posted by
ExtremeUser
Code:
if (sRow.Contains(";"))
{
sRow = sRow.Split(new char[] { ';' })[0];
if (sRow.Length == 0) continue;
}
Code:
sRow = Regex.Replace("\t+", "\t");
?
Re: Shine Tables [Remade]
Quote:
Originally Posted by
hiddenduck
?
These are solutions for some bug fixes.
Re: Shine Tables [Remade]
what you posted isnt even in the code -_-
so stop failing to decompile it -_-
1 Attachment(s)
Re: Shine Tables [Remade]
Quote:
Originally Posted by
hiddenduck
what you posted isnt even in the code -_-
so stop failing to decompile it -_-
My code is only for hint.
Decompiled in 0.5 Sec's.
http://forum.ragezone.com/attachment...1&d=1402491244
Re: Shine Tables [Remade]
okay but i looked though everything nothing that looks anything like what you said is in there -_-
Re: Shine Tables [Remade]
Quote:
Originally Posted by
hiddenduck
Any problems post here.
My hints are for bug fixing, i don't think so, you want to include the Comments, and Trash in the DataGridView ?
So, you understand me now ? I don't looked at your code, i posted only some tipps to fix the Trash / Comments include.
Re: Shine Tables [Remade]
oh okay sorry i didnt get what you meant XD.
i thought you put the first bit as a bit of code in there and to change to the bit under :)
but thanks :D.
Re: Shine Tables [Remade]
omg ^^, okay with this you can fix the Comments include.
Code:
if (sRow.Contains(";"))
{
sRow = sRow.Split(new char[] { ';' })[0];
if (sRow.Length == 0) continue;
}
and with this you repleace the multiple taps to a single one (\t\t\t\t\t\t\t\t\t\t -> \t)
in orther word maybe it fix the Empty columns.
Code:
sRow = Regex.Replace("\t+", "\t");
Re: Shine Tables [Remade]
it sort of fixed it but theres still 1 empty row.
http://prntscr.com/3rrksf
Re: Shine Tables [Remade]
Quote:
Originally Posted by
hiddenduck
well done, maybe there a for loop with
Code:
(int i = 0; i <= Columns.Count; i++)
if yes then
Code:
(int i = 0; i < Columns.Count; i++)
or
Code:
(int i = 0; i <= (Columns.Count - 1); i++)
Re: Shine Tables [Remade]
No random tabs at the end now, so i guess its fixed ? :O
http://prntscr.com/3rrnqc