Thread obsoleto Non trovo codice Zoom in WebKit (?)

hackerboy

Utente bannato
Autore del topic
6 Agosto 2010
441
0
Miglior risposta
0
Un progetto in sviluppo da Ieri 27/12/2012;
Un Browser sotto-forma WebKit e non più con il motore Explorer.... ora vorrei aggiungerci lo Zoom però ho notato che in Internet non c'è niente per WebKit.
Mi è sorto un dubbio, c'è il codice di zoom per WebKit?? Se sì, potreste passarmeli??? NON HO TROVATO NIENTE, né su Youtube, né su Sciax2 e né su Google.

In questo caso, chiederei aiuto anche all'esperto @System32 .....
 
Riferimento: Non trovo codice Zoom in WebKit (?)

Sposto in Assistenza Tecnica.

jpjv29.jpg
 
Riferimento: Non trovo codice Zoom in WebKit (?)

Perfavore, Entra oppure Registrati per vedere i Link!


Buon lavoro.

If sender Is TextZoom1 Then
SetTextZoom(4)
ElseIf sender Is TextZoom2 Then
SetTextZoom(2)
ElseIf sender Is TextZoom3 Then
SetTextZoom(1.75)
ElseIf sender Is TextZoom4 Then
SetTextZoom(1.5)
ElseIf sender Is TextZoom5 Then
SetTextZoom(1.25)
ElseIf sender Is TextZoom6 Then
SetTextZoom(1)
ElseIf sender Is TextZoom7 Then
SetTextZoom(0.75)
ElseIf sender Is TextZoom8 Then
SetTextZoom(0.5)
End If

Questo è il codice, ma mi dice che SetTextZoom non è dichiarato, cosa fare? @System32
 
Riferimento: Non trovo codice Zoom in WebKit (?)

Ma mica devi fare copia/incolla...guarda tutto il sorgente.