Recent

Author Topic: Listbox end memo1 end Label1  (Read 3146 times)

Neprofi

  • Full Member
  • ***
  • Posts: 174
Listbox end memo1 end Label1
« on: June 06, 2015, 09:51:49 am »
All good afternoon, I had a question:
The list from songs of sounds is set:

if not BASS_Init (-1, 44100, 0, Handle, nil) then//declared stream
raise exception.Create ('Error initializing audio!');

Flist: = TStringLIST.Create;//We declare a leaf
FList.Add ('sound\about.mp3');//I set the list from songs of sounds
FList.Add ('sound\across.mp3');
FList.Add ('sound\after.mp3');
end; 

as it is possible to insert the translation of the song, a sound so that it was removed in Listbox or Memo or Label.
translation transcription and sound, For example so:

sound               about
Transkr.           [ə 'baut]
translation        near

sound              across
Transkr.          [ə 'krɔs]
translation       across

and so on. The translation of sounds is in ini the file.
And for Label I did so:

1:form2.label1.caption: +#13+ ='across' of' ['krs]' + #13 +'поперек';

2:form2.label1.caption: ='after' + #13 + '[' ʌ:ft ə]' +#13 to a +'posla of that as';

but I pound zero (((

plays the first sound shows once of Label and doesn't want to pass to the following.
how it is possible to pryvyazat it to the list at the end of the song it too passed the registered word to the following?

I show a photo (instead of songs has to the described example is removed above)

I'll be looking forward to hearing from you.

 

TinyPortal © 2005-2018