i have tried to modify amule-remote-gui.cpp and RemoteConnec.cpp for show an alert when host | port | pass textbox are empty and reshow the ConnectionDialog, but i whould to capture the host:port error and the wrong pass error for reshow the dialog.
wxIPV4address addr;
addr.Hostname(host);
addr.Service(port);
if ( !Connect(addr) ) {
return false;
}
In RemoteConnect.cpp[102] i have found this control; can it help me for capture a connection to a wrong service(request to a host:port that have not amuled up)?
when amulegui catch a pass error? i think nowhere..help me please and i try to handle this events..for post a path of all my changes
i dont know if this post is for Future requests section, it must be moved in Development section...
thank u