Login Register Japanese Korean
navigator
forums
Download All
Forum : ALSong 2/9/2010 7:51:11 AM
by gijsbert48
Topic Screen "sync song lyrics editor" is too small.

The screen "sync song lyrics editor" is too small.I can't enlarge it, because the symbol for enlarging is colored grey- which means : "you can't use this". I can't use the SEARCH button at all. Can anyone tell me what to do, please?

Forum : ALSong 2/6/2010 2:09:24 AM
by Rureq
Topic Shuffle

"How many hours did you use ALSong when the problem happened?"

Sometimes the problem occurs after a few minutes, on another occasion after a few hours.

"If you used other programs, what were they?"

If you mean software to play music, I never used program other than alsong.

 

Forum : ALZip 2/5/2010 8:44:41 AM
by Menso111
Topic WISH LIST (ALZip)

Hello
I wrote last year about the need of a renaming option in overwrite dialog...
Remember me?, i'am a Visual Basic programmer entusiast of Allzip,
I need to recover a lot of damnaged backup archive from some faulty hard drive. That archive containe my Visual Basic code, and  allzip prompt many time whit the overwrite dialog, because the archive was damnaged....
I belive Allzip is the best compression touls i found! but real need the renaming option.
You ansever to me that Alzip 8 will contain that option: Great!.... But when Alzip 8 will be relased?
Please you don't have a prerelase or a betas so i can recover my code?

I try to write a loder in Vb that implement that option in Alzip 7, I used FindWindow, sendmessage,SendNotifyMessage, GetWindowText, ecc, But is difcult because you used Controls that implement Direct x imput, so they don't react properly to Windows api.
Anyway my loder work whit hard coding, and the renaming function is implemented in pure VB Code and work perfect.

I post my VB code to you, hoping you can add it to alip 7
Is a verry simpol code, and work perfectly, i belive easy

CODE:

//' require reference to Microsoft scipting runtime

Private Sub CmdRename_Click()
Dim RenameSuccess As Boolean
    RenameSuccess = RenameFile(FileName$)
End Sub


'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
'This Function in Visual Baic work perfectly!!!!!
' i used it a lot of time and i debuged it
'i don't know how to tanslate in Delphy or pascal
' but the idea is verry simpol:
'    React to the error "file allredy exixt" and add a counter to file name
'    try again to rename
'    if still the file exist implement the counter, add again to file name
    'try to rename
'    till we find a name univoche
'I beliove you can add my code to alip 7, please
'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


'Retval = False in case of error
Private Function RenameFile(MyOrig As String) As Boolean
Dim Count As Long, ParentPathDest$, MyDest As String, Fso As FileSystemObject
On Error GoTo Errore
LogError = 0
Set Fso = New FileSystemObject  ' require reference to Microsoft ing runtime
RenameFile = True
ParentPathDest$ = PathNameOnly(MyOrig)  ' retrive only thae file path
MyDest = ParentPathDest$ & "\RENAMED    " & FileNameOnly(MyOrig) ' retrive only thae file name
RenameOnCollision:
Fso.MoveFile MyOrig, MyDest:
esci: ' serve per cancellare l'errore
Set Fso = Nothing

Exit Function
Errore:
If Err.Number = 58 Then   'Err.Number = 58 =  file allredy exixt
    ' if the file exixt allredy we increment Count and we add it to  destination file's name
    Count = Count + 1
    MyDest = ParentPathDest$ & "\" & Count & FileNameOnly(MyDest)
    Resume RenameOnCollision        ' try again to renaming code
                                    ' if stil the new file name exixt a new renaming error occur
                                    ' till we don't find a file name that do not exist
Else
    'if some unknow error happen we register it and tell the caller we diden't rename
    RenameFile = False
    LogError = Err.Number               '    only for debug
    MsgBox Err.Number & Err.Deion '    only for debug
'    Resume                             '    only for debug
    Resume esci
End If
End Function

