Domanda Bloccato nel punto più importante.

Stato
Discussione chiusa ad ulteriori risposte.

Zizzo Aka CombattenteZ

Utente Emerald
16 Ottobre 2010
818
45
204
411
Salve a tutti, avevo intenzione di fare uno script in python in un client di Metin2.
Il mio scopo era quello di fare una finestra browser visibile anche solo dall'interfaccia di login.

Qui c'è uno screen del punto dove sono arrivato:
zdkr7.jpg

Ho fatto un riquadro simile al riquadro della VirtualKeyboard. Nel riquadro che ho fatto io, al posto della tastiera metterò una finestra internet. Solo che non capisco come fare. Ho provato in vari modi, anche prendendo spunto dal uiweb (>> webbrowser) facendolo diventare un "uiweb2" (>>webbrowser2) dato che le grandezze che mi servono sono diverse dalle pre impostate e non posso permettermi di editare l'Item Shop tramite il click nella Moneta.
Chiedo se possibile, un'aiuto nel finire lo script.

Il risultato dovrebbe essere così lol:
rvgz.jpg

Attendo risposta ..Saluti


- - - Updated - - -

UP: Il problema internet l'ho risolto. Solo che ora mi trovo con il seguente codice:

Codice:
[FONT=times new roman]
[/FONT]
[FONT=times new roman]window = {[/FONT]
[FONT=times new roman]    "name" : "MallWindow",[/FONT]
[FONT=times new roman]
[/FONT]
[FONT=times new roman]    'x' : (SCREEN_WIDTH - 564) / 2,[/FONT]
[FONT=times new roman]    'y' : SCREEN_HEIGHT - 280,[/FONT]
[FONT=times new roman]
[/FONT]
[FONT=times new roman]    "width"  : WEB_WIDTH  + 20,[/FONT]
[FONT=times new roman]    "height" : WEB_HEIGHT + 40,[/FONT]
[FONT=times new roman]
[/FONT]
[FONT=times new roman]    "children" :[/FONT]
[FONT=times new roman]    ([/FONT]
[FONT=times new roman]        ## Title[/FONT]
[FONT=times new roman]                {[/FONT]
[FONT=times new roman]                    "name" : "TitleBar",[/FONT]
[FONT=times new roman]                    "type" : "titlebar",[/FONT]
[FONT=times new roman]
[/FONT]
[FONT=times new roman]                    "x" : 8,[/FONT]
[FONT=times new roman]                    "y" : 7,[/FONT]
[FONT=times new roman]
[/FONT]
[FONT=times new roman]                    "width" : WEB_WIDTH + 10,[/FONT]
[FONT=times new roman]                    "color" : "yellow",[/FONT]
[FONT=times new roman]
[/FONT]
[FONT=times new roman]                    "children" :[/FONT]
[FONT=times new roman]                    ([/FONT]
[FONT=times new roman]                        { "name":"TitleName", "type":"text", "x":50, "y":3, "text":"I-LONGJU: ShoutBox", "text_horizontal_align":"" },[/FONT]
[FONT=times new roman]                    ),[/FONT]
[FONT=times new roman]                },[/FONT]
[FONT=times new roman]    ),[/FONT]
[FONT=times new roman]}[/FONT]


E nonostante tutto non riesco a posizionare 'a mio piacere' la finestra internet, che mi rimane centrata.

noqk.png
 
Stato
Discussione chiusa ad ulteriori risposte.