Jump to content

Pdf Book Archives ( Tamamlama )


dragon3781
 Share

  

6 members have voted

  1. 1. Projeyi nasıl buldunuz ?

    • Görsel ve Kullanışlı
    • Gereksiz bir uygulama
      0
    • Gayet işe yarar ve arşivlik
      0
    • İdare eder


Recommended Posts

Merhabalar ;

Yaklaşık olarak 3 gündür nette aradığım ve bulamadığım program sonucunda ( E-Book Arşivleme ) kendim AMS ile Media Player tarzında E-Book Okuyucu yapmaya kara verdim.

Bu proğram E-Book arşiv toplayan ve sürekli okuyan arkadaşlarımızı işine çok yarayabilir.

Projeyi bu siteden aldığım örnekler ( .apz ) ile düzenlemeye çalıştım , kodlar tamama yakın alıntıdır.

Fakat son hali çoğu arkadaşımızın işine yarabilir , herhangi bir bölümü özelliği mutlaka projelerinize lazım olabilir.

Projedeki son aşama ;

* Arayüz çogunlukla tamamlandı
* Gerekli buton açıklama vs tamamlandı
* Database .db oluşturuldu ve kodlaması yapıldı
* Proğramın çoğu kodlaması tamamlandı.

Eksiklerim ;

* Arama kısmını yapamadım
* Secilen PDF ye ait kitabın ekrana getirilmesi
* Database kitap ekleme , çıkarma , düzenleme vs...
* Secilen Kitabın resimlerinin görüntülenmesi.

Şimdilik bunları hatırlıyorum...

[b]Eksik kalan bölümleri el birliğiyle düzenlersek projeyi bitirebileceğimizi düşünüyorum.[/b]

Proje linki ( .apz )

[code]http://www.multiupload.com/5WQZXPR0RN[/code]

Son Aşama .apz

[code]http://www.multiupload.com/58FN49N95I[/code]

Proje Görüntüsü ( ana sayfa )

[img]http://a1111.hizliresim.com/r/4/bg27.jpg[/img]

[img]http://a1111.hizliresim.com/r/4/bg4x.jpg[/img]

[img]http://a1111.hizliresim.com/r/4/bg3u.jpg[/img]

Saygılarımla.. Edited by dragon3781
Link to comment
Share on other sites

[code]sMetin = Input.GetText(this)
nCount = ListBox.GetCount("PDF")
for i=1,nCount do
sText = ListBox.GetItemText("PDF", i)
nAra = String.Find(sText, sMetin, 1, false)
if nAra ~= -1 then
ListBox.SelectItem("PDF", i)
end
end
[/code]

butona yukarıdakı kodları yazdıgımda sureklı olarak lıstboxdakı her verıyı taramaya baslıyor ve progress durmadan calısıyor nedense

[code]sYol = ListBox.GetSelected ("PDF")
if sYol ~= "" then
Progress.SetRange("Progress1", 0, 100)
Progress.SetCurrentPos("Progress1", 0)

for i=1,100 do
nPos = Progress.GetCurrentPos("Progress1")
Progress.SetCurrentPos("Progress1", nPos+1)
Application.Sleep(10)

[/code]

yukarıdakıde progres kodları .

Bırde nedense favorılerımdekı ve kıtap okuma sayfasındakı resımlerın ayrı ayrı cıkmasını saglayamıyorum her ılerı yada gerı dedıgımde bazen ıkı yada uc resmı aynı anda getırıyor karsıma slıdeshow objesınde .


Proje lınkı ;

[code]http://www.multiupload.com/M9B8UHZNWF[/code]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...