Coder Social home page Coder Social logo

advanced-suggest-select-box's Introduction

Summary

Experienced entrepreneur with a diverse background in founding and leading innovative projects globally. Over the past 23 years, I've successfully managed ventures spanning software editing to fintech, consistently driving growth and impact.

Connect

Twitter | Medium | Dev.to | CvLink | WhatsApp | Angelist

Skills

  • Technical Hands-On Experience: 23 yrs
  • Management: 15 yrs
  • Recruitment: 15 yrs
  • Remote Working: 10 yrs
  • Startups: 10 yrs

What Motivates Me

I find purpose in projects that reflect a commitment to ethical considerations, emphasizing transparency, fairness, and social impact, while introducing innovative solutions in their respective domains.

These are the projects I launched lately:

  • Objective: Open-source library for handling offers, payments, and credit management.
  • Ethical Aspect: Promotes pay-as-you-go in small startups, bringing fairness in access to financial tools.
  • Originality: Enables businesses to own their data while reducing dependency on a single payment platform.
  • Objective: AI-powered resume editor with multiple template possibilities.
  • Ethical Aspect: Empowers individuals in tailoring resumes to offer ads, as recruiters filter them out through AI.
  • Originality: Allows users to download resumes in JSON format, promoting openness and interoperability, preventing recruiting platforms from owning job searchers' data.
  • Objective: Platform for gathering people around grievances to crowdfund for solutions.
  • Ethical Aspect: Direct citizen empowerment, bypassing the need for non-profits in addressing societal issues by the people.
  • Originality: Utilizes crowdfunding for social impact, providing a decentralized approach to problem-solving.

advanced-suggest-select-box's People

Contributors

ziedhamdi avatar

Watchers

 avatar  avatar

advanced-suggest-select-box's Issues

NullPointerException in ValidationTest.testWidget (Version 1.6.0 beta)

What version of the product are you using? On what operating system?
Version 1.6.0 beta
Windows 7

What steps will reproduce the problem?
1. add the library to the project
2. add the line below to the gwt.xml
<inherits name='eu.nextstreet.gwt.components.IntoGwt' />


What is the expected output? What do you see instead?

10:56:18.849 [ERROR] [com.aubuchon.sbm.sbm] Unable to load module entry point 
class eu.nextstreet.gwt.components.client.IntoGwt (see associated exception for 
details)
java.lang.NullPointerException: null
    at eu.nextstreet.gwt.components.client.ValidationTest.testWidget(ValidationTest.java:88)
    at eu.nextstreet.gwt.components.client.IntoGwt.onModuleLoad(IntoGwt.java:39)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)
    at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:193)
    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:510)
    at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
    at java.lang.Thread.run(Unknown Source)


Please provide any additional information below.
NullPointerException at this line:
RootPanel.get("suggestBoxContainer").add(box);



Original issue reported on code.google.com by [email protected] on 2 Jun 2011 at 2:58

Suggest box posts form when selecting an element in drop down

What steps will reproduce the problem?
1. Use the suggest box in a html form and use enter-key to select an element 
from drop down box.

What is the expected output? What do you see instead?
Expected: the selected element is added to the select box
Instead: the element is added but the form is also posted

What version of the product are you using? On what operating system?
1-6-0-1-beta


Original issue reported on code.google.com by [email protected] on 7 Jun 2012 at 8:09

Problem with SuggestBox draw when it has many list elements (In 1.6.0.1 version)

1. I generate suggestbox using
mysuggestbox = new 
DefaultSuggestBox<Value,EventHandlingValueHolderItem<Value>>("");
2. Get my data using AsyncCallback, fill suggestbox with values if success
... 
 public void onSuccess(Map<String, String> result) {
          values = result;
          for (String data: result.keySet()) {
               mysuggestbox.add(new  Value(data,values.get(data)));
      }
 }

My data list contains many values (for example 250). When I open this list, it 
draws with all elements. It is uncomfortable to view elements at the end of 
such list without typing some simbols to short the drawed list.
How can I do such items list of suggestbox scrollable?   


Original issue reported on code.google.com by [email protected] on 21 Aug 2012 at 2:04

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.