Şunu aradınız:: tabbar (Almanca - İngilizce)

Bilgisayar çevirisi

İnsan çevirisi örneklerinden çeviri yapmayı öğrenmeye çalışıyor.

German

English

Bilgi

German

tabbar

English

 

Kimden: Makine Çevirisi
Daha iyi bir çeviri öner
Kalite:

İnsan katkıları

Profesyonel çevirmenler, işletmeler, web sayfaları ve erişimin serbest olduğu çeviri havuzlarından.

Çeviri ekle

Almanca

İngilizce

Bilgi

Almanca

tabbar::setscrollthickness()

İngilizce

tabbar::setscrollthickness()

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

tabbar if far more advanced.

İngilizce

tabbar if far more advanced.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

eine neue version des tabbar ist erhältlich.

İngilizce

new version of tabbar is released.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

does anyone like these tabbar images?

İngilizce

does anyone like these tabbar images?

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

die tabbar-komponente hat eine mindestgröße von 8x8.

İngilizce

the tabbar component has a minimum size of 8x8.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

abrufen eines verweises auf die tabbar-komponente

İngilizce

get a reference to the tabbar component

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

hbox mit einer image- und einer tabbar-komponente.

İngilizce

an hbox that holds an image and a tabbar.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

die tabbar-komponente zeigt die registerkarten für die wiedergabelisten an:

İngilizce

the tabbar displays the playlist tabs:

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

mit der tabbar-komponente wird eine horizontale reihe von registerkarten erstellt.

İngilizce

the tabbar component provides a horizontal paging series of tabs.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

b) you can do this in upp already, see the tabbar package in bazaar.

İngilizce

b) you can do this in upp already, see the tabbar package in bazaar.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

die tabbar-komponente ermöglicht die auswahl eines einzelnen eintrags in der sammlung.

İngilizce

the tabbar allows for a single selection in the collection.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

fügen sie die listener-funktion für tabbar- propertychange -ereignisse hinzu.

İngilizce

add the listener function for tabbar propertychange events.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

if you did remove my patches from tabbar too, i'll have to duplicate all of tabbar code in my package.

İngilizce

if you did remove my patches from tabbar too, i'll have to duplicate all of tabbar code in my package.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

as you can see from the svn example, when you have multiple tabframes it looks horrible to have the frame drawn by the tabbar control.

İngilizce

as you can see from the svn example, when you have multiple tabframes it looks horrible to have the frame drawn by the tabbar control.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

die tabbar-komponente beinhaltet steuerelemente für die navigation nach rechts und links, wenn nicht alle registerkarten in die komponente passen.

İngilizce

the tabbar displays left and right navigation when the number of tabs exceeds the component dimensions.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

wahlweise enthält die tabbar-komponente eine registerkarte, für die eine dropdownliste eingeblendet wird, wenn der benutzer die maus über die komponente bewegt.

İngilizce

optionally, the tabbar can display a tab that produces a dropdown list on rollover.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

i think it'd be better to work on it a little bit more before moving. i'd like to finish tabbar as well.

İngilizce

i think it'd be better to work on it a little bit more before moving. i'd like to finish tabbar as well.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

i've modified tabbar so that it can now be used like a ctrl (outside of a frame) and restricts it's drawing to the correct size.

İngilizce

i've modified tabbar so that it can now be used like a ctrl (outside of a frame) and restricts it's drawing to the correct size.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Almanca

tabbar. das id-attribut dieser komponente muss immer „playlisttabs“ lauten, um den zugriff auf die wiedergabelisten zu ermöglichen, die dem player zugewiesen sind.

İngilizce

tabbar. the id attribute of this component must always be "playlisttabs" to provide access to the playlists assigned to the player.

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Uyarı: Görünmez HTML biçimlendirmesi içeriyor

Almanca

// ereignis-listener für tabbar ändert sich function ontabchange(event) { if (event.property == "selecteditem") { // abrufen eines verweises auf das wiedergabelistenobjekt für die ausgewählte registerkarte newplaylist = tabbar.getselecteddata(); // aufrufen des ersten videos der neuen wiedergabeliste, wenn derzeit kein video abgespielt wird if (videoplayer.isplaying() == false) { videoplayer.cuevideo(newplaylist.videoids[0]); } } }

İngilizce

// event listener for tabbar changes function ontabchange(event) { if (event.property == "selecteditem") { // get a reference to the playlist object for the currently selected tab newplaylist = tabbar.getselecteddata(); // only if no video is currently playing, cue up the first video of the new playlist if (videoplayer.isplaying() == false) { videoplayer.cuevideo(newplaylist.videoids[0]); } } }

Son Güncelleme: 2018-02-13
Kullanım Sıklığı: 1
Kalite:

Uyarı: Görünmez HTML biçimlendirmesi içeriyor

Daha iyi çeviri için
7,746,501,958 insan katkısından yararlanın

Kullanıcılar yardım istiyor:



Deneyiminizi iyileştirmek için çerezleri kullanıyoruz. Bu siteyi ziyaret etmeye devam ederek çerezleri kullanmamızı kabul etmiş oluyorsunuz. Daha fazla bilgi edinin. Tamam