Jump to content

Frederick

uniGUI Subscriber
  • Posts

    608
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Frederick

  1. Hi Point,

    I plan to use a pagecontrol in area A and create individual forms containing grids.

    Can I assign an existing form's parent to the pagecontrol's tabsheet when a menu item in the tree menu is selected and then set the form's parent to NIL when another menu is selected? Will this method reduce memory use?

  2. As I click the menu items in the tree menu, what control(s) should I put in Area A so that a different TUniDBGrid is shown.

    Since each TUniDBGrid uses a different query, should I open and close the query as the grid is shown and hidden or should I open all queries at the start of the program. I am thinking in the interest of memory usage.

    Area A is currently a TUniContainerPanel.

    --
    Frederick
    (UniGUI Complete - Professional Edition 1.90.0.1558)
     

  3. What is the status of this report? I am now using UniGUI 1.90.0.1558 and setting TabStop to False in the OnShow event during runtime still does not result in the control being bypassed when I press ENTER to move from control to control.

    If I set the control to False at design time, the behaviour of bypassing the control is correct.

  4. I am using the Uni_Flat_Black theme and when the application is run locally, the icons show up.

    When the application is run remotely from a VPS, the icons are all missing. I have already done the following:-

    o   Installed the UniGUI runtime files
    o   Installed the UniGUI theme files
    o   Cleared all browser cache and history

    The same problem occurs regardless of the browser I use.

    How do I resolve this problem?

    --
    Frederick
    (UniGUI Complete - Professional Edition 1.90.0.1558)
     

    missingicon2.png

  5. I have managed to solve the problem by commenting out the following line in the CSS file.

    /*
    html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
    */   

    It seems to be some sort of alignment setting and it is not my CSS file but obtained from the following forum message:-

     

  6. 16 minutes ago, irigsoft said:

    @Frederick, I try to control every user that connect to my unigui server.

    If they try some action that I dont allow, then this user is blocked.

    That's a great practice but you have to take into account that there are legitimate users who may be outside Germany but want to access your site via VPN because of security or some other reasons.

  7. 4 hours ago, irigsoft said:

    Ok, I understand. So If I position my site in UK hosting company, but accept IP's only from Germany I will confuse You what country must select to VPN (You will select UK, but I will block You)?

    @Frederick how about this, am I right?

    Correct. Since you only accept IPs from Germany, someone who actually stays in Germany will not be blocked. However, Norm, who is in New Zealand, can simply get the VPN client to point to a VPN server in Germany and your site can be accessed.

    That was the question in my initial post. How can you block a VPN user?

  8. 1 hour ago, Norm said:

    I'm sorry but I think Frederick is a little confused about how VPN's work. There no way a VPN can be seen by any international site as a local IP.

     

    The international site will see the IP address as coming from that country where the international site is located. So, in your case, the UK web site thinks that you are in UK when you are in New Zealand. It is because your ExpressVPN is connecting to its VPN server in UK which then redirects your URL call to the UK football web site.

  9. 1 hour ago, irigsoft said:

    OK, how do You thing, what is prottection from this ?

    I am not sure if there is a solution for this. Some web sites attempt to block me based on the country I am from, while I am using a VPN, and it annoys me no end.

    If you are able to block users based on their IP addresses, while they are using a VPN, I would be interested to see how you succeeded.

×
×
  • Create New...