Giter Site home page Giter Site logo

ti.ux.templates's People

Contributors

farwayer avatar hazemkhaled avatar jaraen avatar k0sukey avatar mdsb100 avatar timoa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ti.ux.templates's Issues

Compilation fails for Android

% titanium build
...
[DEBUG] /usr/local/lib/node_modules/alloy/Alloy/commands/compile/sourceMapper.js:100
[DEBUG]             throw e;
[DEBUG]                   ^
[ERROR]
[ERROR] (/usr/local/lib/node_modules/alloy/node_modules/uglify-js/lib/parse.js:185:18)
[ERROR] (/usr/local/lib/node_modules/alloy/node_modules/uglify-js/lib/parse.js:199:11)
[ERROR] (/usr/local/lib/node_modules/alloy/node_modules/uglify-js/lib/parse.js:291:9)
[DEBUG]     at read_num (/usr/local/lib/node_modules/alloy/node_modules/uglify-js/lib/parse.js:317:13)
[DEBUG]     at Object.next_token [as input] (/usr/local/lib/node_modules/alloy/node_modules/uglify-js/lib/parse.js:519:36)
[DEBUG]     at next (/usr/local/lib/node_modules/alloy/node_modules/uglify-js/lib/parse.js:616:25)
[DEBUG]     at expect_token (/usr/local/lib/node_modules/alloy/node_modules/uglify-js/lib/parse.js:649:20)
[DEBUG]     at expect (/usr/local/lib/node_modules/alloy/node_modules/uglify-js/lib/parse.js:654:36)
[DEBUG]     at /usr/local/lib/node_modules/alloy/node_modules/uglify-js/lib/parse.js:1181:13
[DEBUG]     at /usr/local/lib/node_modules/alloy/node_modules/uglify-js/lib/parse.js:677:24
[ERROR] Alloy compiler failed

% titanium  info
Titanium Command-Line Interface, CLI version 3.3.0, Titanium SDK version 3.3.0.GA
Copyright (c) 2012-2014, Appcelerator, Inc.  All Rights Reserved.

Please report bugs to http://jira.appcelerator.org/

Operating System
  Name                        = Mac OS X
  Version                     = 10.9.4
  Architecture                = 64bit
  # CPUs                      = 8
  Memory                      = 16.0GB

Node.js
  Node.js Version             = 0.10.13
  npm Version                 = 1.3.2

Titanium CLI
  CLI Version                 = 3.3.0
  node-appc Version           = 0.2.14

close button not visible in popup

close button not visible in popup even though set to true

var popupDialog = Alloy.createWidget('ti.ux.popup.list', 'widget', {
closeButton : true,
selectable : true,
options : arrName,
value : position
});

popupDialog.getView('table').addEventListener('click', function(e) {
    Ti.API.info('optionSelected ' + JSON.stringify(e));
    position = e.index;
    Id.push(arrId[position]);
    Ti.API.info('Id ' + Id);
    $.textField_name.value = e.row.data.title;

    popupDialog.hide();
});

popupDialog.getView().show();

ti.ux.alignview only shows last button

I have an Ti Alloy project that has two windows with each having a row of 4 buttons at the top ,I have used the ti.ux.alignview widget in two views one works great and in the other view (I cut and pasted the buttons from the first view) only the last button is displayed.

Here is the view that works



-->
Medication
Todo
Appt
Grocery

Here is the view that doesnt:




<View id="header">
 <Label id="title">Timeline</Label>
  <View class="divider"/>
  <View id="addView" onClick="addItem">
    <ImageView id="addImage"/>
  </View>
 </View>  
 <View id="buttonView" layout="horizontal">

    <Button id ="filterMed" class="button" onClick="filterMed">Medication</Button>
    <Button id = "filterTodo" class="button" onClick="filterTodo">Todo</Button>
    <Button id = "filterAppt" class="button" onClick="filterAppt">Appt</Button>
    <Button id = "filterGroc" class="button" onClick="filterGroc">Grocery</Button>

</View>     

Any ideas on why it doesnt work in both views ?
Thanks
Greg

Chart in scrollableview

Hi,

When I add a chart in multiple scrollableview I had some blank view.

for ( i = 0; i < 2; i++) {
        $.chart = Alloy.createWidget("com.appcelerator.chart",{});            
        $.chart.loadChart('PIE',{
            region:['Apples', 'Oranges', 'Pears', 'Grapes', 'Bananas'],
            s1:[1, 3, -4, 7, 2],
            s2:[1, 7, 2, 2, 5],
            s3:[1, 1, 10, 6, 1]
        }); 
        $.scrollableView.addView($.chart.getView()); 
}

How can I resolve that ?

Tks

I can't get FontAwesome support.

Dude, I can't get the FontAwesome support on my app using iconfont, iconlable and iconbutton widgets...
I have the font file into assets/android/fonts and assets/iphone/fonts and I declared the font into the info.plist file for iOS...

Don't really see what's wrong. This is what I get for an iconbutton http://d.pr/i/Fxze.

import your project

Hi,

How can I import your project in Appcelerator ? because it's not detecting.

Tks,

64-bit SDK 3.5.0 compatibility

hello,

thx for this great and extremely useful contribution! i get this error message with SDK 3.5.0.

[ERROR] :  Script Error Couldn't find module: validators for architecture: x86_64
[ERROR] :  Script Error Module "ti.ux.forms.text/Scope" failed to leave a valid exports object
[ERROR] :  ErrorController is up. ABORTING showing of modal controller

any ideas how to fix this?

Validation can be bypassed in ti.ux.forms.scrollableform

In the demo (Signup):

Reproduce:

  1. Enter valid data in an input
  2. Go to next screen
  3. Manually go back and remove all content or invalidate it
  4. Finish the wizard
  5. The invalidated field passed even though it does not pass the validation function.

Idea to fix: check the validation function when the user swipes through the scrollableform as well.

downloading forever

gittio install ti.ux.scrollableview
[INFO] ti.ux.scrollableview searching...
[ERROR] ti.ux.scrollableview:commonjs no distributable available
[INFO] [email protected]:ios,android downloading...

Add event listener

Hi,

Can We add event lister in Piker ? for example :

$.country.addEventListener('change',function(e){
alert('change');
});

Tks

Add hide event

Hi,

How can I add hide ti.ux.forms.row.text element ?

Tks,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.