Public Function FileNameOnly(ByVal StrPathName As String) As String  ' retrive only thae file name
        On Error Resume Next
        Dim lngIndex As Long
        If Right$(StrPathName, 1) = "\" Then StrPathName = Left$(StrPathName, Len(StrPathName) - 1)
        Do
                lngIndex = InStr(StrPathName, "\")
                If lngIndex = 0 Then Exit Do   ' There are no more backslash characters: we have the name.       '
                StrPathName = Right$(StrPathName, Len(StrPathName) - lngIndex)
        Loop
        FileNameOnly = StrPathName
'    Clipboard.SetText strPathName
End Function

Public Function PathNameOnly(ByVal StrPathName As String) As String  ' retrive only thae file path
Dim Original As String
        On Error GoTo Errore
         If Right$(StrPathName, 1) = "\" Then StrPathName = Left$(StrPathName, Len(StrPathName) - 1)
        Original = StrReverse(StrPathName)
        Dim lngIndex As Long
        Do
                lngIndex = InStr(StrPathName, "\")
                If lngIndex = 0 Then Exit Do   ' There are no more backslash characters: we have the name.       '
                StrPathName = Right$(StrPathName, Len(StrPathName) - lngIndex)
        Loop
        PathNameOnly = StrReverse(StrPathName)
        ' un solo replacamento dal la posizione 1, la stringa è rovesciata per cui tolgo il nome del fle o della dir
        PathNameOnly = Replace(Original, PathNameOnly, "", 1, 1)
        PathNameOnly = StrReverse(PathNameOnly)
         ' se era un file tolgo il "\! dalla dir risultante
         If Right$(PathNameOnly, 1) = "\" Then PathNameOnly = Left$(PathNameOnly, Len(PathNameOnly) - 1)
'    Clipboard.SetText PathNameOnly
Exit Function
Errore:
PathNameOnly = "Errore"
End Function

Many thank from now

P:S
if you whant contact me
cadeidogi@alice.it
 

Forum : ALSong 2/3/2010 10:46:02 PM
by ALTools
Topic Shuffle

Hi, this is from ESTsoft.

First, I am sorry for any inconvenience while using ALSong.

Please note that this problem is the first reported, so it is quite difficult to find out the reason.

You said this problem occurrs intermittenly.

How many hours did you use ALSong when the problem happened?

If you used other programs, what were they?

Please answer those questions so that we can find out the main reason as soon as possible.

Thank you for your cooperation.

Best Regards,

Jin

ALTools Division

 

 

 

Forum : ALSong 2/3/2010 10:41:54 PM
by ALTools
Topic error, everytime that i play a specifict song

Hi,

I just talked with our developer and he says that it is neccesary to get the music file.

Even if the file plays well, the music file still might be the main reason of this problem.

So, please send your music file to support@estsoft.com

I'll be waiting for your file.

Thanks,

Jin

ALTools Division

 

 

Forum : ALToolbar 2/2/2010 8:08:34 PM
by ALTools
Topic ALToolbar Won't display in IE8

Hi, this is from ESTsoft

I admit that it has been quite delayed for releasing a new version.

To be honest, the 1.52 version which will support IE 8.0 is now all ready to be used, but final testing is left to be released.

When testing is finished and it is released, ALToolbar will have special promotion for the users who are enjoying ALToolbar.

I am sorry for any inconvenience about ALToolbar.

I'll tell you as soon as possible. Thanks.

Jin

ALTools Division

 

 

 

Forum : ALToolbar 2/2/2010 8:58:13 AM
by pixel
Topic ALToolbar Won't display in IE8

This thread is one year old now and version 1.2 is still not working in IE 8? Come on...

Forum : ALSong 2/1/2010 11:53:13 AM
by Rureq
Topic Shuffle

First, i want to say big thanks to creators of this program, i use it 2 years or even more and i never had a problem with this, ..................................................................... until today, unfortunately

 

My problem is that sometimes the program turns on shuffle option by oneself, and it's quite annoying. Maybe someone here knows solution, if not then I hope this will be fixed in next version.

If i did some mistakes, i'm sorry.

Forum : ALSong 1/31/2010 6:23:51 PM
by ALTools
Topic error, everytime that i play a specifict song

Dear Orozco,

I fully understand your situation. On behalf of my company, I sincerely apologize for the inconvenience.

I just sent your problem to our senior developer of ALSong. As soon as he finds any reason of this problem, I'll let you know immediately.

Thanks for using ALSong. Again, I am so sorry about this issue.

Best Regards,

Jin

ALTools Division

Forum : ALSong 1/29/2010 2:50:17 PM
by juan121
Topic error, everytime that i play a specifict song

hi.

1st... thanks for answer... but sadly isnt the problem isn't the song... cuz i could listen normaly... the problem begin when I tried to edidt the lyric.... n I can listen the song while i dun send the error...  but the error i annoyin... 

thx ALstaff

Juan Orozco - Medellín, Colombia-