Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - linesis

#1
Sorry. I wrote wrong. SLOWER, SLOW, NORMAL, FAST, FASTER  :bangshead:
#2
Hello, good evening. The names are SLOW, SLOW, NORMAL, FAST, FASTER. I am eagerly awaiting the new version. Thank you.
#3
Hello, good evening. Referring to the error of ordering the replay I'll try to suggest a simple idea that should solve the problem. I do not know with what programming language you work but I think my idea solves the problem perfectly. Before you make the change to order the replay list was right in reverse order from oldest to youngest. Based on this what would be my suggestion. It's simple. You get the files as you were getting before playing in a list temporary and after playing all files in a list that will be the order of oldest to youngest you reverse the list and play in LISTBOX (do not know what the correct name in the. net).

//------------------------------------
/ / algorithm possible before the change
while (! FILE-> EOF) {/ / You were playing right into the listbox and displaying to the user.
    LISTBOX-> ADD (FILE-> NAME);
    FILE-> NEXT;
}

//------------------------------------
/ / new algorithm
while (! FILE-> EOF) {/ / Here the idea is to play in a list in memory
    LIST-> ADD (FILE-> NAME);
    FILE-> NEXT;
}


LIST-> REVERSE / / Reverse the list
LIST-> FIRST / / takes the first position (which was the last)
while (! LIST-> EOF) {/ / Add the LISTBOX VALUE
    LISTBOX->ADD(LIST-> Value);
    LIST-> NEXT;
}

I think you tried to use methods of sorting based on date and name of the file. But I think that this simple method solves the problem and left the replays on the agenda right size. Sorry for the inconvenience and thank you. Congratulations on an excellent project.
#4
Hello, good morning. The new version 4.7.1 the order of the replay is still a mess. Thank you.
#5
Hello, good afternoon. I do not know if it's just me but the order of the replays are messed up. I find the cost to replay last I played. Watch the replay image that appears on 25 and after 24 days and then appears again on the 25th. Thank you.
#6
Hello, good evening. Congratulations for your excellent work.
I would like to report a fault. The agenda for the replay is messy. It is ordered by the date correctly. Thank you for your great project.
#7
The SCVs is not working to repair the buildings. They begin to catch fire and they do nothing.
#8
Hello good afternoon. I do not know if you forgot or did not have time for you to do I had given you a suggestion for you reverse the order of the replays. For the most current would be the beginning of the list and the oldest would be the end. This is a great help for my list ta huge and every time I get a little lost in finding. Already thank you. Thank you
#9
Support / Re: StarCraft 2 BETA BEST Allin1 Tool
March 11, 2010, 05:07:07 PM
Hello, your launcher was very show. This very stable, I loved it. A small suggestion, I think the order of replays would be better to reverse, the current date to the oldest, because even when you're going to see you often view the latest. Congratulations to you and thank you.
#10
Could someone tell me the official site for the low source of this file or link. Thank you
#11
Hello, good morning. In the listbox I do not need to inform the number "1) AI. I think the layout would be much better if it were simple resources development tool. Remember for those who use the functionality is better than a good image with many errors. But anyway, if you want after I get the pictures and make some mounts for you, but like I said all I have time even to do this over the weekend. The moment was what gave to do. A feature that you could implement is when you change the color to change the caption of the number of the color of the player, I think it would be interesting, but not necessarily mandatory. Still with that error screen becomes too large. Thank you and have a Great Day.
#13
I can make some suggestions layout for you later. If you can make the screens SC2 but I think it would be better to leave the screen layout as simple as possible (like google how much simpler the better). During the weekdays I can assure you. But at the end of this week I can. If you like me to add here and send me or pass a reference so I can talk with you on messenger or any application to talk and I will pass the image on the new model or layout. Today I will fall asleep. Have a great night. Thanks for everything.
#14
It looks like the image that the system was on the screen. I think you can take the names of players between the lists of a player with another.
#15
Lowered now rev 40 but she is a very great height. It is difficult to select the time 5 and 6 in addition to that the to select where you start the game for these positions (do not know if that was your intention).