Questions tagged [uib]

UIB is a set of components to use Interbase and FireBird. These components were born from the need to use Interbase or FireBird indifferently as fast as possible in a Multithreading environment, a Server for example. UIB have a Borland Compliant conversion API for Interbase and FireBird.

UIB is a set of components to use Interbase and FireBird.

These components were born from the need to use Interbase or FireBird indifferently as fast as possible in a Multithreading environment, a Server for example. UIB have a Borland Compliant conversion API for Interbase and FireBird.

31 questions
0
votes
0 answers

How to get the IP address of the firebird server I'm connected to? (with Delph7 + UIB)

I need to check, if the server I'm connecting to is local or an other PC on the LAN / VPN. Using UIB API or SQL. (It's for data synchronization.) Analyzing the connection string is impossible, since there are too many variation. (For example an…
SzakiLaci
  • 347
  • 1
  • 16
0
votes
1 answer

Blur UiImageView at top and bottom of the frame

I am having an image at my view controller, while on top of the image view I am having some label but due to label text visibility I need to blur the top and bottom of the UIImageView ignorer to show the text clearly. I have attached the…
0
votes
0 answers

Test with UIB components: if Firebird database connection is alive?

In the old IBX components there was a function called 'TestConnected': if not DB.TestConnected then Showmessage('Database connection dropped!'); I'm looking for a similar command under Unified InterBase component. Checking if uDB.Connected =…
SzakiLaci
  • 347
  • 1
  • 16
0
votes
1 answer

AngularJS, UIB for Bootstrap 4, cannot find and load template

I am using UIBootstrap that supports both AngularJS and Bootstrap 4. The implementation differs from module to module, because we are using redux in half the screen. In one particular screen the template cannot be found. I know this question has…
user10104341
0
votes
3 answers

Uib-tooltip with html unsafe

I have a problem with my tooltip. I have something like this and in js file function displayName() { return '
' + name + 'div' + 'something' } So I have escape characters and I…
emka26
  • 433
  • 1
  • 11
  • 28
0
votes
1 answer

Angular uibmodal loader

could anyone guide me of how to add a loader to uibmodal to be shown until content gets loaded. I do not need it to be only in one case I need it a default behavior.
Mo Haidar
  • 3,748
  • 6
  • 37
  • 76
0
votes
1 answer

Implementing expand all button in Bootstrap UI accordion

I am using uib-accordion directive and I want to add a button to expand/close all elements in the accordion. My code is like this:
0
votes
1 answer

Using ng-repeat inside uib-tooltip-html

I want to show a list of items in the tooltip which will come from the collection. I want to display this as a tooltip:

{{d}}

I…
0
votes
1 answer

Angular Js Uib Bootstrap , How to combine Date & Time?

I am using angular uib -bootstrap date-picker & time-picker as separate input forms , and i need to combine the date and time on submit. ctrl.time Fri May 26 2017 08:17:41 GMT+0530 (India Standard Time) ctrl.date Fri May 26 2017 16:17:41 GMT+0530…
Haris KK
  • 267
  • 1
  • 4
  • 14
0
votes
1 answer

How to stop toggling star rating on click in ui.bootstrap Star rating?

angular.module('ui.bootstrap.demo', ['ngAnimate', 'ngSanitize', 'ui.bootstrap']); angular.module('ui.bootstrap.demo').controller('RatingDemoCtrl', function ($scope) { $scope.rate = 7; $scope.max = 10; $scope.isReadonly = false; …
user7923319
0
votes
1 answer

How to change height width of uib carousel?

i used uib carousel in angular js ,for slide video in every 5 sec. for that used object element to embed video in that using vlc plugin.but porblem is that uib carousel have fixed height and width. how i change it and make it response. if i use…
0
votes
2 answers

replacing comma with linebreak in a string in an uib-alert doenst work

I have a string with lots of " which i replace with an empty String and this works. But I also want to make a line break when a comma appears. Already tried it with ('\n'), ('\r'), ('
'), ('
') but nothing works. in my angular controller I…
nolags
  • 633
  • 1
  • 11
  • 30
0
votes
1 answer

Issue With uib datepicker popup, showing top part only

I copied code from a template but the uib-datepicker popup only showing partially.
Steven Li
  • 754
  • 1
  • 8
  • 16
0
votes
1 answer

How to display dynamic HTML in uib-popover inject into uib-grid

I want to display a dynamic generated HTML in uib-popover, and it's shown when a is clicked in each column header of uib-grid. The ng directives and variables also need to be active, such as ng-click, $scope etc. I tried to use the…
lei li
  • 1,244
  • 1
  • 12
  • 35
-1
votes
1 answer

How to sync Delphi event while running DB operations in a background thread?

Using Delphi 7 & UIB, I'm running database operations in a background thread to eliminate problems like: Timeout Priority Immediate Force-reconnect after network-loss Non-blocked UI Keeping an opened DB connection alive User canceling I've read…
SzakiLaci
  • 347
  • 1
  • 16