Jump to content

skafinski

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

261 profile views

skafinski's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Using professional edition 1.95.0.1580
  2. Hi, I'm trying to open new tab (blank) with href to some location on disc. If i use label and use a href it works and opens new tab no problem. If i use button and set hreftarget to _blank and href for path it doesn't work object UniButton1: TUniButton Left = 608 Top = 45 Width = 75 Height = 25 Hint = '' Caption = 'UniButton1' TabOrder = 11 Href = 'file:///D:/somefolder' HrefTarget = '_blank' OnClick = UniButton1Click end also if i use niSession.AddJS('window.open(''file:///D:/somefolder', ''_blank'');'); it doesn't work. Does anybody knows how to do this?
  3. Hi, Is it possible to create invisible UniFileUploadButton? What I want is just an overlay above any component that if you drop file there it just uploads. Now there is TUniFileButtonUpload where if you disable button look it is still dotted lines around him. Also I would like to be able to disable click on it. Would I be able to click whatever is under him if you disable click? Maybe you can make any component event that acts as a drag&Drop for files...
  4. Hi, If you then fill 15,15 it automatically changes back to 0,01. In our region it is comma as decimal seperator. Same problem happened if you set MinValue 0,01 it in design time.
  5. Hi, I'm having funny behaviour of TUniFormattedNumberEdit when only setting MinValue. If i set MinValue to 0,1 (it is comma for decimal seperation yes) and not Max value (0) and then enter value higher than 0,01 it automatically restarts to 0,01 (as it is max value). Does anybody else getting this error.?
×
×
  • Create New...