Adil Burak Kilic

Results 33 issues of Adil Burak Kilic

Hello; I'm using bootstrap tabs in my view. $scope.tabData = [{ heading: gettextCatalog.getString("General"), route: 'shops.detail.general' }, { heading: gettextCatalog.getString('Credentials'), route: 'shops.detail.credentials' }]; Page opens normally with true translation. But if...

Hi; I need different number of columns for each row. Is it possible with this library? Thank you

Hi; I want to play the animation once and it stops at the end of the animation. How can I do that?

enhancement

Hi; I have the following code in my app: ``` ``` It is not working, because node.name.en become unchanged after on-change. If I got the value on-change, how will I...

question

Hi; I should click twice to enter edit mode. How can I start to write text after first click?

question

Hello; I am using angular-gettext for translation. I need to inject gettext service to configuration but it didn't work. ``` MetronicApp.config(function(unsavedWarningsConfigProvider){ unsavedWarningsConfigProvider.navigateMessage = gettext("Navigate message"); unsavedWarningsConfigProvider.reloadMessage = gettext("You will lose...

Project crushes giving Received Memory Warning logs. Any idea about it?

Installed modules are: Django==1.4.2 Markdown==2.2.1 mongoengine==0.7.7 pymongo==2.4 wsgiref==0.1.2 Why I am geting this error ?

Hello; My code is: return [collectionView ar_sizeForCellWithIdentifier:@"ItemAllergensCollectionViewCell" indexPath:indexPath fixedWidth:768 configuration:^(__kindof ItemAllergensCollectionViewCell *cell) { [cell configureCellWithEntity:self.entity]; }]; but it crashes because of the indexPath. Terminating app due to uncaught exception 'NSRangeException',...

question

Hi; I don't use autolayout in my code. I'm using Masonry for autolayout jobs. I need to use ARDynamicHeightLayoutCell but it is giving always 0. [collectionView ar_sizeForCellWithIdentifier:@"ItemAllergensCollectionViewCell" indexPath:ip fixedWidth:collectionView.bounds.size.width configuration:^(__kindof...

question