Vebjørn Elvekrok

Results 12 comments of Vebjørn Elvekrok

buttonLoading = (ButtonLoading) findViewById(R.id.test); buttonLoading.setOnButtonLoadingListener(new ButtonLoading.OnButtonLoadingListener() { @Override public void onClick() { final Handler handler = new Handler(); handler.postDelayed(new Runnable() { @Override public void run() { buttonLoading.setProgress(false); } }, 700);...

It still crashes 2017-11-04 11:34 GMT+01:00 Rasoul Miri : > add setProgress(true) before handler. > > buttonLoading.setOnClickListener(new View.OnClickListener() { > @Override > public void onClick(View view) { > > buttonLoading.setProgress(true);...

I don't know the exactly error, but I think it is here some place: 11-04 14:13:38.094 8805-8805/com.heli.minvekeplan W/System.err: java.lang.RuntimeException: Font asset not found fonts/IRANSans_Light.ttf 11-04 14:13:38.095 8805-8805/com.heli.minvekeplan W/System.err: at android.graphics.Typeface.createFromAsset(Typeface.java:229)...

After removing app:BL_font="fonts/IRANSans_Light.ttf" it still crashes 2017-11-04 14:44 GMT+01:00 Rasoul Miri : > in xml layout remove app:BL_font="fonts/IRANSans_Light.ttf" > > — > You are receiving this because you authored the...

2017-11-04 15:48 GMT+01:00 Rasoul Miri : > send layout xml for me > > — > You are receiving this because you authored the thread. > Reply to this email...

I think it is here some place: 11-05 09:29:30.538 4330-4562/? D/ClClient: Not sending keepalive. Current connection state=STOPPED 11-05 09:29:31.020 399-399/? I/DEBUG: Tombstone written to: /data/tombstones/tombstone_05 11-05 09:29:31.021 775-893/? I/BootReceiver: Copying...

Yes, I'm sure. If I was using an other Library it wouldn't work in any way. buttonLoading = (ButtonLoading) findViewById(R.id.test); buttonLoading.setOnButtonLoadingListener(new ButtonLoading.OnButtonLoadingListener() { @Override public void onClick() { buttonLoading.setProgress(true); final...

> Can we merge this? @itsisak @Bestem0r It should be good, but the [backend](https://github.com/webkom/lego/pull/3501) is not yet ready @eikhr

> > > Can we merge this? @itsisak @Bestem0r > > > > > > It should be good, but the [backend](https://github.com/webkom/lego/pull/3501) is not yet ready @eikhr > > What's...

> Why do all the tables have scrollbars? Fixed in [this](https://github.com/webkom/lego-webapp/pull/4976) PR